NSX-T Data Center REST API

PeerNodeStatus (type)

{
  "id": "PeerNodeStatus",
  "module_id": "PolicyEdgeClusterStatistics",
  "properties": {
    "display_name": {
      "description": "Display name of the edge node whose status is being reported.",
      "readonly": true,
      "title": "Display Nme of the edge node",
      "type": "string"
    },
    "down_since": {
      "description": "Peer node status when node went down.",
      "readonly": true,
      "title": "Timestamp When the Peer Node Went Down",
      "type": "string"
    },
    "edge_transport_node_path": {
      "description": "Edge node details from where the status is being retrieved.",
      "readonly": true,
      "required": true,
      "title": "Edge Transport Node Path",
      "type": "string"
    },
    "management_ips": {
      "description": "Management ip of the edge node whose status is being reported.",
      "items": {
        "type": "string"
      },
      "readonly": true,
      "title": "Management IP of the Edge Transport Node",
      "type": "array"
    },
    "policy_edge_node_path": {
      "description": "Policy edge node backed by an edge transport node.",
      "required": true,
      "title": "Policy Edge Node Path",
      "type": "string"
    },
    "status": {
      "description": "If member is not realized yet, status value will be set as \"NOT_AVAILABLE\".",
      "enum": [
        "UP",
        "DOWN",
        "ADMIN_DOWN",
        "PARTIALLY_DISCONNECTED",
        "UNKNOWN",
        "NOT_AVAILABLE"
      ],
      "required": true,
      "title": "Status Of an Edge Node",
      "type": "string"
    }
  },
  "type": "object"
}