Skip to main content

Collect App Metadata

Run one or more application metadata collectors.

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

note

Requires a user with System:Manage privilege.

Request

Parameters

collectAppMetadata
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 application metadata collectors are processed.

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=collectAppMetadata&format=json&name=Sample+AMC" \
-H "Authorization: Bearer <token>"

Response

Default format when format is omitted.

run-id=1001
run-source-1001=Sample AMC

See Also