Acronis Alert Manager API

Number of APIs: 19

  1. Alerts - Dismiss an alert by ID DELETE {{base_url}}/api/alert_manager/v1/alerts/:id

  2. Authorization - Get self info using Basic Authentication GET {{base_url}}/{{api_ver}}/users/me

  3. Authorization - Create API Client POST {{base_url}}/api/2/clients

  4. Authorization - Delete API Client DELETE {{base_url}}/api/2/clients/{{client_id}}

  5. Authorization - Issue a Scoped token for Protection Management POST {{base_url}}/api/2/idp/token

  6. Authorization - Get API Client Info (including tenant_id) using an issues token GET {{base_url}}/api/2/clients/{{client_id}}

  7. Alerts - Create an alert POST {{base_url}}/api/alert_manager/v1/alerts

  8. Alerts - Dismiss the alerts by filter DELETE {{base_url}}/api/alert_manager/v1/alerts

  9. Alerts - Fetch an alert by ID GET {{base_url}}/api/alert_manager/v1/alerts/:id

  10. Alerts - Fetch categories GET {{base_url}}/api/alert_manager/v1/categories