list_contact_points
Retrieve Grafana notification contact points with filtering options to manage alert destinations and configurations.
Instructions
Lists Grafana notification contact points, returning a summary including UID, name, and type
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of results to return | |
name | No | Filter contact points by name |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Maximum number of results to return",
"type": "number"
},
"name": {
"description": "Filter contact points by name",
"type": "string"
}
},
"type": "object"
}