Resources | addressContext | dynamicBlackList | removeEntry

removeEntry

Removes any DBL entry for the specified source IP address

Input Params

NameMandatoryDefaultDescription
sourceIpAddressM The source IP address for the DBL entry to be removed.

Output Params

NameDescription
result
reason
REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/addressContext/{name}/dynamicBlackList/_operations/removeEntry --data '
<removeEntry>
     <sourceIpAddress>{sourceIpAddress}</sourceIpAddress>
</removeEntry>
'

  • No labels