Red Hat Satellite · Example Payload

Red Hat Satellite Subscription Example

A sample description.

Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

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

Top-level fields

idcp_idsubscription_idnamedescriptionproduct_idproduct_namecontract_numberaccount_numberquantityconsumedavailablestart_dateend_datesupport_leveltypevirt_onlyvirt_whomulti_entitlementstacking_idupstream_pool_idorganization_idprovided_productscreated_atupdated_at

Example Payload

Raw ↑
{
  "id": "abc123",
  "cp_id": "500123",
  "subscription_id": "500123",
  "name": "Example Title",
  "description": "A sample description.",
  "product_id": "500123",
  "product_name": "example_value",
  "contract_number": "example_value",
  "account_number": "example_value",
  "quantity": 10,
  "consumed": 10,
  "available": 10,
  "start_date": "example_value",
  "end_date": "example_value",
  "support_level": "example_value",
  "type": "example_value",
  "virt_only": true,
  "virt_who": true,
  "multi_entitlement": true,
  "stacking_id": "500123",
  "upstream_pool_id": "500123",
  "organization_id": "500123",
  "provided_products": [],
  "created_at": "2026-01-15T10:30:00Z",
  "updated_at": "2026-01-15T10:30:00Z"
}