This method will retrieve the Pre-Login Message configured on the Sonus SBC 1000/2000 system.
https://134.56.227.163/rest/preloginmessage
GET
true
Name | Required | Values | Description |
---|---|---|---|
filter | No | config | The type of filtered information in the response. If no filters are specified, all get applied. |
curl --cookie PHPSESSID=ima0r3nkaeg8mo0suln67vg4m7 --cacert 134.56.227.163.crt -i https://134.56.227.163/rest/preloginmessage
<?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>