alert.list_categories

List all types of alerts which the system can issue.

Type: object

Type: array
No Additional Items

Result

Type: array of object

Array of available alert categories and their classes.

No Additional Items
Each item of this array must be:

AlertCategory

Type: object
No Additional Properties

Id

Type: string

Unique identifier for the alert category.

Title

Type: string

Human-readable title for the alert category.

Classes

Type: array of object

Array of alert classes within this category.

No Additional Items
Each item of this array must be:

AlertCategoryClass

Type: object
No Additional Properties

Id

Type: string

Unique identifier for the alert class.

Title

Type: string

Human-readable title for the alert class.

Level

Type: string

Default severity level for alerts in this class.

Proactive Support

Type: boolean

Whether this alert class is included in proactive support monitoring.



Required roles: ALERT_LIST_READ