Skip to main content
Monitoring & Collection/Grafana Integration

QueueGrafanaChange

Queue a Grafana operation change to be applied when connectivity is restored

POST/api/v1/monitoring/grafana/sync/queue

Operation ID

QueueGrafanaChange

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

application/json

Body Fields

  • operation
    StringRequired

    Type of operation to queue (create, update, delete)

    Example: update

  • resourceId
    StringRequired

    UUID of the Grafana resource to apply the change to

    Example: dash-001-abc

  • payload
    StringRequired

    JSON payload of the change

    Example: {}

  • queuedBy
    StringRequired

    User ID queueing this change

    Example: user-001-abc

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • id
    String

    Unique identifier of the queued change

    Example: qc-001-abc

  • operation
    String

    Type of operation queued (create, update, delete)

    Example: update

  • resourceId
    String

    UUID of the Grafana resource targeted by this change

    Example: dash-001-abc

  • payload
    String

    JSON payload of the change to be applied

    Example: {}

  • queuedAt
    String

    Queued at

    Example: 2026-01-15T08:00:00Z

  • queuedBy
    String

    User ID who queued this change

    Example: user-001-abc

  • retryCount
    Integer

    Number of sync retry attempts made for this change

    Example: 20

  • status
    String

    Current status of this queued change (pending, retrying, conflict)

    Example: pending