get_alert_rule_by_uid
Retrieve the complete configuration and detailed status of a Grafana alert rule using its unique identifier to inspect rule settings and current state.
Instructions
Retrieves the full configuration and detailed status of a specific Grafana alert rule
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uid | Yes | The uid of the alert rule |
Input Schema (JSON Schema)
{
"properties": {
"uid": {
"description": "The uid of the alert rule",
"type": "string"
}
},
"required": [
"uid"
],
"type": "object"
}