Mend's enhanced SCA API enables automation of workflows in a REST compliant format. The API features:
If you have a dedicated instance of Mend, contact your Mend representative to access this API on your instance.
https://api-saas.mend.io/api/v2.0/projects/{projectToken}/reassign/{productToken}
No request payload
{ "supportToken": "1171c60d", "retVal": { "message": "Success!" } }
https://api-saas.mend.io/api/v2.0/projects/{projectToken}
No request payload
{ "supportToken": "1171c60d", "retVal": { "uuid": "123e4567-e89b-12d3-a456-426655440000", "name": "My Project", "path": "My Product", "productName": "My Product", "productUuid": "123e4567-e89b-12d3-a456-426655440000" } }
https://api-saas.mend.io/api/v2.0/projects/{projectToken}
{ "name": "Entity A" }
{ "supportToken": "1171c60d", "retVal": { "uuid": "123e4567-e89b-12d3-a456-426655440000", "name": "My Project", "path": "My Product", "productName": "My Product", "productUuid": "123e4567-e89b-12d3-a456-426655440000" } }
https://api-saas.mend.io/api/v2.0/projects/{projectToken}
No request payload
{ "supportToken": "1171c60d", "retVal": { "message": "Success!" } }
https://api-saas.mend.io/api/v2.0/projects/{projectToken}/vitals
No request payload
{ "supportToken": "1171c60d", "retVal": { "lastScan": "2019-08-24T14:15:22Z", "lastUserScanned": { … }, "requestToken": "827eb16fefc040d399420b75791aa346adcba32b4386412682d0cce36a56c24e", "lastSourceFileMatch": "2019-08-24T14:15:22Z", "lastScanComment": "a comment", "projectCreationDate": "2019-08-24T14:15:22Z", "pluginName": "plugin:18.2.2", "pluginVersion": "plugin:18.2.2", "extraProperties": { … }, "libraryCount": 400 } }