Skip to main content
Monitoring & Collection/Grafana Integration

ListPendingGrafanaChanges

List all pending Grafana changes waiting to be synced

GET/api/v1/monitoring/grafana/sync/pending

Operation ID

ListPendingGrafanaChanges

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.

  • items
    List

    Collection of result items

    Example: (nested array)

    • 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

  • total
    Integer

    Total number of pending changes

    Example: 3

  • limit
    Integer

    Page size limit

    Example: 20

  • offset
    Integer

    Pagination offset

    Example: 20