NSX-T Data Center REST API
IP reputation feed actions.
This API can be used to activate or deactivate auto-download of IP reputationfeed, 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
  Example Request:
POST https://<policy-mgr>/policy/api/v1/infra/firewall-ip-reputation-feed?action=enable_auto_downloadSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    PolicyFirewallIpReputationConfig+