Productsup
CDE APIApi referenceMonitoring

Sync Grafana dashboards.

Sync Grafana dashboards for all existing connectors.

Sign in to run requests against the CDE API.
POST
/connectors/sync-dashboards

Authorization

oAuth2AuthCode
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X POST "https://cde.staging.productsup.com/connectors/sync-dashboards"
{
  "message": "Grafana dashboards will be synced in the background.",
  "data": {
    "queued": 1
  }
}
{
  "message": "You have to be authorized to access this resource."
}
{
  "message": "Access denied for user."
}

How is this guide?