You can use the SetLoginSessionInfo method to set the period of time that a login authentication for a session is valid. After the login period elapses without activity on the system, the authentication expires. New login credentials are required for continued access to the cluster after the login period has elapsed.
This method has the following input parameter:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
timeout | Cluster authentication expiration period. Formatted in HH:mm:ss. For example: 01:30:00, 00:90:00, and 00:00:5400 can all be used to equal a 90 minute timeout period. | string | 30 minutes | Yes |
This method has no return value.
Requests for this method are similar to the following example:
{ "method": "SetLoginSessionInfo", "params": { "timeout" : "01:30:00" }, "id" : 1 }
This method returns a response similar to the following example:
{ "id" : 1, "result" : {} }
9.6