Skip to main content
Monitoring & Collection/Grafana Integration

GetGrafanaDegradationConfig

Retrieve the Grafana degradation handling configuration

GET/api/v1/monitoring/grafana/degradation/config

Operation ID

GetGrafanaDegradationConfig

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

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • maxQueueDepth
    Integer

    Maximum number of changes to hold in the sync queue

    Example: 500

  • healthCheckIntervalSec
    Integer

    Interval in seconds between Grafana health checks

    Example: 30

  • maxRetries
    Integer

    Maximum number of retry attempts per queued change

    Example: 5

  • autoFlushOnRecovery
    Boolean

    Whether to automatically flush the queue when Grafana connectivity is restored

    Example: true