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:///global-manager/api/v1/global-infra/ip-reputation-site-mappings/
- 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:///policy/api/v1/global-infra/ip-reputation-site-mappings/
- 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-mapping

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IPReputationSiteMapping+

Example Response:

{ "site_path": "/global-infra/sites/pune", "enable_auto_download": false, "resource_type": "IPReputationSiteMapping", "id": "pune-ip-reputation-mapping", "display_name": "pune", "path": "/global-infra/ip-reputation-site-mappings/pune-ip-reputation-mapping", "relative_path": "pune-ip-reputation-mapping", "parent_path": "/global-infra", "remote_path": "", "unique_id": "8e885bd3-d9d8-49b6-a3ce-77509b7fe69a", "owner_id": "6a666aad-cddb-4266-ba66-4337ac5dc6c2", "marked_for_delete": false, "overridden": false, "_create_time": 1729058481897, "_create_user": "admin", "_last_modified_time": 1729067951437, "_last_modified_user": "admin", "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 }

Required Permissions:

read

Feature:

policy_security_settings

Additional Errors: