1
+ // Licensed to Elasticsearch B.V under one or more agreements.
2
+ // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ // See the LICENSE file in the project root for more information.
4
+ //
5
+ // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗
6
+ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝
7
+ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗
8
+ // ██║╚██╗██║██║ ██║ ██║ ██║██║ ██╔══╝
9
+ // ██║ ╚████║╚██████╔╝ ██║ ██║╚██████╗███████╗
10
+ // ╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝
11
+ // ------------------------------------------------
12
+ //
13
+ // This file is automatically generated.
14
+ // Please do not edit these files manually.
15
+ //
16
+ // ------------------------------------------------
17
+
18
+ #nullable restore
19
+
20
+ namespace Elastic . Clients . Elasticsearch . Serverless . Requests ;
21
+
22
+ internal static class ApiUrlLookup
23
+ {
24
+ internal static ApiUrls AsyncSearchStatus = new ApiUrls ( new [ ] { "_async_search/status/{id}" } ) ;
25
+ internal static ApiUrls AsyncSearchDelete = new ApiUrls ( new [ ] { "_async_search/{id}" } ) ;
26
+ internal static ApiUrls AsyncSearchGet = new ApiUrls ( new [ ] { "_async_search/{id}" } ) ;
27
+ internal static ApiUrls AsyncSearchSubmit = new ApiUrls ( new [ ] { "_async_search" , "{index}/_async_search" } ) ;
28
+ internal static ApiUrls NoNamespaceBulk = new ApiUrls ( new [ ] { "_bulk" , "{index}/_bulk" } ) ;
29
+ internal static ApiUrls NoNamespaceClearScroll = new ApiUrls ( new [ ] { "_search/scroll" } ) ;
30
+ internal static ApiUrls NoNamespaceClosePointInTime = new ApiUrls ( new [ ] { "_pit" } ) ;
31
+ internal static ApiUrls ClusterAllocationExplain = new ApiUrls ( new [ ] { "_cluster/allocation/explain" } ) ;
32
+ internal static ApiUrls ClusterStats = new ApiUrls ( new [ ] { "_cluster/stats" , "_cluster/stats/nodes/{node_id}" } ) ;
33
+ internal static ApiUrls ClusterGetSettings = new ApiUrls ( new [ ] { "_cluster/settings" } ) ;
34
+ internal static ApiUrls ClusterHealth = new ApiUrls ( new [ ] { "_cluster/health" , "_cluster/health/{index}" } ) ;
35
+ internal static ApiUrls ClusterPendingTasks = new ApiUrls ( new [ ] { "_cluster/pending_tasks" } ) ;
36
+ internal static ApiUrls NoNamespaceCount = new ApiUrls ( new [ ] { "_count" , "{index}/_count" } ) ;
37
+ internal static ApiUrls NoNamespaceCreate = new ApiUrls ( new [ ] { "{index}/_create/{id}" } ) ;
38
+ internal static ApiUrls NoNamespaceDeleteByQuery = new ApiUrls ( new [ ] { "{index}/_delete_by_query" } ) ;
39
+ internal static ApiUrls NoNamespaceDelete = new ApiUrls ( new [ ] { "{index}/_doc/{id}" } ) ;
40
+ internal static ApiUrls NoNamespaceDeleteScript = new ApiUrls ( new [ ] { "_scripts/{id}" } ) ;
41
+ internal static ApiUrls EnrichDeletePolicy = new ApiUrls ( new [ ] { "_enrich/policy/{name}" } ) ;
42
+ internal static ApiUrls EnrichStats = new ApiUrls ( new [ ] { "_enrich/_stats" } ) ;
43
+ internal static ApiUrls EnrichExecutePolicy = new ApiUrls ( new [ ] { "_enrich/policy/{name}/_execute" } ) ;
44
+ internal static ApiUrls EnrichGetPolicy = new ApiUrls ( new [ ] { "_enrich/policy/{name}" , "_enrich/policy" } ) ;
45
+ internal static ApiUrls EnrichPutPolicy = new ApiUrls ( new [ ] { "_enrich/policy/{name}" } ) ;
46
+ internal static ApiUrls NoNamespaceExists = new ApiUrls ( new [ ] { "{index}/_doc/{id}" } ) ;
47
+ internal static ApiUrls NoNamespaceExistsSource = new ApiUrls ( new [ ] { "{index}/_source/{id}" } ) ;
48
+ internal static ApiUrls NoNamespaceFieldCaps = new ApiUrls ( new [ ] { "_field_caps" , "{index}/_field_caps" } ) ;
49
+ internal static ApiUrls NoNamespaceGet = new ApiUrls ( new [ ] { "{index}/_doc/{id}" } ) ;
50
+ internal static ApiUrls NoNamespaceGetScript = new ApiUrls ( new [ ] { "_scripts/{id}" } ) ;
51
+ internal static ApiUrls NoNamespaceGetSource = new ApiUrls ( new [ ] { "{index}/_source/{id}" } ) ;
52
+ internal static ApiUrls GraphExplore = new ApiUrls ( new [ ] { "{index}/_graph/explore" } ) ;
53
+ internal static ApiUrls IndexManagementClose = new ApiUrls ( new [ ] { "{index}/_close" } ) ;
54
+ internal static ApiUrls IndexManagementCreateDataStream = new ApiUrls ( new [ ] { "_data_stream/{name}" } ) ;
55
+ internal static ApiUrls IndexManagementCreate = new ApiUrls ( new [ ] { "{index}" } ) ;
56
+ internal static ApiUrls IndexManagementDeleteAlias = new ApiUrls ( new [ ] { "{index}/_alias/{name}" } ) ;
57
+ internal static ApiUrls IndexManagementDeleteDataLifecycle = new ApiUrls ( new [ ] { "_data_stream/{name}/_lifecycle" } ) ;
58
+ internal static ApiUrls IndexManagementDeleteDataStream = new ApiUrls ( new [ ] { "_data_stream/{name}" } ) ;
59
+ internal static ApiUrls IndexManagementDelete = new ApiUrls ( new [ ] { "{index}" } ) ;
60
+ internal static ApiUrls IndexManagementDeleteIndexTemplate = new ApiUrls ( new [ ] { "_index_template/{name}" } ) ;
61
+ internal static ApiUrls IndexManagementDeleteTemplate = new ApiUrls ( new [ ] { "_template/{name}" } ) ;
62
+ internal static ApiUrls IndexManagementExistsAlias = new ApiUrls ( new [ ] { "_alias/{name}" , "{index}/_alias/{name}" } ) ;
63
+ internal static ApiUrls IndexManagementExistsIndexTemplate = new ApiUrls ( new [ ] { "_index_template/{name}" } ) ;
64
+ internal static ApiUrls IndexManagementExists = new ApiUrls ( new [ ] { "{index}" } ) ;
65
+ internal static ApiUrls IndexManagementExistsTemplate = new ApiUrls ( new [ ] { "_template/{name}" } ) ;
66
+ internal static ApiUrls IndexManagementExplainDataLifecycle = new ApiUrls ( new [ ] { "{index}/_lifecycle/explain" } ) ;
67
+ internal static ApiUrls IndexManagementGetAlias = new ApiUrls ( new [ ] { "_alias" , "_alias/{name}" , "{index}/_alias/{name}" , "{index}/_alias" } ) ;
68
+ internal static ApiUrls IndexManagementGetDataLifecycle = new ApiUrls ( new [ ] { "_data_stream/{name}/_lifecycle" } ) ;
69
+ internal static ApiUrls IndexManagementGetDataStream = new ApiUrls ( new [ ] { "_data_stream" , "_data_stream/{name}" } ) ;
70
+ internal static ApiUrls IndexManagementGet = new ApiUrls ( new [ ] { "{index}" } ) ;
71
+ internal static ApiUrls IndexManagementGetIndexTemplate = new ApiUrls ( new [ ] { "_index_template" , "_index_template/{name}" } ) ;
72
+ internal static ApiUrls IndexManagementGetMapping = new ApiUrls ( new [ ] { "_mapping" , "{index}/_mapping" } ) ;
73
+ internal static ApiUrls IndexManagementGetTemplate = new ApiUrls ( new [ ] { "_template" , "_template/{name}" } ) ;
74
+ internal static ApiUrls IndexManagementStats = new ApiUrls ( new [ ] { "_stats" , "_stats/{metric}" , "{index}/_stats" , "{index}/_stats/{metric}" } ) ;
75
+ internal static ApiUrls IndexManagementMigrateToDataStream = new ApiUrls ( new [ ] { "_data_stream/_migrate/{name}" } ) ;
76
+ internal static ApiUrls IndexManagementOpen = new ApiUrls ( new [ ] { "{index}/_open" } ) ;
77
+ internal static ApiUrls IndexManagementPutAlias = new ApiUrls ( new [ ] { "{index}/_alias/{name}" } ) ;
78
+ internal static ApiUrls IndexManagementPutDataLifecycle = new ApiUrls ( new [ ] { "_data_stream/{name}/_lifecycle" } ) ;
79
+ internal static ApiUrls IndexManagementPutIndexTemplate = new ApiUrls ( new [ ] { "_index_template/{name}" } ) ;
80
+ internal static ApiUrls IndexManagementPutMapping = new ApiUrls ( new [ ] { "{index}/_mapping" } ) ;
81
+ internal static ApiUrls IndexManagementPutTemplate = new ApiUrls ( new [ ] { "_template/{name}" } ) ;
82
+ internal static ApiUrls IndexManagementRollover = new ApiUrls ( new [ ] { "{alias}/_rollover" , "{alias}/_rollover/{new_index}" } ) ;
83
+ internal static ApiUrls IndexManagementSimulateIndexTemplate = new ApiUrls ( new [ ] { "_index_template/_simulate_index/{name}" } ) ;
84
+ internal static ApiUrls IndexManagementSimulateTemplate = new ApiUrls ( new [ ] { "_index_template/_simulate" , "_index_template/_simulate/{name}" } ) ;
85
+ internal static ApiUrls IndexManagementUpdateAliases = new ApiUrls ( new [ ] { "_aliases" } ) ;
86
+ internal static ApiUrls NoNamespaceIndex = new ApiUrls ( new [ ] { "{index}/_doc/{id}" , "{index}/_doc" } ) ;
87
+ internal static ApiUrls NoNamespaceInfo = new ApiUrls ( new [ ] { "" } ) ;
88
+ internal static ApiUrls IngestDeletePipeline = new ApiUrls ( new [ ] { "_ingest/pipeline/{id}" } ) ;
89
+ internal static ApiUrls IngestGeoIpStats = new ApiUrls ( new [ ] { "_ingest/geoip/stats" } ) ;
90
+ internal static ApiUrls IngestGetPipeline = new ApiUrls ( new [ ] { "_ingest/pipeline" , "_ingest/pipeline/{id}" } ) ;
91
+ internal static ApiUrls IngestProcessorGrok = new ApiUrls ( new [ ] { "_ingest/processor/grok" } ) ;
92
+ internal static ApiUrls IngestPutPipeline = new ApiUrls ( new [ ] { "_ingest/pipeline/{id}" } ) ;
93
+ internal static ApiUrls IngestSimulate = new ApiUrls ( new [ ] { "_ingest/pipeline/_simulate" , "_ingest/pipeline/{id}/_simulate" } ) ;
94
+ internal static ApiUrls NoNamespaceMget = new ApiUrls ( new [ ] { "_mget" , "{index}/_mget" } ) ;
95
+ internal static ApiUrls NoNamespaceMsearch = new ApiUrls ( new [ ] { "_msearch" , "{index}/_msearch" } ) ;
96
+ internal static ApiUrls NoNamespaceMsearchTemplate = new ApiUrls ( new [ ] { "_msearch/template" , "{index}/_msearch/template" } ) ;
97
+ internal static ApiUrls NoNamespaceMtermvectors = new ApiUrls ( new [ ] { "_mtermvectors" , "{index}/_mtermvectors" } ) ;
98
+ internal static ApiUrls NoNamespaceOpenPointInTime = new ApiUrls ( new [ ] { "{index}/_pit" } ) ;
99
+ internal static ApiUrls NoNamespacePing = new ApiUrls ( new [ ] { "" } ) ;
100
+ internal static ApiUrls NoNamespacePutScript = new ApiUrls ( new [ ] { "_scripts/{id}" , "_scripts/{id}/{context}" } ) ;
101
+ internal static ApiUrls NoNamespaceRankEval = new ApiUrls ( new [ ] { "_rank_eval" , "{index}/_rank_eval" } ) ;
102
+ internal static ApiUrls NoNamespaceRenderSearchTemplate = new ApiUrls ( new [ ] { "_render/template" , "_render/template/{id}" } ) ;
103
+ internal static ApiUrls NoNamespaceScroll = new ApiUrls ( new [ ] { "_search/scroll" } ) ;
104
+ internal static ApiUrls NoNamespaceSearch = new ApiUrls ( new [ ] { "_search" , "{index}/_search" } ) ;
105
+ internal static ApiUrls NoNamespaceSearchTemplate = new ApiUrls ( new [ ] { "_search/template" , "{index}/_search/template" } ) ;
106
+ internal static ApiUrls NoNamespaceTermsEnum = new ApiUrls ( new [ ] { "{index}/_terms_enum" } ) ;
107
+ internal static ApiUrls NoNamespaceTermvectors = new ApiUrls ( new [ ] { "{index}/_termvectors/{id}" , "{index}/_termvectors" } ) ;
108
+ internal static ApiUrls NoNamespaceUpdateByQuery = new ApiUrls ( new [ ] { "{index}/_update_by_query" } ) ;
109
+ internal static ApiUrls NoNamespaceUpdate = new ApiUrls ( new [ ] { "{index}/_update/{id}" } ) ;
110
+ }
0 commit comments