Home
Red Hat Satellite
Red Hat Satellite Host Example
Red Hat Satellite Host Example
Configuration Management Lifecycle Management Patch Management Subscription Management Systems 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
id name ip ip6 mac environment_id hostgroup_id hostgroup_name hostgroup_title operatingsystem_id operatingsystem_name architecture_id architecture_name domain_id domain_name subnet_id subnet_name subnet6_id compute_resource_id compute_resource_name compute_profile_id medium_id ptable_id model_id model_name location_id location_name organization_id organization_name owner_id owner_type managed build enabled comment uuid global_status global_status_label content_facet_attributes subscription_facet_attributes interfaces puppetclasses all_puppetclasses created_at updated_at installed_at last_report
Example Payload
{
"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"
}