Red Hat Satellite · Example Payload

Red Hat Satellite Showorganization Example

Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

Red Hat Satellite Showorganization 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": "showOrganization",
  "method": "GET",
  "path": "/api/v2/organizations/{id}",
  "summary": "Show an Organization",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Showorganization200Example",
      "example": {
        "id": "abc123",
        "name": "Example Title",
        "label": "Example Title",
        "title": "Example Title",
        "description": "A sample description.",
        "created_at": "2026-01-15T10:30:00Z",
        "updated_at": "2026-01-15T10:30:00Z"
      }
    }
  ]
}