You can translate the question and the replies:

Monitoring mechanism for Denodo RESTful web services

There is a third party tool which consumes Denodo RESTful APIs, if any API goes down or not available then how to tract it. Is there any monitoring mechanism for RESTful web services in Denodo?
user
18-11-2018 20:23:12 -0500
code

1 Answer

Hi, there are a number of third-party tools for connecting to and consuming Denodo RESTful APIs. Any tool that supports REST allows for this. Also note that REST data can be made available as JSON or XML for easy consumption. It sounds like you are specifically asking about tools to monitor RESTful web services (By default the services will be deployed to a Tomcat server in Denodo). There are a lot of open source and commercial applications that specialize in such monitoring, or you can develop your own monitoring scripts. Take a look at this page: [**Alternatives to the Ping Script**](https://community.denodo.com/docs/html/browse/7.0/vdp/administration/cluster_architectures_server_backup/how_to_check_if_a_virtual_dataport_server_is_alive/how_to_check_if_a_virtual_dataport_server_is_alive#alternatives-to-the-ping-script) This method creates a new view called “ping_query_view” that can be accessed via a RESTful Web Service URL, and be used by external monitoring scripts to check the status of the server: **http://localhost:9090/denodo-restfulws/admin/views/ping_query_view** Hope this helps!
Denodo Team
20-11-2018 18:48:12 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here