NSX-T Data Center REST API

RouteControllerStateNodeStatus (type)

{
  "additionalProperties": false,
  "id": "RouteControllerStateNodeStatus",
  "module_id": "PolicyRouteControllerStatistics",
  "properties": {
    "high_availability_status": {
      "description": "High availability status on virtual network appliance node.",
      "enum": [
        "ACTIVE",
        "STANDBY",
        "DOWN",
        "SYNC",
        "UNKNOWN",
        "ADMIN_DOWN"
      ],
      "readonly": true,
      "title": "Node high availability status",
      "type": "string"
    },
    "node_type": {
      "description": "Type of node.",
      "enum": [
        "VIRTUAL_NETWORK_APPLIANCE"
      ],
      "readonly": true,
      "title": "Virtual network appliance node type",
      "type": "string"
    },
    "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"
    },
    "virtual_network_appliance_path": {
      "description": "Policy path of virtual network appliance where the node status is retrieved. Virtual network appliance cluster should be member of enforcement point.",
      "readonly": true,
      "title": "Policy path of virtual network appliance",
      "type": "string"
    }
  },
  "title": "Route controller state node status",
  "type": "object"
}