Red Hat Satellite · Example Payload

Red Hat Satellite Content View Create Example

A sample description.

Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

Red Hat Satellite Content View Create 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

organization_idnamelabeldescriptioncompositerollingauto_publishsolve_dependenciesimport_onlyrepository_idscomponent_idsenvironment_ids

Example Payload

Raw ↑
{
  "organization_id": "500123",
  "name": "Example Title",
  "label": "Example Title",
  "description": "A sample description.",
  "composite": true,
  "rolling": true,
  "auto_publish": true,
  "solve_dependencies": true,
  "import_only": true,
  "repository_ids": [],
  "component_ids": [],
  "environment_ids": []
}