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

Compare with Current View Page History

« Previous Version 3 Next »

REST API Method: PUT /rest/sipremoteauthtable/{identifier}

Creates a SIP Remote Authorization Table given a specific Table ID.

URL:

https://134.56.227.163/rest/sipremoteauthtable/{identifier}

HTTP Method

PUT

Requires Authentication:

true



Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
DescriptionNoNostringnone64 - Max Length Describes the User Credential (RemoteAuthorization) Table so that it is easily identifiable.
SequenceNoNostringnone2000 - Max Length Comma separated string containing the IDs of the User Credential (Remote Authorization) Entries in the table in the order desired.

Usage Example: (about cURL | requires a session token)

curl --cookie PHPSESSID=cuc2h83fqaispmu6m519sa5642 -s -k -i https://134.56.72.218/rest/sipremoteauthtable/1 -X PUT --data "ConfigIEState=1&Description=REST AUTH&Sequence=1"

Response:

<?xml version="1.0"?>
<root>
 <status>
  <http_code>500</http_code>
 <app_status href="https://134.56.72.218/rest/sipremoteauthtable/1">
 <app_status_entry code="20013" params="1|SIPUserCredTable"/>
 </app_status>
  </status>
</root>
  • No labels