NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
VirtualNetworkApplianceClusterStatus (schema)
| Name | Description | Type | Notes |
|---|---|---|---|
| display_name | Display Name Of the Virtual Network Appliance Cluster Display name of the virtual network appliance Cluster whose status is being reported. |
string | Readonly |
| error_details | Error Details of the cluster status Error details encountered while collecting or reporting virtual network appliance status. |
ClusterStatusErrorDetails | Readonly |
| last_update_timestamp | Last updated timestamp Timestamp when the cluster status was last updated |
EpochMsTimestamp | Required Readonly |
| member_status | Per Virtual Network Appliance Status | array of VirtualNetworkApplianceClusterMemberStatus | Readonly |
| status | Status Of the Virtual Network Appliance Cluster Virtual network appliance cluster status |
string | Required Enum: UP, DOWN, DEGRADED, UNKNOWN |