List all alert categories.

External Documentation

To learn more, visit the Acronis documentation.

Parameters

ParameterDescription
Include DisabledShould disabled alert categories be included in the response.

Example Output

{
	"items": [
		{
			"name": "<string>",
			"disabled": false
		},
		{
			"name": "<string>",
			"disabled": false
		}
	]
}

Workflow Library Example

List Alert Categories with Acronis and Send Results Via Email

Preview this Workflow on desktop