Red Hat Satellite · Schema

HostInterfaceCreate

Parameters for creating or updating a host network interface.

Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

Properties

Name Type Description
id integer Interface identifier (for updating existing interfaces).
mac string MAC address.
ip string IPv4 address.
ip6 string IPv6 address.
type string Interface type.
name string DNS name.
subnet_id integer IPv4 subnet identifier.
subnet6_id integer IPv6 subnet identifier.
domain_id integer Domain identifier.
identifier string Device identifier (e.g., eth0).
managed boolean Whether DNS and DHCP are managed for this interface.
primary boolean Whether this is the primary interface for FQDN.
provision boolean Whether this interface is used for provisioning.
virtual boolean Whether this is a virtual interface (alias or VLAN).
tag string VLAN tag.
mtu integer Maximum transmission unit.
attached_to string Parent interface identifier.
username string BMC username (BMC interfaces only).
password string BMC password (BMC interfaces only).
provider string BMC provider (BMC interfaces only).
mode string Bond mode (bond interfaces only).
attached_devices array Slave or bridge member interface identifiers.
bond_options string Additional bond options (space-separated).
View JSON Schema on GitHub

JSON Schema

red-hat-satellite-host-interface-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HostInterfaceCreate",
  "type": "object",
  "description": "Parameters for creating or updating a host network interface.",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Interface identifier (for updating existing interfaces)."
    },
    "mac": {
      "type": "string",
      "description": "MAC address."
    },
    "ip": {
      "type": "string",
      "description": "IPv4 address."
    },
    "ip6": {
      "type": "string",
      "description": "IPv6 address."
    },
    "type": {
      "type": "string",
      "description": "Interface type."
    },
    "name": {
      "type": "string",
      "description": "DNS name."
    },
    "subnet_id": {
      "type": "integer",
      "description": "IPv4 subnet identifier."
    },
    "subnet6_id": {
      "type": "integer",
      "description": "IPv6 subnet identifier."
    },
    "domain_id": {
      "type": "integer",
      "description": "Domain identifier."
    },
    "identifier": {
      "type": "string",
      "description": "Device identifier (e.g., eth0)."
    },
    "managed": {
      "type": "boolean",
      "description": "Whether DNS and DHCP are managed for this interface."
    },
    "primary": {
      "type": "boolean",
      "description": "Whether this is the primary interface for FQDN."
    },
    "provision": {
      "type": "boolean",
      "description": "Whether this interface is used for provisioning."
    },
    "virtual": {
      "type": "boolean",
      "description": "Whether this is a virtual interface (alias or VLAN)."
    },
    "tag": {
      "type": "string",
      "description": "VLAN tag."
    },
    "mtu": {
      "type": "integer",
      "description": "Maximum transmission unit."
    },
    "attached_to": {
      "type": "string",
      "description": "Parent interface identifier."
    },
    "username": {
      "type": "string",
      "description": "BMC username (BMC interfaces only)."
    },
    "password": {
      "type": "string",
      "description": "BMC password (BMC interfaces only)."
    },
    "provider": {
      "type": "string",
      "description": "BMC provider (BMC interfaces only)."
    },
    "mode": {
      "type": "string",
      "description": "Bond mode (bond interfaces only)."
    },
    "attached_devices": {
      "type": "array",
      "description": "Slave or bridge member interface identifiers."
    },
    "bond_options": {
      "type": "string",
      "description": "Additional bond options (space-separated)."
    }
  }
}

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-host-interface-create"
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.