NSX-T Data Center REST API
RouteControllerState (type)
{
"additionalProperties": false,
"description": "Route controller state",
"id": "RouteControllerState",
"module_id": "PolicyRouteControllerStatistics",
"properties": {
"last_update_timestamp": {
"$ref": "EpochMsTimestamp",
"description": "Timestamp when the bgp neighbor status statistics was last updated.",
"readonly": true,
"required": true,
"title": "Last updated timestamp"
},
"logical_gateway_id": {
"description": "The Id of the route controller logical gateway.",
"readonly": true,
"required": false,
"title": "Route controller logical gateway Id",
"type": "string"
},
"per_node_status": {
"description": "Per node status",
"items": {
"$ref": "RouteControllerStateNodeStatus"
},
"readonly": true,
"title": "Per node status",
"type": "array"
},
"virtual_network_appliance_cluster_path": {
"description": "Contains string path of virtual network appliance cluster",
"readonly": true,
"title": "Virtual network appliance cluster path",
"type": "string"
}
},
"title": "Route Controller State",
"type": "object"
}