Skip to main content
GET
/
dashboards
/
sync
Sync Dashboards From ConfigMaps
curl --request GET \
  --url https://us-east.metoro.io/api/v1/dashboards/sync \
  --header 'Authorization: Bearer <token>'
{
  "message": "Successfully triggered dashboard sync from ConfigMaps"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Dashboard synchronization initiated successfully

Response confirming the dashboard sync workflow was triggered

message
string
required

Human-readable message describing the sync status

I