Modify SIP RAI
|
HTTP Method |
PUT |
|
URI |
http(s)://<serverIP/hostname/FQDN>/adminapi/sipRAI/<Server Name> |
|
Example URI |
http(s)://10.10.10.10/adminapi/sipRAI/server12 |
|
Content Type |
Application/XML, Application/JSON |
|
HTTP Success Code |
200 |
|
HTTP Failure Codes |
400, 404 |
Success Response
HTTP/1.1 200 OK
Sample Input
<?xml version="1.0" encoding="UTF-8"?>
<sipRAI>
<self>http://10.10.10.10/adminapi/siprai/server12</self>
<raiServerName>10.345.24</raiServerName>
<portNumber>2346</portNumber>
<interval>220</interval>
</sipRAI>