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

16 lines
235 B
JSON
Raw Normal View History

{
2014-01-16 13:54:25 -05:00
"ping": {
"documentation": "http://www.elasticsearch.org/guide/",
"methods": ["HEAD"],
"url": {
"path": "/",
"paths": ["/"],
"parts": {
},
"params": {
}
},
"body": null
}
}