Monitoring & Collection/Grafana Integration
POSTGrafanaSince 1.0SynchronousAuth Required
FlushGrafanaQueue
Flush all queued Grafana changes by attempting to sync them immediately
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
Endpoint
POST/api/v1/monitoring/grafana/sync/flush
/api/v1/monitoring/grafana/sync/flush
Request Example
curl -X POST '{host}/api/v1/monitoring/grafana/sync/flush' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"synced": 5,
"failed": 20,
"conflicts": 20,
"remaining": 20
}Change History
This API has no change history records yet.
