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"
          }
        ]
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/red-hat-satellite-listhosts-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.