Acronis

Provides integration into Acronis Cyber Protect Cloud and related services via the Acronis REST API.


Revision History

1.0.0.0 Initial Release


Properties

Connection

Type: Connection Input
Defines the Acronis connection profile.

BaseUrl
Type: String
Specifies the Acronis API base URL (data centre specific). Defaults to the global Acronis Cloud endpoint.

AccessToken
Type: Password
Bearer token used to authenticate API requests. Provide this when an OAuth access token has already been obtained.

Username
Type: String
The username or client identifier used for authentication when not providing an access token.

Password
Type: Password
The password or client secret paired with the specified username.

TenantId
Type: String
Identifier for the Acronis tenant. Used when performing tenant-scoped operations.


OperationId

Type: String Static
The internal ID of the selected Acronis operation. This value is automatically populated when a sample operation is selected.


Description

Type: String Static
Short description of the selected Acronis operation. This value is automatically set when a sample is chosen.


Request

Type: JSON Input
Defines the JSON payload to be sent in the API request. Use this property for specifying request bodies for create, update, or action-based API operations.


Response

Type: JSON Output
Returns the JSON body of the Acronis API response. This contains the data returned by the executed operation.


Setup

To connect Flowgear to Acronis, you need an active Acronis Cyber Protect Cloud account with API access enabled.
Refer to the Acronis Developer Portal for environment-specific base URLs:
https://developer.acronis.com

  1. Retrieve your tenant ID and credentials from the Acronis Management Console.
  2. Obtain an OAuth access token via the Acronis Authentication API, or supply your username and password for direct authentication.
  3. Enter these details into the Acronis Connection properties in Flowgear.

See Also

https://developer.acronis.com