NSX-T Data Center REST API
Patch exclusion list for security policy
Patch exclusion list for security policy.Request:
Method:
              PATCH
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/settings/firewall/security/exclude-list
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    PolicyExcludeList+
  Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/settings/firewall/security/exclude-list { "members": ["/infra/domains/default/groups/grp1"] }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  