v1

latestOpenAPI 3.0.12026-08-06151265417.9 KB
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

namestring
sendEmailNotificationboolean
format'excel'
searchstring

Filter your search to return items whose property has a specific value. Use the syntax: [property][operator][value]

  • Property: the name of the property of the item
  • Operator:
    • equals (==) - Returns true if the value exactly matches this one. If the value contains a * character, it behaves like a wildcard (similar to the LIKE operator). Example: entity==abc* — will return true for entities like "abcd" and "abc_123".
  • Value: the value of the property.

Logical operators AND (;) and OR (,) are supported in filters — param1=in=(val1,val2) and (param2==val3 or param3==val4), can also be written as — param1=in=(val1,val2);(param2==val3,param3==val4)

This endpoint supports filtering on the following properties and its supported operators:

  • findingId: equals
zeroDayIdentifierstring

UUID or Name of a Zero-Day Event

Example request

{
  "search": "findingId==CVE-2020-8908",
  "zeroDayIdentifier": "CanisterWorm Supply Chain Attack"
}

Response

OK

supportTokenstring

Example response

{
  "supportToken": "1171c60d"
}