rest-api-spec.api.sql.translate.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
The newest version!
{
"sql.translate":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-translate-api.html",
"description":"Translates SQL into Elasticsearch queries"
},
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"],
"content_type": ["application/json"]
},
"url":{
"paths":[
{
"path":"/_sql/translate",
"methods":[
"POST",
"GET"
]
}
]
},
"params":{},
"body":{
"description":"Specify the query in the `query` element.",
"required":true
}
}
}