NSX-T Data Center REST API
List IP reputation site mappings configured across federated sites
The API retrieves the list of IP reputation site mappings that define which sites are enabled forIP reputation management and their auto-download configuration from NTICS (NSX Threat Intelligence Cloud Services).
IP Reputation Site Mapping is a Global Manager construct that:
- Maps specific Local Manager sites to enable IP reputation functionality
- Configures whether each site should automatically download IP reputation feeds from NTICS
- Created and managed centrally from the Global Manager
Execution on Global Manager (GM):
- API endpoint: GET https://
- Returns the list of all IP reputation site mappings configured in the federated deployment
- Supports pagination and filtering via request parameters
Execution on Local Manager (LM):
- API endpoint: GET https://
- When the Local Manager is onboarded to a Global Manager, this endpoint allows viewing the global
IP reputation site mappings that are managed centrally by the GM
- This is a read-only view - LM cannot create or modify these mappings
- Useful for local administrators to verify IP reputation configuration and understand which sites
are enabled for IP reputation management
- Only available when the LM is part of a federated NSX deployment
Request:
Method:
GET
URI Path(s):
/policy/api/v1/global-infra/ip-reputation-site-mappings
Request Headers:
n/a
Query Parameters:
IPReputationSiteMappingListRequestParameters+
Request Body:
n/a
Example Request:
# Example 1: Execute on Global Manager (full management capabilities) GET https://<policy-mgr>/global-manager/api/v1/global-infra/ip-reputation-site-mappings # Example 2: Execute on Local Manager - read-only view of global mappings (federated deployments only) GET https://<policy-mgr>/policy/api/v1/global-infra/ip-reputation-site-mappingsSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IPReputationSiteMappingListResult+