Red Hat Satellite · Example Payload

Red Hat Satellite Host Interface Create Example

Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

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

Top-level fields

idmacipip6typenamesubnet_idsubnet6_iddomain_ididentifiermanagedprimaryprovisionvirtualtagmtuattached_tousernamepasswordprovidermodeattached_devicesbond_options

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": 10,
  "attached_to": "example_value",
  "username": "example_value",
  "password": "example_value",
  "provider": "example_value",
  "mode": "example_value",
  "attached_devices": [],
  "bond_options": "example_value"
}