Red Hat Satellite · Schema

ContentViewCreate

Parameters for creating a new content view.

Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

Properties

Name Type Description
organization_id integer Organization identifier.
name string Name of the content view.
label string Content view label (auto-generated from name if omitted).
description string Description of the content view.
composite boolean Whether this is a composite content view.
rolling boolean Whether this is a rolling content view.
auto_publish boolean Auto-publish composite view when a component updates.
solve_dependencies boolean Resolve RPM dependencies during publish.
import_only boolean Mark as import-only content view.
repository_ids array Repository IDs to include.
component_ids array Content view version IDs for composite views.
environment_ids array Lifecycle environment IDs for rolling content views.
View JSON Schema on GitHub

JSON Schema

red-hat-satellite-contentviewcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ContentViewCreate",
  "title": "ContentViewCreate",
  "type": "object",
  "description": "Parameters for creating a new content view.",
  "required": [
    "name",
    "organization_id"
  ],
  "properties": {
    "organization_id": {
      "type": "integer",
      "description": "Organization identifier.",
      "example": "500123"
    },
    "name": {
      "type": "string",
      "description": "Name of the content view.",
      "example": "Example Title"
    },
    "label": {
      "type": "string",
      "description": "Content view label (auto-generated from name if omitted).",
      "example": "Example Title"
    },
    "description": {
      "type": "string",
      "description": "Description of the content view.",
      "example": "A sample description."
    },
    "composite": {
      "type": "boolean",
      "description": "Whether this is a composite content view.",
      "default": false,
      "example": true
    },
    "rolling": {
      "type": "boolean",
      "description": "Whether this is a rolling content view.",
      "default": false,
      "example": true
    },
    "auto_publish": {
      "type": "boolean",
      "description": "Auto-publish composite view when a component updates.",
      "default": false,
      "example": true
    },
    "solve_dependencies": {
      "type": "boolean",
      "description": "Resolve RPM dependencies during publish.",
      "default": false,
      "example": true
    },
    "import_only": {
      "type": "boolean",
      "description": "Mark as import-only content view.",
      "default": false,
      "example": true
    },
    "repository_ids": {
      "type": "array",
      "description": "Repository IDs to include.",
      "items": {
        "type": "integer"
      },
      "example": []
    },
    "component_ids": {
      "type": "array",
      "description": "Content view version IDs for composite views.",
      "items": {
        "type": "integer"
      },
      "example": []
    },
    "environment_ids": {
      "type": "array",
      "description": "Lifecycle environment IDs for rolling content views.",
      "items": {
        "type": "integer"
      },
      "example": []
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/red-hat-satellite-contentviewcreate"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.