NSX-T Data Center REST API

ShaMonitorStatusDetail (type)

{
  "additionalProperties": false,
  "id": "ShaMonitorStatusDetail",
  "module_id": "PolicyShaMonitor",
  "properties": {
    "overall_status": {
      "description": "The overall status is calculated based on the status of the sub-monitors if there are. UNKNOWN - UNKNOWN status. NORMAL - This monitor or all the sub-monitors of it running normally. RUNNING_ERROR - This monitor or all the sub-monitors of it encounter running error. PARTIAL_ERROR - Some of the sub-monitors of this monitor encounter running error.",
      "enum": [
        "UNKNOWN",
        "NORMAL",
        "RUNNING_ERROR",
        "PARTIAL_ERROR"
      ],
      "required": false,
      "title": "The overall status of this monitor",
      "type": "string"
    },
    "status_description": {
      "required": false,
      "title": "Description of this monitor status",
      "type": "string"
    },
    "status_detail_per_sub_monitor": {
      "items": {
        "$ref": "ShaSubMonitorStatusDetail"
      },
      "required": false,
      "title": "The status detail for each sub-monitors",
      "type": "array"
    }
  },
  "title": "SHA monitor status detail",
  "type": "object"
}