NSX-T Data Center REST API

ShaMonitorDependOnConfigDetail (type)

{
  "additionalProperties": false,
  "description": "The common properties of SHA monitor configuration specification.",
  "id": "ShaMonitorDependOnConfigDetail",
  "module_id": "PolicyShaMonitor",
  "properties": {
    "depend_value": {
      "readonly": true,
      "required": false,
      "title": "The depend value of the config key",
      "type": "string"
    },
    "depend_value_reason": {
      "readonly": true,
      "required": false,
      "title": "The detail reason of the depend value",
      "type": "string"
    },
    "key": {
      "readonly": true,
      "required": false,
      "title": "The property of the monitor config",
      "type": "string"
    }
  },
  "title": "SHA monitor configuration depend on item",
  "type": "object"
}