Skip to main content
Monitoring & Collection/Grafana Integration

UpdateGrafanaDegradationConfig

Update the Grafana degradation configuration parameters

PUT/api/v1/monitoring/grafana/degradation/config

Operation ID

UpdateGrafanaDegradationConfig

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

application/json

Body Fields

  • maxQueueDepth
    IntegerRequired

    Updated maximum queue depth

    Example: 1000

  • healthCheckIntervalSec
    IntegerRequired

    Updated health check interval in seconds

    Example: 15

  • maxRetries
    IntegerRequired

    Updated max retry count per queued change

    Example: 3

  • autoFlushOnRecovery
    BooleanRequired

    Whether to enable auto-flush on recovery

    Example: true

Responses

200 OK
200 OK

On success, this API returns an empty JSON object {}.