Returns the Alation Cloud Service endpoint that your Alation Agent establishes an inbound connection to. The response can be used as the value of the address
property in the Agent's /etc/hydra/hydra.toml
file.
xxxxxxxxxx
curl --request GET \
--url https://alation_domain/integration/v1/agent/endpoint/ \
--header 'accept: application/json'