QueueGrafanaChange
Queue a Grafana operation change to be applied when connectivity is restored
POST
/api/v1/monitoring/grafana/sync/queueOperation ID
QueueGrafanaChangeSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
operationStringRequiredType of operation to queue (create, update, delete)
Example: update
resourceIdStringRequiredUUID of the Grafana resource to apply the change to
Example: dash-001-abc
payloadStringRequiredJSON payload of the change
Example: {}
queuedByStringRequiredUser ID queueing this change
Example: user-001-abc
