All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.query_rules.list_rulesets.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "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