create_alert_definition
Define alerts by combining symptom definitions for specific resource kinds. Set name, criticality, and trigger conditions for proactive monitoring.
Instructions
[WRITE] Create a new alert definition referencing existing symptom definitions.
Use list_symptom_definitions() to find symptom_definition_ids.
Args: name: Alert definition name (must be unique in Aria Operations). description: Human-readable description of when/why this alert fires. resource_kind: Resource kind this alert applies to: VirtualMachine, HostSystem, ClusterComputeResource, Datastore. symptom_definition_ids: List of symptom definition UUIDs. ANY one symptom firing will trigger the alert. criticality: Alert severity: INFORMATION, WARNING, IMMEDIATE, CRITICAL. adapter_kind: Adapter kind key. Default VMWARE (vSphere adapter). target: Optional Aria Operations target name from config. Uses default if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | Yes | ||
| resource_kind | Yes | ||
| symptom_definition_ids | Yes | ||
| criticality | No | WARNING | |
| adapter_kind | No | VMWARE | |
| target | No |