NSX-T Data Center REST API

ShaMonitorExportedMetricSpec (type)

{
  "additionalProperties": false,
  "description": "The monitor exported metric related specification.",
  "id": "ShaMonitorExportedMetricSpec",
  "module_id": "PolicyShaMonitor",
  "properties": {
    "details": {
      "items": {
        "$ref": "ShaMonitorExportedMetricDetail"
      },
      "readonly": true,
      "required": false,
      "title": "List of monitor exported metric detail",
      "type": "array"
    },
    "summary": {
      "description": "A brief overview of the exported metrics.",
      "readonly": true,
      "required": false,
      "title": "Summary of monitor exported metric",
      "type": "string"
    }
  },
  "title": "SHA monitor exported metric specification",
  "type": "object"
}