NSX-T Data Center Global Manager REST API

API return the last feed download status on LM from NTICS.

NSX downloads the IP reputation feed from NTICS periodically and in realtime on user request.
The API return the status of last feed download from NTICS on a given site.
This API is only available when using VMware NSX.

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://<policy-mgr>/global-manager/api/v1/global-infra/firewall-ip-reputation-feed/download/status?enforcement_point_path=/global-infra/sites/pune/enforcement-points/default

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, "marked_for_delete": false, "overridden": false, "_protection": "NOT_PROTECTED" }

Required Permissions:

read

Feature:

policy_security_settings

Additional Errors: