NSX-T Data Center REST API

ShaMonitorType (type)

{
  "description": "This field specifies the type of SHA monitor.   UNKNOWN     - Unknown SHA monitor type.   METRIC_EXPORTER     - This type of monitor can manage sub-monitors of type SUB_METRIC_EXPORTER       and can exist as a standalone monitor to export metrics.   SUB_METRIC_EXPORTER     - The monitor is designed for exporting specific metrics and must be managed by       a METRIC_EXPORTER monitor.   STANDARD     - The standalone monitor won't expose any metrics.",
  "enum": [
    "UNKNOWN",
    "METRIC_EXPORTER",
    "SUB_METRIC_EXPORTER",
    "STANDARD"
  ],
  "id": "ShaMonitorType",
  "module_id": "PolicyShaMonitor",
  "title": "SHA monitor type",
  "type": "string"
}