index ?? null; if (isset($index)) { return "/_cat/shards/$index"; } return "/_cat/shards"; } public function getParamWhitelist(): array { return [ 'format', 'bytes', 'local', 'master_timeout', 'h', 'help', 's', 'time', 'v', 'cluster_manager_timeout' ]; } public function getMethod(): string { return 'GET'; } protected function getParamDeprecation(): array { return ['master_timeout' => 'cluster_manager_timeout']; } }