Red Hat Satellite · Example Payload

Red Hat Satellite Hostpoweraction Example

Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

Red Hat Satellite Hostpoweraction 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": "hostPowerAction",
  "method": "PUT",
  "path": "/api/v2/hosts/{id}/power",
  "summary": "Execute a Power Operation on a Host",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "HostpoweractionRequestExample",
      "example": {
        "power_action": "start"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Hostpoweraction200Example",
      "example": {
        "power": "example_value",
        "id": "abc123"
      }
    }
  ]
}