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.

API entry from apis.yml

apis.yml Raw ↑
aid: presto-foundation:presto-coordinator-rest-api
name: Presto Coordinator REST API
description: 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.
humanURL: https://prestodb.io/docs/current/rest.html
tags:
- Analytics
- Big Data
- Cluster Management
- REST API
- SQL
properties:
- type: Documentation
  url: https://prestodb.io/docs/current/rest.html
- type: Node Resource
  url: https://prestodb.io/docs/current/rest/node.html
- type: Query Resource
  url: https://prestodb.io/docs/current/rest/query.html
- type: Stage Resource
  url: https://prestodb.io/docs/current/rest/stage.html
- type: Statement Resource
  url: https://prestodb.io/docs/current/rest/statement.html
- type: Task Resource
  url: https://prestodb.io/docs/current/rest/task.html