NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
PeerNodeStatus (schema)
| Name | Description | Type | Notes |
|---|---|---|---|
| display_name | Display Nme of the edge node Display name of the edge node whose status is being reported. |
string | Readonly |
| down_since | Timestamp When the Peer Node Went Down Peer node status when node went down. |
string | Readonly |
| edge_transport_node_path | Edge Transport Node Path Edge node details from where the status is being retrieved. |
string | Required Readonly |
| management_ips | Management IP of the Edge Transport Node Management ip of the edge node whose status is being reported. |
array of string | Readonly |
| policy_edge_node_path | Policy Edge Node Path Policy edge node backed by an edge transport node. |
string | Required |
| 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 |