NSX-T Data Center REST API

VpcStateNodeStatus (type)

{
  "additionalProperties": false,
  "id": "VpcStateNodeStatus",
  "module_id": "PolicyVpcStatistics",
  "properties": {
    "edge_path": {
      "description": "Policy path of edge node where the node status is retrieved. Edge should be member of enforcement point.",
      "readonly": true,
      "required": false,
      "title": "Policy path of edge node",
      "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"
    }
  },
  "title": "VPC state node status",
  "type": "object"
}