Skip to main content

Keep Alive

Reset the inactivity timer for a token obtained from loginUser. Calling this command registers activity against the token. This resets the inactivity timeout but has no effect on the lifespan timeout.

GET https://instance.securid.com/aveksa/command.submit?cmd=keepAlive

note

Primarily intended for tokens from loginUser. Trusted application tokens are accepted but inactivity limits do not apply to them.

Request

Parameters

keepAlive
formatproperties - (Default) Returns the response as key=value pairs.

json - Returns the response as JSON.

Headers

Bearer token
Acceptapplication/json
Content-Typeapplication/json

Response

This command returns no output parameters. Use the HTTP status code to determine success.

Examples

Request

curl -K -X GET \
"https://instance.securid.com/aveksa/command.submit?cmd=keepAlive&format=json" \
-H "Authorization: Bearer <token>"

Response

{
"data": {
"type": "keepAlive"
}
}

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.