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
degradedBooleanRequiredWhether to enable or disable degraded mode
Example: true
Responses
Endpoint
POST/api/v1/monitoring/grafana/sync/degraded
/api/v1/monitoring/grafana/sync/degraded
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.
