Red Hat Satellite · JSON Structure

Red Hat Satellite Host Create Structure

Type: object Properties: 22
Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

HostCreate is a JSON Structure definition published by Red Hat Satellite, describing 22 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name location_id organization_id ip mac architecture_id domain_id subnet_id operatingsystem_id medium_id ptable_id compute_resource_id compute_profile_id hostgroup_id root_pass owner_id owner_type build managed comment content_facet_attributes interfaces_attributes

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "HostCreate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "location_id": {
      "type": "integer"
    },
    "organization_id": {
      "type": "integer"
    },
    "ip": {
      "type": "string"
    },
    "mac": {
      "type": "string"
    },
    "architecture_id": {
      "type": "integer"
    },
    "domain_id": {
      "type": "integer"
    },
    "subnet_id": {
      "type": "integer"
    },
    "operatingsystem_id": {
      "type": "integer"
    },
    "medium_id": {
      "type": "integer"
    },
    "ptable_id": {
      "type": "integer"
    },
    "compute_resource_id": {
      "type": "integer"
    },
    "compute_profile_id": {
      "type": "integer"
    },
    "hostgroup_id": {
      "type": "integer"
    },
    "root_pass": {
      "type": "string"
    },
    "owner_id": {
      "type": "integer"
    },
    "owner_type": {
      "type": "string"
    },
    "build": {
      "type": "boolean"
    },
    "managed": {
      "type": "boolean"
    },
    "comment": {
      "type": "string"
    },
    "content_facet_attributes": {
      "type": "object"
    },
    "interfaces_attributes": {
      "type": "array"
    }
  }
}