Red Hat Satellite · JSON Structure

Red Hat Satellite Lifecycle Environment Structure

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

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

Properties

id name label description organization_id organization library prior successor counts created_at updated_at

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LifecycleEnvironment",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "description": {
      "type": "['string', 'null']"
    },
    "organization_id": {
      "type": "integer"
    },
    "organization": {
      "type": "object"
    },
    "library": {
      "type": "boolean"
    },
    "prior": {
      "type": "object"
    },
    "successor": {
      "type": "['object', 'null']"
    },
    "counts": {
      "type": "object"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}