NSX-T Data Center REST API

PolicyEdgeClusterMemberStatus (type)

{
  "additionalProperties": false,
  "id": "PolicyEdgeClusterMemberStatus",
  "module_id": "PolicyEdgeClusterStatistics",
  "properties": {
    "display_name": {
      "description": "Display name of the edge node whose status is being reported.",
      "readonly": true,
      "title": "Display Name of the edge node",
      "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"
    },
    "failure_reason": {
      "description": "Failure reason which encountered while collecting or reporting edge cluster status.",
      "readonly": true,
      "title": "Failure Reason of Node Status",
      "type": "string"
    },
    "management_ips": {
      "description": "Management ips of the edge node whose status is being reported.",
      "items": {
        "type": "string"
      },
      "readonly": true,
      "title": "Management IPs of the Edge Transport Node",
      "type": "array"
    },
    "peer_node_status": {
      "items": {
        "$ref": "PeerNodeStatus"
      },
      "readonly": true,
      "title": "Peer Node Status of the Edge 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"
    },
    "read_latency": {
      "description": "Average read latency in milliseconds.",
      "read_only": true,
      "title": "Average Read Latency",
      "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"
    },
    "storage_state": {
      "description": "Storage state of an edge node.",
      "enum": [
        "READ_WRITE",
        "READ_ONLY",
        "UNKNOWN"
      ],
      "readonly": true,
      "title": "Storage State",
      "type": "string"
    },
    "vtep_state": {
      "description": "VTEP state of an edge node.",
      "enum": [
        "UP",
        "DOWN",
        "UNKNOWN",
        "NOT_AVAILABLE"
      ],
      "readonly": true,
      "title": "VTEP State",
      "type": "string"
    },
    "write_latency": {
      "description": "Average write latency in milliseconds.",
      "read_only": true,
      "title": "Average Write Latency",
      "type": "string"
    }
  },
  "type": "object"
}