Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Resources | system | policyServer | remoteServer

remoteServer

Name of the remote Policy Server.

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The name of this softswitch.
ipAddressOip-address IP Address of the softswitch server.
fqdnOstring Psx Server FQDN
maxPolicyServerCountOint321 max number of policy servers to be configured
portNumberOint323055 The IP port number of the softswitch server. (default is 3055).
stateOenumerationdisabled Admin state of the softswitch server.
modeOenumerationoutOfService Assignment of the Policy Server to have the active, standby, out of service or alternate role. This is the only parameter that may be changed when the Policy Server is ENABLED.
actionOenumerationdryUp The action for the operation mode for this trunk group
transactionTimerOint322500 The time in milliseconds that the SBC waits for a response from the Policy Server after sending it a transaction request.
keepAliveTimerOint325 The time in seconds between sending Keep Alive indications to the Policy Server.
retryTimerOint322500 The time in milliseconds that the SBC waits for a response from the Policy Server after retransmitting the transaction request l
retriesOint321 The maximum number of retransmission attempts for a transaction on this Policy Server.

Operations

Operation NameDescription
switchBack Resets the sip registration count
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusPolicyServer:policyServer/remoteServer={name}

RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusPolicyServer:policyServer --data '
<remoteServer>
     <name>{name}</name>
</remoteServer>
'

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusPolicyServer:policyServer/remoteServer={name}