v1
latestSwagger 2.02026-07-17586981.0 KBprime
<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"
}
}