id ?? null; if (isset($id)) { return "/_ingest/pipeline/$id"; } return "/_ingest/pipeline"; } public function getParamWhitelist(): array { return [ 'master_timeout', 'cluster_manager_timeout' ]; } public function getMethod(): string { return 'GET'; } protected function getParamDeprecation(): array { return ['master_timeout' => 'cluster_manager_timeout']; } }