NSX-T Data Center REST API
It returns the exclusion IP list present in the default malicious group
Querying the API on GM with a valid enforcement point path, the API will return the list of exclusion IPsfrom the default malicious IP group of the site represented by the enforcement point path.
In the absence of an enforcement point path, the API returns the exclusion IPs present in the global default
malicious IP group of GM.
Querying the API on LM, the api will return a list of exclusion IP addresses present in the local default malicious
ip group.
The API will not consider the IP addresses present in the user created malicious group.
This API is only available when using VMware NSX.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/ip-reputation-exclusion-list
Request Headers:
n/a
Query Parameters:
RealizationListRequestParameters+
Request Body:
n/a
Example Request:
GET https://<policy-mgr>/policy/api/v1/global-infra/ip-reputation-exclusion-list?enforcement_point_path=/global-infra/sites/pune/enforcement-points/defaultSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IPReputationExclusionList+