NSX-T Data Center REST API
Get firewall profiles available. (Deprecated)
List all the firewall profiles available by requested resource_type.Deprecated:
Use one of the following Policy APIs depending upon the profile type -
GET /policy/api/v1/global-infra/settings/firewall/cpu-mem-thresholds-profiles
GET /policy/api/v1/infra/dns-security-profiles
GET /policy/api/v1/infra/flood-protection-profiles
GET /policy/api/v1/infra/firewall-session-timer-profiles
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/firewall/profiles
                  
              
            Request Headers:
                n/a
            Query Parameters:
    FirewallProfileListParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/firewall/profilesSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    FirewallProfileListResult+
  