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:///global-manager/api/v1/global-infra/firewall-ip-reputation-feed/download/status
- 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:///global-manager/api/v1/global-infra/firewall-ip-reputation-feed/download/status?enforcement_point_path=%2Fglobal-infra%2Fsites%2Fpune%2Fenforcement-points%2Fdefault

Successful Response:

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

Example Response:

{ "site_path": "/global-infra/sites/pune", "download_status": "COMPLETE", "last_feed_download": 1729052409716, "failure_reason": null, "marked_for_delete": false, "overridden": false, "_protection": "NOT_PROTECTED" }

Required Permissions:

read

Feature:

policy_security_settings

Additional Errors: