NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
PolicyEdgeClusterMemberStatus (schema)
| Name | Description | Type | Notes |
|---|---|---|---|
| display_name | Display Name of the edge node Display name of the edge node whose status is being reported. |
string | Readonly |
| edge_transport_node_path | Edge Transport Node Path Edge node details from where the status is being retrieved. |
string | Required Readonly |
| failure_reason | Failure Reason of Node Status Failure reason which encountered while collecting or reporting edge cluster status. |
string | Readonly |
| management_ips | Management IPs of the Edge Transport Node Management ips of the edge node whose status is being reported. |
array of string | Readonly |
| peer_node_status | Peer Node Status of the Edge Node | array of PeerNodeStatus | Readonly |
| policy_edge_node_path | Policy Edge Node Path Policy edge node backed by an edge transport node. |
string | Required |
| read_latency | Average Read Latency Average read latency in milliseconds. |
string | |
| status | Status Of an Edge Node If member is not realized yet, status value will be set as "NOT_AVAILABLE". |
string | Required Enum: UP, DOWN, ADMIN_DOWN, PARTIALLY_DISCONNECTED, UNKNOWN, NOT_AVAILABLE |
| storage_state | Storage State Storage state of an edge node. |
string | Readonly Enum: READ_WRITE, READ_ONLY, UNKNOWN |
| vtep_state | VTEP State VTEP state of an edge node. |
string | Readonly Enum: UP, DOWN, UNKNOWN, NOT_AVAILABLE |
| write_latency | Average Write Latency Average write latency in milliseconds. |
string |