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

rest-api-spec.api.ccr.stats.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "ccr.stats":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-stats.html",
      "description": "Gets all stats related to cross-cluster replication."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_ccr/stats",
          "methods":[
            "GET"
          ]
        }
      ]
    },
    "params":{
      "timeout":{
        "type":"time",
        "description":"Explicit operation timeout"
      },
      "master_timeout":{
        "type":"time",
        "description":"Explicit operation timeout for connection to master node"
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy