Red Hat Satellite · JSON Structure

Red Hat Satellite Subscription Structure

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

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

Properties

id cp_id subscription_id name description product_id product_name contract_number account_number quantity consumed available start_date end_date support_level type virt_only virt_who multi_entitlement stacking_id upstream_pool_id organization_id provided_products 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": "Subscription",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "cp_id": {
      "type": "string"
    },
    "subscription_id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "['string', 'null']"
    },
    "product_id": {
      "type": "string"
    },
    "product_name": {
      "type": "string"
    },
    "contract_number": {
      "type": "['string', 'null']"
    },
    "account_number": {
      "type": "['string', 'null']"
    },
    "quantity": {
      "type": "integer"
    },
    "consumed": {
      "type": "integer"
    },
    "available": {
      "type": "integer"
    },
    "start_date": {
      "type": "string"
    },
    "end_date": {
      "type": "string"
    },
    "support_level": {
      "type": "['string', 'null']"
    },
    "type": {
      "type": "string"
    },
    "virt_only": {
      "type": "boolean"
    },
    "virt_who": {
      "type": "boolean"
    },
    "multi_entitlement": {
      "type": "boolean"
    },
    "stacking_id": {
      "type": "['string', 'null']"
    },
    "upstream_pool_id": {
      "type": "['string', 'null']"
    },
    "organization_id": {
      "type": "integer"
    },
    "provided_products": {
      "type": "array"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}