rest-api-spec.api.query_rules.list_rulesets.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
{
"query_rules.list_rulesets": {
"documentation": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/list-query-rulesets.html",
"description": "Lists query rulesets."
},
"stability": "stable",
"visibility": "public",
"headers": {
"accept": [
"application/json"
]
},
"url": {
"paths": [
{
"path": "/_query_rules",
"methods": [
"GET"
]
}
]
},
"params": {
"from": {
"type": "int",
"default": 0,
"description": "Starting offset (default: 0)"
},
"size": {
"type": "int",
"default": 100,
"description": "specifies a max number of results to get (default: 100)"
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy