Skip to content

Commit 4c19038

Browse files
committed
[API] Removes monitoring, profiling and shutdown namespaces
1 parent f6db848 commit 4c19038

File tree

4 files changed

+0
-112
lines changed

4 files changed

+0
-112
lines changed

elasticsearch-api/lib/elasticsearch/api.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def self.included(base)
5555
Elasticsearch::API::Remote,
5656
Elasticsearch::API::DanglingIndices,
5757
Elasticsearch::API::Features,
58-
Elasticsearch::API::Shutdown,
5958
Elasticsearch::API::AsyncSearch,
6059
Elasticsearch::API::Autoscaling,
6160
Elasticsearch::API::CrossClusterReplication,
@@ -69,7 +68,6 @@ def self.included(base)
6968
Elasticsearch::API::Logstash,
7069
Elasticsearch::API::Migration,
7170
Elasticsearch::API::MachineLearning,
72-
Elasticsearch::API::Monitoring,
7371
Elasticsearch::API::Rollup,
7472
Elasticsearch::API::SearchableSnapshots,
7573
Elasticsearch::API::Security,
@@ -84,7 +82,6 @@ def self.included(base)
8482
Elasticsearch::API::Synonyms,
8583
Elasticsearch::API::Esql,
8684
Elasticsearch::API::Inference,
87-
Elasticsearch::API::Profiling,
8885
Elasticsearch::API::Simulate,
8986
Elasticsearch::API::Connector,
9087
Elasticsearch::API::QueryRules

elasticsearch-api/lib/elasticsearch/api/namespace/monitoring.rb

Lines changed: 0 additions & 36 deletions
This file was deleted.

elasticsearch-api/lib/elasticsearch/api/namespace/profiling.rb

Lines changed: 0 additions & 36 deletions
This file was deleted.

elasticsearch-api/lib/elasticsearch/api/namespace/shutdown.rb

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)