Sync Grafana dashboards.
Sync Grafana dashboards for all existing connectors.
Sign in to run requests against the CDE API.
Authorization
oAuth2AuthCode AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
curl -X POST "https://loading/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?