list_integrations
Display all configured integrations for a project, including Prometheus, AWS, Slack, and more, to monitor and manage observability settings effectively.
Instructions
List all configured integrations for a project.
Returns the configuration status of all available integrations:
Prometheus
ClickHouse
AWS
Slack
Microsoft Teams
PagerDuty
Opsgenie
Webhooks
Args: project_id: Project ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}