Versions Compared

Key

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

REST API Method: POST /rest/system?action=factorydefault

Page Tree
rootResource - system

This action sets the Sonus SBC system to factory default configuration.

Note

After this action, node will not be accessible until the Sonus SBC is configured again.

URL:

https://134.56.227.163/rest/system?action=factorydefault

HTTP Method

POST

Requires Authentication:

true

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

Code Block
languagebash
curl --cookie  PHPSESSID=4cvansmtlcokghkiuc2ghagkc1 --cacert 1kCAcert.pem -i  https://134.56.227.163/rest/system?action=factorydefault

Response:

Code Block
languagehtml/xml
<?xml version="1.0"?>
<root>
 <status>
  <http_code>200</http_code>
 </status>
</root>