Skip to main content
Monitoring & Collection/Grafana Integration
POSTGrafanaSince 1.0SynchronousAuth Required

TestGrafanaDatasourceConnectivity

Test whether a registered Grafana datasource is reachable and responding

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Path Parameters

Request Inputs

Path Parameters

  • idStringRequired

    Unique identifier of the datasource to test

Responses

200 OK

On success, this API returns the following response structure.

  • reachableBoolean

    Whether the datasource endpoint is reachable

    Example: true

Endpoint

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

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

Operation ID

TestGrafanaDatasourceConnectivity

Permalink

Request Example

curl -X POST '{host}/api/v1/monitoring/grafana/datasources/{id}/test' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'

Response Example

200
{
  "reachable": true
}

Change History

This API has no change history records yet.

View all change history