NSX-T Data Center REST API
TransportNodeStateParameters (type)
{
"additionalProperties": false,
"id": "TransportNodeStateParameters",
"module_id": "TransportNode",
"properties": {
"mm_state": {
"$ref": "MaintenanceModeState",
"required": false,
"title": "Realized maintenance node state"
},
"node_types": {
"description": "EdgeNode and VirtualNetworkAppliance are supported values in this node_types filter parameter for MP transport-nodes state API. EDGE_NODE and VIRTUAL_NETWORK_APPLIANCE are supported values in this node_types filter parameter for Policy edge-transport-nodes state API",
"nsx_feature": "ServiceVmVpcSupportForDTGW",
"required": false,
"title": "A list of node types separated by comma or a single type",
"type": "string"
},
"status": {
"enum": [
"PENDING",
"IN_PROGRESS",
"SUCCESS",
"PARTIAL_SUCCESS",
"FAILED",
"ORPHANED"
],
"required": false,
"title": "Realized state of transport nodes",
"type": "string"
},
"vtep_ip": {
"required": false,
"title": "Virtual tunnel endpoint ip address of transport node",
"type": "string"
}
},
"type": "object"
}