OK
Platform API 3.0
/- Export Images Organization SBOM report asynchronously (Containers)
Export Images Project Due Diligence report asynchronously (Containers)
Export Images Project Attribution report asynchronously (Containers)
Export Images Project SBOM report asynchronously (Containers)
Export Code Project Suppressions report asynchronously (SAST)
Export Code Project Findings report asynchronously (SAST)
Export Code Project Compliance report asynchronously (SAST)
Export Images Organization Due Diligence report asynchronously (Containers)
Export Images Organization Attribution report asynchronously (Containers)
Export Code Organization Compliance report asynchronously (SAST)
Export Images Application Due Diligence report asynchronously (Containers)
Export Images Application Attribution report asynchronously (Containers)
Export Images Application SBOM report asynchronously (Containers)
Export Code Application Suppressions report asynchronously (SAST)
Export Code Application Findings report asynchronously (SAST)
Export Code Application Compliance report asynchronously (SAST)
Get Report Status
Delete Report
Download Report
Get Reports
Export project Due Diligence report asynchronously (Dependencies - SCA)
Export project SBOM report asynchronously (Dependencies - SCA)
Export application Due Diligence report asynchronously (Dependencies - SCA)
Export application SBOM report asynchronously (Dependencies - SCA)
Export Images Organizatio...
Mend API (3.0)
Mend's enhanced API enables automation of workflows in a REST compliant format. The API features:
- Access for any user with Mend credentials, via a user key available in the user's profile page in the Mend Platform.
- Improved security with a JWT token per organization, which expires every 30 minutes.
- Added scalability with support for cursor pagination and limiting results size.
- Broader functionality available programmatically.
- New standard API documentation for easy navigation and search.
If you have a dedicated instance of Mend, contact your Mend representative to access this API on your instance.
Bodyapplication/jsonrequired
Enum"attribution""inventory""vulnerabilities""securityAlerts""sbom""securityAlertsLibrary""Compliance""Findings""Suppressions""spdx"
- Generated server url
https://baseUrl/api/v3.0/orgs/{orgUuid}/images/reports/attribution
- Payload
- cURL
- JS
- Go
- Ruby
- Java 8
application/json
{ "uuid": "string", "name": "string", "scopeUuid": "string", "scopeName": "string", "subScopes": [ { … } ], "title": "string", "reportType": "attribution", "format": "json", "scopeType": "organization", "scopeUuidList": [ "string" ], "projectUuids": [ "string" ], "status": "PENDING", "createdBy": "string", "createdAt": "2019-08-24T14:15:22Z", "sendEmailNotification": true, "labelsUuidList": [ "string" ], "includeVulnerabilities": true, "groupBy": "BY_COMPONENT", "header": "string", "footer": "string", "selectedColumns": [ "SUMMARY" ] }
Response
application/json
{ "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": [ … ] } }
Bodyapplication/jsonrequired
Enum"attribution""inventory""vulnerabilities""securityAlerts""sbom""securityAlertsLibrary""Compliance""Findings""Suppressions""spdx"
- Generated server url
https://baseUrl/api/v3.0/orgs/{orgUuid}/images/reports/SBOM
- Payload
- cURL
- JS
- Go
- Ruby
- Java 8
application/json
{ "uuid": "string", "name": "string", "scopeUuid": "string", "scopeName": "string", "subScopes": [ { … } ], "title": "string", "reportType": "attribution", "format": "json", "scopeType": "organization", "scopeUuidList": [ "string" ], "projectUuids": [ "string" ], "status": "PENDING", "createdBy": "string", "createdAt": "2019-08-24T14:15:22Z", "sendEmailNotification": true, "labelsUuidList": [ "string" ] }
Response
application/json
{ "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": [ … ] } }
- Generated server url
https://baseUrl/api/v3.0/orgs/{orgUuid}/code/reports/compliance
- Payload
- cURL
- JS
- Go
- Ruby
- Java 8
application/json
{ "name": "string", "format": "json", "sendEmailNotification": true, "labelsUuidList": [ "string" ], "complianceStandard": "string", "reportLevel": "string", "description": "string", "additionalParams": { "property1": [ … ], "property2": [ … ] } }
Response
application/json
{ "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": [ … ] } }