Reports
Export account dependency security findings report asynchronously (Dependencies - SCA)
post/api/v3.0/accounts/{accountUuid}/dependencies/reports/securityFindings
Path parameters
accountUuidstring required
Account UUID
Request body
Example request
{
"search": "findingId==CVE-2020-8908",
"zeroDayIdentifier": "CanisterWorm Supply Chain Attack"
}Response
OK
Example response
{
"supportToken": "1171c60d"
}Changes
Changed in 1 of the 3 revisions of this API.2
- ●
added the new
aiBomenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
unifiedFindingsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●