get_ruler_namespace_rules
Retrieve all rule groups for a specified namespace in Grafana, returning a JSON mapping of namespace to rule groups.
Instructions
Get all rule groups for a specific namespace (folder).
Args: connection_name: Name of the Grafana connection namespace: The namespace/folder name
Returns: JSON string with dict mapping namespace to rule groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | ||
| connection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |