Red Hat Satellite · Example Payload

Red Hat Satellite Host Interface Example

Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

Red Hat Satellite Host Interface Example is an example object payload from Red Hat Satellite, with 17 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idmacipip6typenamesubnet_idsubnet6_iddomain_ididentifiermanagedprimaryprovisionvirtualtagmtuattached_to

Example Payload

Raw ↑
{
  "id": "abc123",
  "mac": "example_value",
  "ip": "example_value",
  "ip6": "example_value",
  "type": "example_value",
  "name": "Example Title",
  "subnet_id": "500123",
  "subnet6_id": "500123",
  "domain_id": "500123",
  "identifier": "example_value",
  "managed": true,
  "primary": true,
  "provision": true,
  "virtual": true,
  "tag": "example_value",
  "mtu": "example_value",
  "attached_to": "example_value"
}