NSX-T Data Center REST API
NodeMetrics (type)
{
"description": "The health metrics of an unified appliance or a transport node.",
"id": "NodeMetrics",
"module_id": "SystemHealth",
"properties": {
"last_status_update_time": {
"$ref": "EpochMsTimestamp",
"description": "Timestamp of the last status update, in epoch milliseconds.",
"required": false,
"title": "Last status update time"
},
"node_id": {
"description": "The UUID of unified appliance or transport node.",
"required": true,
"title": "Node id",
"type": "string"
},
"node_metrics": {
"description": "List of metrics for the node.",
"items": {
"$ref": "MetricItem"
},
"required": false,
"title": "Node metrics",
"type": "array"
},
"node_name": {
"description": "The display name of unified appliance or transport node.",
"required": false,
"title": "Node name",
"type": "string"
},
"node_type": {
"description": "Node type should be one of unified appliance, host node and edge node.",
"enum": [
"UnifiedAppliance",
"EdgeNode",
"HostNode"
],
"required": false,
"title": "Node type",
"type": "string"
}
},
"title": "Node metrics",
"type": "object"
}