v1
latestOpenAPI 3.0.12026-08-06151265417.9 KBDependencies Source Files
Search for library matches for source files at application level
Returns library match suggestions from Mend based on manual search criteria. Uses V3 MQL search format. Available search filters: date:between:date1,date2 (e.g., between:2019-05-01,2019-06-01), license:[like|regex]:value, name:[like|equals|regex]:value, owner:like:value, version:like:value. Example: ?search=name==openssl.
get/api/v3.0/applications/{applicationUuid}/dependencies/sourceFiles/searchForMatch
Path parameters
applicationUuidstring required
Application UUID (Administration > Applications)
Response
OK
Example response
{
"supportToken": "1171c60d",
"response": [
{
"uuid": "b366b0ef-b211-4c37-a47c-0077e4de709f",
"name": "openssl",
"sha1": "49f6cb968ff63793f6671d9026fb2a7034dad79a",
"licenses": [
{
"name": "MIT",
"severity": "High"
}
],
"version": "OpenSSL_1_0_1",
"owner": "openssl",
"url": "https://github.com/openssl/openssl.git",
"date": "2012-03-14T12:39:00Z"
}
]
}