Red Hat Satellite · Example Payload

Red Hat Satellite Host Example

Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

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

Top-level fields

idnameipip6macenvironment_idhostgroup_idhostgroup_namehostgroup_titleoperatingsystem_idoperatingsystem_namearchitecture_idarchitecture_namedomain_iddomain_namesubnet_idsubnet_namesubnet6_idcompute_resource_idcompute_resource_namecompute_profile_idmedium_idptable_idmodel_idmodel_namelocation_idlocation_nameorganization_idorganization_nameowner_idowner_typemanagedbuildenabledcommentuuidglobal_statusglobal_status_labelcontent_facet_attributessubscription_facet_attributesinterfacespuppetclassesall_puppetclassescreated_atupdated_atinstalled_atlast_report

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "ip": "example_value",
  "ip6": "example_value",
  "mac": "example_value",
  "environment_id": "500123",
  "hostgroup_id": "500123",
  "hostgroup_name": "example_value",
  "hostgroup_title": "example_value",
  "operatingsystem_id": "500123",
  "operatingsystem_name": "example_value",
  "architecture_id": "500123",
  "architecture_name": "example_value",
  "domain_id": "500123",
  "domain_name": "example_value",
  "subnet_id": "500123",
  "subnet_name": "example_value",
  "subnet6_id": "500123",
  "compute_resource_id": "500123",
  "compute_resource_name": "example_value",
  "compute_profile_id": "500123",
  "medium_id": "500123",
  "ptable_id": "500123",
  "model_id": "500123",
  "model_name": "example_value",
  "location_id": "500123",
  "location_name": "example_value",
  "organization_id": "500123",
  "organization_name": "example_value",
  "owner_id": "500123",
  "owner_type": "example_value",
  "managed": true,
  "build": true,
  "enabled": true,
  "comment": "example_value",
  "uuid": "500123",
  "global_status": 10,
  "global_status_label": "example_value",
  "content_facet_attributes": "example_value",
  "subscription_facet_attributes": "example_value",
  "interfaces": [],
  "puppetclasses": [],
  "all_puppetclasses": [],
  "created_at": "2026-01-15T10:30:00Z",
  "updated_at": "2026-01-15T10:30:00Z",
  "installed_at": "2026-01-15T10:30:00Z",
  "last_report": "example_value"
}