Red Hat Satellite · Schema

ContentViewUpdate

Parameters for updating a content view.

Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

Properties

Name Type Description
name string
description string
auto_publish boolean
solve_dependencies boolean
repository_ids array
component_ids array
environment_ids array
View JSON Schema on GitHub

JSON Schema

red-hat-satellite-content-view-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContentViewUpdate",
  "type": "object",
  "description": "Parameters for updating a content view.",
  "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"
    }
  }
}