Skip to main content
Monitoring & Collection/Grafana Integration

GetGrafanaDatasourceHealth

Get the health status and sample count for a Grafana datasource

GET/api/v1/monitoring/grafana/datasources/{id}/health

Operation ID

GetGrafanaDatasourceHealth

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 check health for

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • status
    String

    Health status of the datasource (ok, degraded, error)

    Example: ok

  • lastDataAt
    String

    Last data at

    Example: 2026-01-15T08:00:00Z

  • sampleCount
    String

    Number of metric samples available from this datasource

    Example: 1500000