NSX-T Data Center REST API

HostConfigCsvRecord (type)

{
  "extends": {
    "$ref": "CsvRecord"
  },
  "id": "HostConfigCsvRecord",
  "module_id": "PolicyFirewallConfiguration",
  "properties": {
    "bootbank0": {
      "description": "Volume size of BootBank 0 (in Bytes)",
      "readonly": true,
      "title": "Volume size of BootBank 0",
      "type": "integer"
    },
    "bootbank1": {
      "description": "Volume size of BootBank 1 (in Bytes)",
      "readonly": true,
      "title": "Volume size of BootBank 1",
      "type": "integer"
    },
    "cluster_id": {
      "readonly": true,
      "title": "UUID of cluster",
      "type": "string"
    },
    "cluster_type": {
      "readonly": true,
      "title": "Type of cluster",
      "type": "string"
    },
    "host_id": {
      "readonly": true,
      "title": "UUID of host",
      "type": "string"
    },
    "host_ip": {
      "readonly": true,
      "title": "Host's IP",
      "type": "string"
    },
    "host_moref": {
      "readonly": true,
      "title": "moref ID of host",
      "type": "string"
    },
    "host_version": {
      "readonly": true,
      "title": "Host's OS version",
      "type": "string"
    },
    "last_updated_scrx_status": {
      "readonly": true,
      "title": "The last updated SCRX status",
      "type": "string"
    },
    "vc_id": {
      "readonly": true,
      "title": "UUID of vCenter",
      "type": "string"
    },
    "vib_type": {
      "readonly": true,
      "title": "Type of VIB",
      "type": "string"
    }
  },
  "type": "object"
}