A newer release of this product is available.
GetLoginBanner
Suggest changes
You can use the GetLoginBanner
method to get the currently active Terms of Use banner that users see when they log in to the Element web interface.
Parameters
This method has no input parameters.
Return values
This method has the following return values:
Name | Description | Type |
---|---|---|
banner |
The current text of the Terms of Use banner. This value can contain text even when the banner is disabled. |
string |
enabled |
The status of the Terms of Use banner. Possible values:
|
boolean |
Request example
Requests for this method are similar to the following example:
{ "id": 3411, "method": "GetLoginBanner", "params": {} }
Response example
This method returns a response similar to the following example:
{ "id": 3411, "result": { "loginBanner": { "banner": "Welcome to NetApp!", "enabled": false } } }
New since version
10.0