Skip to main content

Collect Roles

Run one or more role collectors.

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

note

Requires a user with System:Manage privilege.

Request

Parameters

collectRoles
formatproperties - (Default) Returns the response as key=value pairs. When multiple collectors run, run-id is a CSV of all run IDs.

json - Returns the response as JSON.
nameThe friendly name of the collector to run. If omitted, all role collectors are processed.
forceSet to true to ignore circuit breaker thresholds and force collection regardless of prior run state.

Headers

Bearer token
Acceptapplication/json
Content-Typeapplication/json

Response

Parameters

run-idThe ID assigned to the collection run. When multiple collectors run, this is a CSV of all run IDs.
run-source-xxThe name of the collector for run ID xx. One key appears per collector that ran.

Examples

Request

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

Response

Default format when format is omitted.

run-id=1001
run-source-1001=Sample RDC

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.

See Also