NSX-T Data Center REST API
IPReputationExclusionList (type)
{
"additionalProperties": false,
"description": "List of IP addresses present in the exclusion list of default malicious IP Group for given site.",
"id": "IPReputationExclusionList",
"module_id": "DFWIPReputationSecurityConfiguration",
"properties": {
"exclusion_list": {
"description": "The list returns the IPs present in the exclusion list of default malicious IP reputation group present on a specific site. This array can consist of a single IP address, IP address range or a subnet. Its type can be of either IPv4 or IPv6.",
"items": {
"$ref": "IPElement"
},
"readonly": true,
"required": false,
"title": "Array of IP addresses",
"type": "array"
}
},
"title": "IP Reputation IP Address Exclusion List",
"type": "object"
}