Presto Coordinator REST API
The Presto Coordinator REST API exposes resources for inspecting and managing a running Presto cluster, including Node, Query, Stage, Statement, and Task resources. These endpoints are served by the coordinator process and are used by clients, monitoring tools, and the Presto worker protocol to coordinate distributed query execution and observe cluster health.
Documentation
Other Resources
Node Resource
https://prestodb.io/docs/current/rest/node.html
Query Resource
https://prestodb.io/docs/current/rest/query.html
Stage Resource
https://prestodb.io/docs/current/rest/stage.html
Statement Resource
https://prestodb.io/docs/current/rest/statement.html
Task Resource
https://prestodb.io/docs/current/rest/task.html