Application Management API
This document covers the Application Management application programming interface.
What can I do with the Application Management API?
This interface enables integration developers to programmatically leverage the following functionality:
[For MDR integrations] Log in to Acronis Cyber Protect Cloud on behalf of the end customer.
Data format
The API uses HTTP/1.1 protocol and operates mostly with JSON-formatted messages.
Location
The Acronis Application Management API is available at a specific URL (the base URL): <datacenter_url>/api/application_manager/v<version>
, where:
<datacenter_url>
is the URL of the Acronis data center where the client using the API is registered.<version>
is the API version number.The Application Management API is currently version 2.
In this section