prime

<b>no_result</b> Primes a query that will not return a response

post/prime/{clusterId}#(no_result)

Path parameters

clusterIdstring required

Id or name of the cluster

Request body

Example request

{
  "when": {
    "query": "SELECT * FROM tbl"
  }
}

Response

PrimedQuery

Example response

{
  "when": {
    "query": "SELECT * FROM tbl"
  }
}

Changes

Changed in 2 of the 50 revisions of this API.11