NSX-T Data Center Global Manager REST API
Retrieves the last IP reputation feed download status from NTICS for a site
The API retrieves the status of the last IP reputation feed download from NTICS (NSX Threat Intelligence Cloud Services)for a specific site managed by the Global Manager.
NSX periodically downloads IP reputation feeds from NTICS to keep the malicious IP database up-to-date.
This API returns information about the most recent download attempt, including:
- Download status (COMPLETE, IN_PROGRESS, FAILED, etc.)
- Timestamp of the last successful download
- Failure reason (if download failed)
- Site path for which the status is retrieved
Execution Context:
- API endpoint: GET https://
- Deployment: Global Manager only
- Required parameter: The 'enforcement_point_path' parameter is mandatory and must specify the site/Local Manager
for which you want to retrieve the download status.
Prerequisites:
- The specified site must be onboarded to the Global Manager
- The site must be mapped for IP reputation management (configured via IP Reputation Site Mapping)
Request:
Method:
GET
URI Path(s):
/global-manager/api/v1/global-infra/firewall-ip-reputation-feed/download/status
Request Headers:
n/a
Query Parameters:
RealizationListRequestParameters+
Request Body:
n/a
Example Request:
GET https://Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IPReputationFeedDownloadStatus+