Update
Update the credentials or configuration of a telemetry data source. Provide only the config block that matches your data source type (e.g. grafana_config for Grafana, datadog_config for Datadog). New credentials are validated against the provider before being saved.
PUT
Update
Authorizations
API key from your incident.io dashboard (Settings → API keys)
Path Parameters
Data source ID
Example:
"01G0J1EXE7AXZ2C93K61WBPYEH"
Body
application/json
Datadog-specific credential updates
Example:
{ "api_key": "abc123", "app_key": "abc123" }Grafana-specific credential and endpoint updates
Example:
{
"api_key": "glsa_123",
"api_url": "grafana.example.com"
}Updated display name
Example:
"Production Grafana"
Response
200 - application/json
OK response.
A telemetry data source integration
Update