Platform API 3.0
/- Search for library matches for source files at application level
Get source files inventory at project level
Get Mend library suggestions for source files at project level
Search for library matches for source files at project level
Get source files inventory at application level
Get Mend library suggestions for source files at application level
Remap source files at application level
Remap source files at organization level
Remap all source files of a library at application level
Remap all source files of a library at organization level
Search for library matche...
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.
Security
bearer-key
GET
curl -i -X GET \
'https://baseUrl/api/v3.0/applications/{applicationUuid}/dependencies/sourceFiles/searchForMatch' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "supportToken": "1171c60d", "response": [ { … } ] }