Actions
Actions appear as entries in the Integrated App actions list in the DEVICES section of the Acronis Cyber Protect Cloud console.
You specify the workload types on which the user can perform the action: either native Acronis workload types or workload types defined in the CyberApp or a combination of both.
There are two action types:
Open link
Can open:
Simple URLs
Parametrized URLsParametrized URLs include variables in the{{$.<attribute_name>}}
format, where<attribute_name>
is a path to the attribute field in the JSONPath formatFor example, your website (www.demoisv.com
) displays workload (device) details when you provide the workload’s MAC address as a parameter namedworkloadmac
.If you specify the URL ashttps://demoisv.com?workloadmac={{$.mac}}
, the toolbar button in the Cyber Protect Cloud console Devices section will redirect the user to your website and open details. Desktop applicationsFor example, a remote desktop application. Web applicationsFor example, a VNC console.Open popup
Opens a popup form which you must create using the UI builder, and specify a data initializer callback for the popup form.
Important
When the popup form opens, the data initializer callback is sent to your callback handler to retrieve data from your server to fill in the values. Therefore, you must pre-define the data initializer callback.For more information, see Callbacks.