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_backups.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ type CloudBackupsApi interface {
244
244
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
245
245
@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.
246
246
@param clusterName Human-readable label that identifies the cluster.
247
-
@param exportId Unique string that identifies the AWS S3 bucket to which you export your snapshots.
247
+
@param exportId Unique string that identifies the export job to return.
@@ -1869,7 +1869,7 @@ Returns one Cloud Backup snapshot export job associated with the specified Atlas
1869
1869
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
1870
1870
@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.
1871
1871
@param clusterName Human-readable label that identifies the cluster.
1872
-
@param exportId Unique string that identifies the AWS S3 bucket to which you export your snapshots.
1872
+
@param exportId Unique string that identifies the export job to return.
Copy file name to clipboardExpand all lines: admin/api_cloud_migration_service.go
+40-40Lines changed: 40 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -49,10 +49,10 @@ type CloudMigrationServiceApi interface {
49
49
50
50
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
51
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.
52
-
@param liveMigrationRequest One migration to be created.
52
+
@param liveMigrationRequest20240530 One migration to be created.
CreatePushMigration Migrate One Local Managed Cluster to MongoDB Atlas
58
58
@@ -191,10 +191,10 @@ type CloudMigrationServiceApi interface {
191
191
192
192
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
193
193
@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.
194
-
@param liveMigrationRequest One migration to be validated.
194
+
@param liveMigrationRequest20240530 One migration to be validated.
@@ -372,12 +372,12 @@ Migrate one cluster that Cloud or Ops Manager manages to MongoDB Atlas.
372
372
@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.
@@ -1048,12 +1048,12 @@ Verifies whether the provided credentials, available disk space, MongoDB version
1048
1048
@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.
0 commit comments