update_nrql_condition
Update an existing NRQL alert condition by providing its ID and modifying optional settings like query, threshold, priority, name, or enabled state.
Instructions
Update an existing NRQL alert condition
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name (optional) | |
| enabled | No | Enable or disable the condition (optional) | |
| priority | No | New alert priority (optional) | |
| threshold | No | New threshold value (optional) | |
| nrql_query | No | New NRQL query (optional) | |
| description | No | New description (optional) | |
| condition_id | Yes | ID of the condition to update | |
| threshold_duration | No | New threshold duration in seconds (optional) | |
| threshold_operator | No | New threshold operator (optional) |