21 lines
555 B
JSON
21 lines
555 B
JSON
|
{
|
||
|
"benchmark.abort" : {
|
||
|
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/search-benchmark.html",
|
||
|
"methods": ["POST"],
|
||
|
"url": {
|
||
|
"path": "/_bench/abort/{name}",
|
||
|
"paths": [
|
||
|
"/_bench/abort/{name}"
|
||
|
],
|
||
|
"parts": {
|
||
|
"name": {
|
||
|
"type" : "string",
|
||
|
"description" : "A benchmark name"
|
||
|
}
|
||
|
},
|
||
|
"params": {}
|
||
|
},
|
||
|
"body": null
|
||
|
}
|
||
|
}
|