Red Hat Satellite · JSON Structure

Red Hat Satellite Content View Update Structure

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

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

Properties

name description auto_publish solve_dependencies 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": "ContentViewUpdate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "auto_publish": {
      "type": "boolean"
    },
    "solve_dependencies": {
      "type": "boolean"
    },
    "repository_ids": {
      "type": "array"
    },
    "component_ids": {
      "type": "array"
    },
    "environment_ids": {
      "type": "array"
    }
  }
}