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: POST /rest/system?action=factorydefault

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

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)

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

Response:

<?xml version="1.0"?>
<root>
 <status>
  <http_code>200</http_code>
 </status>
</root>
  • No labels