Resources | node | addressContext | zone | sipArsEndpointRecoveryByIp

sipArsEndpointRecoveryByIp

Recovers a blacklisted endpoints in this zone by ip and port

Input Params

NameMandatoryDefaultDescription
ipAddressM Endpoint's IP address
portM Endpoint's port number
REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/operational/node/{nodeName}/addressContext/{name}/zone/{name}/_operations/sipArsEndpointRecoveryByIp --data '
<sipArsEndpointRecoveryByIp>
     <ipAddress>{ipAddress}</ipAddress>
     <port>{port}</port>
</sipArsEndpointRecoveryByIp>
'

  • No labels