v1

latestOpenAPI 3.0.12026-08-06151265417.9 KB
Reports

Export application Inventory report asynchronously (Dependencies - SCA)

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

post/api/v3.0/applications/{applicationUuid}/dependencies/reports/inventory

Path parameters

applicationUuidstring required

Application UUID (Administration > Applications)

Request body

namestring
format'excel' | 'json' | 'xml'

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

sendEmailNotificationboolean
projectUuidsstring[]

Example request

{
  "format": "excel"
}

Response

OK

supportTokenstring

Example response

{
  "supportToken": "1171c60d"
}