index ?? null; if (isset($index)) { return "/_cat/indices/$index"; } return "/_cat/indices"; } public function getParamWhitelist(): array { return [ 'format', 'bytes', 'local', 'master_timeout', 'h', 'health', 'help', 'pri', 's', 'time', 'v', 'include_unloaded_segments', 'expand_wildcards' ]; } public function getMethod(): string { return 'GET'; } }