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: GET /rest/preloginmessage

This method will retrieve the Pre-Login Message configured on the Sonus SBC 1000/2000 system.

URL:

https://134.56.227.163/rest/preloginmessage

HTTP Method

GET

Requires Authentication:

true

Parameters

Name Required Values Description
filterNoconfigThe type of filtered information in the response. If no filters are specified, all get applied.

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

curl --cookie PHPSESSID=ima0r3nkaeg8mo0suln67vg4m7 --cacert 134.56.227.163.crt 
-i https://134.56.227.163/rest/preloginmessage

Response:

<?xml version="1.0"?>
<root>
 <status>
  <http_code>200</http_code>
</status>
 <preloginmessage href="https://134.56.227.163/rest/preloginmessage">
  <message>Users (authorized or unauthorized) have no explicit or implicit expectation of
privacy.  Any or all uses of this system and all files on this system may be
intercepted, monitored, recorded, copied, audited, inspected, and disclosed to
authorized site, customer administrative, and law enforcement personnel, as
well as authorized officials of government agencies, both domestic and foreign.
By using this system, the user consents to such interception, monitoring,
recording, copying, auditing, inspection, and disclosure at the discretion of
authorized personnel.

Unauthorized or improper use of this system may result in administrative
disciplinary action and civil and criminal penalties. By continuing to use this
system you indicate your awareness of and consent to these terms and conditions
of use. CANCEL YOUR LOGIN IMMEDIATELY if you do not agree to the conditions
stated in this warning.</message>
 </preloginmessage>
</root>
  • No labels