Red Hat Satellite · JSON Structure

Red Hat Satellite Host Structure

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

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

Properties

id name ip ip6 mac environment_id hostgroup_id hostgroup_name hostgroup_title operatingsystem_id operatingsystem_name architecture_id architecture_name domain_id domain_name subnet_id subnet_name subnet6_id compute_resource_id compute_resource_name compute_profile_id medium_id ptable_id model_id model_name location_id location_name organization_id organization_name owner_id owner_type managed build enabled comment uuid global_status global_status_label content_facet_attributes subscription_facet_attributes interfaces puppetclasses all_puppetclasses created_at updated_at installed_at last_report

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', 'null']"
    },
    "ip6": {
      "type": "['string', 'null']"
    },
    "mac": {
      "type": "['string', 'null']"
    },
    "environment_id": {
      "type": "['integer', 'null']"
    },
    "hostgroup_id": {
      "type": "['integer', 'null']"
    },
    "hostgroup_name": {
      "type": "['string', 'null']"
    },
    "hostgroup_title": {
      "type": "['string', 'null']"
    },
    "operatingsystem_id": {
      "type": "['integer', 'null']"
    },
    "operatingsystem_name": {
      "type": "['string', 'null']"
    },
    "architecture_id": {
      "type": "['integer', 'null']"
    },
    "architecture_name": {
      "type": "['string', 'null']"
    },
    "domain_id": {
      "type": "['integer', 'null']"
    },
    "domain_name": {
      "type": "['string', 'null']"
    },
    "subnet_id": {
      "type": "['integer', 'null']"
    },
    "subnet_name": {
      "type": "['string', 'null']"
    },
    "subnet6_id": {
      "type": "['integer', 'null']"
    },
    "compute_resource_id": {
      "type": "['integer', 'null']"
    },
    "compute_resource_name": {
      "type": "['string', 'null']"
    },
    "compute_profile_id": {
      "type": "['integer', 'null']"
    },
    "medium_id": {
      "type": "['integer', 'null']"
    },
    "ptable_id": {
      "type": "['integer', 'null']"
    },
    "model_id": {
      "type": "['integer', 'null']"
    },
    "model_name": {
      "type": "['string', 'null']"
    },
    "location_id": {
      "type": "integer"
    },
    "location_name": {
      "type": "string"
    },
    "organization_id": {
      "type": "integer"
    },
    "organization_name": {
      "type": "string"
    },
    "owner_id": {
      "type": "['integer', 'null']"
    },
    "owner_type": {
      "type": "['string', 'null']"
    },
    "managed": {
      "type": "boolean"
    },
    "build": {
      "type": "boolean"
    },
    "enabled": {
      "type": "boolean"
    },
    "comment": {
      "type": "['string', 'null']"
    },
    "uuid": {
      "type": "['string', 'null']"
    },
    "global_status": {
      "type": "integer"
    },
    "global_status_label": {
      "type": "string"
    },
    "content_facet_attributes": {
      "type": "object"
    },
    "subscription_facet_attributes": {
      "type": "object"
    },
    "interfaces": {
      "type": "array"
    },
    "puppetclasses": {
      "type": "array"
    },
    "all_puppetclasses": {
      "type": "array"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    },
    "installed_at": {
      "type": "['string', 'null']"
    },
    "last_report": {
      "type": "['string', 'null']"
    }
  }
}