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