Acronis Agent Manager API

Number of APIs: 12

Provides information about agents registered in Acronis Cyber Protection and their endpoints.

Full Reference https://developer.acronis.com/doc/alerts/v1/reference/

Blog Post
https://developer.acronis.com/blog/posts/automate-acronis-agent-installations/

Copyright © 2019-2021 Acronis International GmbH. This is distributed under MIT license.

  1. Authorization - Issue a JWT token POST {{base_url}}/api/2/idp/token

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

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

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

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

  6. Agents - Force to start update of all agents POST {{base_url}}/api/agent_manager/v2/agents/update:force

  7. Agents - Fetch agents list for a tenant GET {{base_url}}/api/agent_manager/v2/agents?tenant_id={{tenant_id_int}}

  8. Agents - Get agents update configuration GET {{base_url}}/api/agent_manager/v2/agents/update/configuration

  9. Agents - Get the agents refernces GET {{base_url}}/api/agent_manager/v2/agent_update_references?update_channel=STABLE&os_family=WINDOWS&os_arch=X64

  10. Agents - Get an agent update settings GET {{base_url}}/api/agent_manager/v2/agent_update_settings/{{agent_id}}