Mend's enhanced 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://baseUrl/api/v3.0/orgs/{orgUuid}/reports/{reportUuid}
No request payload
{ "supportToken": "1171c60d", "response": { "message": "Success!" } }
https://baseUrl/api/v3.0/orgs/{orgUuid}/reports/download/{reportUuid}
No request payload
https://baseUrl/api/v3.0/orgs/{orgUuid}/reports
No request payload
{ "additionalData": { "totalItems": "422", "next": "http://someUrl?cursor=3", "cursor": 3 }, "supportToken": "1171c60d", "response": [ { … } ] }