Home
last modified time | relevance | path

Searched refs:endpoint (Results 26 – 50 of 132) sorted by last modified time

123456

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DDanglingIndicesNamespace.php47 $endpoint = $endpointBuilder('DanglingIndices\DeleteDanglingIndex');
48 $endpoint->setParams($params);
49 $endpoint->setIndexUuid($index_uuid);
51 return $this->performRequest($endpoint);
70 $endpoint = $endpointBuilder('DanglingIndices\ImportDanglingIndex');
71 $endpoint->setParams($params);
72 $endpoint->setIndexUuid($index_uuid);
74 return $this->performRequest($endpoint);
88 $endpoint = $endpointBuilder('DanglingIndices\ListDanglingIndices');
89 $endpoint
[all...]
H A DDataFrameTransformDeprecatedNamespace.php48 $endpoint = $endpointBuilder('DataFrameTransformDeprecated\DeleteTransform');
49 $endpoint->setParams($params);
50 $endpoint->setTransformId($transform_id);
52 return $this->performRequest($endpoint);
75 $endpoint = $endpointBuilder('DataFrameTransformDeprecated\GetTransform');
76 $endpoint->setParams($params);
77 $endpoint->setTransformId($transform_id);
79 return $this->performRequest($endpoint);
101 $endpoint = $endpointBuilder('DataFrameTransformDeprecated\GetTransformStats');
102 $endpoint
[all...]
H A DEnrichNamespace.php44 $endpoint = $endpointBuilder('Enrich\DeletePolicy');
45 $endpoint->setParams($params);
46 $endpoint->setName($name);
48 return $this->performRequest($endpoint);
65 $endpoint = $endpointBuilder('Enrich\ExecutePolicy');
66 $endpoint->setParams($params);
67 $endpoint->setName($name);
69 return $this->performRequest($endpoint);
85 $endpoint = $endpointBuilder('Enrich\GetPolicy');
86 $endpoint
[all...]
H A DEqlNamespace.php44 $endpoint = $endpointBuilder('Eql\Delete');
45 $endpoint->setParams($params);
46 $endpoint->setId($id);
48 return $this->performRequest($endpoint);
66 $endpoint = $endpointBuilder('Eql\Get');
67 $endpoint->setParams($params);
68 $endpoint->setId($id);
70 return $this->performRequest($endpoint);
86 $endpoint = $endpointBuilder('Eql\GetStatus');
87 $endpoint
[all...]
H A DFeaturesNamespace.php43 $endpoint = $endpointBuilder('Features\GetFeatures');
44 $endpoint->setParams($params);
46 return $this->performRequest($endpoint);
63 $endpoint = $endpointBuilder('Features\ResetFeatures');
64 $endpoint->setParams($params);
66 return $this->performRequest($endpoint);
H A DFleetNamespace.php50 $endpoint = $endpointBuilder('Fleet\GlobalCheckpoints');
51 $endpoint->setParams($params);
52 $endpoint->setIndex($index);
54 return $this->performRequest($endpoint);
H A DGraphNamespace.php50 $endpoint = $endpointBuilder('Graph\Explore');
51 $endpoint->setParams($params);
52 $endpoint->setIndex($index);
53 $endpoint->setType($type);
54 $endpoint->setBody($body);
56 return $this->performRequest($endpoint);
H A DIlmNamespace.php44 $endpoint = $endpointBuilder('Ilm\DeleteLifecycle');
45 $endpoint->setParams($params);
46 $endpoint->setPolicy($policy);
48 return $this->performRequest($endpoint);
66 $endpoint = $endpointBuilder('Ilm\ExplainLifecycle');
67 $endpoint->setParams($params);
68 $endpoint->setIndex($index);
70 return $this->performRequest($endpoint);
86 $endpoint = $endpointBuilder('Ilm\GetLifecycle');
87 $endpoint
[all...]
H A DIndicesNamespace.php51 $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);
[all...]
H A DLogstashNamespace.php44 $endpoint = $endpointBuilder('Logstash\DeletePipeline');
45 $endpoint->setParams($params);
46 $endpoint->setId($id);
48 return $this->performRequest($endpoint);
64 $endpoint = $endpointBuilder('Logstash\GetPipeline');
65 $endpoint->setParams($params);
66 $endpoint->setId($id);
68 return $this->performRequest($endpoint);
86 $endpoint = $endpointBuilder('Logstash\PutPipeline');
87 $endpoint
[all...]
H A DRollupNamespace.php47 $endpoint = $endpointBuilder('Rollup\DeleteJob');
48 $endpoint->setParams($params);
49 $endpoint->setId($id);
51 return $this->performRequest($endpoint);
70 $endpoint = $endpointBuilder('Rollup\GetJobs');
71 $endpoint->setParams($params);
72 $endpoint->setId($id);
74 return $this->performRequest($endpoint);
93 $endpoint = $endpointBuilder('Rollup\GetRollupCaps');
94 $endpoint
[all...]
H A DSearchableSnapshotsNamespace.php47 $endpoint = $endpointBuilder('SearchableSnapshots\CacheStats');
48 $endpoint->setParams($params);
49 $endpoint->setNodeId($node_id);
51 return $this->performRequest($endpoint);
73 $endpoint = $endpointBuilder('SearchableSnapshots\ClearCache');
74 $endpoint->setParams($params);
75 $endpoint->setIndex($index);
77 return $this->performRequest($endpoint);
103 $endpoint = $endpointBuilder('SearchableSnapshots\Mount');
104 $endpoint
[all...]
H A DSecurityNamespace.php42 $endpoint = $endpointBuilder('Security\Authenticate');
43 $endpoint->setParams($params);
45 return $this->performRequest($endpoint);
64 $endpoint = $endpointBuilder('Security\ChangePassword');
65 $endpoint->setParams($params);
66 $endpoint->setUsername($username);
67 $endpoint->setBody($body);
69 return $this->performRequest($endpoint);
85 $endpoint = $endpointBuilder('Security\ClearApiKeyCache');
86 $endpoint
[all...]
H A DShutdownNamespace.php47 $endpoint = $endpointBuilder('Shutdown\DeleteNode');
48 $endpoint->setParams($params);
49 $endpoint->setNodeId($node_id);
51 return $this->performRequest($endpoint);
70 $endpoint = $endpointBuilder('Shutdown\GetNode');
71 $endpoint->setParams($params);
72 $endpoint->setNodeId($node_id);
74 return $this->performRequest($endpoint);
95 $endpoint = $endpointBuilder('Shutdown\PutNode');
96 $endpoint
[all...]
H A DSnapshotNamespace.php46 $endpoint = $endpointBuilder('Snapshot\CleanupRepository');
47 $endpoint->setParams($params);
48 $endpoint->setRepository($repository);
50 return $this->performRequest($endpoint);
73 $endpoint = $endpointBuilder('Snapshot\CloneSnapshot');
74 $endpoint->setParams($params);
75 $endpoint->setRepository($repository);
76 $endpoint->setSnapshot($snapshot);
77 $endpoint->setTargetSnapshot($target_snapshot);
78 $endpoint
[all...]
H A DSqlNamespace.php44 $endpoint = $endpointBuilder('Sql\ClearCursor');
45 $endpoint->setParams($params);
46 $endpoint->setBody($body);
48 return $this->performRequest($endpoint);
64 $endpoint = $endpointBuilder('Sql\DeleteAsync');
65 $endpoint->setParams($params);
66 $endpoint->setId($id);
68 return $this->performRequest($endpoint);
88 $endpoint = $endpointBuilder('Sql\GetAsync');
89 $endpoint
[all...]
H A DSslNamespace.php42 $endpoint = $endpointBuilder('Ssl\Certificates');
43 $endpoint->setParams($params);
45 return $this->performRequest($endpoint);
H A DTasksNamespace.php51 $endpoint = $endpointBuilder('Tasks\Cancel');
52 $endpoint->setParams($params);
53 $endpoint->setTaskId($task_id);
55 return $this->performRequest($endpoint);
76 $endpoint = $endpointBuilder('Tasks\Get');
77 $endpoint->setParams($params);
78 $endpoint->setTaskId($task_id);
80 return $this->performRequest($endpoint);
104 $endpoint = $endpointBuilder('Tasks\ListTasks');
105 $endpoint
[all...]
H A DLicenseNamespace.php42 $endpoint = $endpointBuilder('License\Delete');
43 $endpoint->setParams($params);
45 return $this->performRequest($endpoint);
61 $endpoint = $endpointBuilder('License\Get');
62 $endpoint->setParams($params);
64 return $this->performRequest($endpoint);
78 $endpoint = $endpointBuilder('License\GetBasicStatus');
79 $endpoint->setParams($params);
81 return $this->performRequest($endpoint);
95 $endpoint
[all...]
H A DMigrationNamespace.php44 $endpoint = $endpointBuilder('Migration\Deprecations');
45 $endpoint->setParams($params);
46 $endpoint->setIndex($index);
48 return $this->performRequest($endpoint);
H A DMlNamespace.php50 $endpoint = $endpointBuilder('Ml\CloseJob');
51 $endpoint->setParams($params);
52 $endpoint->setJobId($job_id);
53 $endpoint->setBody($body);
55 return $this->performRequest($endpoint);
71 $endpoint = $endpointBuilder('Ml\DeleteCalendar');
72 $endpoint->setParams($params);
73 $endpoint->setCalendarId($calendar_id);
75 return $this->performRequest($endpoint);
93 $endpoint
[all...]
H A DMonitoringNamespace.php52 $endpoint = $endpointBuilder('Monitoring\Bulk');
53 $endpoint->setParams($params);
54 $endpoint->setType($type);
55 $endpoint->setBody($body);
57 return $this->performRequest($endpoint);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSnapshot.php188 $endpoint = (new Restore())
197 return $this->_client->requestEndpoint($endpoint);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DAbstractEndpoint.php86 * Set the parameters for this endpoint
191 protected function getOptionalURI(string $endpoint): string argument
196 $uri[] = $endpoint;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md28 - [Search Templates]: PutTemplate endpoint has been removed (see [Elasticsearch Breaking Changes](https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking_60_scripting_changes.html#_stored_search_template_apis_removed)),

123456