NSX-T Data Center REST API
TransitGatewayState (type)
{
"additionalProperties": false,
"id": "TransitGatewayState",
"module_id": "PolicyTransitGatewayStatistics",
"properties": {
"last_update_timestamp": {
"$ref": "EpochMsTimestamp",
"description": "Timestamp when the data was last updated; unset if data source has never updated the data.",
"readonly": true,
"required": false
},
"logical_gateway_id": {
"description": "The Id of the TGW logical gateway.",
"readonly": true,
"required": false,
"title": "The TGW logical gateway Id",
"type": "string"
},
"per_node_status": {
"description": "TGW per node status.",
"items": {
"$ref": "TransitGatewayStateNodeStatus"
},
"readonly": true,
"required": false,
"title": "TGW state node status",
"type": "array"
}
},
"title": "Transit gateway state",
"type": "object"
}