Management Plane API > Security > Identity Firewall > Monitoring

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

Retrieve all the transport node and status by idfw enabled
ComputeCollection ID in the request.

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

Example Request:

GET https://<nsx-mgr>/api/v1/idfw/compute-collections/581574eb-b2b4-4ba1-9973-0f6c60d48bdd:domain:c8/transport-nodes/status

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: