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
Example request
{
"format": "excel"
}Response
OK
Example response
{
"supportToken": "1171c60d"
}Changes
Changed in 1 of the 3 revisions of this API.2
- ●
added the new
aiBomenum value to theresponse/reportTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
unifiedFindingsenum value to theresponse/reportTyperesponse property for the response status200response-property-enum-value-added
- ●