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