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

GetGrafanaDegradationConfig

Retrieve the Grafana degradation handling configuration

Execution Availability

Try It Out

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

Request Inputs

This API requires no request parameters.

Responses

200 OK

On success, this API returns the following response structure.

  • maxQueueDepthInteger

    Maximum number of changes to hold in the sync queue

    Example: 500

  • healthCheckIntervalSecInteger

    Interval in seconds between Grafana health checks

    Example: 30

  • maxRetriesInteger

    Maximum number of retry attempts per queued change

    Example: 5

  • autoFlushOnRecoveryBoolean

    Whether to automatically flush the queue when Grafana connectivity is restored

    Example: true

Endpoint

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

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

Operation ID

GetGrafanaDegradationConfig

Permalink

Request Example

curl -X GET '{host}/api/v1/monitoring/grafana/degradation/config' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "maxQueueDepth": 500,
  "healthCheckIntervalSec": 30,
  "maxRetries": 5,
  "autoFlushOnRecovery": true
}

Change History

This API has no change history records yet.

View all change history