List and query all alert types.

External Documentation

To learn more, visit the Acronis documentation.

Parameters

ParameterDescription
CategoryA comma-seperated or JSON list of the alert categories to query by. Can be obtained by the List Alert Categories action.
OrderSet the order that the alerts will be returned in.
Use the following values:
* id
* severity
* category

The available operators:
* asc
* desc
Os TypeQuery by the category of the os type of the alert type.

Example Output

{
	"items": [
		{
			"id": "<string>",
			"severity": "<string>",
			"enabled": true,
			"contextKeys": [],
			"searchableDetails": [
				"<string>",
				"<string>"
			],
			"exportable": [
				{
					"name": "<string>",
					"acep_name": "<string>"
				}
			],
			"supportedOS": [
				"<string>",
				"<string>"
			],
			"category": "<string>"
		},
		{
			"id": "<string>",
			"severity": "<string>",
			"enabled": true,
			"contextKeys": [],
			"searchableDetails": [
				"<string>",
				"<string>"
			],
			"supportedOS": [
				"<string>",
				"<string>"
			],
			"category": "<string>"
		}
	]
}

Workflow Library Example

List Alert Types with Acronis and Send Results Via Email

Preview this Workflow on desktop