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_cloud_migration_service.go
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,8 @@ type CloudMigrationServiceApi interface {
45
45
46
46
You can use this API endpoint for push live migrations only. Your API Key must have the Organization Owner role to successfully call this resource.
47
47
48
+
**NOTE**: Migrating time-series collections is not yet supported on MongoDB v6.0 or higher. Migrations on MongoDB v6.0 or higher will skip any time-series collections on the source cluster.
49
+
48
50
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
49
51
@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.
50
52
@return CreatePushMigrationApiRequest
@@ -381,6 +383,8 @@ Migrate one cluster that Cloud or Ops Manager manages to MongoDB Atlas.
381
383
382
384
You can use this API endpoint for push live migrations only. Your API Key must have the Organization Owner role to successfully call this resource.
383
385
386
+
**NOTE**: Migrating time-series collections is not yet supported on MongoDB v6.0 or higher. Migrations on MongoDB v6.0 or higher will skip any time-series collections on the source cluster.
387
+
384
388
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
385
389
@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.
Copy file name to clipboardExpand all lines: admin/api_clusters.go
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -330,7 +330,7 @@ type ClustersApi interface {
330
330
@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.
@@ -2394,12 +2394,12 @@ UpgradeSharedCluster Upgrade One Shared-tier Cluster
2394
2394
@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.
GetIdentityProvider Return one identity provider from the specified federation.
136
+
GetIdentityProvider Return one SAML identity provider from the specified federation.
137
137
138
-
[experimental] Returns one identity provider from the specified federation. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations.
138
+
[experimental] Returns one SAML identity provider from the specified federation. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations.
139
139
140
140
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
141
141
@param federationSettingsId Unique 24-hexadecimal digit string that identifies your federation.
@@ -144,7 +144,7 @@ type FederatedAuthenticationApi interface {
GetIdentityProviderMetadata Return the metadata of one identity provider in the specified federation.
@@ -231,7 +231,7 @@ type FederatedAuthenticationApi interface {
231
231
/*
232
232
ListIdentityProviders Return all identity providers from the specified federation.
233
233
234
-
[experimental] Returns all identity providers in the specified federation. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations.
234
+
[experimental] Returns all identity providers with the provided protocol in the specified federation. If no protocol is specified, only SAML identity providers will be returned. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations.
235
235
236
236
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
237
237
@param federationSettingsId Unique 24-hexadecimal digit string that identifies your federation.
@@ -330,9 +330,9 @@ type FederatedAuthenticationApi interface {
UpdateIdentityProvider Update the identity provider.
333
+
UpdateIdentityProvider Update the SAML identity provider.
334
334
335
-
[experimental] Updates one identity provider in the specified federation. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations.
335
+
[experimental] Updates one SAML identity provider in the specified federation. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations.
336
336
337
337
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
338
338
@param federationSettingsId Unique 24-hexadecimal digit string that identifies your federation.
@@ -341,7 +341,7 @@ type FederatedAuthenticationApi interface {
GetIdentityProvider Return one identity provider from the specified federation.
1094
+
GetIdentityProvider Return one SAML identity provider from the specified federation.
1095
1095
1096
-
[experimental] Returns one identity provider from the specified federation. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations.
1096
+
[experimental] Returns one SAML identity provider from the specified federation. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations.
1097
1097
1098
1098
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
1099
1099
@param federationSettingsId Unique 24-hexadecimal digit string that identifies your federation.
@@ -1111,13 +1111,13 @@ func (a *FederatedAuthenticationApiService) GetIdentityProvider(ctx context.Cont
ListIdentityProviders Return all identity providers from the specified federation.
1660
1669
1661
-
[experimental] Returns all identity providers in the specified federation. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations.
1670
+
[experimental] Returns all identity providers with the provided protocol in the specified federation. If no protocol is specified, only SAML identity providers will be returned. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations.
1662
1671
1663
1672
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
1664
1673
@param federationSettingsId Unique 24-hexadecimal digit string that identifies your federation.
@@ -1701,6 +1710,9 @@ func (a *FederatedAuthenticationApiService) listIdentityProvidersExecute(r ListI
1701
1710
returnlocalVarReturnValue, nil, reportError("federationSettingsId must have less than 24 elements")
UpdateIdentityProvider Update the identity provider.
2248
+
UpdateIdentityProvider Update the SAML identity provider.
2237
2249
2238
-
[experimental] Updates one identity provider in the specified federation. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations.
2250
+
[experimental] Updates one SAML identity provider in the specified federation. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations.
2239
2251
2240
2252
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
2241
2253
@param federationSettingsId Unique 24-hexadecimal digit string that identifies your federation.
@@ -2254,13 +2266,13 @@ func (a *FederatedAuthenticationApiService) UpdateIdentityProvider(ctx context.C
0 commit comments