index ?? null; if (isset($index)) { return "/$index/_ilm/retry"; } throw new RuntimeException('Missing parameter for the endpoint ilm.retry'); } public function getParamWhitelist(): array { return [ ]; } public function getMethod(): string { return 'POST'; } }