NSX-T Data Center REST API

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'.

Request:

Method:
POST
URI Path(s):
/policy/api/v1/infra/firewall-ip-reputation-feed
Request Headers:
n/a
Query Parameters:
PolicyIpReputationFeedQueryParameters+
Request Body:
n/a

Successful Response:

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

Example Response:

{ "enable_auto_download": true, "download_frequency_in_mins": 720, "last_feed_download" : 1559810479486, "download_status": "COMPLETE" "id": "firewall-ip-reputation_feed", "display_name": "firewall-ip-reputation_feed", "path": "/infra/firewall-ip-reputation_feed", "relative_path": "firewall-ip-reputation_feed", "parent_path": "/infra/firewall-ip-reputation_feed", "marked_for_delete": false, "_create_user": "policy", "_create_time": 1559807855627, "_last_modified_user": "policy", "_last_modified_time": 1559810459486, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 1 }

Required Permissions:

crud

Feature:

policy_security_settings

Additional Errors: