NSX-T Data Center REST API
PeerVirtualNetworkApplianceStatus (type)
{
"id": "PeerVirtualNetworkApplianceStatus",
"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"
},
"down_since": {
"description": "Peer node status when node went down.",
"readonly": true,
"title": "Timestamp When the Peer Node Went Down",
"type": "string"
},
"management_ips": {
"description": "Management ip of the virtual network appliance whose status is being reported.",
"items": {
"type": "string"
},
"readonly": true,
"title": "Management IP Of the Virtual Network Appliance",
"type": "array"
},
"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 Virtual Network Appliance",
"type": "string"
}
},
"type": "object"
}