NSX-T Data Center REST API

VirtualNetworkApplianceClusterMemberStatus (type)

{
  "id": "VirtualNetworkApplianceClusterMemberStatus",
  "module_id": "VirtualNetworkApplianceClusterStatistics",
  "properties": {
    "appliance_path": {
      "required": true,
      "title": "Path Of Virtual Network Appliance",
      "type": "string"
    },
    "display_name": {
      "description": "Display name of the virtual network appliance whose status is being reported.",
      "readonly": true,
      "title": "Display Name of the virtual network appliance",
      "type": "string"
    },
    "management_ips": {
      "description": "Management ips of the virtual network appliance whose status is being reported.",
      "items": {
        "type": "string"
      },
      "readonly": true,
      "title": "Management IPs of the Virtual Network Appliance",
      "type": "array"
    },
    "peer_node_status": {
      "items": {
        "$ref": "PeerVirtualNetworkApplianceStatus"
      },
      "readonly": true,
      "title": "Peer Node Status of the Virtual Network Appliance",
      "type": "array"
    },
    "read_latency": {
      "description": "Average read latency in milliseconds.",
      "read_only": true,
      "title": "Average Read Latency",
      "type": "string"
    },
    "status": {
      "enum": [
        "UP",
        "DOWN",
        "ADMIN_DOWN",
        "PARTIALLY_DISCONNECTED",
        "UNKNOWN"
      ],
      "required": true,
      "title": "Status Of Virtual Network Appliance",
      "type": "string"
    },
    "storage_state": {
      "description": "Storage state of virtual network appliance.",
      "enum": [
        "READ_WRITE",
        "READ_ONLY",
        "UNKNOWN"
      ],
      "readonly": true,
      "title": "Storage State",
      "type": "string"
    },
    "vtep_state": {
      "description": "VTEP state of virtual network appliance.",
      "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"
}