v1

latestSwagger 2.02026-07-17586981.0 KB
prime

Primes an unprepared response

post/prime/{clusterId}#(unprepared)

Path parameters

clusterIdstring required

Id or name of the cluster

Request body

Example request

{
  "when": {
    "query": "SELECT * FROM tbl"
  },
  "then": {
    "result": "unprepared",
    "message": "Prepared query with ID 8657309 not found"
  }
}

Response

PrimedQuery

Example response

{
  "when": {
    "query": "SELECT * FROM tbl"
  },
  "then": {
    "result": "unprepared",
    "message": "Prepared query with ID 8657309 not found"
  }
}