Red Hat Satellite · JSON Structure

Red Hat Satellite Content View Create Structure

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

ContentViewCreate 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

organization_id name label description composite rolling auto_publish solve_dependencies import_only repository_ids component_ids environment_ids

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContentViewCreate",
  "type": "object",
  "properties": {
    "organization_id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "composite": {
      "type": "boolean"
    },
    "rolling": {
      "type": "boolean"
    },
    "auto_publish": {
      "type": "boolean"
    },
    "solve_dependencies": {
      "type": "boolean"
    },
    "import_only": {
      "type": "boolean"
    },
    "repository_ids": {
      "type": "array"
    },
    "component_ids": {
      "type": "array"
    },
    "environment_ids": {
      "type": "array"
    }
  }
}