Lines Matching refs:endpoint

51         $endpoint = $endpointBuilder('Indices\AddBlock');
52 $endpoint->setParams($params);
53 $endpoint->setIndex($index);
54 $endpoint->setBlock($block);
56 return $this->performRequest($endpoint);
74 $endpoint = $endpointBuilder('Indices\Analyze');
75 $endpoint->setParams($params);
76 $endpoint->setIndex($index);
77 $endpoint->setBody($body);
79 return $this->performRequest($endpoint);
102 $endpoint = $endpointBuilder('Indices\ClearCache');
103 $endpoint->setParams($params);
104 $endpoint->setIndex($index);
106 return $this->performRequest($endpoint);
129 $endpoint = $endpointBuilder('Indices\CloneIndices');
130 $endpoint->setParams($params);
131 $endpoint->setIndex($index);
132 $endpoint->setTarget($target);
133 $endpoint->setBody($body);
135 return $this->performRequest($endpoint);
157 $endpoint = $endpointBuilder('Indices\Close');
158 $endpoint->setParams($params);
159 $endpoint->setIndex($index);
161 return $this->performRequest($endpoint);
183 $endpoint = $endpointBuilder('Indices\Create');
184 $endpoint->setParams($params);
185 $endpoint->setIndex($index);
186 $endpoint->setBody($body);
188 return $this->performRequest($endpoint);
204 $endpoint = $endpointBuilder('Indices\CreateDataStream');
205 $endpoint->setParams($params);
206 $endpoint->setName($name);
208 return $this->performRequest($endpoint);
224 $endpoint = $endpointBuilder('Indices\DataStreamsStats');
225 $endpoint->setParams($params);
226 $endpoint->setName($name);
228 return $this->performRequest($endpoint);
249 $endpoint = $endpointBuilder('Indices\Delete');
250 $endpoint->setParams($params);
251 $endpoint->setIndex($index);
253 return $this->performRequest($endpoint);
273 $endpoint = $endpointBuilder('Indices\DeleteAlias');
274 $endpoint->setParams($params);
275 $endpoint->setIndex($index);
276 $endpoint->setName($name);
278 return $this->performRequest($endpoint);
295 $endpoint = $endpointBuilder('Indices\DeleteDataStream');
296 $endpoint->setParams($params);
297 $endpoint->setName($name);
299 return $this->performRequest($endpoint);
317 $endpoint = $endpointBuilder('Indices\DeleteIndexTemplate');
318 $endpoint->setParams($params);
319 $endpoint->setName($name);
321 return $this->performRequest($endpoint);
339 $endpoint = $endpointBuilder('Indices\DeleteTemplate');
340 $endpoint->setParams($params);
341 $endpoint->setName($name);
343 return $this->performRequest($endpoint);
367 $endpoint = $endpointBuilder('Indices\DiskUsage');
368 $endpoint->setParams($params);
369 $endpoint->setIndex($index);
371 return $this->performRequest($endpoint);
396 $endpoint = $endpointBuilder('Indices\Exists');
397 $endpoint->setParams($params);
398 $endpoint->setIndex($index);
400 return BooleanRequestWrapper::performRequest($endpoint, $this->transport);
425 $endpoint = $endpointBuilder('Indices\ExistsAlias');
426 $endpoint->setParams($params);
427 $endpoint->setName($name);
428 $endpoint->setIndex($index);
430 return BooleanRequestWrapper::performRequest($endpoint, $this->transport);
452 $endpoint = $endpointBuilder('Indices\ExistsIndexTemplate');
453 $endpoint->setParams($params);
454 $endpoint->setName($name);
456 return BooleanRequestWrapper::performRequest($endpoint, $this->transport);
478 $endpoint = $endpointBuilder('Indices\ExistsTemplate');
479 $endpoint->setParams($params);
480 $endpoint->setName($name);
482 return BooleanRequestWrapper::performRequest($endpoint, $this->transport);
507 $endpoint = $endpointBuilder('Indices\ExistsType');
508 $endpoint->setParams($params);
509 $endpoint->setIndex($index);
510 $endpoint->setType($type);
512 return BooleanRequestWrapper::performRequest($endpoint, $this->transport);
535 $endpoint = $endpointBuilder('Indices\FieldUsageStats');
536 $endpoint->setParams($params);
537 $endpoint->setIndex($index);
539 return $this->performRequest($endpoint);
560 $endpoint = $endpointBuilder('Indices\Flush');
561 $endpoint->setParams($params);
562 $endpoint->setIndex($index);
564 return $this->performRequest($endpoint);
583 $endpoint = $endpointBuilder('Indices\FlushSynced');
584 $endpoint->setParams($params);
585 $endpoint->setIndex($index);
587 return $this->performRequest($endpoint);
609 $endpoint = $endpointBuilder('Indices\ForceMerge');
610 $endpoint->setParams($params);
611 $endpoint->setIndex($index);
613 return $this->performRequest($endpoint);
635 $endpoint = $endpointBuilder('Indices\Freeze');
636 $endpoint->setParams($params);
637 $endpoint->setIndex($index);
639 return $this->performRequest($endpoint);
663 $endpoint = $endpointBuilder('Indices\Get');
664 $endpoint->setParams($params);
665 $endpoint->setIndex($index);
667 return $this->performRequest($endpoint);
689 $endpoint = $endpointBuilder('Indices\GetAlias');
690 $endpoint->setParams($params);
691 $endpoint->setName($name);
692 $endpoint->setIndex($index);
694 return $this->performRequest($endpoint);
711 $endpoint = $endpointBuilder('Indices\GetDataStream');
712 $endpoint->setParams($params);
713 $endpoint->setName($name);
715 return $this->performRequest($endpoint);
741 $endpoint = $endpointBuilder('Indices\GetFieldMapping');
742 $endpoint->setParams($params);
743 $endpoint->setFields($fields);
744 $endpoint->setIndex($index);
745 $endpoint->setType($type);
747 return $this->performRequest($endpoint);
766 $endpoint = $endpointBuilder('Indices\GetIndexTemplate');
767 $endpoint->setParams($params);
768 $endpoint->setName($name);
770 return $this->performRequest($endpoint);
794 $endpoint = $endpointBuilder('Indices\GetMapping');
795 $endpoint->setParams($params);
796 $endpoint->setIndex($index);
797 $endpoint->setType($type);
799 return $this->performRequest($endpoint);
824 $endpoint = $endpointBuilder('Indices\GetSettings');
825 $endpoint->setParams($params);
826 $endpoint->setIndex($index);
827 $endpoint->setName($name);
829 return $this->performRequest($endpoint);
849 $endpoint = $endpointBuilder('Indices\GetTemplate');
850 $endpoint->setParams($params);
851 $endpoint->setName($name);
853 return $this->performRequest($endpoint);
872 $endpoint = $endpointBuilder('Indices\GetUpgrade');
873 $endpoint->setParams($params);
874 $endpoint->setIndex($index);
876 return $this->performRequest($endpoint);
892 $endpoint = $endpointBuilder('Indices\MigrateToDataStream');
893 $endpoint->setParams($params);
894 $endpoint->setName($name);
896 return $this->performRequest($endpoint);
918 $endpoint = $endpointBuilder('Indices\Open');
919 $endpoint->setParams($params);
920 $endpoint->setIndex($index);
922 return $this->performRequest($endpoint);
938 $endpoint = $endpointBuilder('Indices\PromoteDataStream');
939 $endpoint->setParams($params);
940 $endpoint->setName($name);
942 return $this->performRequest($endpoint);
964 $endpoint = $endpointBuilder('Indices\PutAlias');
965 $endpoint->setParams($params);
966 $endpoint->setIndex($index);
967 $endpoint->setName($name);
968 $endpoint->setBody($body);
970 return $this->performRequest($endpoint);
991 $endpoint = $endpointBuilder('Indices\PutIndexTemplate');
992 $endpoint->setParams($params);
993 $endpoint->setName($name);
994 $endpoint->setBody($body);
996 return $this->performRequest($endpoint);
1023 $endpoint = $endpointBuilder('Indices\PutMapping');
1024 $endpoint->setParams($params);
1025 $endpoint->setIndex($index);
1026 $endpoint->setType($type);
1027 $endpoint->setBody($body);
1029 return $this->performRequest($endpoint);
1054 $endpoint = $endpointBuilder('Indices\PutSettings');
1055 $endpoint->setParams($params);
1056 $endpoint->setIndex($index);
1057 $endpoint->setBody($body);
1059 return $this->performRequest($endpoint);
1081 $endpoint = $endpointBuilder('Indices\PutTemplate');
1082 $endpoint->setParams($params);
1083 $endpoint->setName($name);
1084 $endpoint->setBody($body);
1086 return $this->performRequest($endpoint);
1104 $endpoint = $endpointBuilder('Indices\Recovery');
1105 $endpoint->setParams($params);
1106 $endpoint->setIndex($index);
1108 return $this->performRequest($endpoint);
1127 $endpoint = $endpointBuilder('Indices\Refresh');
1128 $endpoint->setParams($params);
1129 $endpoint->setIndex($index);
1131 return $this->performRequest($endpoint);
1150 $endpoint = $endpointBuilder('Indices\ReloadSearchAnalyzers');
1151 $endpoint->setParams($params);
1152 $endpoint->setIndex($index);
1154 return $this->performRequest($endpoint);
1174 $endpoint = $endpointBuilder('Indices\ResolveIndex');
1175 $endpoint->setParams($params);
1176 $endpoint->setName($name);
1178 return $this->performRequest($endpoint);
1203 $endpoint = $endpointBuilder('Indices\Rollover');
1204 $endpoint->setParams($params);
1205 $endpoint->setAlias($alias);
1206 $endpoint->setNewIndex($new_index);
1207 $endpoint->setBody($body);
1209 return $this->performRequest($endpoint);
1229 $endpoint = $endpointBuilder('Indices\Segments');
1230 $endpoint->setParams($params);
1231 $endpoint->setIndex($index);
1233 return $this->performRequest($endpoint);
1253 $endpoint = $endpointBuilder('Indices\ShardStores');
1254 $endpoint->setParams($params);
1255 $endpoint->setIndex($index);
1257 return $this->performRequest($endpoint);
1281 $endpoint = $endpointBuilder('Indices\Shrink');
1282 $endpoint->setParams($params);
1283 $endpoint->setIndex($index);
1284 $endpoint->setTarget($target);
1285 $endpoint->setBody($body);
1287 return $this->performRequest($endpoint);
1308 $endpoint = $endpointBuilder('Indices\SimulateIndexTemplate');
1309 $endpoint->setParams($params);
1310 $endpoint->setName($name);
1311 $endpoint->setBody($body);
1313 return $this->performRequest($endpoint);
1334 $endpoint = $endpointBuilder('Indices\SimulateTemplate');
1335 $endpoint->setParams($params);
1336 $endpoint->setName($name);
1337 $endpoint->setBody($body);
1339 return $this->performRequest($endpoint);
1363 $endpoint = $endpointBuilder('Indices\Split');
1364 $endpoint->setParams($params);
1365 $endpoint->setIndex($index);
1366 $endpoint->setTarget($target);
1367 $endpoint->setBody($body);
1369 return $this->performRequest($endpoint);
1397 $endpoint = $endpointBuilder('Indices\Stats');
1398 $endpoint->setParams($params);
1399 $endpoint->setMetric($metric);
1400 $endpoint->setIndex($index);
1402 return $this->performRequest($endpoint);
1424 $endpoint = $endpointBuilder('Indices\Unfreeze');
1425 $endpoint->setParams($params);
1426 $endpoint->setIndex($index);
1428 return $this->performRequest($endpoint);
1446 $endpoint = $endpointBuilder('Indices\UpdateAliases');
1447 $endpoint->setParams($params);
1448 $endpoint->setBody($body);
1450 return $this->performRequest($endpoint);
1471 $endpoint = $endpointBuilder('Indices\Upgrade');
1472 $endpoint->setParams($params);
1473 $endpoint->setIndex($index);
1475 return $this->performRequest($endpoint);
1507 $endpoint = $endpointBuilder('Indices\ValidateQuery');
1508 $endpoint->setParams($params);
1509 $endpoint->setIndex($index);
1510 $endpoint->setType($type);
1511 $endpoint->setBody($body);
1513 return $this->performRequest($endpoint);