Red Hat Satellite · Example Payload

Red Hat Satellite Foreman Task Example

Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

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

Top-level fields

idlabelpendingactionusernamestateresultprogressstarted_atended_athumanized

Example Payload

Raw ↑
{
  "id": "abc123",
  "label": "Example Title",
  "pending": true,
  "action": "example_value",
  "username": "example_value",
  "state": "example_value",
  "result": "example_value",
  "progress": 42.5,
  "started_at": "2026-01-15T10:30:00Z",
  "ended_at": "2026-01-15T10:30:00Z",
  "humanized": "example_value"
}