Skip to main content

Run Report

Run a report defined in the system and generate results.

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

Request

Parameters

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

json - Returns the response as JSON.
The name of the report to run.
descAn optional description for the generated results.

Headers

Bearer token
Acceptapplication/json
Content-Typeapplication/json

Response

Parameters

typeExecuted command name
run-idThe id assigned to the report run. Use getRunStatus to check the status of the run after this call.

Examples

Request

curl -K -X GET \
"https://instance.securid.com/aveksa/command.submit?cmd=runReport&format=json&name=All%20User%20Access&desc=My%20Report%20Run" \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json"

Response

{
"data": {
"type": "runReport",
"run-id": "9980"
}
}

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.