[[reference-ccr-follow_info]] //////// =========================================================================================================================== || || || || || || || ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ || || ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ || || ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ || || ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ || || ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ || || ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ || || || || || || This file is autogenerated, DO NOT send pull requests that changes this file directly. || || You should update the script that does the generation, which can be found in: || || https://github.com/elastic/elastic-client-generator-js || || || || You can run the script with the following command: || || npm run elasticsearch -- --version || || || || || || || =========================================================================================================================== //////// [discrete] [[client.ccr.followInfo]] === client.ccr.followInfo Retrieves information about all follower indices, including parameters and status for each follower index {ref}/ccr-get-follow-info.html[{es} documentation] [discrete] ==== Function signature [source,ts] ---- (CcrFollowInfoRequest, options?): Promise ---- [discrete] ==== Request [pass] ++++
++++
interface CcrFollowInfoRequest extends <> {
  index: <>
}

[pass]
++++
++++ [discrete] ==== Response [pass] ++++
++++
interface CcrFollowInfoResponse {
  follower_indices: CcrFollowInfoFollowerIndex[]
}

[pass]
++++
++++