Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Page Tree
rootResource - sipremoteauthtable

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 LengthDescribes the User Credential (RemoteAuthorization) Table so that it is easily identifiable.
SequenceNoNostringnone2000 - Max LengthComma 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)

Code Block
languagebash
Put code example herecurl --cookie PHPSESSID=fsqgefadjojefv6lmdtij6lh44 -s -k -i https://134.56.72.218/rest/sipremoteauthtable/1 -X PUT --data "ConfigIEState=1&Description=REST AUTH&Sequence=1"

Response:

Code Block
languagehtml/xml
Put Code response here<?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>