You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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