Red Hat · JSON Structure

Red Hat Satellite Host Structure

Type: object Properties: 13
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

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

Properties

id name ip mac operatingsystem_name environment_name hostgroup_name organization_name location_name global_status content_facet_attributes created_at updated_at

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Host",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "ip": {
      "type": "string"
    },
    "mac": {
      "type": "string"
    },
    "operatingsystem_name": {
      "type": "string"
    },
    "environment_name": {
      "type": "string"
    },
    "hostgroup_name": {
      "type": "string"
    },
    "organization_name": {
      "type": "string"
    },
    "location_name": {
      "type": "string"
    },
    "global_status": {
      "type": "integer"
    },
    "content_facet_attributes": {
      "type": "object"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}