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

rest-api-spec.api.graph.explore.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "graph.explore":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/graph-explore-api.html",
      "description": "Explore extracted and summarized information about the documents and terms in an index."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"],
      "content_type": ["application/json"]
    },
    "url":{
      "paths":[
        {
          "path": "/{index}/_graph/explore",
          "methods": [
            "GET",
            "POST"
          ],
          "parts": {
            "index": {
              "type": "list",
              "description": "A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices"
            }
          }
        }
      ]
    },
    "params":{
      "routing":{
        "type":"string",
        "description":"Specific routing value"
      },
      "timeout":{
        "type":"time",
        "description":"Explicit operation timeout"
      }
    },
    "body":{
      "description":"Graph Query DSL"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy