Red Hat Satellite · Example Payload

Red Hat Satellite Lifecycle Environment Example

A sample description.

Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

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

Top-level fields

idnamelabeldescriptionorganization_idorganizationlibrarypriorsuccessorcountscreated_atupdated_at

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "label": "Example Title",
  "description": "A sample description.",
  "organization_id": "500123",
  "organization": "example_value",
  "library": true,
  "prior": "example_value",
  "successor": "example_value",
  "counts": "example_value",
  "created_at": "2026-01-15T10:30:00Z",
  "updated_at": "2026-01-15T10:30:00Z"
}