Skip to main content
Monitoring & Collection/Grafana Integration

TestGrafanaDatasourceConnectivity

Test whether a registered Grafana datasource is reachable and responding

POST/api/v1/monitoring/grafana/datasources/{id}/test

Operation ID

TestGrafanaDatasourceConnectivity

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • id
    StringRequired

    Unique identifier of the datasource to test

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • reachable
    Boolean

    Whether the datasource endpoint is reachable

    Example: true