Versions Compared

Key

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

REST API Method: POST /rest/preloginmessage

Page Tree
rootResource - preloginmessage

This method modifies (or creates if initially empty) the Pre-Login Message to be configured on the

...

SBC

...

.

URL:

https://

...

192.

...

168.

...

0.

...

111/rest/preloginmessage

HTTP Method

POST

Requires Authentication:

true

Noprint
Panel
bgColortransparent
titleBGColor#DDD
title[preloginmessage - REST API Methods|Resource - preloginmessage]

Page Tree
root@parent

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
messageYesNostringnone10000 - Max LengthRetrieves the message to be displayed before logging in to the Web User Interface.

Tip
titleHelpful Tip

The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource

...

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

Code Block
languagebash
curl --cookie PHPSESSID=no4ams98ukle71obo7lni3oh55 --cacert 1kCAcert.pem  -i https://134.56.227.163/rest/preloginmessage --data preloginmessage --data \
> "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."


Response:

...

languagehtml/xml

...