NSX-T Data Center REST API
Retrieves a specific IP reputation site mapping configuration
The API retrieves the configuration details of a specific IP reputation site mapping identified by its mapping ID.IP Reputation Site Mapping defines:
- Which site (Local Manager) is enabled for IP reputation management
- Whether the site should automatically download IP reputation feeds from NTICS (NSX Threat Intelligence Cloud Services)
- The association between a site path and IP reputation configuration
Execution on Global Manager (GM):
- API endpoint: GET https://
- Retrieves the detailed configuration of a specific IP reputation site mapping
- The mapping-id typically corresponds to the site name or a descriptive identifier for the site
Execution on Local Manager (LM):
- API endpoint: GET https://
- When the Local Manager is onboarded to a Global Manager, this endpoint allows viewing the specific
IP reputation site mapping configuration that applies to sites in the federated deployment
- This is a read-only view - Local Managers cannot modify site mappings
- Useful for local administrators to verify their site's IP reputation configuration including:
Whether auto-download is enabled for their site
Last modification timestamps and ownership information
- 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/{mapping-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
# Example 1: Execute on Global Manager GET https://<policy-mgr>/global-manager/api/v1/global-infra/ip-reputation-site-mappings/pune-ip-reputation-mapping # Example 2: Execute on Local Manager - read-only view of global mapping (federated deployments only) GET https://<policy-mgr>/policy/api/v1/global-infra/ip-reputation-site-mappings/pune-ip-reputation-mappingSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IPReputationSiteMapping+