NSX-T Data Center REST API
VpcStateNodeStatus (type)
{
"additionalProperties": false,
"id": "VpcStateNodeStatus",
"module_id": "PolicyVpcStatistics",
"properties": {
"edge_path": {
"description": "Policy path of edge node or VNA where the node status is retrieved. Edge node or VNA should be member of enforcement point.",
"readonly": true,
"required": false,
"title": "Policy path of edge node or Virtual Network Appliance (VNA)",
"type": "string"
},
"high_availability_status": {
"description": "A service router's HA status on an edge node.",
"enum": [
"ACTIVE",
"STANDBY",
"DOWN",
"SYNC",
"UNKNOWN",
"ADMIN_DOWN"
],
"readonly": true,
"required": false,
"title": "Node high availability status",
"type": "string"
},
"is_default_sub_cluster": {
"default": false,
"description": "True if the edge transport node is a member of default sub cluster.",
"readonly": true,
"required": false,
"title": "Is edge transport node in default sub cluster",
"type": "boolean"
},
"service_gateway_id": {
"description": "The Id of the service gateway where the status is retrieved.",
"readonly": true,
"required": false,
"title": "Service gateway Id",
"type": "string"
},
"service_instance_status": {
"$ref": "VpcServiceInstanceStatus",
"description": "The service gateway details for VPC attached to distributed transit gateway. The service gateways are realized on virtual network appliances from the virtual network appliance cluster that VPC is consuming.",
"nsx_feature": "ServiceVmVpcSupportForDTGW",
"readonly": true,
"required": false,
"title": "Service instance status"
}
},
"title": "VPC state node status",
"type": "object"
}