GET
/
alerts
/
sync
Sync Alerts From ConfigMaps
curl --request GET \
  --url https://us-east.metoro.io/api/v1/alerts/sync \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Alert synchronization initiated successfully"
}

Authorizations

Authorization
string
header
required

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

Response

Alert synchronization initiated successfully

success
boolean
required

Whether the sync operation was initiated successfully

message
string

Information about the sync operation