NSX-T Data Center REST API
PolicyIpReputationFeedQueryParameters (type)
{
"id": "PolicyIpReputationFeedQueryParameters",
"module_id": "PolicyFirewallIpReputation",
"properties": {
"enforcement_point_path": {
"description": "The path of the enforcement point where the Feed id downloaded to. Forward slashes must be escaped using %2F. This is a mandatory field when called from Global Manager.",
"required": false,
"title": "String Path of the enforcement point",
"type": "string"
},
"operation": {
"enum": [
"enable_auto_download",
"disable_auto_download",
"download"
],
"required": true,
"title": "action",
"type": "string"
}
},
"title": "IP Reputation feed query parameters",
"type": "object"
}