NSX-T Data Center REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

NodeMetrics (schema)

Node metrics

The health metrics of an unified appliance or a transport node.

Name Description Type Notes
last_status_update_time Last status update time

Timestamp of the last status update, in epoch milliseconds.
EpochMsTimestamp
node_id Node id

The UUID of unified appliance or transport node.
string Required
node_metrics Node metrics

List of metrics for the node.
array of MetricItem
node_name Node name

The display name of unified appliance or transport node.
string
node_type Node type

Node type should be one of unified appliance, host node and edge node.
string Enum: UnifiedAppliance, EdgeNode, HostNode