NSX-T Data Center REST API

List all transport node and statuses based on idfw enabled ComputeCollection ID. (Deprecated)

Retrieve all the transport node and status by idfw enabled
ComputeCollection ID in the request.
Deprecated:
Use the following Policy API -
GET /policy/api/v1/infra/settings/firewall/idfw/compute-collections/<compute-collection-id>/transport-nodes/status

Request:

Method:
GET
URI Path(s):
/api/v1/idfw/compute-collections/{cc-ext-id}/transport-nodes/status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IdfwTransportNodeStatusListResult+

Example Response:

{ "results":[ { "transport_node_id":"345df56h-55e7-a4f7-81bf-673a2af1dfg", "transport_node_status":[ { "status":"UP" }, { "status":"IDFW_DISABLED" } ] }, { "transport_node_id":"234df56h-55e7-a4f7-81bf-673a2af5kso", "transport_node_status":[ { "status":"DOWN" }, { "status":"IDFW_DISABLED" } ] } ] }

Required Permissions:

read

Feature:

identity_firewall

Additional Errors: