NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
AgentStatus (schema)
| Name | Description | Type | Notes |
|---|---|---|---|
| components | agent subcomponent statuses List of agent subcomponent statuses |
array of AgentSubStatus | |
| health_metrics | Health metrics of components Periodically collected critical health metrics. |
array of ComponentHealthMetric | |
| last_status_changed_time | Timestamp of the last status change, in epoch milliseconds | EpochMsTimestamp | |
| name | Agent name | string | Enum: NSX_AGENT, NSX_OPSAGENT, NSX_CFGAGENT, NSX_NESTDB, NSX_EXPORTER, NSX_VDPI, NSX_VDL2, NSX_SWSEC, NSX_OBSRV, NSX_KCP, NSX_FC, NSX_VSWITCH, NSX_VDR, NSX_ENS, NSX_PROXY, NSX_PLATFORM_CLIENT, NSX_SHA |
| resource_usage | Resource usage of this agent Periodically collected critical resource usage including memory usage. |
AgentResource | |
| status | Agent status | string | Enum: UP, DOWN, UNKNOWN, DEGRADED |
| status_description | Status description Describe what makes the status not UP |
string |