NSX-T Data Center REST API
ComponentHealthMetric (type)
{
"id": "ComponentHealthMetric",
"module_id": "Heatmap",
"properties": {
"data_type": {
"description": "Health metric data type.",
"enum": [
"INTEGER",
"DOUBLE",
"STRING",
"BOOL",
"TIMESTAMP"
],
"title": "Data type",
"type": "string"
},
"name": {
"description": "Health metric name.",
"title": "Name",
"type": "string"
},
"unit": {
"description": "Health metric unit.",
"enum": [
"BYTES",
"PERCENT",
"MILLISECOND",
"MICROSECOND"
],
"title": "Unit",
"type": "string"
},
"value": {
"description": "Health metric value.",
"title": "Value",
"type": "string"
}
},
"type": "object"
}