Skip to content

Export application Inventory report asynchronously (Dependencies - SCA)

Request

Generates a Dependencies Inventory report for the specified application asynchronously. Supported formats: Excel, JSON, XML.

Security
bearer-key
Path
applicationUuidstringrequired

Application UUID (Administration > Applications)

Bodyapplication/jsonrequired
namestring
formatstring

Output file format. The Inventory report supports excel, json and xml.

Enum:"excel""json""xml"
Example:"excel"
sendEmailNotificationboolean
projectUuidsArray of strings
POST
/api/v3.0/applications/{applicationUuid}/dependencies/reports/inventory
{ "name": "string", "format": "excel", "sendEmailNotification": true, "projectUuids": [ "string" ] }

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
responseobject(ReportExportProcessDTO)
Response
{ "supportToken": "1171c60d", "response": { "uuid": "string", "name": "string", "scopeUuid": "string", "scopeName": "string", "subScopes": [], "title": "string", "reportType": "attribution", "format": "json", "scopeType": "organization", "scopeUuidList": [], "projectUuids": [], "status": "PENDING", "createdBy": "string", "createdAt": "2019-08-24T14:15:22Z", "sendEmailNotification": true, "labelsUuidList": [], "includeVulnerabilities": true, "excludeInactiveProjects": true } }