Red Hat Satellite · Example Payload

Red Hat Satellite Host Create Example

Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

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

Top-level fields

namelocation_idorganization_idipmacarchitecture_iddomain_idsubnet_idoperatingsystem_idmedium_idptable_idcompute_resource_idcompute_profile_idhostgroup_idroot_passowner_idowner_typebuildmanagedcommentcontent_facet_attributesinterfaces_attributes

Example Payload

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