You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin/api_atlas_search.go
+3-3
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ type AtlasSearchApi interface {
199
199
/*
200
200
GetAtlasSearchDeployment Return Search Nodes
201
201
202
-
Return the Search Nodes for the specified cluster. Deprecated versions: v2-{2023-01-01}
202
+
Returns the Search Nodes for the specified cluster. Deprecated versions: v2-{2024-05-30}, v2-{2023-01-01}
203
203
204
204
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
205
205
@param groupId Unique 24-hexadecimal digit string that identifies your project. Use the [/groups](#tag/Projects/operation/listProjects) endpoint to retrieve all projects to which the authenticated user has access. **NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups.
Return the Search Nodes for the specified cluster. Deprecated versions: v2-{2023-01-01}
1409
+
Returns the Search Nodes for the specified cluster. Deprecated versions: v2-{2024-05-30}, v2-{2023-01-01}
1410
1410
1411
1411
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
1412
1412
@param groupId Unique 24-hexadecimal digit string that identifies your project. Use the [/groups](#tag/Projects/operation/listProjects) endpoint to retrieve all projects to which the authenticated user has access. **NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups.
@@ -1456,7 +1456,7 @@ func (a *AtlasSearchApiService) GetAtlasSearchDeploymentExecute(r GetAtlasSearch
1456
1456
}
1457
1457
1458
1458
// to determine the Accept header (only first one)
Copy file name to clipboardExpand all lines: admin/api_clusters.go
+149
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,34 @@ import (
13
13
14
14
typeClustersApiinterface {
15
15
16
+
/*
17
+
AutoScalingConfiguration Get cluster internal configuration of sharded cluster AutoScaling operations
18
+
19
+
Returns the internal configuration of AutoScaling for sharded clusters. This endpoint can be used for diagnostic purposes to ensure that sharded clusters updated from older APIs have gained support for AutoScaling each shard independently.
20
+
21
+
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
22
+
@param groupId Unique 24-hexadecimal digit string that identifies your project. Use the [/groups](#tag/Projects/operation/listProjects) endpoint to retrieve all projects to which the authenticated user has access. **NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups.
23
+
@param clusterName Human-readable label that identifies this cluster.
24
+
@return AutoScalingConfigurationApiRequest
25
+
26
+
Deprecated: this method has been deprecated. Please check the latest resource version for ClustersApi
AutoScalingConfiguration Get cluster internal configuration of sharded cluster AutoScaling operations
547
+
548
+
Returns the internal configuration of AutoScaling for sharded clusters. This endpoint can be used for diagnostic purposes to ensure that sharded clusters updated from older APIs have gained support for AutoScaling each shard independently.
549
+
550
+
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
551
+
@param groupId Unique 24-hexadecimal digit string that identifies your project. Use the [/groups](#tag/Projects/operation/listProjects) endpoint to retrieve all projects to which the authenticated user has access. **NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups.
552
+
@param clusterName Human-readable label that identifies this cluster.
0 commit comments