You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
Resources |
addressContext |
zone |
sipArsEndpointRecoveryByIp
sipArsEndpointRecoveryByIp
Recovers a blacklisted endpoints in this zone by ip and port
|
Input Params
Name | Mandatory | Default | Description |
---|
ipAddress | M | |
Endpoint's IP address
|
port | M | |
Endpoint's port number
|
RESTCONF API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/operations/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sipArsEndpointRecoveryByIp --data ' <sipArsEndpointRecoveryByIp> <ipAddress>{ipAddress}</ipAddress> <port>{port}</port> </sipArsEndpointRecoveryByIp> ' |