NSX-T Data Center REST API
List IDFW status of VMs by transport node id
This API will list all VMs and statuses based on transport node ID of idfwenabled compute collection.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/settings/firewall/idfw/transport-nodes/<transport-node-id>/vms/status
                  
              
            Request Headers:
                n/a
            Query Parameters:
    PolicyIdfwEnforcementPointRequestParameters+
  Request Body:
    n/a
  Example Request:
GET https://<policy-ip>/policy/api/v1/infra/settings/firewall/idfw/transport-nodes/<transport-node-id>/vms/statusSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    IdfwVirtualMachineStatusListResult+
  