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.
-
Authorization - Issue a JWT token POST {{base_url}}/api/2/idp/token
-
Authorization - Delete API Client DELETE {{base_url}}/api/2/clients/{{client_id}}
-
Authorization - Get self info using Basic Authentication GET {{base_url}}/api/2/users/me
-
Authorization - Create API Client POST {{base_url}}/api/2/clients
-
Authorization - Get API Client Info (including tenant_id) using an issues token GET {{base_url}}/api/2/clients/{{client_id}}
-
Agents - Force to start update of all agents POST {{base_url}}/api/agent_manager/v2/agents/update:force
-
Agents - Fetch agents list for a tenant GET {{base_url}}/api/agent_manager/v2/agents?tenant_id={{tenant_id_int}}
-
Agents - Get agents update configuration GET {{base_url}}/api/agent_manager/v2/agents/update/configuration
-
Agents - Get the agents refernces GET {{base_url}}/api/agent_manager/v2/agent_update_references?update_channel=STABLE&os_family=WINDOWS&os_arch=X64
-
Agents - Get an agent update settings GET {{base_url}}/api/agent_manager/v2/agent_update_settings/{{agent_id}}