NSX-T Data Center REST API
List all VM and statuses based on transport node ID of idfw enabled compute collection. (Deprecated)
Retrieve all the VM and status by transport node ID of idfw enabled computecollection in the request.
Deprecated:
Use the following Policy API -
GET /policy/api/v1/infra/settings/firewall/idfw/transport-nodes/<transport-node-id>/vms/status
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/idfw/transport-nodes/<transport-node-id>/vms/status
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/idfw/transport-nodes/581574eb-b2b4-4ba1-9973-0f6c60d48bdd/vms/statusSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    IdfwVirtualMachineStatusListResult+
  