Lines Matching refs:endpoint

51         $endpoint = $endpointBuilder('Cat\Aliases');
52 $endpoint->setParams($params);
53 $endpoint->setName($name);
55 return $this->performRequest($endpoint);
79 $endpoint = $endpointBuilder('Cat\Allocation');
80 $endpoint->setParams($params);
81 $endpoint->setNodeId($node_id);
83 return $this->performRequest($endpoint);
104 $endpoint = $endpointBuilder('Cat\Count');
105 $endpoint->setParams($params);
106 $endpoint->setIndex($index);
108 return $this->performRequest($endpoint);
130 $endpoint = $endpointBuilder('Cat\Fielddata');
131 $endpoint->setParams($params);
132 $endpoint->setFields($fields);
134 return $this->performRequest($endpoint);
155 $endpoint = $endpointBuilder('Cat\Health');
156 $endpoint->setParams($params);
158 return $this->performRequest($endpoint);
174 $endpoint = $endpointBuilder('Cat\Help');
175 $endpoint->setParams($params);
177 return $this->performRequest($endpoint);
206 $endpoint = $endpointBuilder('Cat\Indices');
207 $endpoint->setParams($params);
208 $endpoint->setIndex($index);
210 return $this->performRequest($endpoint);
231 $endpoint = $endpointBuilder('Cat\Master');
232 $endpoint->setParams($params);
234 return $this->performRequest($endpoint);
258 $endpoint = $endpointBuilder('Cat\MlDataFrameAnalytics');
259 $endpoint->setParams($params);
260 $endpoint->setId($id);
262 return $this->performRequest($endpoint);
286 $endpoint = $endpointBuilder('Cat\MlDatafeeds');
287 $endpoint->setParams($params);
288 $endpoint->setDatafeedId($datafeed_id);
290 return $this->performRequest($endpoint);
315 $endpoint = $endpointBuilder('Cat\MlJobs');
316 $endpoint->setParams($params);
317 $endpoint->setJobId($job_id);
319 return $this->performRequest($endpoint);
345 $endpoint = $endpointBuilder('Cat\MlTrainedModels');
346 $endpoint->setParams($params);
347 $endpoint->setModelId($model_id);
349 return $this->performRequest($endpoint);
370 $endpoint = $endpointBuilder('Cat\NodeAttrs');
371 $endpoint->setParams($params);
373 return $this->performRequest($endpoint);
398 $endpoint = $endpointBuilder('Cat\Nodes');
399 $endpoint->setParams($params);
401 return $this->performRequest($endpoint);
423 $endpoint = $endpointBuilder('Cat\PendingTasks');
424 $endpoint->setParams($params);
426 return $this->performRequest($endpoint);
448 $endpoint = $endpointBuilder('Cat\Plugins');
449 $endpoint->setParams($params);
451 return $this->performRequest($endpoint);
476 $endpoint = $endpointBuilder('Cat\Recovery');
477 $endpoint->setParams($params);
478 $endpoint->setIndex($index);
480 return $this->performRequest($endpoint);
501 $endpoint = $endpointBuilder('Cat\Repositories');
502 $endpoint->setParams($params);
504 return $this->performRequest($endpoint);
526 $endpoint = $endpointBuilder('Cat\Segments');
527 $endpoint->setParams($params);
528 $endpoint->setIndex($index);
530 return $this->performRequest($endpoint);
555 $endpoint = $endpointBuilder('Cat\Shards');
556 $endpoint->setParams($params);
557 $endpoint->setIndex($index);
559 return $this->performRequest($endpoint);
583 $endpoint = $endpointBuilder('Cat\Snapshots');
584 $endpoint->setParams($params);
585 $endpoint->setRepository($repository);
587 return $this->performRequest($endpoint);
611 $endpoint = $endpointBuilder('Cat\Tasks');
612 $endpoint->setParams($params);
614 return $this->performRequest($endpoint);
637 $endpoint = $endpointBuilder('Cat\Templates');
638 $endpoint->setParams($params);
639 $endpoint->setName($name);
641 return $this->performRequest($endpoint);
665 $endpoint = $endpointBuilder('Cat\ThreadPool');
666 $endpoint->setParams($params);
667 $endpoint->setThreadPoolPatterns($thread_pool_patterns);
669 return $this->performRequest($endpoint);
694 $endpoint = $endpointBuilder('Cat\Transforms');
695 $endpoint->setParams($params);
696 $endpoint->setTransformId($transform_id);
698 return $this->performRequest($endpoint);