Red Hat Satellite · JSON Structure

Red Hat Satellite Foreman Task Structure

Type: object Properties: 11
Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

ForemanTask is a JSON Structure definition published by Red Hat Satellite, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id label pending action username state result progress started_at ended_at humanized

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ForemanTask",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "pending": {
      "type": "boolean"
    },
    "action": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "result": {
      "type": "string"
    },
    "progress": {
      "type": "number"
    },
    "started_at": {
      "type": "['string', 'null']"
    },
    "ended_at": {
      "type": "['string', 'null']"
    },
    "humanized": {
      "type": "object"
    }
  }
}