UpdateGrafanaDegradationConfig
Update the Grafana degradation configuration parameters
PUT
/api/v1/monitoring/grafana/degradation/configOperation ID
UpdateGrafanaDegradationConfigSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
maxQueueDepthIntegerRequiredUpdated maximum queue depth
Example: 1000
healthCheckIntervalSecIntegerRequiredUpdated health check interval in seconds
Example: 15
maxRetriesIntegerRequiredUpdated max retry count per queued change
Example: 3
autoFlushOnRecoveryBooleanRequiredWhether to enable auto-flush on recovery
Example: true
