Red Hat Satellite · Example Payload

Red Hat Satellite Listhosts Example

Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "listHosts",
  "method": "GET",
  "path": "/api/v2/hosts",
  "summary": "List All Hosts",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listhosts200Example",
      "example": {
        "total": 10,
        "subtotal": 10,
        "page": 10,
        "per_page": 10,
        "search": "example_value",
        "sort": {
          "by": "example_value",
          "order": "example_value"
        },
        "results": [
          {
            "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": "User",
            "managed": true,
            "build": true,
            "enabled": true,
            "comment": "example_value",
            "uuid": "500123",
            "global_status": 10,
            "global_status_label": "OK",
            "content_facet_attributes": {
              "id": "abc123",
              "content_view_id": "500123",
              "content_view_name": "example_value",
              "lifecycle_environment_id": "500123",
              "lifecycle_environment_name": "example_value",
              "content_source_id": "500123",
              "errata_counts": {},
              "applicable_errata_count": 10,
              "upgradable_package_count": 10
            },
            "subscription_facet_attributes": {
              "id": "abc123",
              "uuid": "500123",
              "registered_at": "2026-01-15T10:30:00Z",
              "last_checkin": "2026-01-15T10:30:00Z",
              "service_level": "example_value",
              "release_version": "example_value",
              "autoheal": true,
              "registered_through": "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": "2026-01-15T10:30:00Z"
          }
        ]
      }
    }
  ]
}