scan data export

Export scan data for selected projects

Export scan data for selected projects

post/export/cve

Headers

X-Request-Idstring

An unique ID for the request

X-Scan-Data-Typestring required

The type of scan data to export

Request body

job_namestring

Name of the scan data export job

projectsinteger[]

A list of one or more projects for which to export the scan data, currently only one project is supported due to performance concerns, but define as array for extension in the future.

labelsinteger[]

A list of one or more labels for which to export the scan data, defaults to all if empty

repositoriesstring

A list of repositories for which to export the scan data, defaults to all if empty

cveIdsstring

CVE-IDs for which to export data. Multiple CVE-IDs can be specified by separating using ',' and enclosed between '{}'. Defaults to all if empty

tagsstring

A list of tags enclosed within '{}'. Defaults to all if empty

Response

Success.

idinteger

The id of the scan data export job

Changes