Red Hat · JSON Structure

Red Hat Ansible Automation Platform Inventory Structure

Type: object Properties: 10
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

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

Properties

id name description organization kind host_count total_groups has_inventory_sources created modified

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Inventory",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "organization": {
      "type": "integer"
    },
    "kind": {
      "type": "string"
    },
    "host_count": {
      "type": "integer"
    },
    "total_groups": {
      "type": "integer"
    },
    "has_inventory_sources": {
      "type": "boolean"
    },
    "created": {
      "type": "string"
    },
    "modified": {
      "type": "string"
    }
  }
}