OpenSearch/rest-api-spec/api/clear_scroll.json

21 lines
625 B
JSON
Raw Normal View History

2013-09-20 16:21:26 -04:00
{
2013-09-25 08:08:18 -04:00
"clear_scroll": {
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/search-request-scroll.html",
2013-09-20 16:21:26 -04:00
"methods": ["DELETE"],
"url": {
"path": "/_search/scroll/{scroll_id}",
"paths": ["/_search/scroll/{scroll_id}", "/_search/scroll"],
2013-09-20 16:21:26 -04:00
"parts": {
"scroll_id": {
"type" : "list",
"description" : "A comma-separated list of scroll IDs to clear"
}
},
2013-09-25 08:08:18 -04:00
"params": {}
2013-09-20 16:21:26 -04:00
},
"body": {
"description": "A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter"
}
2013-09-20 16:21:26 -04:00
}
}