Trino · Example Payload

Trino Cancel Query Example

AnalyticsBig DataDistributed SQLMySQLNoSQLQueriesSQL

Trino Cancel Query Example is an example object payload from Trino, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "DELETE",
    "url": "http://localhost:8080/v1/statement/20240515_143022_00001_xyz12/3",
    "headers": {
      "X-Trino-User": "alice"
    }
  },
  "response": {
    "status": 204,
    "headers": {},
    "body": null
  }
}