Red Hat Satellite · Schema

HostCreate

Parameters for creating a new host.

Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

Properties

Name Type Description
name string Hostname or FQDN.
location_id integer Location identifier.
organization_id integer Organization identifier.
ip string IPv4 address (not required when using DHCP proxy).
mac string MAC address (required for managed bare metal hosts).
architecture_id integer Architecture identifier (required if managed).
domain_id integer Domain identifier (required if managed).
subnet_id integer Subnet identifier (required if managed).
operatingsystem_id integer Operating system identifier (required if managed).
medium_id integer Installation medium identifier (required for non-image provisioning if managed).
ptable_id integer Partition table identifier (required if managed and no custom partition layout).
compute_resource_id integer Compute resource identifier. Null indicates bare metal.
compute_profile_id integer Compute profile identifier.
hostgroup_id integer Host group identifier.
root_pass string Root password (required if managed unless inherited).
owner_id integer Owner identifier.
owner_type string Owner type.
build boolean Enable build mode for provisioning.
managed boolean Whether the host should be managed by Satellite.
comment string Additional information about the host.
content_facet_attributes object
interfaces_attributes array Network interface configurations.
View JSON Schema on GitHub

JSON Schema

red-hat-satellite-hostcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HostCreate",
  "title": "HostCreate",
  "type": "object",
  "description": "Parameters for creating a new host.",
  "required": [
    "name",
    "organization_id",
    "location_id"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Hostname or FQDN.",
      "example": "Example Title"
    },
    "location_id": {
      "type": "integer",
      "description": "Location identifier.",
      "example": "500123"
    },
    "organization_id": {
      "type": "integer",
      "description": "Organization identifier.",
      "example": "500123"
    },
    "ip": {
      "type": "string",
      "description": "IPv4 address (not required when using DHCP proxy).",
      "format": "ipv4",
      "example": "example_value"
    },
    "mac": {
      "type": "string",
      "description": "MAC address (required for managed bare metal hosts).",
      "example": "example_value"
    },
    "architecture_id": {
      "type": "integer",
      "description": "Architecture identifier (required if managed).",
      "example": "500123"
    },
    "domain_id": {
      "type": "integer",
      "description": "Domain identifier (required if managed).",
      "example": "500123"
    },
    "subnet_id": {
      "type": "integer",
      "description": "Subnet identifier (required if managed).",
      "example": "500123"
    },
    "operatingsystem_id": {
      "type": "integer",
      "description": "Operating system identifier (required if managed).",
      "example": "500123"
    },
    "medium_id": {
      "type": "integer",
      "description": "Installation medium identifier (required for non-image provisioning if managed).",
      "example": "500123"
    },
    "ptable_id": {
      "type": "integer",
      "description": "Partition table identifier (required if managed and no custom partition layout).",
      "example": "500123"
    },
    "compute_resource_id": {
      "type": "integer",
      "description": "Compute resource identifier. Null indicates bare metal.",
      "example": "500123"
    },
    "compute_profile_id": {
      "type": "integer",
      "description": "Compute profile identifier.",
      "example": "500123"
    },
    "hostgroup_id": {
      "type": "integer",
      "description": "Host group identifier.",
      "example": "500123"
    },
    "root_pass": {
      "type": "string",
      "description": "Root password (required if managed unless inherited).",
      "format": "password",
      "example": "example_value"
    },
    "owner_id": {
      "type": "integer",
      "description": "Owner identifier.",
      "example": "500123"
    },
    "owner_type": {
      "type": "string",
      "description": "Owner type.",
      "enum": [
        "User",
        "Usergroup"
      ],
      "example": "User"
    },
    "build": {
      "type": "boolean",
      "description": "Enable build mode for provisioning.",
      "example": true
    },
    "managed": {
      "type": "boolean",
      "description": "Whether the host should be managed by Satellite.",
      "example": true
    },
    "comment": {
      "type": "string",
      "description": "Additional information about the host.",
      "example": "example_value"
    },
    "content_facet_attributes": {
      "type": "object",
      "properties": {
        "content_view_id": {
          "type": "integer",
          "description": "Content view identifier."
        },
        "lifecycle_environment_id": {
          "type": "integer",
          "description": "Lifecycle environment identifier."
        },
        "content_source_id": {
          "type": "integer",
          "description": "Content source (Capsule) identifier."
        }
      },
      "example": "example_value"
    },
    "interfaces_attributes": {
      "type": "array",
      "description": "Network interface configurations.",
      "items": {
        "$ref": "#/components/schemas/HostInterfaceCreate"
      },
      "example": []
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/red-hat-satellite-hostcreate"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.