Skip to content

Export AI Application BOM report asynchronously

Request

Security
bearer-key
Path
applicationUuidstringrequired

application UUID.

Bodyapplication/jsonrequired
reportNamestring
formatstring
sendEmailNotificationboolean
POST
/api/v3.0/applications/{applicationUuid}/ai/reports/AIBOM
{ "reportName": "string", "format": "string", "sendEmailNotification": true }

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
responseobject(ReportExportProcessDTO)
Response
{ "supportToken": "1171c60d", "response": { "uuid": "string", "name": "string", "scopeUuid": "string", "scopeName": "string", "subScopes": [], "title": "string", "reportType": "attribution", "format": "json", "scopeType": "organization", "scopeUuidList": [], "projectUuids": [], "status": "PENDING", "createdBy": "string", "createdAt": "2019-08-24T14:15:22Z", "sendEmailNotification": true, "labelsUuidList": [], "includeVulnerabilities": true, "excludeInactiveProjects": true } }