NSX-T Data Center REST API

Associated URIs:

API Description API Path

IP Reputation feed configuration.


API to retrieve the current IP Reputation feed configuration.
GET /policy/api/v1/infra/firewall-ip-reputation-feed
GET /policy/api/v1/global-infra/firewall-ip-reputation-feed

IP reputation feed actions.


This API can be used to activate or deactivate auto-download of IP reputation
feed, it can also be used to trigger download of IP reputation
feed when required. Once auto-download is activated, IP reputation feed will
be downloaded at regular intervals of 720 mins(12 hrs).
Auto-download of IP reputation feed can be activated using the action
'enable_auto_download', to deactivate use action 'disable_auto_download' and to
trigger a download use action 'download'.
For Global Manager, the only action that is supported is action=download. The
enforcement_point_path of the site where the feed is to be downloaded should be
provided along with the action
POST /policy/api/v1/infra/firewall-ip-reputation-feed
POST /policy/api/v1/global-infra/firewall-ip-reputation-feed

It returns the exclusion IP list present in the default malicious group


Querying the API on GM with a valid enforcement point path, the API will return the list of exclusion IPs
from the default malicious IP group of the site represented by the enforcement point path.
In the absence of an enforcement point path, the API returns the exclusion IPs present in the global default
malicious IP group of GM.
Querying the API on LM, the api will return a list of exclusion IP addresses present in the local default malicious
ip group.
The API will not consider the IP addresses present in the user created malicious group.
GET /policy/api/v1/infra/ip-reputation-exclusion-list

List IP reputation site mapping for all sites.


List IP reputation site mapping details.
GET /policy/api/v1/global-infra/ip-reputation-site-mappings

Read IP reputation site mapping on GM.


Read IP reputation site mapping details for a given site.
GET /policy/api/v1/global-infra/ip-reputation-site-mappings/{mapping-id}