Get GUI settings

Retrieves information about the password and session policy for the library.

Request syntax

GET /v1/guiSettings
Retrieves information about the password and session policy for the library.

Example

> GET /v1/guiSettings
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 45992

{
   "autoLogout": null,
   "autoIMCLogin": "enabled"
}

Attributes

autoLogout (number)

Number of minutes before a user is automatically logged out. If disabled, this is null.

autoIMCLogin (string)

Whether the localGUI user account is enabled to connect to the local IMC or not. One of enabled or disabled. For Diamondback, this is null as there is no IMC.