Skip to main content

Collect Data Access

Run one or more data access collectors.

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

note

Requires a user with System:Manage privilege.

Request

Parameters

collectDataAccess
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 data access 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=collectDataAccess&format=json&name=Sample+DAG" \
-H "Authorization: Bearer <token>"

Response

Default format when format is omitted.

run-id=1001
run-source-1001=Sample DAG

See Also