NSX-T Data Center REST API

ShaMonitorExportedMetricDetail (type)

{
  "additionalProperties": false,
  "description": "The exact metric detail.",
  "id": "ShaMonitorExportedMetricDetail",
  "module_id": "PolicyShaMonitor",
  "properties": {
    "collected_from": {
      "description": "List of sources indicates where this metric is collected.",
      "items": {
        "$ref": "NsxtNodeType"
      },
      "readonly": true,
      "required": false,
      "title": "Sources of metric",
      "type": "array"
    },
    "description": {
      "readonly": true,
      "required": false,
      "title": "Description of this metric",
      "type": "string"
    },
    "metric_key_per_destination": {
      "description": "List of metric key for the destination.",
      "items": {
        "$ref": "ShaMonitorMetricKey"
      },
      "readonly": true,
      "required": false,
      "title": "List of metric key for the destination",
      "type": "array"
    }
  },
  "title": "SHA monitor exported metric detail",
  "type": "object"
}