Red Hat Satellite · Schema
HostInterface
A network interface associated with a host.
Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| mac | stringnull | |
| ip | stringnull | |
| ip6 | stringnull | |
| type | string | |
| name | stringnull | |
| subnet_id | integernull | |
| subnet6_id | integernull | |
| domain_id | integernull | |
| identifier | stringnull | Device identifier (e.g., eth0, ens192). |
| managed | boolean | |
| primary | boolean | |
| provision | boolean | |
| virtual | boolean | |
| tag | stringnull | VLAN tag. |
| mtu | integernull | Maximum transmission unit. |
| attached_to | stringnull | Parent interface identifier. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/HostInterface",
"title": "HostInterface",
"type": "object",
"description": "A network interface associated with a host.",
"properties": {
"id": {
"type": "integer",
"example": "abc123"
},
"mac": {
"type": [
"string",
"null"
],
"example": "example_value"
},
"ip": {
"type": [
"string",
"null"
],
"format": "ipv4",
"example": "example_value"
},
"ip6": {
"type": [
"string",
"null"
],
"format": "ipv6",
"example": "example_value"
},
"type": {
"type": "string",
"enum": [
"interface",
"bmc",
"bond",
"bridge"
],
"example": "interface"
},
"name": {
"type": [
"string",
"null"
],
"example": "Example Title"
},
"subnet_id": {
"type": [
"integer",
"null"
],
"example": "500123"
},
"subnet6_id": {
"type": [
"integer",
"null"
],
"example": "500123"
},
"domain_id": {
"type": [
"integer",
"null"
],
"example": "500123"
},
"identifier": {
"type": [
"string",
"null"
],
"description": "Device identifier (e.g., eth0, ens192).",
"example": "example_value"
},
"managed": {
"type": "boolean",
"example": true
},
"primary": {
"type": "boolean",
"example": true
},
"provision": {
"type": "boolean",
"example": true
},
"virtual": {
"type": "boolean",
"example": true
},
"tag": {
"type": [
"string",
"null"
],
"description": "VLAN tag.",
"example": "example_value"
},
"mtu": {
"type": [
"integer",
"null"
],
"description": "Maximum transmission unit.",
"example": "example_value"
},
"attached_to": {
"type": [
"string",
"null"
],
"description": "Parent interface identifier.",
"example": "example_value"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/red-hat-satellite-hostinterface"
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.