Deletes all connectors installed on the remote Alation Agent and triggers re-installation of the same connectors. For any given agent, only one re-sync task may be triggered at one time (that is, multiple simultaneous re-syncs are not permitted for one agent). However, any number of simultaneous re-syncs may be performed for differing agents.
xxxxxxxxxx
curl --request POST \
--url https://alation_domain/integration/v1/agent/agent_id/resync/ \
--header 'accept: application/json'