NSX-T Data Center REST API

OdsRunbookSysInfo (type)

{
  "additionalProperties": false,
  "description": "System information of the node where an Online Diagnostic System Runbook is executed.",
  "id": "OdsRunbookSysInfo",
  "module_id": "PolicyOds",
  "properties": {
    "host_name": {
      "description": "Host name or IP address.",
      "readonly": true,
      "required": true,
      "title": "Host name",
      "type": "string"
    },
    "os_name": {
      "description": "Operating system name.",
      "readonly": true,
      "required": true,
      "title": "Operating system name",
      "type": "string"
    },
    "os_version": {
      "description": "Operating system version.",
      "readonly": true,
      "required": true,
      "title": "Operating system version",
      "type": "string"
    }
  },
  "title": "System information of the node where runbook is executed",
  "type": "object"
}