NSX-T Data Center REST API
UaClusterMetric (type)
{
"description": "The health metrics of unified appliance cluster.",
"id": "UaClusterMetric",
"module_id": "SystemHealth",
"properties": {
"cluster_id": {
"description": "The UUID of unified appliance cluster.",
"title": "Unified appliance cluster id",
"type": "string"
},
"cluster_metrics": {
"description": "The metrics for unified appliance cluster.",
"items": {
"$ref": "MetricItem"
},
"required": false,
"title": "Cluster metrics",
"type": "array"
}
},
"title": "Unified appliance cluster metric",
"type": "object"
}