NSX-T Data Center REST API
Retrieves the IP reputation exclusion list from the default malicious IP group
The API retrieves the list of IP addresses excluded from IP reputation enforcement. The exclusion listis maintained in the default malicious IP group. The behavior varies depending on whether the API is
executed on Global Manager (GM) or Local Manager (LM).
Execution on Global Manager (GM):
- API endpoint: GET https://
- When the 'enforcement_point_path' parameter is provided, the API returns the exclusion IP list from
the default malicious IP group of the specified site (Local Manager) represented by the enforcement
point path.
- When the 'enforcement_point_path' parameter is not provided, the API returns the exclusion IP list
from the Global Manager's default malicious IP group.
Execution on Local Manager (LM):
- API endpoint: GET https://
- The API returns the exclusion IP list from the Local Manager's default malicious IP group.
- The 'enforcement_point_path' parameter is ignored if provided, as the Local Manager maintains only
its own enforcement point and exclusion list.
Note:
- This API only considers IP addresses in the default malicious IP group. IP addresses in
user-created malicious IP groups are not included in the response.
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:
# Example 1: Execute on Global Manager with enforcement_point_path GET https://Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IPReputationExclusionList+