Skip to main content

About

Display version information for the server.

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

Request

Parameters

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

json - Returns the response as JSON.

Headers

Bearer token
Acceptapplication/json
Content-Typeapplication/json

Response

Parameters

server-versionThe version of the server software.
database-versionThe version of the database schema.
patchesThe list of patches installed on the server. Empty if none are installed.

Examples

Request

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

Response

{
"data": {
"type": "about",
"database-version": "8.0.0.184636",
"server-version": "8.0.0.184636",
"patches": "P10_HF01"
}
}

Verified with RSA Governance & Lifecycle version 8.0.0.184636 P10_HF01.