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

SetGrafanaDegradedMode

Manually set the Grafana sync degraded mode flag

Execution Availability

Try It Out

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

Request Inputs

Body Fields

  • degradedBooleanRequired

    Whether to enable or disable degraded mode

    Example: true

Responses

200 OK

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

Endpoint

POST/api/v1/monitoring/grafana/sync/degraded

/api/v1/monitoring/grafana/sync/degraded

Operation ID

SetGrafanaDegradedMode

Permalink

Request Example

curl -X POST '{host}/api/v1/monitoring/grafana/sync/degraded' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"degraded":true}'

Response Example

200
{}

Change History

This API has no change history records yet.

View all change history