Red Hat Satellite · Example Payload

Red Hat Satellite Host Update Example

Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

Red Hat Satellite Host Update 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

nameipmacarchitecture_iddomain_idsubnet_idoperatingsystem_idhostgroup_idlocation_idorganization_idowner_idowner_typebuildmanagedcommentcontent_facet_attributesinterfaces_attributes

Example Payload

Raw ↑
{
  "name": "Example Title",
  "ip": "example_value",
  "mac": "example_value",
  "architecture_id": "500123",
  "domain_id": "500123",
  "subnet_id": "500123",
  "operatingsystem_id": "500123",
  "hostgroup_id": "500123",
  "location_id": "500123",
  "organization_id": "500123",
  "owner_id": "500123",
  "owner_type": "example_value",
  "build": true,
  "managed": true,
  "comment": "example_value",
  "content_facet_attributes": "example_value",
  "interfaces_attributes": []
}