prime
Primes an overloaded response
post/prime/{clusterId}#(overloaded)
Path parameters
clusterIdstring required
Id or name of the cluster
Request body
Example request
{
"when": {
"query": "SELECT * FROM tbl"
},
"then": {
"result": "overloaded",
"message": "Server is overloaded!"
}
}Response
PrimedQuery
Example response
{
"when": {
"query": "SELECT * FROM tbl"
},
"then": {
"result": "overloaded",
"message": "Server is overloaded!"
}
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲