Skip to main content
Monitoring & Collection/Grafana Integration

FlushGrafanaQueue

Flush all queued Grafana changes by attempting to sync them immediately

POST/api/v1/monitoring/grafana/sync/flush

Operation ID

FlushGrafanaQueue

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • synced
    Integer

    Number of changes successfully synced

    Example: 5

  • failed
    Integer

    Number of changes that failed to sync

    Example: 20

  • conflicts
    Integer

    Number of changes that caused conflicts

    Example: 20

  • remaining
    Integer

    Number of changes still waiting in the queue

    Example: 20