You can translate the question and the replies:

Denodo Data Catalog synchronization through Autosys curl command

Hi Team, We have a requirement to synchorinize the denodo data catalog metadata through autosys REST calls using Curl command. How can this be achieved? Is there any useful link that you can shareto implement the same? Thanks
user
22-03-2021 03:18:29 -0400
code

1 Answer

Hi, I would use the REST API provided by Denodo Data Catalog and the CURL command to synchronize the Denodo Data Catalog metadata programmatically through Autosys. For example, ***curl --request POST --user "jsmith:mypassword" --header "Content-Type: application/json" --data '{ "allServers": "true", "priority": "serverwithlocalchanges" }' "https://denodo-server.acme.com:9090/denodo-data-catalog/apirest/synchronize"*** For more detailed information and examples, you could take a look at the [Synchronize Elements with the Server](https://community.denodo.com/docs/html/browse/8.0/en//vdp/data_catalog/appendix/rest_api/rest_api#synchronize-elements-with-the-server) section of Data Catalog Guide. Hope this helps!
Denodo Team
23-03-2021 07:52:07 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here