Skip to main content

Collect Accounts

Run one or more account collectors. All collectors run when no name or businessSource is specified.

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

note

Requires a user with System:Manage privilege.

Request

Parameters

collectAccounts
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 account collectors are processed.
businessSourceThe friendly name of the business source. If omitted, all business sources 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=collectAccounts&format=json&name=Sample+ADC" \
-H "Authorization: Bearer <token>"

Response

Default format when format is omitted.

run-id=1001
run-source-1001=Sample ADC

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.

See Also