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

rest-api-spec.api.cat.recovery.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "cat.recovery":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-recovery.html",
      "description":"Returns information about index shard recoveries, both on-going completed."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "text/plain", "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_cat/recovery",
          "methods":[
            "GET"
          ]
        },
        {
          "path":"/_cat/recovery/{index}",
          "methods":[
            "GET"
          ],
          "parts":{
            "index":{
              "type":"list",
              "description":"Comma-separated list or wildcard expression of index names to limit the returned information"
            }
          }
        }
      ]
    },
    "params":{
      "format":{
        "type":"string",
        "description":"a short version of the Accept header, e.g. json, yaml"
      },
      "active_only":{
        "type":"boolean",
        "description":"If `true`, the response only includes ongoing shard recoveries",
        "default":false
      },
      "bytes":{
        "type":"enum",
        "description":"The unit in which to display byte values",
        "options":[
          "b",
          "k",
          "kb",
          "m",
          "mb",
          "g",
          "gb",
          "t",
          "tb",
          "p",
          "pb"
        ]
      },
      "detailed":{
        "type":"boolean",
        "description":"If `true`, the response includes detailed information about shard recoveries",
        "default":false
      },
      "h":{
        "type":"list",
        "description":"Comma-separated list of column names to display"
      },
      "help":{
        "type":"boolean",
        "description":"Return help information",
        "default":false
      },
      "index":{
        "type":"list",
        "description":"Comma-separated list or wildcard expression of index names to limit the returned information"
      },
      "s":{
        "type":"list",
        "description":"Comma-separated list of column names or column aliases to sort by"
      },
      "time":{
        "type":"enum",
        "description":"The unit in which to display time values",
        "options":[
          "d",
          "h",
          "m",
          "s",
          "ms",
          "micros",
          "nanos"
        ]
      },
      "v":{
        "type":"boolean",
        "description":"Verbose mode. Display column headers",
        "default":false
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy