From d837aa7f35171e280093c8a42b2afae77edca595 Mon Sep 17 00:00:00 2001 From: Filipe C Menezes Date: Fri, 28 Mar 2025 10:33:54 +0000 Subject: [PATCH 1/4] chore: add missing iam tests to snapshots --- .github/workflows/e2e-tests.yml | 10 +- .github/workflows/update-e2e-tests.yml | 9 +- test/e2e/access_lists_test.go | 16 ++-- test/e2e/access_logs_test.go | 4 +- test/e2e/access_roles_test.go | 4 +- test/e2e/alert_settings_test.go | 16 ++-- test/e2e/alerts_test.go | 16 ++-- test/e2e/atlas_e2e_test_generator_test.go | 91 +++++++++++++++---- .../e2e/atlas_org_api_key_access_list_test.go | 10 +- test/e2e/atlas_org_api_keys_test.go | 14 +-- test/e2e/atlas_org_invitations_test.go | 12 +-- test/e2e/atlas_orgs_test.go | 11 +-- test/e2e/atlas_project_api_keys_test.go | 12 +-- test/e2e/atlas_project_invitations_test.go | 14 +-- test/e2e/atlas_project_teams_test.go | 8 +- test/e2e/atlas_projects_test.go | 45 +++++++-- test/e2e/atlas_team_users_test.go | 8 +- test/e2e/atlas_teams_test.go | 14 +-- test/e2e/atlas_users_test.go | 8 +- test/e2e/auditing_test.go | 6 +- ...up_compliancepolicy_copyprotection_test.go | 4 +- ...backup_compliancepolicy_pitrestore_test.go | 2 +- test/e2e/backup_export_buckets_test.go | 10 +- test/e2e/backup_export_jobs_test.go | 20 ++-- test/e2e/backup_flex_test.go | 20 ++-- test/e2e/backup_restores_test.go | 20 ++-- test/e2e/backup_schedule_test.go | 6 +- test/e2e/backup_snapshot_test.go | 14 +-- test/e2e/clusters_file_test.go | 18 ++-- test/e2e/clusters_flags_test.go | 22 ++--- test/e2e/clusters_flex_file_test.go | 4 +- test/e2e/clusters_flex_test.go | 8 +- test/e2e/clusters_m0_test.go | 10 +- test/e2e/clusters_sharded_test.go | 6 +- test/e2e/clusters_upgrade_test.go | 2 +- test/e2e/custom_db_roles_test.go | 12 +-- test/e2e/custom_dns_test.go | 6 +- test/e2e/data_federation_db_test.go | 14 +-- .../data_federation_private_endpoint_test.go | 8 +- test/e2e/data_federation_query_limit_test.go | 12 +-- test/e2e/dbusers_certs_test.go | 8 +- test/e2e/dbusers_test.go | 24 ++--- test/e2e/deployments_atlas_test.go | 12 +-- test/e2e/events_test.go | 6 +- test/e2e/federation_settings_test.go | 28 +++--- test/e2e/integrations_test.go | 16 ++-- test/e2e/ldap_test.go | 18 ++-- test/e2e/live_migrations_test.go | 6 +- test/e2e/logs_test.go | 4 +- test/e2e/maintenance_test.go | 6 +- test/e2e/metrics_test.go | 28 +++--- test/e2e/online_archives_test.go | 16 ++-- test/e2e/performance_advisor_test.go | 12 +-- test/e2e/plugin_first_class_test.go | 4 +- test/e2e/plugin_install_test.go | 24 ++--- test/e2e/plugin_run_test.go | 10 +- test/e2e/plugin_uninstall_test.go | 18 ++-- test/e2e/plugin_update_test.go | 28 +++--- test/e2e/private_endpoint_test.go | 42 ++++----- test/e2e/processes_test.go | 6 +- test/e2e/profile_test.go | 6 +- test/e2e/project_settings_test.go | 4 +- test/e2e/search_nodes_test.go | 12 +-- test/e2e/search_test.go | 36 ++++---- test/e2e/serverless_test.go | 14 +-- test/e2e/setup_failure_test.go | 8 +- test/e2e/setup_force_test.go | 10 +- test/e2e/streams_test.go | 32 +++---- test/e2e/streams_with_clusters_test.go | 4 +- 69 files changed, 533 insertions(+), 455 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 1daff2b992..c59126c8f0 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -21,7 +21,7 @@ jobs: - atlas,backup,schedule - atlas,backup,snapshot - atlas,clusters,file - # - atlas,clusters,flags # does not work well with snapshots + - atlas,clusters,flags - atlas,clusters,flex - atlas,clusters,m0 - atlas,clusters,sharded @@ -29,14 +29,14 @@ jobs: - atlas,datafederation,db - atlas,datafederation,privatenetwork - atlas,datafederation,querylimits - - atlas,decrypt + # - atlas,decrypt # requires live calls to GCP/AWS/Azure # - atlas,deployments,atlasclusters # one assertion connects to DB (needs live mode) # - atlas,deployments,local,auth,deprecated # needs docker to run # - atlas,deployments,local,auth,new # needs docker to run # - atlas,deployments,local,nocli # needs docker to run # - atlas,deployments,local,noauth # needs docker to run # - atlas,generic # tests are failing in master - # - atlas,interactive # does not work well with snapshots + - atlas,interactive - atlas,ldap - atlas,livemigrations - atlas,logs @@ -50,13 +50,13 @@ jobs: - atlas,plugin,update - atlas,processes - atlas,search - # - atlas,search_nodes # tests are failing in master + - atlas,search_nodes - atlas,serverless,instance - atlas,streams - atlas,streams_with_cluster - brew - config - - iam + - atlas,iam - kubernetes steps: - uses: GitHubSecurityLab/actions-permissions/monitor@v1 diff --git a/.github/workflows/update-e2e-tests.yml b/.github/workflows/update-e2e-tests.yml index 437a76edf1..ebf65362ba 100644 --- a/.github/workflows/update-e2e-tests.yml +++ b/.github/workflows/update-e2e-tests.yml @@ -23,7 +23,7 @@ jobs: - atlas,backup,schedule - atlas,backup,snapshot - atlas,clusters,file - # - atlas,clusters,flags # does not work well with snapshots + - atlas,clusters,flags - atlas,clusters,flex - atlas,clusters,m0 - atlas,clusters,sharded @@ -38,7 +38,7 @@ jobs: # - atlas,deployments,local,nocli # needs docker to run # - atlas,deployments,local,noauth # needs docker to run # - atlas,generic # tests are failing in master - # - atlas,interactive # does not work well with snapshots + - atlas,interactive - atlas,ldap - atlas,livemigrations - atlas,logs @@ -52,14 +52,13 @@ jobs: - atlas,plugin,update - atlas,processes - atlas,search - # - atlas,search_nodes # tests are failing in master + - atlas,search_nodes - atlas,serverless,instance - atlas,streams - atlas,streams_with_cluster - brew - config - - iam - # - atlas,iam # need to add + - atlas,iam - kubernetes steps: - uses: GitHubSecurityLab/actions-permissions/monitor@v1 diff --git a/test/e2e/access_lists_test.go b/test/e2e/access_lists_test.go index e15f50a9db..80ecb28f37 100644 --- a/test/e2e/access_lists_test.go +++ b/test/e2e/access_lists_test.go @@ -41,7 +41,7 @@ func TestAccessList(t *testing.T) { cliPath, err := AtlasCLIBin() req.NoError(err) - t.Run("Create Forever", func(t *testing.T) { + g.Run("Create Forever", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, accessListEntity, "create", @@ -68,7 +68,7 @@ func TestAccessList(t *testing.T) { assert.True(t, found) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, accessListEntity, "ls", @@ -82,7 +82,7 @@ func TestAccessList(t *testing.T) { require.NoError(t, json.Unmarshal(resp, &entries)) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, accessListEntity, "describe", @@ -97,7 +97,7 @@ func TestAccessList(t *testing.T) { require.NoError(t, json.Unmarshal(resp, &entry)) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, accessListEntity, "delete", @@ -113,7 +113,7 @@ func TestAccessList(t *testing.T) { assert.Equal(t, expected, string(resp)) }) - t.Run("Create Delete After", func(t *testing.T) { + g.Run("Create Delete After", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, accessListEntity, "create", @@ -140,7 +140,7 @@ func TestAccessList(t *testing.T) { assert.True(t, found) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, accessListEntity, "delete", @@ -156,7 +156,7 @@ func TestAccessList(t *testing.T) { assert.Equal(t, expected, string(resp)) }) - t.Run("Create with CurrentIp", func(t *testing.T) { + g.Run("Create with CurrentIp", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, accessListEntity, "create", @@ -179,7 +179,7 @@ func TestAccessList(t *testing.T) { currentIPEntry = entries.GetResults()[0].GetIpAddress() }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, accessListEntity, "delete", diff --git a/test/e2e/access_logs_test.go b/test/e2e/access_logs_test.go index 6a013e7c92..9b82e69c1d 100644 --- a/test/e2e/access_logs_test.go +++ b/test/e2e/access_logs_test.go @@ -37,7 +37,7 @@ func TestAccessLogs(t *testing.T) { cliPath, err := AtlasCLIBin() req.NoError(err) - t.Run("List by clusterName", func(t *testing.T) { + g.Run("List by clusterName", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, accessLogsEntity, "ls", @@ -51,7 +51,7 @@ func TestAccessLogs(t *testing.T) { require.NoError(t, json.Unmarshal(resp, &entries)) }) - t.Run("List by hostname", func(t *testing.T) { + g.Run("List by hostname", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, accessLogsEntity, "ls", diff --git a/test/e2e/access_roles_test.go b/test/e2e/access_roles_test.go index ba66d65c42..4eb1a76af9 100644 --- a/test/e2e/access_roles_test.go +++ b/test/e2e/access_roles_test.go @@ -35,7 +35,7 @@ func TestAccessRoles(t *testing.T) { cliPath, err := AtlasCLIBin() require.NoError(t, err) - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, cloudProvidersEntity, accessRolesEntity, @@ -53,7 +53,7 @@ func TestAccessRoles(t *testing.T) { assert.Equal(t, aws, iamRole.ProviderName) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, cloudProvidersEntity, accessRolesEntity, diff --git a/test/e2e/alert_settings_test.go b/test/e2e/alert_settings_test.go index 4f2280747b..5c0aa93b76 100644 --- a/test/e2e/alert_settings_test.go +++ b/test/e2e/alert_settings_test.go @@ -36,7 +36,7 @@ func TestAlertConfig(t *testing.T) { cliPath, err := AtlasCLIBin() require.NoError(t, err) - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, alertsEntity, settingsEntity, @@ -71,7 +71,7 @@ func TestAlertConfig(t *testing.T) { assert.FailNow(t, "Failed to create alert setting") } - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, alertsEntity, settingsEntity, @@ -86,7 +86,7 @@ func TestAlertConfig(t *testing.T) { assert.Equal(t, alertID, config.GetId()) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, alertsEntity, settingsEntity, @@ -100,7 +100,7 @@ func TestAlertConfig(t *testing.T) { assert.NotEmpty(t, config.Results) }) - t.Run("List Compact", func(t *testing.T) { + g.Run("List Compact", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, alertsEntity, settingsEntity, @@ -115,7 +115,7 @@ func TestAlertConfig(t *testing.T) { assert.NotEmpty(t, config) }) - t.Run("Update", func(t *testing.T) { + g.Run("Update", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, alertsEntity, settingsEntity, @@ -145,7 +145,7 @@ func TestAlertConfig(t *testing.T) { a.True(alert.GetNotifications()[0].GetEmailEnabled()) }) - t.Run("Update Setting using file input", func(t *testing.T) { + g.Run("Update Setting using file input", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run n := g.memoryRand("rand", 1000) fileName := fmt.Sprintf("%d_alerts.json", n.Int64()) fileContent := fmt.Sprintf(`{ @@ -186,14 +186,14 @@ func TestAlertConfig(t *testing.T) { a.True(alert.GetNotifications()[0].GetEmailEnabled()) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, alertsEntity, settingsEntity, "delete", alertID, "--force") cmd.Env = os.Environ() resp, err := RunAndGetStdOut(cmd) require.NoError(t, err, string(resp)) }) - t.Run("List Matcher Fields", func(t *testing.T) { + g.Run("List Matcher Fields", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, alertsEntity, settingsEntity, diff --git a/test/e2e/alerts_test.go b/test/e2e/alerts_test.go index a260e76bbe..cda4adc09a 100644 --- a/test/e2e/alerts_test.go +++ b/test/e2e/alerts_test.go @@ -32,12 +32,12 @@ const ( ) func TestAlerts(t *testing.T) { - _ = newAtlasE2ETestGenerator(t, withSnapshot()) + g := newAtlasE2ETestGenerator(t, withSnapshot()) cliPath, err := AtlasCLIBin() require.NoError(t, err) var alertID string // This test should be run before all other tests to grab an alert ID for all others tests - t.Run("List with status CLOSED", func(t *testing.T) { + g.Run("List with status CLOSED", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, alertsEntity, "list", @@ -56,7 +56,7 @@ func TestAlerts(t *testing.T) { } }) - t.Run("List with status OPEN", func(t *testing.T) { + g.Run("List with status OPEN", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, alertsEntity, "list", @@ -70,7 +70,7 @@ func TestAlerts(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("List with no status", func(t *testing.T) { + g.Run("List with no status", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, alertsEntity, "list", @@ -82,7 +82,7 @@ func TestAlerts(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run if alertID == "" { t.Skip("no alert found") } @@ -103,7 +103,7 @@ func TestAlerts(t *testing.T) { a.Equal(closed, alert.GetStatus()) }) - t.Run("Acknowledge", func(t *testing.T) { + g.Run("Acknowledge", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run if alertID == "" { t.Skip("no alert found") } @@ -123,7 +123,7 @@ func TestAlerts(t *testing.T) { assert.Equal(t, alertID, alert.GetId()) }) - t.Run("Acknowledge Forever", func(t *testing.T) { + g.Run("Acknowledge Forever", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run if alertID == "" { t.Skip("no alert found") } @@ -142,7 +142,7 @@ func TestAlerts(t *testing.T) { assert.Equal(t, alertID, alert.GetId()) }) - t.Run("UnAcknowledge", func(t *testing.T) { + g.Run("UnAcknowledge", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run if alertID == "" { t.Skip("no alert found") } diff --git a/test/e2e/atlas_e2e_test_generator_test.go b/test/e2e/atlas_e2e_test_generator_test.go index a79eb7c0ee..14694ff99b 100644 --- a/test/e2e/atlas_e2e_test_generator_test.go +++ b/test/e2e/atlas_e2e_test_generator_test.go @@ -19,6 +19,7 @@ import ( "bytes" "compress/flate" "compress/gzip" + "crypto/sha1" "encoding/base64" "encoding/json" "fmt" @@ -162,8 +163,11 @@ type atlasE2ETestGenerator struct { t *testing.T fileIDs map[string]int memoryMap map[string]any - lastData *http.Response + lastSnapshot *http.Response currentSnapshotMode snapshotMode + testName string + skipSnapshots func(snapshot *http.Response, prevSnapshot *http.Response) bool + snapshotNameFunc func(r *http.Request) string } // Log formats its arguments using default formatting, analogous to Println, @@ -186,7 +190,15 @@ func (g *atlasE2ETestGenerator) Logf(format string, args ...any) { // newAtlasE2ETestGenerator creates a new instance of atlasE2ETestGenerator struct. func newAtlasE2ETestGenerator(t *testing.T, opts ...func(g *atlasE2ETestGenerator)) *atlasE2ETestGenerator { t.Helper() - g := &atlasE2ETestGenerator{t: t, currentSnapshotMode: snapshotModeSkip, fileIDs: map[string]int{}, memoryMap: map[string]any{}} + g := &atlasE2ETestGenerator{ + t: t, + testName: t.Name(), + currentSnapshotMode: snapshotModeSkip, + skipSnapshots: defaultSkipSnapshots, + fileIDs: map[string]int{}, + memoryMap: map[string]any{}, + snapshotNameFunc: defaultSnapshotBaseName, + } for _, opt := range opts { opt(g) } @@ -205,6 +217,39 @@ func withSnapshot() func(g *atlasE2ETestGenerator) { } } +func withSnapshotSkipFunc(f func(*http.Response, *http.Response) bool) func(g *atlasE2ETestGenerator) { + return func(g *atlasE2ETestGenerator) { + g.skipSnapshots = f + } +} + +func withSnapshotNameFunc(f func(*http.Request) string) func(g *atlasE2ETestGenerator) { + return func(g *atlasE2ETestGenerator) { + g.snapshotNameFunc = f + } +} + +func neverSkipSnapshots(_ *http.Response, _ *http.Response) bool { + return false +} + +func (g *atlasE2ETestGenerator) Run(name string, f func(t *testing.T)) { + g.t.Helper() + + g.t.Run(name, func(t *testing.T) { + t.Helper() + + g.testName = t.Name() + g.lastSnapshot = nil + + t.Cleanup(func() { + g.testName = g.t.Name() + }) + + f(t) + }) +} + // generateProject generates a new project and also registers its deletion on test cleanup. func (g *atlasE2ETestGenerator) generateProject(prefix string) { g.t.Helper() @@ -453,7 +498,7 @@ func (g *atlasE2ETestGenerator) snapshotDir() string { dir := g.snapshotBaseDir() - dir = path.Join(dir, g.t.Name()) + dir = path.Join(dir, g.testName) return dir } @@ -474,24 +519,26 @@ func (g *atlasE2ETestGenerator) enforceDir(filename string) { } } -func (g *atlasE2ETestGenerator) snapshotBaseName(r *http.Request) string { - g.t.Helper() - - dir := g.snapshotDir() +func defaultSnapshotBaseName(r *http.Request) string { + return fmt.Sprintf("%s_%s", r.Method, strings.ReplaceAll(strings.ReplaceAll(r.URL.Path, "/", "_"), ":", "_")) +} - return fmt.Sprintf("%s/%s_%s", dir, r.Method, strings.ReplaceAll(strings.ReplaceAll(r.URL.Path, "/", "_"), ":", "_")) +func snapshotHashedName(r *http.Request) string { + defaultSnapshotBaseName := defaultSnapshotBaseName(r) + hash := fmt.Sprintf("%x", sha1.Sum([]byte(defaultSnapshotBaseName))) + return hash } func (g *atlasE2ETestGenerator) snapshotName(r *http.Request) string { g.t.Helper() - baseName := g.snapshotBaseName(r) + baseName := g.snapshotNameFunc(r) g.fileIDs[baseName]++ id := g.fileIDs[baseName] - fileName := fmt.Sprintf("%s_%d.json", baseName, id) + fileName := fmt.Sprintf("%s_%d.snaphost", baseName, id) return fileName } @@ -499,7 +546,7 @@ func (g *atlasE2ETestGenerator) snapshotName(r *http.Request) string { func (g *atlasE2ETestGenerator) snapshotNameStepBack(r *http.Request) { g.t.Helper() - baseName := g.snapshotBaseName(r) + baseName := g.snapshotNameFunc(r) g.fileIDs[baseName] -= 2 if g.fileIDs[baseName] < 0 { @@ -615,6 +662,18 @@ func (g *atlasE2ETestGenerator) readSnapshot(r *http.Request) *http.Response { return resp } +func defaultSkipSnapshots(snapshot *http.Response, prevSnapshot *http.Response) bool { + if snapshot.StatusCode == http.StatusUnauthorized && snapshot.Header.Get("Www-Authenticate") != "" { + return true // skip 401 + } + + if prevSnapshot != nil && compareSnapshots(snapshot, prevSnapshot) == 0 { + return true // skip if the response is the same + } + + return false +} + func (g *atlasE2ETestGenerator) snapshotServer() { g.t.Helper() @@ -643,17 +702,13 @@ func (g *atlasE2ETestGenerator) snapshotServer() { proxy := httputil.NewSingleHostReverseProxy(targetURL) proxy.ModifyResponse = func(resp *http.Response) error { - if resp.StatusCode == http.StatusUnauthorized && resp.Header.Get("Www-Authenticate") != "" { - return nil // skip 401 - } - snapshot := g.prepareSnapshot(resp) - if g.lastData != nil && compareSnapshots(snapshot, g.lastData) == 0 { - return nil // skip if the response is the same + if g.skipSnapshots(snapshot, g.lastSnapshot) { + return nil // skip } - g.lastData = snapshot + g.lastSnapshot = snapshot g.storeSnapshot(snapshot) diff --git a/test/e2e/atlas_org_api_key_access_list_test.go b/test/e2e/atlas_org_api_key_access_list_test.go index 79d6a2ed38..34fb5c9b49 100644 --- a/test/e2e/atlas_org_api_key_access_list_test.go +++ b/test/e2e/atlas_org_api_key_access_list_test.go @@ -43,7 +43,7 @@ func TestAtlasOrgAPIKeyAccessList(t *testing.T) { n := g.memoryRand("rand", 255) entry := fmt.Sprintf("192.168.0.%d", n) - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, orgEntity, apiKeysEntity, @@ -62,7 +62,7 @@ func TestAtlasOrgAPIKeyAccessList(t *testing.T) { assert.NotEmpty(t, key.Results) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, orgEntity, apiKeysEntity, @@ -78,11 +78,11 @@ func TestAtlasOrgAPIKeyAccessList(t *testing.T) { assert.NotEmpty(t, key.Results) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run deleteAtlasAccessListEntry(t, cliPath, entry, apiKeyID) }) - t.Run("Create Current IP", func(t *testing.T) { + g.Run("Create Current IP", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, orgEntity, apiKeysEntity, @@ -101,7 +101,7 @@ func TestAtlasOrgAPIKeyAccessList(t *testing.T) { entry = *key.GetResults()[0].IpAddress }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run deleteAtlasAccessListEntry(t, cliPath, entry, apiKeyID) }) } diff --git a/test/e2e/atlas_org_api_keys_test.go b/test/e2e/atlas_org_api_keys_test.go index 77603b17a8..d34dba329a 100644 --- a/test/e2e/atlas_org_api_keys_test.go +++ b/test/e2e/atlas_org_api_keys_test.go @@ -28,7 +28,7 @@ import ( ) func TestAtlasOrgAPIKeys(t *testing.T) { - _ = newAtlasE2ETestGenerator(t, withSnapshot()) + g := newAtlasE2ETestGenerator(t, withSnapshot()) cliPath, err := AtlasCLIBin() if err != nil { t.Fatalf("unexpected error: %v", err) @@ -37,7 +37,7 @@ func TestAtlasOrgAPIKeys(t *testing.T) { var ID string // This test must run first to grab the ID of the org to later describe - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run desc := "e2e-test-atlas-org" cmd := exec.Command(cliPath, orgEntity, @@ -57,7 +57,7 @@ func TestAtlasOrgAPIKeys(t *testing.T) { }) require.NotEmpty(t, ID) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, orgEntity, apiKeysEntity, @@ -71,7 +71,7 @@ func TestAtlasOrgAPIKeys(t *testing.T) { assert.NotEmpty(t, keys.Results) }) - t.Run("List Compact", func(t *testing.T) { + g.Run("List Compact", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, orgEntity, apiKeysEntity, @@ -87,7 +87,7 @@ func TestAtlasOrgAPIKeys(t *testing.T) { assert.NotEmpty(t, keys) }) - t.Run("Update", func(t *testing.T) { + g.Run("Update", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run const newDesc = "e2e-test-atlas-org-updated" cmd := exec.Command(cliPath, orgEntity, @@ -106,7 +106,7 @@ func TestAtlasOrgAPIKeys(t *testing.T) { assert.Equal(t, newDesc, *key.Desc) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, orgEntity, apiKeysEntity, @@ -121,7 +121,7 @@ func TestAtlasOrgAPIKeys(t *testing.T) { assert.Equal(t, ID, *key.Id) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, orgEntity, apiKeysEntity, diff --git a/test/e2e/atlas_org_invitations_test.go b/test/e2e/atlas_org_invitations_test.go index 2d8e6e32d9..3b9745adb9 100644 --- a/test/e2e/atlas_org_invitations_test.go +++ b/test/e2e/atlas_org_invitations_test.go @@ -37,7 +37,7 @@ func TestAtlasOrgInvitations(t *testing.T) { emailOrg := fmt.Sprintf("test-%v@mongodb.com", n) var orgInvitationID string - t.Run("Invite", func(t *testing.T) { + g.Run("Invite", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, orgEntity, invitationsEntity, @@ -58,7 +58,7 @@ func TestAtlasOrgInvitations(t *testing.T) { orgInvitationID = invitation.GetId() }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, orgEntity, invitationsEntity, @@ -75,7 +75,7 @@ func TestAtlasOrgInvitations(t *testing.T) { a.NotEmpty(invitations) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, orgEntity, invitationsEntity, @@ -94,7 +94,7 @@ func TestAtlasOrgInvitations(t *testing.T) { a.Equal([]string{"ORG_MEMBER"}, invitation.GetRoles()) }) - t.Run("Update by email", func(t *testing.T) { + g.Run("Update by email", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, orgEntity, invitationsEntity, @@ -116,7 +116,7 @@ func TestAtlasOrgInvitations(t *testing.T) { a.ElementsMatch([]string{roleNameOrg}, invitation.GetRoles()) }) - t.Run("Update by ID", func(t *testing.T) { + g.Run("Update by ID", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, orgEntity, invitationsEntity, @@ -136,7 +136,7 @@ func TestAtlasOrgInvitations(t *testing.T) { a.ElementsMatch([]string{roleNameOrg}, invitation.GetRoles()) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, orgEntity, invitationsEntity, diff --git a/test/e2e/atlas_orgs_test.go b/test/e2e/atlas_orgs_test.go index c045e17fb5..572ea86eb2 100644 --- a/test/e2e/atlas_orgs_test.go +++ b/test/e2e/atlas_orgs_test.go @@ -35,7 +35,7 @@ func TestAtlasOrgs(t *testing.T) { var orgID string // This test must run first to grab the ID of the org to later describe - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, orgEntity, "ls", @@ -51,7 +51,7 @@ func TestAtlasOrgs(t *testing.T) { }) require.NotEmpty(t, orgID) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, orgEntity, "describe", @@ -63,7 +63,7 @@ func TestAtlasOrgs(t *testing.T) { }) var userID string - t.Run("List Org Users", func(t *testing.T) { + g.Run("List Org Users", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, orgEntity, usersEntity, @@ -82,13 +82,12 @@ func TestAtlasOrgs(t *testing.T) { require.NotEmpty(t, userID) n := g.memoryRand("rand", 255) - require.NoError(t, err) orgName := fmt.Sprintf("e2e-org-%v", n) var ( publicAPIKey string privateAPIKey string ) - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run t.Skip("Skipping create org e2e test, exceeded max number of linked orgs. Will reenable post cleanup") cmd := exec.Command(cliPath, orgEntity, @@ -114,7 +113,7 @@ func TestAtlasOrgs(t *testing.T) { require.NotEmpty(t, privateAPIKey) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run t.Skip("Skipping delete org e2e test, exceeded max number of linked orgs. Will re-enable post cleanup") if os.Getenv("MONGODB_ATLAS_SERVICE") == cloudgov { t.Skip("not available for gov") diff --git a/test/e2e/atlas_project_api_keys_test.go b/test/e2e/atlas_project_api_keys_test.go index 2488e7ce1b..01efff325a 100644 --- a/test/e2e/atlas_project_api_keys_test.go +++ b/test/e2e/atlas_project_api_keys_test.go @@ -29,7 +29,7 @@ import ( ) func TestAtlasProjectAPIKeys(t *testing.T) { - _ = newAtlasE2ETestGenerator(t, withSnapshot()) + g := newAtlasE2ETestGenerator(t, withSnapshot()) cliPath, err := AtlasCLIBin() if err != nil { t.Fatalf("unexpected error: %v", err) @@ -38,7 +38,7 @@ func TestAtlasProjectAPIKeys(t *testing.T) { var ID string // This test must run first to grab the ID of the project to later describe - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run const desc = "e2e-test" cmd := exec.Command(cliPath, projectsEntity, @@ -65,7 +65,7 @@ func TestAtlasProjectAPIKeys(t *testing.T) { } }() - t.Run("Assign", func(t *testing.T) { + g.Run("Assign", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, apiKeysEntity, @@ -78,7 +78,7 @@ func TestAtlasProjectAPIKeys(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, apiKeysEntity, @@ -97,7 +97,7 @@ func TestAtlasProjectAPIKeys(t *testing.T) { assert.NotEmpty(t, keys.Results) }) - t.Run("List Compact", func(t *testing.T) { + g.Run("List Compact", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, apiKeysEntity, @@ -117,7 +117,7 @@ func TestAtlasProjectAPIKeys(t *testing.T) { assert.NotEmpty(t, keys) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, apiKeysEntity, diff --git a/test/e2e/atlas_project_invitations_test.go b/test/e2e/atlas_project_invitations_test.go index 0d8af68c6c..09277f290f 100644 --- a/test/e2e/atlas_project_invitations_test.go +++ b/test/e2e/atlas_project_invitations_test.go @@ -11,7 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -//go:build e2e || (iam && !atlas) +//go:build e2e || (iam && atlas) package e2e_test @@ -40,7 +40,7 @@ func TestAtlasProjectInvitations(t *testing.T) { emailProject := fmt.Sprintf("test-%v@mongodb.com", n) - t.Run("Invite", func(t *testing.T) { + g.Run("Invite", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, invitationsEntity, @@ -63,7 +63,7 @@ func TestAtlasProjectInvitations(t *testing.T) { invitationID = invitation.GetId() }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, invitationsEntity, @@ -81,7 +81,7 @@ func TestAtlasProjectInvitations(t *testing.T) { a.NotEmpty(invitations) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, invitationsEntity, @@ -101,7 +101,7 @@ func TestAtlasProjectInvitations(t *testing.T) { a.Equal([]string{"GROUP_READ_ONLY"}, invitation.GetRoles()) }) - t.Run("Update by email", func(t *testing.T) { + g.Run("Update by email", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, invitationsEntity, @@ -126,7 +126,7 @@ func TestAtlasProjectInvitations(t *testing.T) { a.ElementsMatch([]string{roleName1, roleName2}, invitation.GetRoles()) }) - t.Run("Update by ID", func(t *testing.T) { + g.Run("Update by ID", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, invitationsEntity, @@ -150,7 +150,7 @@ func TestAtlasProjectInvitations(t *testing.T) { a.ElementsMatch([]string{roleName1, roleName2}, invitation.GetRoles()) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, invitationsEntity, diff --git a/test/e2e/atlas_project_teams_test.go b/test/e2e/atlas_project_teams_test.go index fec8cb2e68..c3d5b4f87d 100644 --- a/test/e2e/atlas_project_teams_test.go +++ b/test/e2e/atlas_project_teams_test.go @@ -44,7 +44,7 @@ func TestAtlasProjectTeams(t *testing.T) { require.NoError(t, e) }) - t.Run("Add", func(t *testing.T) { + g.Run("Add", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, teamsEntity, @@ -72,7 +72,7 @@ func TestAtlasProjectTeams(t *testing.T) { a.True(found) }) - t.Run("Update", func(t *testing.T) { + g.Run("Update", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, teamsEntity, @@ -100,7 +100,7 @@ func TestAtlasProjectTeams(t *testing.T) { a.ElementsMatch([]string{roleName1, roleName2}, role.GetRoleNames()) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, teamsEntity, @@ -118,7 +118,7 @@ func TestAtlasProjectTeams(t *testing.T) { a.NotEmpty(teams.GetResults()) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, teamsEntity, diff --git a/test/e2e/atlas_projects_test.go b/test/e2e/atlas_projects_test.go index 4e16c2078e..a612672db5 100644 --- a/test/e2e/atlas_projects_test.go +++ b/test/e2e/atlas_projects_test.go @@ -21,6 +21,7 @@ import ( "fmt" "os" "os/exec" + "slices" "testing" "text/template" @@ -40,7 +41,7 @@ func TestAtlasProjects(t *testing.T) { projectName := fmt.Sprintf("e2e-proj-%d", n) var projectID string - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run // This depends on a ORG_ID ENV cmd := exec.Command(cliPath, projectsEntity, @@ -62,7 +63,7 @@ func TestAtlasProjects(t *testing.T) { projectID = project.GetId() }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, "ls", @@ -73,7 +74,7 @@ func TestAtlasProjects(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, "describe", @@ -85,7 +86,7 @@ func TestAtlasProjects(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Tags", func(t *testing.T) { + g.Run("Tags", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, "describe", @@ -101,7 +102,19 @@ func TestAtlasProjects(t *testing.T) { a := assert.New(t) expectedTags := []admin.ResourceTag{{Key: "env", Value: "e2e"}, {Key: "prod", Value: "false"}} - a.ElementsMatch(expectedTags, project.GetTags()) + gotTags := project.GetTags() + slices.SortFunc(gotTags, func(a, b admin.ResourceTag) int { + if a.Key < b.Key { + return -1 + } + + if a.Key > b.Key { + return 1 + } + + return 0 + }) + a.ElementsMatch(expectedTags, gotTags) }) updatedProjectName := projectName + "-updated" @@ -117,7 +130,7 @@ func TestAtlasProjects(t *testing.T) { "data/update_project_name_and_tags.json", &updatedProjectName, updatedProjectName, - []admin.ResourceTag{{Key: "env", Value: "e2e"}, {Key: "app", Value: "cli"}}, + []admin.ResourceTag{{Key: "app", Value: "cli"}, {Key: "env", Value: "e2e"}}, }, { "resetTags", @@ -128,7 +141,7 @@ func TestAtlasProjects(t *testing.T) { }, } for _, tt := range updateTests { - t.Run("Update_"+tt.name, func(t *testing.T) { + g.Run("Update_"+tt.name, func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run filename := fmt.Sprintf("update_project_%s.json", tt.name) testTmpl, err := os.ReadFile(tt.filename) tpl := template.Must(template.New("").Parse(string(testTmpl))) @@ -168,11 +181,23 @@ func TestAtlasProjects(t *testing.T) { a := assert.New(t) a.Equal(tt.expectedProjectName, project.Name) - a.ElementsMatch(tt.expectedProjectTags, project.GetTags()) + gotTags := project.GetTags() + slices.SortFunc(gotTags, func(a, b admin.ResourceTag) int { + if a.Key < b.Key { + return -1 + } + + if a.Key > b.Key { + return 1 + } + + return 0 + }) + a.ElementsMatch(tt.expectedProjectTags, gotTags) }) } - t.Run("Users", func(t *testing.T) { + g.Run("Users", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, usersEntity, @@ -185,7 +210,7 @@ func TestAtlasProjects(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, "delete", diff --git a/test/e2e/atlas_team_users_test.go b/test/e2e/atlas_team_users_test.go index 6dd4fcd548..2b6cacac9b 100644 --- a/test/e2e/atlas_team_users_test.go +++ b/test/e2e/atlas_team_users_test.go @@ -47,7 +47,7 @@ func TestAtlasTeamUsers(t *testing.T) { username, userID, err := OrgNUser(1) require.NoError(t, err) - t.Run("Add", func(t *testing.T) { + g.Run("Add", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, teamsEntity, usersEntity, @@ -74,7 +74,7 @@ func TestAtlasTeamUsers(t *testing.T) { a.True(found) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, teamsEntity, usersEntity, @@ -91,7 +91,7 @@ func TestAtlasTeamUsers(t *testing.T) { a.NotEmpty(teams.Results) }) - t.Run("List Compact", func(t *testing.T) { + g.Run("List Compact", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, teamsEntity, usersEntity, @@ -109,7 +109,7 @@ func TestAtlasTeamUsers(t *testing.T) { a.NotEmpty(teams) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, teamsEntity, usersEntity, diff --git a/test/e2e/atlas_teams_test.go b/test/e2e/atlas_teams_test.go index 8898e2eaa8..970a45822a 100644 --- a/test/e2e/atlas_teams_test.go +++ b/test/e2e/atlas_teams_test.go @@ -40,7 +40,7 @@ func TestAtlasTeams(t *testing.T) { teamName := fmt.Sprintf("teams%v", n) var teamID string - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run username, _, err := OrgNUser(0) if err != nil { t.Fatalf("unexpected error: %v", err) @@ -66,7 +66,7 @@ func TestAtlasTeams(t *testing.T) { }) require.NotEmpty(t, teamID) - t.Run("Describe By ID", func(t *testing.T) { + g.Run("Describe By ID", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, teamsEntity, "describe", @@ -82,7 +82,7 @@ func TestAtlasTeams(t *testing.T) { assert.Equal(t, teamID, team.GetId()) }) - t.Run("Describe By Name", func(t *testing.T) { + g.Run("Describe By Name", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, teamsEntity, "describe", @@ -97,7 +97,7 @@ func TestAtlasTeams(t *testing.T) { assert.Equal(t, teamName, team.GetName()) }) - t.Run("Rename", func(t *testing.T) { + g.Run("Rename", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run teamName += "_renamed" cmd := exec.Command(cliPath, teamsEntity, @@ -116,7 +116,7 @@ func TestAtlasTeams(t *testing.T) { assert.Equal(t, teamName, team.GetName()) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, teamsEntity, "ls", @@ -130,7 +130,7 @@ func TestAtlasTeams(t *testing.T) { assert.NotEmpty(t, teams.Results) }) - t.Run("List Compact", func(t *testing.T) { + g.Run("List Compact", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, teamsEntity, "ls", @@ -145,7 +145,7 @@ func TestAtlasTeams(t *testing.T) { assert.NotEmpty(t, teams) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, teamsEntity, "delete", diff --git a/test/e2e/atlas_users_test.go b/test/e2e/atlas_users_test.go index 42fe0a0f22..064d041281 100644 --- a/test/e2e/atlas_users_test.go +++ b/test/e2e/atlas_users_test.go @@ -38,7 +38,7 @@ func TestAtlasUsers(t *testing.T) { orgID string ) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, usersEntity, @@ -55,7 +55,7 @@ func TestAtlasUsers(t *testing.T) { userID = users.GetResults()[0].GetId() }) - t.Run("Describe by username", func(t *testing.T) { + g.Run("Describe by username", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, usersEntity, "describe", @@ -78,7 +78,7 @@ func TestAtlasUsers(t *testing.T) { require.NotEmpty(t, orgID) }) - t.Run("Describe by ID", func(t *testing.T) { + g.Run("Describe by ID", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, usersEntity, "describe", @@ -94,7 +94,7 @@ func TestAtlasUsers(t *testing.T) { assert.Equal(t, userID, user.GetId()) }) - t.Run("Invite", func(t *testing.T) { + g.Run("Invite", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run n := g.memoryRand("rand", 10000) emailUser := fmt.Sprintf("cli-test-%v@moongodb.com", n) if revision, ok := os.LookupEnv("revision"); ok { diff --git a/test/e2e/auditing_test.go b/test/e2e/auditing_test.go index dbfea5e449..0b82ea7938 100644 --- a/test/e2e/auditing_test.go +++ b/test/e2e/auditing_test.go @@ -33,7 +33,7 @@ func TestAuditing(t *testing.T) { cliPath, err := AtlasCLIBin() require.NoError(t, err) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, auditingEntity, "describe", @@ -46,7 +46,7 @@ func TestAuditing(t *testing.T) { require.NoError(t, json.Unmarshal(resp, &setting), string(resp)) }) - t.Run("Update", func(t *testing.T) { + g.Run("Update", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, auditingEntity, "update", @@ -65,7 +65,7 @@ func TestAuditing(t *testing.T) { assert.JSONEq(t, "{\"atype\": \"authenticate\"}", *setting.AuditFilter) }) - t.Run("Update via file", func(t *testing.T) { + g.Run("Update via file", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, auditingEntity, "update", diff --git a/test/e2e/backup_compliancepolicy_copyprotection_test.go b/test/e2e/backup_compliancepolicy_copyprotection_test.go index 01e5f37f02..ae67291cb1 100644 --- a/test/e2e/backup_compliancepolicy_copyprotection_test.go +++ b/test/e2e/backup_compliancepolicy_copyprotection_test.go @@ -36,7 +36,7 @@ func TestBackupCompliancePolicyCopyProtection(t *testing.T) { g.generateProject("copyprotection-compliance-policy") r.NoError(enableCompliancePolicy(g.projectID)) - t.Run("enable", func(t *testing.T) { + g.Run("enable", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command( cliPath, backupsEntity, @@ -60,7 +60,7 @@ func TestBackupCompliancePolicyCopyProtection(t *testing.T) { assert.True(t, *compliancepolicy.CopyProtectionEnabled) }) - t.Run("disable", func(t *testing.T) { + g.Run("disable", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command( cliPath, backupsEntity, diff --git a/test/e2e/backup_compliancepolicy_pitrestore_test.go b/test/e2e/backup_compliancepolicy_pitrestore_test.go index ba450bdfc9..fd668ae902 100644 --- a/test/e2e/backup_compliancepolicy_pitrestore_test.go +++ b/test/e2e/backup_compliancepolicy_pitrestore_test.go @@ -48,7 +48,7 @@ func TestBackupCompliancePolicyPointInTimeRestore(t *testing.T) { assert.False(t, res.GetPitEnabled()) assert.Zero(t, res.GetRestoreWindowDays()) - t.Run("enable", func(t *testing.T) { + g.Run("enable", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command( cliPath, backupsEntity, diff --git a/test/e2e/backup_export_buckets_test.go b/test/e2e/backup_export_buckets_test.go index 4a872a18f7..3232970e1a 100644 --- a/test/e2e/backup_export_buckets_test.go +++ b/test/e2e/backup_export_buckets_test.go @@ -27,7 +27,7 @@ import ( ) func TestExportBuckets(t *testing.T) { - _ = newAtlasE2ETestGenerator(t, withSnapshot()) + g := newAtlasE2ETestGenerator(t, withSnapshot()) cliPath, err := AtlasCLIBin() r := require.New(t) r.NoError(err) @@ -39,7 +39,7 @@ func TestExportBuckets(t *testing.T) { r.NotEmpty(bucketName) var bucketID string - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, exportsEntity, @@ -62,7 +62,7 @@ func TestExportBuckets(t *testing.T) { bucketID = exportBucket.GetId() }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, exportsEntity, @@ -77,7 +77,7 @@ func TestExportBuckets(t *testing.T) { assert.NotEmpty(t, buckets) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, exportsEntity, @@ -94,7 +94,7 @@ func TestExportBuckets(t *testing.T) { assert.Equal(t, bucketName, exportBucket.GetBucketName()) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, exportsEntity, diff --git a/test/e2e/backup_export_jobs_test.go b/test/e2e/backup_export_jobs_test.go index 27223dfc63..4d2e40ad6e 100644 --- a/test/e2e/backup_export_jobs_test.go +++ b/test/e2e/backup_export_jobs_test.go @@ -50,7 +50,7 @@ func TestExportJobs(t *testing.T) { var exportJobID string var snapshotID string - t.Run("Create cluster", func(t *testing.T) { + g.Run("Create cluster", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "create", @@ -74,7 +74,7 @@ func TestExportJobs(t *testing.T) { }) require.NoError(t, watchCluster("", clusterName)) - t.Run("Create bucket", func(t *testing.T) { + g.Run("Create bucket", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, exportsEntity, @@ -95,7 +95,7 @@ func TestExportJobs(t *testing.T) { bucketID = exportBucket.GetId() }) - t.Run("Create snapshot", func(t *testing.T) { + g.Run("Create snapshot", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, snapshotsEntity, @@ -116,7 +116,7 @@ func TestExportJobs(t *testing.T) { snapshotID = snapshot.GetId() }) - t.Run("Watch snapshot creation", func(t *testing.T) { + g.Run("Watch snapshot creation", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, snapshotsEntity, @@ -129,7 +129,7 @@ func TestExportJobs(t *testing.T) { t.Log(string(resp)) }) - t.Run("Create job", func(t *testing.T) { + g.Run("Create job", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, exportsEntity, @@ -152,7 +152,7 @@ func TestExportJobs(t *testing.T) { exportJobID = job.GetId() }) - t.Run("Watch create job", func(t *testing.T) { + g.Run("Watch create job", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, exportsEntity, @@ -166,7 +166,7 @@ func TestExportJobs(t *testing.T) { t.Log(string(resp)) }) - t.Run("Describe job", func(t *testing.T) { + g.Run("Describe job", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, exportsEntity, @@ -187,7 +187,7 @@ func TestExportJobs(t *testing.T) { assert.Equal(t, job.GetExportBucketId(), bucketID) }) - t.Run("List jobs", func(t *testing.T) { + g.Run("List jobs", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, exportsEntity, @@ -204,7 +204,7 @@ func TestExportJobs(t *testing.T) { assert.NotEmpty(t, jobs) }) - t.Run("Delete snapshot", func(t *testing.T) { + g.Run("Delete snapshot", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, snapshotsEntity, @@ -222,7 +222,7 @@ func TestExportJobs(t *testing.T) { return } - t.Run("Watch snapshot deletion", func(t *testing.T) { + g.Run("Watch snapshot deletion", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, snapshotsEntity, diff --git a/test/e2e/backup_flex_test.go b/test/e2e/backup_flex_test.go index 3ecc6b7afe..05c01703a6 100644 --- a/test/e2e/backup_flex_test.go +++ b/test/e2e/backup_flex_test.go @@ -42,7 +42,7 @@ func TestFlexBackup(t *testing.T) { require.NotEmpty(t, clusterName) var snapshotID string - t.Run("Snapshot List", func(t *testing.T) { + g.Run("Snapshot List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, snapshotsEntity, @@ -61,7 +61,7 @@ func TestFlexBackup(t *testing.T) { require.NotEmpty(t, snapshotID) }) - t.Run("Snapshot Describe", func(t *testing.T) { + g.Run("Snapshot Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, snapshotsEntity, @@ -79,7 +79,7 @@ func TestFlexBackup(t *testing.T) { assert.Equal(t, snapshotID, result.GetId()) }) - t.Run("Snapshot Watch", func(t *testing.T) { + g.Run("Snapshot Watch", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, snapshotsEntity, @@ -95,7 +95,7 @@ func TestFlexBackup(t *testing.T) { var restoreJobID string - t.Run("Restores Create - Automated", func(t *testing.T) { + g.Run("Restores Create - Automated", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, restoresEntity, @@ -122,7 +122,7 @@ func TestFlexBackup(t *testing.T) { require.NotEmpty(t, restoreJobID) }) - t.Run("Restores Watch", func(t *testing.T) { + g.Run("Restores Watch", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, restoresEntity, @@ -137,7 +137,7 @@ func TestFlexBackup(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Restores List", func(t *testing.T) { + g.Run("Restores List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, restoresEntity, @@ -153,7 +153,7 @@ func TestFlexBackup(t *testing.T) { assert.NotEmpty(t, result) }) - t.Run("Restores Describe", func(t *testing.T) { + g.Run("Restores Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, restoresEntity, @@ -170,7 +170,7 @@ func TestFlexBackup(t *testing.T) { assert.NotEmpty(t, result) }) - t.Run("Restores Create - Download", func(t *testing.T) { + g.Run("Restores Create - Download", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, restoresEntity, @@ -196,7 +196,7 @@ func TestFlexBackup(t *testing.T) { require.NotEmpty(t, restoreJobID) }) - t.Run("Restores Watch - Download", func(t *testing.T) { + g.Run("Restores Watch - Download", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, restoresEntity, @@ -211,7 +211,7 @@ func TestFlexBackup(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Delete flex cluster", func(t *testing.T) { + g.Run("Delete flex cluster", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "delete", diff --git a/test/e2e/backup_restores_test.go b/test/e2e/backup_restores_test.go index b62d85affe..8988b59a94 100644 --- a/test/e2e/backup_restores_test.go +++ b/test/e2e/backup_restores_test.go @@ -49,7 +49,7 @@ func TestRestores(t *testing.T) { projectID2 := g.projectID clusterName2 := g.clusterName - t.Run("Create snapshot", func(t *testing.T) { + g.Run("Create snapshot", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, snapshotsEntity, @@ -71,7 +71,7 @@ func TestRestores(t *testing.T) { snapshotID = snapshot.GetId() }) - t.Run("Watch snapshot creation", func(t *testing.T) { + g.Run("Watch snapshot creation", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, snapshotsEntity, @@ -86,7 +86,7 @@ func TestRestores(t *testing.T) { t.Log(string(resp)) }) - t.Run("Restores Create - Automated", func(t *testing.T) { + g.Run("Restores Create - Automated", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, restoresEntity, @@ -112,7 +112,7 @@ func TestRestores(t *testing.T) { restoreJobID = result.GetId() }) - t.Run("Restores Watch", func(t *testing.T) { + g.Run("Restores Watch", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, restoresEntity, @@ -129,7 +129,7 @@ func TestRestores(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Restores List", func(t *testing.T) { + g.Run("Restores List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, restoresEntity, @@ -147,7 +147,7 @@ func TestRestores(t *testing.T) { assert.NotEmpty(t, result) }) - t.Run("Restores Describe", func(t *testing.T) { + g.Run("Restores Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, restoresEntity, @@ -168,7 +168,7 @@ func TestRestores(t *testing.T) { assert.NotEmpty(t, result) }) - t.Run("Restores Create - Download", func(t *testing.T) { + g.Run("Restores Create - Download", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, restoresEntity, @@ -190,7 +190,7 @@ func TestRestores(t *testing.T) { restoreJobID = result.GetId() }) - t.Run("Restores Watch - Download", func(t *testing.T) { + g.Run("Restores Watch - Download", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, restoresEntity, @@ -207,7 +207,7 @@ func TestRestores(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Delete snapshot", func(t *testing.T) { + g.Run("Delete snapshot", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, snapshotsEntity, @@ -227,7 +227,7 @@ func TestRestores(t *testing.T) { return } - t.Run("Watch snapshot deletion", func(t *testing.T) { + g.Run("Watch snapshot deletion", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, snapshotsEntity, diff --git a/test/e2e/backup_schedule_test.go b/test/e2e/backup_schedule_test.go index a3941ef837..219422837f 100644 --- a/test/e2e/backup_schedule_test.go +++ b/test/e2e/backup_schedule_test.go @@ -37,7 +37,7 @@ func TestSchedule(t *testing.T) { var policy *atlasClustersPinned.DiskBackupSnapshotSchedule - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, "schedule", @@ -55,7 +55,7 @@ func TestSchedule(t *testing.T) { assert.Equal(t, g.clusterName, policy.GetClusterName()) }) - t.Run("Update", func(t *testing.T) { + g.Run("Update", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, "schedule", @@ -72,7 +72,7 @@ func TestSchedule(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, "schedule", diff --git a/test/e2e/backup_snapshot_test.go b/test/e2e/backup_snapshot_test.go index 22e60c2829..3f6a64f072 100644 --- a/test/e2e/backup_snapshot_test.go +++ b/test/e2e/backup_snapshot_test.go @@ -40,7 +40,7 @@ func TestSnapshots(t *testing.T) { var snapshotID string - t.Run("Create cluster", func(t *testing.T) { + g.Run("Create cluster", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "create", @@ -64,7 +64,7 @@ func TestSnapshots(t *testing.T) { }) require.NoError(t, watchCluster("", clusterName)) - t.Run("Create snapshot", func(t *testing.T) { + g.Run("Create snapshot", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, snapshotsEntity, @@ -84,7 +84,7 @@ func TestSnapshots(t *testing.T) { snapshotID = snapshot.GetId() }) - t.Run("Watch creation", func(t *testing.T) { + g.Run("Watch creation", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, snapshotsEntity, @@ -97,7 +97,7 @@ func TestSnapshots(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, snapshotsEntity, @@ -113,7 +113,7 @@ func TestSnapshots(t *testing.T) { assert.NotEmpty(t, backups) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, snapshotsEntity, @@ -132,7 +132,7 @@ func TestSnapshots(t *testing.T) { assert.Equal(t, snapshotID, result.GetId()) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, snapshotsEntity, @@ -150,7 +150,7 @@ func TestSnapshots(t *testing.T) { return } - t.Run("Watch deletion", func(t *testing.T) { + g.Run("Watch deletion", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, backupsEntity, snapshotsEntity, diff --git a/test/e2e/clusters_file_test.go b/test/e2e/clusters_file_test.go index d833116683..ac1f9d3f3c 100644 --- a/test/e2e/clusters_file_test.go +++ b/test/e2e/clusters_file_test.go @@ -49,7 +49,7 @@ func TestClustersFile(t *testing.T) { os.Remove(clusterFile) }) - t.Run("Create via file", func(t *testing.T) { + g.Run("Create via file", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "create", @@ -67,7 +67,7 @@ func TestClustersFile(t *testing.T) { ensureCluster(t, &cluster, clusterFileName, mdbVersion, 30, false) }) - t.Run("Watch", func(t *testing.T) { + g.Run("Watch", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "watch", @@ -80,7 +80,7 @@ func TestClustersFile(t *testing.T) { assert.Contains(t, string(resp), "Cluster available") }) - t.Run("Create Partial Index", func(t *testing.T) { + g.Run("Create Partial Index", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run t.Skip("Skipping as part of CLOUDP-272716 until fix is made for flaky test in CLOUDP-280777.") cmd := exec.Command(cliPath, clustersEntity, @@ -95,7 +95,7 @@ func TestClustersFile(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Create Sparse Index", func(t *testing.T) { + g.Run("Create Sparse Index", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run t.Skip("Skipping as part of CLOUDP-272716 until fix is made for flaky test in CLOUDP-280777.") cmd := exec.Command(cliPath, clustersEntity, @@ -110,7 +110,7 @@ func TestClustersFile(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Create 2dspere Index", func(t *testing.T) { + g.Run("Create 2dspere Index", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run t.Skip("Skipping as part of CLOUDP-272716 until fix is made for flaky test in CLOUDP-280777.") cmd := exec.Command(cliPath, clustersEntity, @@ -125,7 +125,7 @@ func TestClustersFile(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Create index with unknown fields", func(t *testing.T) { + g.Run("Create index with unknown fields", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run var stdErr bytes.Buffer cmd := exec.Command(cliPath, @@ -143,7 +143,7 @@ func TestClustersFile(t *testing.T) { assert.Contains(t, stdErr.String(), `json: unknown field "unique"`) }) - t.Run("Update via file", func(t *testing.T) { + g.Run("Update via file", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "update", @@ -163,7 +163,7 @@ func TestClustersFile(t *testing.T) { assert.Empty(t, cluster.GetTags()) }) - t.Run("Delete file creation", func(t *testing.T) { + g.Run("Delete file creation", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command( cliPath, clustersEntity, @@ -183,7 +183,7 @@ func TestClustersFile(t *testing.T) { return } - t.Run("Watch deletion", func(t *testing.T) { + g.Run("Watch deletion", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "watch", diff --git a/test/e2e/clusters_flags_test.go b/test/e2e/clusters_flags_test.go index 736fbe69a0..fda28f64db 100644 --- a/test/e2e/clusters_flags_test.go +++ b/test/e2e/clusters_flags_test.go @@ -51,7 +51,7 @@ func TestClustersFlags(t *testing.T) { previousMdbVersion, err := getPreviousMajorVersion(mdbVersion) req.NoError(err) - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "create", @@ -76,7 +76,7 @@ func TestClustersFlags(t *testing.T) { ensureCluster(t, cluster, clusterName, previousMdbVersion, 30, true) }) - t.Run("Load Sample Data", func(t *testing.T) { + g.Run("Load Sample Data", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "sampleData", @@ -93,7 +93,7 @@ func TestClustersFlags(t *testing.T) { assert.Equal(t, clusterName, job.GetClusterName()) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "ls", @@ -108,7 +108,7 @@ func TestClustersFlags(t *testing.T) { assert.NotEmpty(t, clusters.Results) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "describe", @@ -124,7 +124,7 @@ func TestClustersFlags(t *testing.T) { assert.Equal(t, clusterName, cluster.GetName()) }) - t.Run("Describe Connection String", func(t *testing.T) { + g.Run("Describe Connection String", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "cs", @@ -144,7 +144,7 @@ func TestClustersFlags(t *testing.T) { a.NotEmpty(connectionString.GetStandardSrv()) }) - t.Run("Update Advanced Configuration Settings", func(t *testing.T) { + g.Run("Update Advanced Configuration Settings", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "advancedSettings", @@ -159,7 +159,7 @@ func TestClustersFlags(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Describe Advanced Configuration Settings", func(t *testing.T) { + g.Run("Describe Advanced Configuration Settings", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "advancedSettings", @@ -179,7 +179,7 @@ func TestClustersFlags(t *testing.T) { a.Equal(writeConcern, config.GetDefaultWriteConcern()) }) - t.Run("Create Rolling Index", func(t *testing.T) { + g.Run("Create Rolling Index", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "indexes", @@ -195,7 +195,7 @@ func TestClustersFlags(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Fail Delete for Termination Protection enabled", func(t *testing.T) { + g.Run("Fail Delete for Termination Protection enabled", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "delete", @@ -208,7 +208,7 @@ func TestClustersFlags(t *testing.T) { require.Error(t, err, string(resp)) }) - t.Run("Update", func(t *testing.T) { + g.Run("Update", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "update", @@ -228,7 +228,7 @@ func TestClustersFlags(t *testing.T) { ensureCluster(t, &cluster, clusterName, mdbVersion, 40, false) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "delete", clusterName, "--projectId", g.projectID, "--force", "-w") cmd.Env = os.Environ() resp, err := RunAndGetStdOut(cmd) diff --git a/test/e2e/clusters_flex_file_test.go b/test/e2e/clusters_flex_file_test.go index 5b3719593e..71c675aa90 100644 --- a/test/e2e/clusters_flex_file_test.go +++ b/test/e2e/clusters_flex_file_test.go @@ -38,7 +38,7 @@ func TestFlexClustersFile(t *testing.T) { clusterFileName := g.memory("clusterFileName", must(RandClusterName())).(string) - t.Run("Create Flex Cluster via file", func(t *testing.T) { + g.Run("Create Flex Cluster via file", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "create", @@ -55,7 +55,7 @@ func TestFlexClustersFile(t *testing.T) { ensureFlexCluster(t, &cluster, clusterFileName, 5, false) }) - t.Run("Delete Flex Cluster - created via file", func(t *testing.T) { + g.Run("Delete Flex Cluster - created via file", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command( cliPath, clustersEntity, diff --git a/test/e2e/clusters_flex_test.go b/test/e2e/clusters_flex_test.go index 16e05d0746..970860ea43 100644 --- a/test/e2e/clusters_flex_test.go +++ b/test/e2e/clusters_flex_test.go @@ -38,7 +38,7 @@ func TestFlexCluster(t *testing.T) { flexClusterName := g.memory("flexClusterName", must(RandClusterName())).(string) - t.Run("Create flex cluster", func(t *testing.T) { + g.Run("Create flex cluster", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "create", @@ -58,7 +58,7 @@ func TestFlexCluster(t *testing.T) { ensureFlexCluster(t, &cluster, flexClusterName, 5, false) }) - t.Run("Get flex cluster", func(t *testing.T) { + g.Run("Get flex cluster", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "get", @@ -75,7 +75,7 @@ func TestFlexCluster(t *testing.T) { ensureFlexCluster(t, &cluster, flexClusterName, 5, false) }) - t.Run("List flex cluster", func(t *testing.T) { + g.Run("List flex cluster", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "list", @@ -92,7 +92,7 @@ func TestFlexCluster(t *testing.T) { assert.NotEmpty(t, clusters.Results) }) - t.Run("Delete flex cluster", func(t *testing.T) { + g.Run("Delete flex cluster", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "delete", diff --git a/test/e2e/clusters_m0_test.go b/test/e2e/clusters_m0_test.go index 9e42630ee3..3d2fa927ef 100644 --- a/test/e2e/clusters_m0_test.go +++ b/test/e2e/clusters_m0_test.go @@ -37,7 +37,7 @@ func TestClustersM0Flags(t *testing.T) { clusterName := g.memory("clusterName", must(RandClusterName())).(string) - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "create", @@ -59,7 +59,7 @@ func TestClustersM0Flags(t *testing.T) { ensureCluster(t, cluster, clusterName, "8.0", 0.5, false) }) - t.Run("Watch", func(t *testing.T) { + g.Run("Watch", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "watch", @@ -74,7 +74,7 @@ func TestClustersM0Flags(t *testing.T) { a.Contains(string(resp), "Cluster available") }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "describe", @@ -94,7 +94,7 @@ func TestClustersM0Flags(t *testing.T) { a.Equal(clusterName, cluster.GetName()) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "delete", @@ -115,7 +115,7 @@ func TestClustersM0Flags(t *testing.T) { return } - t.Run("Watch", func(t *testing.T) { + g.Run("Watch", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "watch", diff --git a/test/e2e/clusters_sharded_test.go b/test/e2e/clusters_sharded_test.go index b449b10a1c..52c5af7a18 100644 --- a/test/e2e/clusters_sharded_test.go +++ b/test/e2e/clusters_sharded_test.go @@ -44,7 +44,7 @@ func TestShardedCluster(t *testing.T) { mdbVersion, err := MongoDBMajorVersion() req.NoError(err) - t.Run("Create sharded cluster", func(t *testing.T) { + g.Run("Create sharded cluster", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "create", @@ -70,7 +70,7 @@ func TestShardedCluster(t *testing.T) { ensureCluster(t, &cluster, shardedClusterName, mdbVersion, 30, false) }) - t.Run("Delete sharded cluster", func(t *testing.T) { + g.Run("Delete sharded cluster", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "delete", shardedClusterName, "--projectId", g.projectID, "--force") cmd.Env = os.Environ() resp, err := RunAndGetStdOut(cmd) @@ -84,7 +84,7 @@ func TestShardedCluster(t *testing.T) { return } - t.Run("Watch deletion", func(t *testing.T) { + g.Run("Watch deletion", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "watch", diff --git a/test/e2e/clusters_upgrade_test.go b/test/e2e/clusters_upgrade_test.go index 07ab65b284..ac085b46a8 100644 --- a/test/e2e/clusters_upgrade_test.go +++ b/test/e2e/clusters_upgrade_test.go @@ -34,7 +34,7 @@ func TestSharedClusterUpgrade(t *testing.T) { cliPath, err := AtlasCLIBin() require.NoError(t, err) - t.Run("Upgrade to dedicated tier", func(t *testing.T) { + g.Run("Upgrade to dedicated tier", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "upgrade", diff --git a/test/e2e/custom_db_roles_test.go b/test/e2e/custom_db_roles_test.go index 82700d7cd5..4d9f35a815 100644 --- a/test/e2e/custom_db_roles_test.go +++ b/test/e2e/custom_db_roles_test.go @@ -47,7 +47,7 @@ func TestDBRoles(t *testing.T) { cliPath, err := AtlasCLIBin() require.NoError(t, err) - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, customDBRoleEntity, "create", @@ -73,7 +73,7 @@ func TestDBRoles(t *testing.T) { a.Equal(enableShardingRole, role.GetInheritedRoles()[0].Role) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, customDBRoleEntity, "ls", @@ -88,7 +88,7 @@ func TestDBRoles(t *testing.T) { assert.NotEmpty(t, roles) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, customDBRoleEntity, "describe", @@ -111,7 +111,7 @@ func TestDBRoles(t *testing.T) { a.Equal(enableShardingRole, role.GetInheritedRoles()[0].Role) }) - t.Run("Update with append", func(t *testing.T) { + g.Run("Update with append", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, customDBRoleEntity, "update", @@ -139,7 +139,7 @@ func TestDBRoles(t *testing.T) { []string{role.GetInheritedRoles()[0].Role, role.GetInheritedRoles()[1].Role}) }) - t.Run("Update", func(t *testing.T) { + g.Run("Update", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, customDBRoleEntity, "update", @@ -162,7 +162,7 @@ func TestDBRoles(t *testing.T) { a.Equal(enableShardingRole, role.GetInheritedRoles()[0].Role) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, customDBRoleEntity, "delete", diff --git a/test/e2e/custom_dns_test.go b/test/e2e/custom_dns_test.go index af8a6e3efe..9ef2c63126 100644 --- a/test/e2e/custom_dns_test.go +++ b/test/e2e/custom_dns_test.go @@ -33,7 +33,7 @@ func TestCustomDNS(t *testing.T) { cliPath, err := AtlasCLIBin() require.NoError(t, err) - t.Run("Enable", func(t *testing.T) { + g.Run("Enable", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, customDNSEntity, awsEntity, @@ -52,7 +52,7 @@ func TestCustomDNS(t *testing.T) { a.True(dns.Enabled) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, customDNSEntity, awsEntity, @@ -71,7 +71,7 @@ func TestCustomDNS(t *testing.T) { a.True(dns.Enabled) }) - t.Run("Disable", func(t *testing.T) { + g.Run("Disable", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, customDNSEntity, awsEntity, diff --git a/test/e2e/data_federation_db_test.go b/test/e2e/data_federation_db_test.go index 3c1cf02d7f..8a8f4885d7 100644 --- a/test/e2e/data_federation_db_test.go +++ b/test/e2e/data_federation_db_test.go @@ -44,7 +44,7 @@ func TestDataFederation(t *testing.T) { roleID := os.Getenv("E2E_CLOUD_ROLE_ID") r.NotEmpty(roleID) - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, datafederationEntity, "create", @@ -79,7 +79,7 @@ func TestDataFederation(t *testing.T) { t.Log("finished cleaning up created datafederation") }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, datafederationEntity, "describe", @@ -94,7 +94,7 @@ func TestDataFederation(t *testing.T) { assert.Equal(t, dataFederationName, dataLake.GetName()) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, datafederationEntity, "ls", @@ -108,7 +108,7 @@ func TestDataFederation(t *testing.T) { assert.NotEmpty(t, r) }) - t.Run("Update", func(t *testing.T) { + g.Run("Update", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run const updateRegion = "VIRGINIA_USA" cmd := exec.Command(cliPath, datafederationEntity, @@ -126,7 +126,7 @@ func TestDataFederation(t *testing.T) { assert.Equal(t, updateRegion, dataLake.GetDataProcessRegion().Region) }) - t.Run("Log", func(t *testing.T) { + g.Run("Log", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, datafederationEntity, "logs", @@ -144,7 +144,7 @@ func TestDataFederation(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Download Logs", func(t *testing.T) { + g.Run("Download Logs", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, datafederationEntity, "logs", @@ -157,7 +157,7 @@ func TestDataFederation(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, datafederationEntity, "delete", diff --git a/test/e2e/data_federation_private_endpoint_test.go b/test/e2e/data_federation_private_endpoint_test.go index 75a3d1c364..153a401384 100644 --- a/test/e2e/data_federation_private_endpoint_test.go +++ b/test/e2e/data_federation_private_endpoint_test.go @@ -37,7 +37,7 @@ func TestDataFederationPrivateEndpointsAWS(t *testing.T) { n := g.memoryRand("rand", int64(8000)) vpcID := fmt.Sprintf("vpce-0fcd9d80bbafe%d", 1000+n.Int64()) - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, datafederationEntity, privateEndpointsEntity, @@ -59,7 +59,7 @@ func TestDataFederationPrivateEndpointsAWS(t *testing.T) { a.Equal(r.GetResults()[0].GetEndpointId(), vpcID) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, datafederationEntity, privateEndpointsEntity, @@ -77,7 +77,7 @@ func TestDataFederationPrivateEndpointsAWS(t *testing.T) { a.Equal(vpcID, r.GetEndpointId()) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, datafederationEntity, privateEndpointsEntity, @@ -95,7 +95,7 @@ func TestDataFederationPrivateEndpointsAWS(t *testing.T) { a.NotEmpty(r) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, datafederationEntity, privateEndpointsEntity, diff --git a/test/e2e/data_federation_query_limit_test.go b/test/e2e/data_federation_query_limit_test.go index 3cda2cf7bc..0ddda3f7b8 100644 --- a/test/e2e/data_federation_query_limit_test.go +++ b/test/e2e/data_federation_query_limit_test.go @@ -42,7 +42,7 @@ func TestDataFederationQueryLimit(t *testing.T) { limitName := "bytesProcessed.query" - t.Run("Create Data Federation", func(t *testing.T) { + g.Run("Create Data Federation", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, datafederationEntity, "create", @@ -63,7 +63,7 @@ func TestDataFederationQueryLimit(t *testing.T) { a.Equal(dataFederationName, dataLake.GetName()) }) - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, datafederationEntity, queryLimitsEntity, @@ -86,7 +86,7 @@ func TestDataFederationQueryLimit(t *testing.T) { a.Equal(dataFederationName, *r.TenantName) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, datafederationEntity, queryLimitsEntity, @@ -104,7 +104,7 @@ func TestDataFederationQueryLimit(t *testing.T) { a.Equal(limitName, r.Name) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, datafederationEntity, queryLimitsEntity, @@ -122,7 +122,7 @@ func TestDataFederationQueryLimit(t *testing.T) { a.NotEmpty(r) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, datafederationEntity, queryLimitsEntity, @@ -140,7 +140,7 @@ func TestDataFederationQueryLimit(t *testing.T) { a.Equal(expected, string(resp)) }) - t.Run("Delete Data Federation", func(t *testing.T) { + g.Run("Delete Data Federation", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, datafederationEntity, "delete", diff --git a/test/e2e/dbusers_certs_test.go b/test/e2e/dbusers_certs_test.go index e9ac8778d4..bc761fc5ec 100644 --- a/test/e2e/dbusers_certs_test.go +++ b/test/e2e/dbusers_certs_test.go @@ -35,7 +35,7 @@ func TestDBUserCerts(t *testing.T) { cliPath, err := AtlasCLIBin() require.NoError(t, err) - t.Run("Create DBUser", func(t *testing.T) { + g.Run("Create DBUser", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, dbusersEntity, "create", @@ -53,7 +53,7 @@ func TestDBUserCerts(t *testing.T) { assert.Equal(t, username, user.Username) }) - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, dbusersEntity, certsEntity, @@ -65,7 +65,7 @@ func TestDBUserCerts(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, dbusersEntity, certsEntity, @@ -81,7 +81,7 @@ func TestDBUserCerts(t *testing.T) { assert.NotEmpty(t, users.Results) }) - t.Run("Delete User", func(t *testing.T) { + g.Run("Delete User", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, dbusersEntity, "delete", diff --git a/test/e2e/dbusers_test.go b/test/e2e/dbusers_test.go index c905aed15f..6d6d7eff0c 100644 --- a/test/e2e/dbusers_test.go +++ b/test/e2e/dbusers_test.go @@ -47,7 +47,7 @@ func TestDBUserWithFlags(t *testing.T) { cliPath, err := AtlasCLIBin() require.NoError(t, err) - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run pwd, err := generateRandomBase64String() require.NoError(t, err) cmd := exec.Command(cliPath, @@ -64,7 +64,7 @@ func TestDBUserWithFlags(t *testing.T) { testCreateUserCmd(t, cmd, username) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, dbusersEntity, "ls", @@ -81,7 +81,7 @@ func TestDBUserWithFlags(t *testing.T) { } }) - t.Run("List Compact", func(t *testing.T) { + g.Run("List Compact", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, dbusersEntity, "ls", @@ -99,11 +99,11 @@ func TestDBUserWithFlags(t *testing.T) { } }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run testDescribeUser(t, cliPath, username) }) - t.Run("Update", func(t *testing.T) { + g.Run("Update", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run pwd, err := generateRandomBase64String() require.NoError(t, err) cmd := exec.Command(cliPath, @@ -121,7 +121,7 @@ func TestDBUserWithFlags(t *testing.T) { testUpdateUserCmd(t, cmd, username) }) - t.Run("Update only password", func(t *testing.T) { + g.Run("Update only password", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run pwd, err := generateRandomBase64String() require.NoError(t, err) cmd := exec.Command(cliPath, @@ -135,7 +135,7 @@ func TestDBUserWithFlags(t *testing.T) { testUpdateUserCmd(t, cmd, username) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run testDeleteUser(t, cliPath, dbusersEntity, username) }) } @@ -153,7 +153,7 @@ func TestDBUsersWithStdin(t *testing.T) { t.Fatalf("unexpected error: %v", err) } - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run pwd, err := generateRandomBase64String() require.NoError(t, err) cmd := exec.Command(cliPath, @@ -171,7 +171,7 @@ func TestDBUsersWithStdin(t *testing.T) { testCreateUserCmd(t, cmd, username) }) - t.Run("Create OIDC user", func(t *testing.T) { + g.Run("Create OIDC user", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, dbusersEntity, "create", @@ -186,12 +186,12 @@ func TestDBUsersWithStdin(t *testing.T) { testCreateUserCmd(t, cmd, oidcUsername) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run testDescribeUser(t, cliPath, username) testDescribeUser(t, cliPath, oidcUsername) }) - t.Run("Update", func(t *testing.T) { + g.Run("Update", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, dbusersEntity, "update", @@ -205,7 +205,7 @@ func TestDBUsersWithStdin(t *testing.T) { testUpdateUserCmd(t, cmd, username) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run testDeleteUser(t, cliPath, dbusersEntity, username) testDeleteUser(t, cliPath, dbusersEntity, oidcUsername) }) diff --git a/test/e2e/deployments_atlas_test.go b/test/e2e/deployments_atlas_test.go index 60f8284f51..7a9cac1874 100644 --- a/test/e2e/deployments_atlas_test.go +++ b/test/e2e/deployments_atlas_test.go @@ -50,7 +50,7 @@ func TestDeploymentsAtlas(t *testing.T) { var client *mongo.Client ctx := context.Background() - t.Run("Setup", func(t *testing.T) { + g.Run("Setup", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, deploymentEntity, "setup", @@ -79,7 +79,7 @@ func TestDeploymentsAtlas(t *testing.T) { }) require.NoError(t, watchCluster(g.projectID, clusterName)) - t.Run("Connect to database", func(t *testing.T) { + g.Run("Connect to database", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, deploymentEntity, "connect", @@ -112,7 +112,7 @@ func TestDeploymentsAtlas(t *testing.T) { require.NoError(t, client.Disconnect(ctx)) }) - t.Run("Pause Cluster", func(t *testing.T) { + g.Run("Pause Cluster", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, deploymentEntity, "pause", @@ -126,7 +126,7 @@ func TestDeploymentsAtlas(t *testing.T) { assert.Contains(t, string(resp), fmt.Sprintf("Pausing deployment '%s'", clusterName)) }) - t.Run("Start Cluster", func(t *testing.T) { + g.Run("Start Cluster", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, deploymentEntity, "start", @@ -141,7 +141,7 @@ func TestDeploymentsAtlas(t *testing.T) { }) require.NoError(t, watchCluster(g.projectID, clusterName)) - t.Run("Create Search Index", func(t *testing.T) { + g.Run("Create Search Index", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, deploymentEntity, searchEntity, @@ -166,7 +166,7 @@ func TestDeploymentsAtlas(t *testing.T) { assert.Contains(t, out, "Search index created") }) - t.Run("Delete Cluster", func(t *testing.T) { + g.Run("Delete Cluster", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, deploymentEntity, "delete", diff --git a/test/e2e/events_test.go b/test/e2e/events_test.go index 1f1a511351..c16450bdfc 100644 --- a/test/e2e/events_test.go +++ b/test/e2e/events_test.go @@ -28,10 +28,10 @@ import ( ) func TestEvents(t *testing.T) { - _ = newAtlasE2ETestGenerator(t, withSnapshot()) + g := newAtlasE2ETestGenerator(t, withSnapshot()) cliPath, err := AtlasCLIBin() require.NoError(t, err) - t.Run("List Project Events", func(t *testing.T) { + g.Run("List Project Events", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, eventsEntity, projectEntity, @@ -48,7 +48,7 @@ func TestEvents(t *testing.T) { assert.NotEmpty(t, events.GetResults()) }) - t.Run("List Organization Events", func(t *testing.T) { + g.Run("List Organization Events", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, eventsEntity, orgEntity, diff --git a/test/e2e/federation_settings_test.go b/test/e2e/federation_settings_test.go index a89609420b..9007f70693 100644 --- a/test/e2e/federation_settings_test.go +++ b/test/e2e/federation_settings_test.go @@ -28,7 +28,7 @@ import ( ) func TestIdentityProviders(t *testing.T) { - _ = newAtlasE2ETestGenerator(t, withSnapshot()) + g := newAtlasE2ETestGenerator(t, withSnapshot()) req := require.New(t) cliPath, err := AtlasCLIBin() @@ -38,7 +38,7 @@ func TestIdentityProviders(t *testing.T) { var oidcWorkloadIdpID string var oidcIWorkforceIdpID string - t.Run("Describe an org federation settings", func(t *testing.T) { + g.Run("Describe an org federation settings", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, federatedAuthenticationEntity, federationSettingsEntity, @@ -59,7 +59,7 @@ func TestIdentityProviders(t *testing.T) { federationSettingsID = settings.GetId() }) - t.Run("Create OIDC IdP WORKLOAD", func(t *testing.T) { + g.Run("Create OIDC IdP WORKLOAD", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run idpName, err := RandIdentityProviderName() req.NoError(err) @@ -100,7 +100,7 @@ func TestIdentityProviders(t *testing.T) { oidcWorkloadIdpID = provider.GetId() }) - t.Run("Connect OIDC IdP WORKLOAD", func(t *testing.T) { + g.Run("Connect OIDC IdP WORKLOAD", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, federatedAuthenticationEntity, federationSettingsEntity, @@ -124,7 +124,7 @@ func TestIdentityProviders(t *testing.T) { assert.Contains(t, config.GetDataAccessIdentityProviderIds(), oidcWorkloadIdpID) }) - t.Run("Create OIDC IdP WORKFORCE", func(t *testing.T) { + g.Run("Create OIDC IdP WORKFORCE", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run idpName, err := RandIdentityProviderName() fmt.Println(idpName) req.NoError(err) @@ -170,7 +170,7 @@ func TestIdentityProviders(t *testing.T) { oidcIWorkforceIdpID = provider.Id }) - t.Run("Describe OIDC IdP WORKFORCE", func(t *testing.T) { + g.Run("Describe OIDC IdP WORKFORCE", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, federatedAuthenticationEntity, federationSettingsEntity, @@ -192,7 +192,7 @@ func TestIdentityProviders(t *testing.T) { assert.NotEmpty(t, provider.GetId()) }) - t.Run("Connect OIDC IdP WORKFORCE", func(t *testing.T) { + g.Run("Connect OIDC IdP WORKFORCE", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, federatedAuthenticationEntity, federationSettingsEntity, @@ -216,7 +216,7 @@ func TestIdentityProviders(t *testing.T) { assert.Contains(t, config.GetDataAccessIdentityProviderIds(), oidcIWorkforceIdpID) }) - t.Run("Describe connectedOrgsConfig", func(t *testing.T) { + g.Run("Describe connectedOrgsConfig", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, federatedAuthenticationEntity, federationSettingsEntity, @@ -238,7 +238,7 @@ func TestIdentityProviders(t *testing.T) { assert.Contains(t, config.GetDataAccessIdentityProviderIds(), oidcWorkloadIdpID) }) - t.Run("Disconnect OIDC IdP WORKLOAD", func(t *testing.T) { + g.Run("Disconnect OIDC IdP WORKLOAD", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, federatedAuthenticationEntity, federationSettingsEntity, @@ -261,7 +261,7 @@ func TestIdentityProviders(t *testing.T) { assert.NotContains(t, config.GetDataAccessIdentityProviderIds(), oidcWorkloadIdpID) }) - t.Run("Disconnect OIDC IdP WORKFORCE", func(t *testing.T) { + g.Run("Disconnect OIDC IdP WORKFORCE", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, federatedAuthenticationEntity, federationSettingsEntity, @@ -284,7 +284,7 @@ func TestIdentityProviders(t *testing.T) { assert.NotContains(t, config.GetDataAccessIdentityProviderIds(), oidcIWorkforceIdpID) }) - t.Run("Update connected org config", func(t *testing.T) { + g.Run("Update connected org config", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, federatedAuthenticationEntity, federationSettingsEntity, @@ -307,7 +307,7 @@ func TestIdentityProviders(t *testing.T) { assert.NotEmpty(t, config.GetDomainAllowList()) }) - t.Run("Update connected org config back", func(t *testing.T) { + g.Run("Update connected org config back", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, federatedAuthenticationEntity, federationSettingsEntity, @@ -397,7 +397,7 @@ func TestIdentityProviders(t *testing.T) { req.NoError(json.Unmarshal(resp, &provider)) }) - t.Run("List connectedOrgsConfig", func(t *testing.T) { + g.Run("List connectedOrgsConfig", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, federatedAuthenticationEntity, federationSettingsEntity, @@ -421,7 +421,7 @@ func TestIdentityProviders(t *testing.T) { assert.NotContains(t, config.GetResults()[0].GetDataAccessIdentityProviderIds(), oidcWorkloadIdpID) }) - t.Run("Describe OIDC IdP WORKFORCE", func(t *testing.T) { + g.Run("Describe OIDC IdP WORKFORCE", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, federatedAuthenticationEntity, federationSettingsEntity, diff --git a/test/e2e/integrations_test.go b/test/e2e/integrations_test.go index 3a92b6f675..0bde469ee4 100644 --- a/test/e2e/integrations_test.go +++ b/test/e2e/integrations_test.go @@ -37,7 +37,7 @@ func TestIntegrations(t *testing.T) { cliPath, err := AtlasCLIBin() require.NoError(t, err) - t.Run("Create DATADOG", func(t *testing.T) { + g.Run("Create DATADOG", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run n := g.memoryRand("datadog_rand", 9) datadogKey := "000000000000000000000000000000" + n.String() + n.String() if IsGov() { @@ -62,7 +62,7 @@ func TestIntegrations(t *testing.T) { a.True(integrationExists(datadogEntity, thirdPartyIntegrations)) }) - t.Run("Create OPSGENIE", func(t *testing.T) { + g.Run("Create OPSGENIE", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run n := g.memoryRand("opsgenie_rand", 9) opsGenieKey := "00000000-aaaa-2222-bbbb-3333333333" + n.String() + n.String() cmd := exec.Command(cliPath, @@ -85,7 +85,7 @@ func TestIntegrations(t *testing.T) { a.True(integrationExists(opsGenieEntity, thirdPartyIntegrations)) }) - t.Run("Create PAGER_DUTY", func(t *testing.T) { + g.Run("Create PAGER_DUTY", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run n := g.memoryRand("pager_duty_rand", 9) pagerDutyKey := "000000000000000000000000000000" + n.String() + n.String() cmd := exec.Command(cliPath, @@ -108,7 +108,7 @@ func TestIntegrations(t *testing.T) { a.True(integrationExists(pagerDutyEntity, thirdPartyIntegrations)) }) - t.Run("Create VICTOR_OPS", func(t *testing.T) { + g.Run("Create VICTOR_OPS", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run n := g.memoryRand("victor_ops_rand", 9) victorOpsKey := "fa07bbc8-eab2-4085-81af-daed47dc1c" + n.String() + n.String() cmd := exec.Command(cliPath, @@ -133,7 +133,7 @@ func TestIntegrations(t *testing.T) { a.True(integrationExists(victorOpsEntity, thirdPartyIntegrations)) }) - t.Run("Create WEBHOOK", func(t *testing.T) { + g.Run("Create WEBHOOK", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, integrationsEntity, "create", @@ -156,7 +156,7 @@ func TestIntegrations(t *testing.T) { a.True(integrationExists(webhookEntity, thirdPartyIntegrations)) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, integrationsEntity, "ls", @@ -173,7 +173,7 @@ func TestIntegrations(t *testing.T) { a.NotEmpty(thirdPartyIntegrations.Results) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, integrationsEntity, "describe", @@ -191,7 +191,7 @@ func TestIntegrations(t *testing.T) { a.Equal(webhookEntity, thirdPartyIntegration.GetType()) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, integrationsEntity, "delete", diff --git a/test/e2e/ldap_test.go b/test/e2e/ldap_test.go index 1ee05bdc6b..fb4bcc513e 100644 --- a/test/e2e/ldap_test.go +++ b/test/e2e/ldap_test.go @@ -42,7 +42,7 @@ func TestLDAPWithFlags(t *testing.T) { require.NoError(t, err) var requestID string - t.Run("Verify", func(t *testing.T) { + g.Run("Verify", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, securityEntity, ldapEntity, @@ -64,7 +64,7 @@ func TestLDAPWithFlags(t *testing.T) { require.NotEmpty(t, requestID) - t.Run("Watch", func(t *testing.T) { + g.Run("Watch", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, securityEntity, ldapEntity, @@ -80,7 +80,7 @@ func TestLDAPWithFlags(t *testing.T) { assert.Contains(t, string(resp), "LDAP Configuration request completed.") }) - t.Run("Get Status", func(t *testing.T) { + g.Run("Get Status", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, securityEntity, ldapEntity, @@ -101,7 +101,7 @@ func TestLDAPWithFlags(t *testing.T) { a.Equal(requestID, *configuration.RequestId) }) - t.Run("Save", func(t *testing.T) { + g.Run("Save", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, securityEntity, ldapEntity, @@ -126,7 +126,7 @@ func TestLDAPWithFlags(t *testing.T) { testLDAPSaveCmd(t, cmd) }) - t.Run("Get", func(t *testing.T) { + g.Run("Get", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, securityEntity, ldapEntity, @@ -144,7 +144,7 @@ func TestLDAPWithFlags(t *testing.T) { a.Equal(ldapHostname, *configuration.Ldap.Hostname) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run testLDAPDelete(t, cliPath, g.projectID) }) } @@ -158,7 +158,7 @@ func TestLDAPWithStdin(t *testing.T) { var requestID string - t.Run("Verify", func(t *testing.T) { + g.Run("Verify", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, securityEntity, ldapEntity, @@ -181,7 +181,7 @@ func TestLDAPWithStdin(t *testing.T) { require.NotEmpty(t, requestID) - t.Run("Save", func(t *testing.T) { + g.Run("Save", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, securityEntity, ldapEntity, @@ -207,7 +207,7 @@ func TestLDAPWithStdin(t *testing.T) { testLDAPSaveCmd(t, cmd) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run testLDAPDelete(t, cliPath, g.projectID) }) } diff --git a/test/e2e/live_migrations_test.go b/test/e2e/live_migrations_test.go index 77a07b7276..d731f56b24 100644 --- a/test/e2e/live_migrations_test.go +++ b/test/e2e/live_migrations_test.go @@ -24,7 +24,7 @@ import ( ) func TestLinkToken(t *testing.T) { - _ = newAtlasE2ETestGenerator(t, withSnapshot()) + g := newAtlasE2ETestGenerator(t, withSnapshot()) cliPath, err := AtlasCLIBin() r := require.New(t) r.NoError(err) @@ -42,7 +42,7 @@ func TestLinkToken(t *testing.T) { } t.Logf("Cleanup complete.") - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, liveMigrationsEntity, "link", @@ -55,7 +55,7 @@ func TestLinkToken(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, liveMigrationsEntity, "link", diff --git a/test/e2e/logs_test.go b/test/e2e/logs_test.go index b132ff404b..26b7064a09 100644 --- a/test/e2e/logs_test.go +++ b/test/e2e/logs_test.go @@ -42,12 +42,12 @@ func TestLogs(t *testing.T) { } for _, logType := range logTypes { lt := logType - t.Run("Download "+lt, func(t *testing.T) { + g.Run("Download "+lt, func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run downloadLogTmpPath(t, cliPath, hostname, lt, g.projectID) }) } - t.Run("Download mongodb.gz no output path", func(t *testing.T) { + g.Run("Download mongodb.gz no output path", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run downloadLog(t, cliPath, hostname, "mongodb.gz", g.projectID) }) } diff --git a/test/e2e/maintenance_test.go b/test/e2e/maintenance_test.go index 203f2a4dbc..c9993d9a9f 100644 --- a/test/e2e/maintenance_test.go +++ b/test/e2e/maintenance_test.go @@ -33,7 +33,7 @@ func TestMaintenanceWindows(t *testing.T) { cliPath, err := AtlasCLIBin() require.NoError(t, err) - t.Run("update", func(t *testing.T) { + g.Run("update", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, maintenanceEntity, "update", @@ -50,7 +50,7 @@ func TestMaintenanceWindows(t *testing.T) { assert.Equal(t, expected, string(resp)) }) - t.Run("describe", func(t *testing.T) { + g.Run("describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, maintenanceEntity, "describe", @@ -69,7 +69,7 @@ func TestMaintenanceWindows(t *testing.T) { a.Equal(1, maintenanceWindow.GetHourOfDay()) }) - t.Run("clear", func(t *testing.T) { + g.Run("clear", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, maintenanceEntity, "clear", diff --git a/test/e2e/metrics_test.go b/test/e2e/metrics_test.go index d588125bff..af564522fc 100644 --- a/test/e2e/metrics_test.go +++ b/test/e2e/metrics_test.go @@ -37,20 +37,20 @@ func TestMetrics(t *testing.T) { cliPath, err := AtlasCLIBin() require.NoError(t, err) - t.Run("processes", func(t *testing.T) { + g.Run("processes", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run process(t, cliPath, hostname, g.projectID) }) - t.Run("processes with type", func(t *testing.T) { + g.Run("processes with type", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run processWithType(t, cliPath, hostname, g.projectID) }) - t.Run("databases", func(t *testing.T) { - databases(t, cliPath, hostname, g.projectID) + g.Run("databases", func(_ *testing.T) { + databases(g, cliPath, hostname, g.projectID) }) - t.Run("disks", func(t *testing.T) { - disks(t, cliPath, hostname, g.projectID) + g.Run("disks", func(_ *testing.T) { + disks(g, cliPath, hostname, g.projectID) }) } @@ -93,9 +93,9 @@ func processWithType(t *testing.T, cliPath, hostname, projectID string) { assert.NotEmpty(t, metrics.Measurements) } -func databases(t *testing.T, cliPath, hostname, projectID string) { - t.Helper() - t.Run("databases list", func(t *testing.T) { +func databases(g *atlasE2ETestGenerator, cliPath, hostname, projectID string) { + g.t.Helper() + g.Run("databases list", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, metricsEntity, "databases", @@ -112,7 +112,7 @@ func databases(t *testing.T, cliPath, hostname, projectID string) { assert.NotEmpty(t, db.GetTotalCount()) }) - t.Run("databases describe", func(t *testing.T) { + g.Run("databases describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, metricsEntity, "databases", @@ -133,9 +133,9 @@ func databases(t *testing.T, cliPath, hostname, projectID string) { }) } -func disks(t *testing.T, cliPath, hostname, projectID string) { - t.Helper() - t.Run("disks list", func(t *testing.T) { +func disks(g *atlasE2ETestGenerator, cliPath, hostname, projectID string) { + g.t.Helper() + g.Run("disks list", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, metricsEntity, "disks", @@ -152,7 +152,7 @@ func disks(t *testing.T, cliPath, hostname, projectID string) { assert.Positive(t, d.GetTotalCount()) }) - t.Run("disks describe", func(t *testing.T) { + g.Run("disks describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, metricsEntity, "disks", diff --git a/test/e2e/online_archives_test.go b/test/e2e/online_archives_test.go index b2b1341ff6..39833a46e9 100644 --- a/test/e2e/online_archives_test.go +++ b/test/e2e/online_archives_test.go @@ -40,7 +40,7 @@ func TestOnlineArchives(t *testing.T) { } var archiveID string - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run archiveID = createOnlineArchive(t, cliPath, g.projectID, g.clusterName) }) @@ -48,31 +48,31 @@ func TestOnlineArchives(t *testing.T) { t.Fatal("Failed to create archive") } - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run describeOnlineArchive(t, cliPath, g.projectID, g.clusterName, archiveID) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run listOnlineArchives(t, cliPath, g.projectID, g.clusterName) }) - t.Run("Pause", func(t *testing.T) { + g.Run("Pause", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run pauseOnlineArchive(t, cliPath, g.projectID, g.clusterName, archiveID) }) - t.Run("Start", func(t *testing.T) { + g.Run("Start", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run startOnlineArchive(t, cliPath, g.projectID, g.clusterName, archiveID) }) - t.Run("Update", func(t *testing.T) { + g.Run("Update", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run updateOnlineArchive(t, cliPath, g.projectID, g.clusterName, archiveID) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run deleteOnlineArchive(t, cliPath, g.projectID, g.clusterName, archiveID) }) - t.Run("Watch", func(t *testing.T) { + g.Run("Watch", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run watchOnlineArchive(t, cliPath, g.projectID, g.clusterName, archiveID) }) } diff --git a/test/e2e/performance_advisor_test.go b/test/e2e/performance_advisor_test.go index 048c058b95..0981e92fba 100644 --- a/test/e2e/performance_advisor_test.go +++ b/test/e2e/performance_advisor_test.go @@ -24,7 +24,7 @@ import ( ) func TestPerformanceAdvisor(t *testing.T) { - g := newAtlasE2ETestGenerator(t, withSnapshot()) + g := newAtlasE2ETestGenerator(t, withSnapshot(), withSnapshotNameFunc(snapshotHashedName)) g.generateProjectAndCluster("performanceAdvisor") cliPath, err := AtlasCLIBin() @@ -33,7 +33,7 @@ func TestPerformanceAdvisor(t *testing.T) { hostname, err := g.getHostnameAndPort() require.NoError(t, err) - t.Run("List namespaces", func(t *testing.T) { + g.Run("List namespaces", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, performanceAdvisorEntity, namespacesEntity, @@ -48,7 +48,7 @@ func TestPerformanceAdvisor(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("List slow query logs", func(t *testing.T) { + g.Run("List slow query logs", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, performanceAdvisorEntity, slowQueryLogsEntity, @@ -63,7 +63,7 @@ func TestPerformanceAdvisor(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("List suggested indexes", func(t *testing.T) { + g.Run("List suggested indexes", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, performanceAdvisorEntity, suggestedIndexesEntity, @@ -78,7 +78,7 @@ func TestPerformanceAdvisor(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Enable Managed Slow Operation Threshold", func(t *testing.T) { + g.Run("Enable Managed Slow Operation Threshold", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, performanceAdvisorEntity, slowOperationThresholdEntity, @@ -91,7 +91,7 @@ func TestPerformanceAdvisor(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Disable Managed Slow Operation Threshold", func(t *testing.T) { + g.Run("Disable Managed Slow Operation Threshold", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, performanceAdvisorEntity, slowOperationThresholdEntity, diff --git a/test/e2e/plugin_first_class_test.go b/test/e2e/plugin_first_class_test.go index 0facdcc85c..ab3a158d2d 100644 --- a/test/e2e/plugin_first_class_test.go +++ b/test/e2e/plugin_first_class_test.go @@ -26,12 +26,12 @@ import ( ) func TestPluginKubernetes(t *testing.T) { - _ = newAtlasE2ETestGenerator(t, withSnapshot()) + g := newAtlasE2ETestGenerator(t, withSnapshot()) cliPath, err := AtlasCLIBin() require.NoError(t, err) - t.Run("should install kubernetes plugin", func(t *testing.T) { + g.Run("should install kubernetes plugin", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run removeFirstClassPlugin(t, "atlas-cli-plugin-kubernetes", cliPath) cmd := exec.Command(cliPath, diff --git a/test/e2e/plugin_install_test.go b/test/e2e/plugin_install_test.go index 47ed85d5cf..48df7c197c 100644 --- a/test/e2e/plugin_install_test.go +++ b/test/e2e/plugin_install_test.go @@ -70,16 +70,16 @@ func generateTestPlugin(directoryName string, binaryName string, manifestContent } func TestPluginInstall(t *testing.T) { - _ = newAtlasE2ETestGenerator(t, withSnapshot()) + g := newAtlasE2ETestGenerator(t, withSnapshot()) cliPath, err := AtlasCLIBin() require.NoError(t, err) - runPluginInstallTest(t, cliPath, "Invalid version for plugin", true, examplePluginRepository+"@2.3.4.5.6") - runPluginInstallTest(t, cliPath, "Plugin version does not exist", true, examplePluginRepository+"@300.200.100") - runPluginInstallTest(t, cliPath, "Repository Values invalid", true, "invalid-repository") - runPluginInstallTest(t, cliPath, "Plugin does not exist", true, "github-repo/does-not-exist") - runPluginInstallTest(t, cliPath, "Install Successful", false, examplePluginRepository) - runPluginInstallTest(t, cliPath, "Plugin already installed", true, examplePluginRepository) + runPluginInstallTest(g, cliPath, "Invalid version for plugin", true, examplePluginRepository+"@2.3.4.5.6") + runPluginInstallTest(g, cliPath, "Plugin version does not exist", true, examplePluginRepository+"@300.200.100") + runPluginInstallTest(g, cliPath, "Repository Values invalid", true, "invalid-repository") + runPluginInstallTest(g, cliPath, "Plugin does not exist", true, "github-repo/does-not-exist") + runPluginInstallTest(g, cliPath, "Install Successful", false, examplePluginRepository) + runPluginInstallTest(g, cliPath, "Plugin already installed", true, examplePluginRepository) deleteAllPlugins(t) @@ -91,7 +91,7 @@ commands: example: description: command with same name as plugin command`) require.NoError(t, err) - runPluginInstallTest(t, cliPath, "Plugin with same command already installed", true, examplePluginRepository) + runPluginInstallTest(g, cliPath, "Plugin with same command already installed", true, examplePluginRepository) deleteAllPlugins(t) @@ -103,12 +103,12 @@ commands: testplugin: description: this is the a test command`) require.NoError(t, err) - runPluginInstallTest(t, cliPath, "Plugin with same name already installed", true, examplePluginRepository) + runPluginInstallTest(g, cliPath, "Plugin with same name already installed", true, examplePluginRepository) } -func runPluginInstallTest(t *testing.T, cliPath string, testName string, requireError bool, pluginValue string) { - t.Helper() - t.Run(testName, func(t *testing.T) { +func runPluginInstallTest(g *atlasE2ETestGenerator, cliPath string, testName string, requireError bool, pluginValue string) { + g.t.Helper() + g.Run(testName, func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, "plugin", "install", diff --git a/test/e2e/plugin_run_test.go b/test/e2e/plugin_run_test.go index d48cb92de7..376b160b57 100644 --- a/test/e2e/plugin_run_test.go +++ b/test/e2e/plugin_run_test.go @@ -30,7 +30,7 @@ import ( ) func TestPluginRun(t *testing.T) { - _ = newAtlasE2ETestGenerator(t, withSnapshot()) + g := newAtlasE2ETestGenerator(t, withSnapshot()) cliPath, err := AtlasCLIBin() require.NoError(t, err) @@ -41,7 +41,7 @@ func TestPluginRun(t *testing.T) { resp, err := RunAndGetStdOut(cmd) require.NoError(t, err, string(resp)) - t.Run("Hello", func(t *testing.T) { + g.Run("Hello", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, "example", "hello") @@ -55,7 +55,7 @@ func TestPluginRun(t *testing.T) { } }) - t.Run("Echo", func(t *testing.T) { + g.Run("Echo", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run echoString := "lorem ipsum dolor sit amet --test=true --debug --profile nunc nunc vel urna" cmd := exec.Command(cliPath, "example", @@ -71,7 +71,7 @@ func TestPluginRun(t *testing.T) { } }) - t.Run("Printenv", func(t *testing.T) { + g.Run("Printenv", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run var sb strings.Builder for _, env := range os.Environ() { @@ -90,7 +90,7 @@ func TestPluginRun(t *testing.T) { } }) - t.Run("Stdinreader", func(t *testing.T) { + g.Run("Stdinreader", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run pty, tty, err := pseudotty.Open() if err != nil { t.Fatalf("failed to open pseudotty: %v", err) diff --git a/test/e2e/plugin_uninstall_test.go b/test/e2e/plugin_uninstall_test.go index eeb5a4c2c4..1d740ec8c0 100644 --- a/test/e2e/plugin_uninstall_test.go +++ b/test/e2e/plugin_uninstall_test.go @@ -24,19 +24,19 @@ import ( ) func TestPluginUninstall(t *testing.T) { - _ = newAtlasE2ETestGenerator(t, withSnapshot()) + g := newAtlasE2ETestGenerator(t, withSnapshot()) cliPath, err := AtlasCLIBin() require.NoError(t, err) - runPluginUninstallTest(t, cliPath, "Uninstall Successful with repository values", false, examplePluginRepository) - runPluginUninstallTest(t, cliPath, "Uninstall Successful with plugin name", false, examplePluginName) - runPluginUninstallTest(t, cliPath, "Plugin could not be found", true, "invalid plugin") + runPluginUninstallTest(g, cliPath, "Uninstall Successful with repository values", false, examplePluginRepository) + runPluginUninstallTest(g, cliPath, "Uninstall Successful with plugin name", false, examplePluginName) + runPluginUninstallTest(g, cliPath, "Plugin could not be found", true, "invalid plugin") } -func runPluginUninstallTest(t *testing.T, cliPath string, testName string, requireError bool, pluginValue string) { - t.Helper() - installExamplePlugin(t, cliPath, "latest") - t.Run(testName, func(t *testing.T) { +func runPluginUninstallTest(g *atlasE2ETestGenerator, cliPath string, testName string, requireError bool, pluginValue string) { + g.t.Helper() + installExamplePlugin(g.t, cliPath, "latest") + g.Run(testName, func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, "plugin", "uninstall", @@ -48,5 +48,5 @@ func runPluginUninstallTest(t *testing.T, cliPath string, testName string, requi require.NoError(t, err, string(resp)) } }) - deleteAllPlugins(t) + deleteAllPlugins(g.t) } diff --git a/test/e2e/plugin_update_test.go b/test/e2e/plugin_update_test.go index 52b45d9a6f..6c92c30273 100644 --- a/test/e2e/plugin_update_test.go +++ b/test/e2e/plugin_update_test.go @@ -25,24 +25,24 @@ import ( ) func TestPluginUpdate(t *testing.T) { - _ = newAtlasE2ETestGenerator(t, withSnapshot()) + g := newAtlasE2ETestGenerator(t, withSnapshot()) cliPath, err := AtlasCLIBin() require.NoError(t, err) - runPluginUpdateTest(t, cliPath, "Update without specifying version", false, examplePluginRepository, "v1.0.38", "") - runPluginUpdateTest(t, cliPath, "Update with specifying version", false, examplePluginName, "v1.0.38", "v2.0.3") - runPluginUpdateTest(t, cliPath, "Update with specifying latest version", false, examplePluginName, "v1.0.38", "latest") - runPluginUpdateTest(t, cliPath, "Update using --all flag", false, "--all", "v1.0.34", "") - runPluginUpdateTest(t, cliPath, "Update with lower version", true, examplePluginName, "v1.0.36", "v1.0.34") - runPluginUpdateTest(t, cliPath, "Update with same version", true, examplePluginRepository, "v1.0.36", "v1.0.36") - runPluginUpdateTest(t, cliPath, "Update with too many arguments", true, examplePluginName+" --all", "v1.0.34", "v2.0.0") - runPluginUpdateTest(t, cliPath, "Update without any values", true, "", "v1.0.34", "v2.0.0") + runPluginUpdateTest(g, cliPath, "Update without specifying version", false, examplePluginRepository, "v1.0.38", "") + runPluginUpdateTest(g, cliPath, "Update with specifying version", false, examplePluginName, "v1.0.38", "v2.0.3") + runPluginUpdateTest(g, cliPath, "Update with specifying latest version", false, examplePluginName, "v1.0.38", "latest") + runPluginUpdateTest(g, cliPath, "Update using --all flag", false, "--all", "v1.0.34", "") + runPluginUpdateTest(g, cliPath, "Update with lower version", true, examplePluginName, "v1.0.36", "v1.0.34") + runPluginUpdateTest(g, cliPath, "Update with same version", true, examplePluginRepository, "v1.0.36", "v1.0.36") + runPluginUpdateTest(g, cliPath, "Update with too many arguments", true, examplePluginName+" --all", "v1.0.34", "v2.0.0") + runPluginUpdateTest(g, cliPath, "Update without any values", true, "", "v1.0.34", "v2.0.0") } -func runPluginUpdateTest(t *testing.T, cliPath string, testName string, requireError bool, pluginValue string, initialVersion string, updateVersion string) { - t.Helper() - installExamplePlugin(t, cliPath, initialVersion) +func runPluginUpdateTest(g *atlasE2ETestGenerator, cliPath string, testName string, requireError bool, pluginValue string, initialVersion string, updateVersion string) { + g.t.Helper() + installExamplePlugin(g.t, cliPath, initialVersion) - t.Run(testName, func(t *testing.T) { + g.Run(testName, func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run if updateVersion != "" && pluginValue != "--all" { pluginValue = fmt.Sprintf("%s@%s", pluginValue, updateVersion) } @@ -59,5 +59,5 @@ func runPluginUpdateTest(t *testing.T, cliPath string, testName string, requireE } }) - deleteAllPlugins(t) + deleteAllPlugins(g.t) } diff --git a/test/e2e/private_endpoint_test.go b/test/e2e/private_endpoint_test.go index 7fa6e73ec9..30faf29a41 100644 --- a/test/e2e/private_endpoint_test.go +++ b/test/e2e/private_endpoint_test.go @@ -49,7 +49,7 @@ func TestPrivateEndpointsAWS(t *testing.T) { region := regionsAWS[n.Int64()] var id string - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, awsEntity, @@ -68,7 +68,7 @@ func TestPrivateEndpointsAWS(t *testing.T) { }) require.NotEmpty(t, id) - t.Run("Watch", func(t *testing.T) { + g.Run("Watch", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, awsEntity, @@ -82,7 +82,7 @@ func TestPrivateEndpointsAWS(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, awsEntity, @@ -99,7 +99,7 @@ func TestPrivateEndpointsAWS(t *testing.T) { assert.Equal(t, id, r.GetId()) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, awsEntity, @@ -115,7 +115,7 @@ func TestPrivateEndpointsAWS(t *testing.T) { assert.NotEmpty(t, r) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, awsEntity, @@ -136,7 +136,7 @@ func TestPrivateEndpointsAWS(t *testing.T) { return } - t.Run("Watch", func(t *testing.T) { + g.Run("Watch", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, awsEntity, @@ -172,7 +172,7 @@ func TestPrivateEndpointsAzure(t *testing.T) { region := regionsAzure[n.Int64()] var id string - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, azureEntity, @@ -194,7 +194,7 @@ func TestPrivateEndpointsAzure(t *testing.T) { assert.FailNow(t, "Failed to create private endpoint") } - t.Run("Watch", func(t *testing.T) { + g.Run("Watch", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, azureEntity, @@ -207,7 +207,7 @@ func TestPrivateEndpointsAzure(t *testing.T) { require.NoError(t, err) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, azureEntity, @@ -224,7 +224,7 @@ func TestPrivateEndpointsAzure(t *testing.T) { assert.Equal(t, id, r.GetId()) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, azureEntity, @@ -240,7 +240,7 @@ func TestPrivateEndpointsAzure(t *testing.T) { assert.NotEmpty(t, r) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, azureEntity, @@ -261,7 +261,7 @@ func TestPrivateEndpointsAzure(t *testing.T) { return } - t.Run("Watch", func(t *testing.T) { + g.Run("Watch", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, azureEntity, @@ -304,7 +304,7 @@ func TestPrivateEndpointsGCP(t *testing.T) { require.NoError(t, err) var id string - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, gcpEntity, @@ -322,7 +322,7 @@ func TestPrivateEndpointsGCP(t *testing.T) { assert.NotEmpty(t, id) }) - t.Run("Watch", func(t *testing.T) { + g.Run("Watch", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, gcpEntity, @@ -336,7 +336,7 @@ func TestPrivateEndpointsGCP(t *testing.T) { require.NoError(t, err) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, gcpEntity, @@ -353,7 +353,7 @@ func TestPrivateEndpointsGCP(t *testing.T) { assert.Equal(t, id, r.GetId()) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, gcpEntity, @@ -369,7 +369,7 @@ func TestPrivateEndpointsGCP(t *testing.T) { assert.NotEmpty(t, r) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, gcpEntity, @@ -390,7 +390,7 @@ func TestPrivateEndpointsGCP(t *testing.T) { return } - t.Run("Watch", func(t *testing.T) { + g.Run("Watch", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, gcpEntity, @@ -414,7 +414,7 @@ func TestRegionalizedPrivateEndpointsSettings(t *testing.T) { cliPath, err := AtlasCLIBin() require.NoError(t, err) - t.Run("Enable regionalized private endpoint setting", func(t *testing.T) { + g.Run("Enable regionalized private endpoint setting", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, regionalModeEntity, @@ -428,7 +428,7 @@ func TestRegionalizedPrivateEndpointsSettings(t *testing.T) { assert.Equal(t, "Regionalized private endpoint setting enabled.\n", string(resp)) }) - t.Run("Disable regionalized private endpoint setting", func(t *testing.T) { + g.Run("Disable regionalized private endpoint setting", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, regionalModeEntity, @@ -442,7 +442,7 @@ func TestRegionalizedPrivateEndpointsSettings(t *testing.T) { assert.Equal(t, "Regionalized private endpoint setting disabled.\n", string(resp)) }) - t.Run("Get regionalized private endpoint setting", func(t *testing.T) { + g.Run("Get regionalized private endpoint setting", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, privateEndpointsEntity, regionalModeEntity, diff --git a/test/e2e/processes_test.go b/test/e2e/processes_test.go index d379933113..3ac8114416 100644 --- a/test/e2e/processes_test.go +++ b/test/e2e/processes_test.go @@ -35,7 +35,7 @@ func TestProcesses(t *testing.T) { var processes *atlasv2.PaginatedHostViewAtlas - t.Run("list", func(t *testing.T) { + g.Run("list", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, processesEntity, "list", @@ -49,7 +49,7 @@ func TestProcesses(t *testing.T) { require.NotEmpty(t, processes.Results) }) - t.Run("list compact", func(t *testing.T) { + g.Run("list compact", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, processesEntity, "list", @@ -65,7 +65,7 @@ func TestProcesses(t *testing.T) { require.NotEmpty(t, hostViewsCompact) }) - t.Run("describe", func(t *testing.T) { + g.Run("describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, processesEntity, "describe", diff --git a/test/e2e/profile_test.go b/test/e2e/profile_test.go index 65dfe3f5fa..eaef34bdd3 100644 --- a/test/e2e/profile_test.go +++ b/test/e2e/profile_test.go @@ -52,17 +52,17 @@ func validateProfile(t *testing.T, cliPath string, profile string, profileValid } func TestProfile(t *testing.T) { - _ = newAtlasE2ETestGenerator(t, withSnapshot()) + g := newAtlasE2ETestGenerator(t, withSnapshot()) cliPath, err := AtlasCLIBin() require.NoError(t, err) - t.Run("profile name valid", func(t *testing.T) { + g.Run("profile name valid", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run validateProfile(t, cliPath, "default", true) validateProfile(t, cliPath, "default-123", true) validateProfile(t, cliPath, "default-test", true) }) - t.Run("profile name invalid", func(t *testing.T) { + g.Run("profile name invalid", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run validateProfile(t, cliPath, "d.efault", false) validateProfile(t, cliPath, "default.123", false) validateProfile(t, cliPath, "default.test", false) diff --git a/test/e2e/project_settings_test.go b/test/e2e/project_settings_test.go index 6898c6d6cb..7e8ae23f19 100644 --- a/test/e2e/project_settings_test.go +++ b/test/e2e/project_settings_test.go @@ -35,7 +35,7 @@ func TestProjectSettings(t *testing.T) { g.generateProject("settings") - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, settingsEntity, @@ -58,7 +58,7 @@ func TestProjectSettings(t *testing.T) { } }) - t.Run("Update", func(t *testing.T) { + g.Run("Update", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, projectsEntity, settingsEntity, diff --git a/test/e2e/search_nodes_test.go b/test/e2e/search_nodes_test.go index f7d1708cdd..bcf18240e1 100644 --- a/test/e2e/search_nodes_test.go +++ b/test/e2e/search_nodes_test.go @@ -43,7 +43,7 @@ func TestSearchNodes(t *testing.T) { g.mDBVer = minSearchNodesMDBVersion g.generateCluster() - t.Run("Verify no search node setup yet", func(t *testing.T) { + g.Run("Verify no search node setup yet", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, searchEntity, @@ -61,7 +61,7 @@ func TestSearchNodes(t *testing.T) { require.Equal(t, "{}\n", respStr) }) - t.Run("Create search node", func(t *testing.T) { + g.Run("Create search node", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, searchEntity, @@ -91,7 +91,7 @@ func TestSearchNodes(t *testing.T) { }, searchNode.GetSpecs()) }) - t.Run("List + verify created", func(t *testing.T) { + g.Run("List + verify created", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, searchEntity, @@ -119,7 +119,7 @@ func TestSearchNodes(t *testing.T) { }, searchNode.GetSpecs()) }) - t.Run("Update search node", func(t *testing.T) { + g.Run("Update search node", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, searchEntity, @@ -149,7 +149,7 @@ func TestSearchNodes(t *testing.T) { }, searchNode.GetSpecs()) }) - t.Run("List + verify updated", func(t *testing.T) { + g.Run("List + verify updated", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, searchEntity, @@ -177,7 +177,7 @@ func TestSearchNodes(t *testing.T) { }, searchNode.GetSpecs()) }) - t.Run("Delete search nodes", func(t *testing.T) { + g.Run("Delete search nodes", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, searchEntity, diff --git a/test/e2e/search_test.go b/test/e2e/search_test.go index 801a65a217..2933fd3ba9 100644 --- a/test/e2e/search_test.go +++ b/test/e2e/search_test.go @@ -43,7 +43,7 @@ func TestSearch(t *testing.T) { indexName := fmt.Sprintf("index-%v", n) var indexID string - t.Run("Load Sample data", func(t *testing.T) { + g.Run("Load Sample data", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "sampleData", @@ -68,7 +68,7 @@ func TestSearch(t *testing.T) { require.NoError(t, err, resp) }) - t.Run("Create via file", func(t *testing.T) { + g.Run("Create via file", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run fileName := fmt.Sprintf("create_index_search_test-%v.json", n) file, err := os.Create(fileName) @@ -112,7 +112,7 @@ func TestSearch(t *testing.T) { indexID = index.GetIndexID() }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, searchEntity, @@ -130,7 +130,7 @@ func TestSearch(t *testing.T) { assert.Equal(t, indexID, index.GetIndexID()) }) - t.Run("Update via file", func(t *testing.T) { + g.Run("Update via file", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run fileName := fmt.Sprintf("update_index_search_test-%v.json", n) file, err := os.Create(fileName) @@ -179,7 +179,7 @@ func TestSearch(t *testing.T) { a.Equal(analyzer, *index.GetLatestDefinition().Analyzer) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, searchEntity, @@ -196,7 +196,7 @@ func TestSearch(t *testing.T) { assert.Equal(t, expected, string(resp)) }) - t.Run("Create combinedMapping", func(t *testing.T) { + g.Run("Create combinedMapping", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run fileName := fmt.Sprintf("create_index_search_test-%v.json", n) file, err := os.Create(fileName) @@ -262,7 +262,7 @@ func TestSearch(t *testing.T) { assert.Equal(t, indexName, index.Name) }) - t.Run("Create staticMapping", func(t *testing.T) { + g.Run("Create staticMapping", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run fileName := fmt.Sprintf("create_index_search_test-array-%v.json", n) file, err := os.Create(fileName) @@ -365,7 +365,7 @@ func TestSearch(t *testing.T) { assert.Equal(t, indexName, index.Name) }) - t.Run("Create array mapping", func(t *testing.T) { + g.Run("Create array mapping", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run n := g.memoryRand("arrayRand", 1000) r.NoError(err) indexName := fmt.Sprintf("index-array-%v", n) @@ -424,7 +424,7 @@ func TestSearch(t *testing.T) { assert.Equal(t, indexName, index.Name) }) - t.Run("list", func(t *testing.T) { + g.Run("list", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, searchEntity, @@ -458,7 +458,7 @@ func TestSearchDeprecated(t *testing.T) { indexName := fmt.Sprintf("index-%v", n) var indexID string - t.Run("Load Sample data", func(t *testing.T) { + g.Run("Load Sample data", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "sampleData", @@ -482,7 +482,7 @@ func TestSearchDeprecated(t *testing.T) { require.NoError(t, cmd.Run()) }) - t.Run("Create via file", func(t *testing.T) { + g.Run("Create via file", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run fileName := fmt.Sprintf("create_index_search_test-%v.json", n) file, err := os.Create(fileName) @@ -524,7 +524,7 @@ func TestSearchDeprecated(t *testing.T) { indexID = index.GetIndexID() }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, searchEntity, @@ -542,7 +542,7 @@ func TestSearchDeprecated(t *testing.T) { assert.Equal(t, indexID, index.GetIndexID()) }) - t.Run("Update via file", func(t *testing.T) { + g.Run("Update via file", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run fileName := fmt.Sprintf("update_index_search_test-%v.json", n) file, err := os.Create(fileName) @@ -588,7 +588,7 @@ func TestSearchDeprecated(t *testing.T) { a.Equal(analyzer, index.GetAnalyzer()) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, searchEntity, @@ -605,7 +605,7 @@ func TestSearchDeprecated(t *testing.T) { assert.Equal(t, expected, string(resp)) }) - t.Run("Create combinedMapping", func(t *testing.T) { + g.Run("Create combinedMapping", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run fileName := fmt.Sprintf("create_index_search_test-%v.json", n) file, err := os.Create(fileName) @@ -669,7 +669,7 @@ func TestSearchDeprecated(t *testing.T) { assert.Equal(t, indexName, index.Name) }) - t.Run("Create staticMapping", func(t *testing.T) { + g.Run("Create staticMapping", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run fileName := fmt.Sprintf("create_index_search_test-array-%v.json", n) file, err := os.Create(fileName) @@ -772,7 +772,7 @@ func TestSearchDeprecated(t *testing.T) { assert.Equal(t, indexName, index.Name) }) - t.Run("Create array mapping", func(t *testing.T) { + g.Run("Create array mapping", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run n := g.memoryRand("arrayRand", 1000) r.NoError(err) indexName := fmt.Sprintf("index-array-%v", n) @@ -828,7 +828,7 @@ func TestSearchDeprecated(t *testing.T) { assert.Equal(t, indexName, index.Name) }) - t.Run("list", func(t *testing.T) { + g.Run("list", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, searchEntity, diff --git a/test/e2e/serverless_test.go b/test/e2e/serverless_test.go index c51befb54e..90938c2224 100644 --- a/test/e2e/serverless_test.go +++ b/test/e2e/serverless_test.go @@ -37,7 +37,7 @@ func TestServerless(t *testing.T) { clusterName := g.memory("clusterName", must(RandClusterName())).(string) - t.Run("Create", func(t *testing.T) { + g.Run("Create", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, serverlessEntity, "create", @@ -59,7 +59,7 @@ func TestServerless(t *testing.T) { a.Equal(clusterName, *cluster.Name) }) - t.Run("Watch", func(t *testing.T) { + g.Run("Watch", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, serverlessEntity, "watch", @@ -74,7 +74,7 @@ func TestServerless(t *testing.T) { a.Contains(string(resp), "Instance available") }) - t.Run("Update", func(t *testing.T) { + g.Run("Update", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, serverlessEntity, "update", @@ -95,7 +95,7 @@ func TestServerless(t *testing.T) { a.Equal(clusterName, *cluster.Name) }) - t.Run("List", func(t *testing.T) { + g.Run("List", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, serverlessEntity, "ls", @@ -113,7 +113,7 @@ func TestServerless(t *testing.T) { a.NotEmpty(clusters.Results) }) - t.Run("Describe", func(t *testing.T) { + g.Run("Describe", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, serverlessEntity, "describe", @@ -132,7 +132,7 @@ func TestServerless(t *testing.T) { a.Equal(clusterName, *cluster.Name) }) - t.Run("Delete", func(t *testing.T) { + g.Run("Delete", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command( cliPath, serverlessEntity, @@ -153,7 +153,7 @@ func TestServerless(t *testing.T) { return } - t.Run("Watch deletion", func(t *testing.T) { + g.Run("Watch deletion", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, serverlessEntity, "watch", diff --git a/test/e2e/setup_failure_test.go b/test/e2e/setup_failure_test.go index 45f57e63e6..5daf227731 100644 --- a/test/e2e/setup_failure_test.go +++ b/test/e2e/setup_failure_test.go @@ -26,13 +26,13 @@ import ( ) func TestSetupFailureFlow(t *testing.T) { - g := newAtlasE2ETestGenerator(t, withSnapshot()) + g := newAtlasE2ETestGenerator(t, withSnapshot(), withSnapshotSkipFunc(neverSkipSnapshots)) g.generateProject("setup") cliPath, err := AtlasCLIBin() req := require.New(t) req.NoError(err) - t.Run("Invalid Public Key", func(t *testing.T) { + g.Run("Invalid Public Key", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run t.Setenv("MONGODB_ATLAS_PUBLIC_API_KEY", "invalid_public_key") cmd := exec.Command(cliPath, setupEntity, @@ -45,7 +45,7 @@ func TestSetupFailureFlow(t *testing.T) { assert.Contains(t, string(resp), "Unauthorized", "Expected unauthorized error due to invalid public key.") }) - t.Run("Invalid Private Key", func(t *testing.T) { + g.Run("Invalid Private Key", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run t.Setenv("MONGODB_ATLAS_PRIVATE_API_KEY", "invalid_private_key") cmd := exec.Command(cliPath, setupEntity, @@ -58,7 +58,7 @@ func TestSetupFailureFlow(t *testing.T) { assert.Contains(t, string(resp), "Unauthorized", "Expected unauthorized error due to invalid private key.") }) - t.Run("Invalid Project ID", func(t *testing.T) { + g.Run("Invalid Project ID", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run // The invalid ProjectID should be 24 characters long, otherwise // an early error will be thrown about incorrect length. invalidProjectID := "111111111111111111111111" diff --git a/test/e2e/setup_force_test.go b/test/e2e/setup_force_test.go index d2f85ed054..9e18cf2858 100644 --- a/test/e2e/setup_force_test.go +++ b/test/e2e/setup_force_test.go @@ -29,7 +29,7 @@ import ( ) func TestSetup(t *testing.T) { - g := newAtlasE2ETestGenerator(t, withSnapshot()) + g := newAtlasE2ETestGenerator(t, withSnapshot(), withSnapshotSkipFunc(neverSkipSnapshots)) g.generateProject("setup") cliPath, err := AtlasCLIBin() req := require.New(t) @@ -43,7 +43,7 @@ func TestSetup(t *testing.T) { tagValue := "e2etest" arbitraryAccessListIP := "21.150.105.221" - t.Run("Run", func(t *testing.T) { + g.Run("Run", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, setupEntity, "--clusterName", clusterName, @@ -62,7 +62,7 @@ func TestSetup(t *testing.T) { t.Cleanup(func() { require.NoError(t, deleteClusterForProject(g.projectID, clusterName)) }) - t.Run("Check accessListIp was correctly added", func(t *testing.T) { + g.Run("Check accessListIp was correctly added", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, accessListEntity, "ls", @@ -82,7 +82,7 @@ func TestSetup(t *testing.T) { require.NoError(t, watchCluster(g.projectID, clusterName)) - t.Run("Describe DB User", func(t *testing.T) { + g.Run("Describe DB User", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, dbusersEntity, "describe", @@ -99,7 +99,7 @@ func TestSetup(t *testing.T) { assert.Equal(t, dbUserUsername, user.GetUsername()) }) - t.Run("Describe Cluster", func(t *testing.T) { + g.Run("Describe Cluster", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, clustersEntity, "describe", diff --git a/test/e2e/streams_test.go b/test/e2e/streams_test.go index a3d3aa8709..d605859b37 100644 --- a/test/e2e/streams_test.go +++ b/test/e2e/streams_test.go @@ -45,7 +45,7 @@ func TestStreams(t *testing.T) { connectionName := g.memory("connectionName", must(RandEntityWithRevision("connection"))).(string) - t.Run("List all streams in the e2e project", func(t *testing.T) { + g.Run("List all streams in the e2e project", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, "streams", "instance", @@ -66,7 +66,7 @@ func TestStreams(t *testing.T) { assert.Empty(t, instances.Results, "A new project should have no instances") }) - t.Run("Creating a streams instance", func(t *testing.T) { + g.Run("Creating a streams instance", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, "streams", "instance", @@ -93,7 +93,7 @@ func TestStreams(t *testing.T) { assert.Equal(t, instance.GetName(), instanceName) }) - t.Run("Downloading streams instance logs instance", func(t *testing.T) { + g.Run("Downloading streams instance logs instance", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, "streams", "instance", @@ -115,7 +115,7 @@ func TestStreams(t *testing.T) { require.NoError(t, err, string(resp)) }) - t.Run("List all streams in the e2e project after creating", func(t *testing.T) { + g.Run("List all streams in the e2e project after creating", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, "streams", "instance", @@ -139,7 +139,7 @@ func TestStreams(t *testing.T) { a.Equal("VIRGINIA_USA", instances.GetResults()[0].DataProcessRegion.Region) }) - t.Run("Describing a streams instance", func(t *testing.T) { + g.Run("Describing a streams instance", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, "streams", "instance", @@ -163,7 +163,7 @@ func TestStreams(t *testing.T) { a.Equal("VIRGINIA_USA", instance.DataProcessRegion.Region) }) - t.Run("Updating a streams instance", func(t *testing.T) { + g.Run("Updating a streams instance", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run // Have to set the same values as with create, as streams currently only supports one region cmd := exec.Command(cliPath, "streams", @@ -194,7 +194,7 @@ func TestStreams(t *testing.T) { // Endpoints var endpointID string - t.Run("Creating a streams privateLink endpoint", func(t *testing.T) { + g.Run("Creating a streams privateLink endpoint", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run streamsCmd := exec.Command(cliPath, "streams", "privateLink", @@ -223,7 +223,7 @@ func TestStreams(t *testing.T) { endpointID = privateLinkEndpoint.GetId() }) - t.Run("Describing a streams privateLink endpoint", func(t *testing.T) { + g.Run("Describing a streams privateLink endpoint", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run streamsCmd := exec.Command(cliPath, "streams", "privateLink", @@ -249,7 +249,7 @@ func TestStreams(t *testing.T) { a.Equal("test-namespace.servicebus.windows.net", privateLinkEndpoint.GetDnsDomain()) }) - t.Run("List all streams privateLink endpoints", func(t *testing.T) { + g.Run("List all streams privateLink endpoints", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run streamsCmd := exec.Command(cliPath, "streams", "privateLinks", @@ -274,7 +274,7 @@ func TestStreams(t *testing.T) { a.Equal("test-namespace.servicebus.windows.net", privateLinkEndpoints.GetResults()[0].GetDnsDomain()) }) - t.Run("Deleting a streams privateLink endpoint", func(t *testing.T) { + g.Run("Deleting a streams privateLink endpoint", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run streamsCmd := exec.Command(cliPath, "streams", "privateLink", @@ -294,7 +294,7 @@ func TestStreams(t *testing.T) { }) // Connections - t.Run("Creating a streams connection", func(t *testing.T) { + g.Run("Creating a streams connection", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, "streams", "connection", @@ -319,7 +319,7 @@ func TestStreams(t *testing.T) { assert.Equal(t, connection.GetName(), connectionName) }) - t.Run("Describing a streams connection", func(t *testing.T) { + g.Run("Describing a streams connection", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, "streams", "connection", @@ -345,7 +345,7 @@ func TestStreams(t *testing.T) { a.Equal("example.com:8080,fraud.example.com:8000", *connection.BootstrapServers) }) - t.Run("Listing streams connections", func(t *testing.T) { + g.Run("Listing streams connections", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, "streams", "connection", @@ -382,7 +382,7 @@ func TestStreams(t *testing.T) { a.ElementsMatch(expected, got) }) - t.Run("Updating a streams connection", func(t *testing.T) { + g.Run("Updating a streams connection", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, "streams", "connection", @@ -408,7 +408,7 @@ func TestStreams(t *testing.T) { a.Equal("SSL", connection.Security.GetProtocol()) }) - t.Run("Deleting a streams connection", func(t *testing.T) { + g.Run("Deleting a streams connection", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, "streams", "connection", @@ -431,7 +431,7 @@ func TestStreams(t *testing.T) { // Runs last after the connection work - t.Run("Deleting a streams instance", func(t *testing.T) { + g.Run("Deleting a streams instance", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, "streams", "instance", diff --git a/test/e2e/streams_with_clusters_test.go b/test/e2e/streams_with_clusters_test.go index 15d2fdc4d1..479c82699b 100644 --- a/test/e2e/streams_with_clusters_test.go +++ b/test/e2e/streams_with_clusters_test.go @@ -44,7 +44,7 @@ func TestStreamsWithClusters(t *testing.T) { g.generateCluster() - t.Run("Creating a streams instance", func(t *testing.T) { + g.Run("Creating a streams instance", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run cmd := exec.Command(cliPath, "streams", "instance", @@ -71,7 +71,7 @@ func TestStreamsWithClusters(t *testing.T) { assert.Equal(t, instance.GetName(), instanceName) }) - t.Run("Create a streams connection with an atlas cluster", func(t *testing.T) { + g.Run("Create a streams connection with an atlas cluster", func(t *testing.T) { //nolint:thelper // g.Run replaces t.Run configFile, err := generateAtlasConnectionConfigFile(g.clusterName) req.NoError(err) From 8613e79482838ea330bde3e02d43463a52dceb9f Mon Sep 17 00:00:00 2001 From: Filipe C Menezes Date: Mon, 31 Mar 2025 13:40:22 +0100 Subject: [PATCH 2/4] fix --- test/e2e/atlas_e2e_test_generator_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/atlas_e2e_test_generator_test.go b/test/e2e/atlas_e2e_test_generator_test.go index 14694ff99b..3971e033d6 100644 --- a/test/e2e/atlas_e2e_test_generator_test.go +++ b/test/e2e/atlas_e2e_test_generator_test.go @@ -532,13 +532,14 @@ func snapshotHashedName(r *http.Request) string { func (g *atlasE2ETestGenerator) snapshotName(r *http.Request) string { g.t.Helper() + dir := g.snapshotDir() baseName := g.snapshotNameFunc(r) g.fileIDs[baseName]++ id := g.fileIDs[baseName] - fileName := fmt.Sprintf("%s_%d.snaphost", baseName, id) + fileName := path.Join(dir, fmt.Sprintf("%s_%d.snaphost", baseName, id)) return fileName } From 706fea0c8b5e0bd7ff96fa1dea95758b19f7263c Mon Sep 17 00:00:00 2001 From: "apix-bot[bot]" <168195273+apix-bot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 13:13:38 +0000 Subject: [PATCH 3/4] Update snapshots --- ..._67ea5a7d3720c313137777c9_processes_1.json | 16 --------------- ...c6a108_clusters_accessLogs-505_1.snaphost} | 8 ++++---- ...c6a108_clusters_accessLogs-505_2.snaphost} | 8 ++++---- ...a108_clusters_provider_regions_1.snaphost} | 8 ++++---- ...a8e35b31ead384fc6a108_processes_1.snaphost | 16 +++++++++++++++ ...nds_defaultMongoDBMajorVersion_1.snaphost} | 4 ++-- ...istory_clusters_accessLogs-505_1.snaphost} | 6 +++--- ...rd-00-00.uhefy.mongodb-dev.net_1.snaphost} | 6 +++--- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...a8e35b31ead384fc6a108_clusters_1.snaphost} | 8 ++++---- .../e2e/.snapshots/TestAccessLogs/memory.json | 2 +- ...8e3cb31ead384fc6a696_accessList_1.snaphost | 16 +++++++++++++++ .../GET__api_private_ipinfo_1.snaphost | 16 +++++++++++++++ ...8e3cb31ead384fc6a696_accessList_2.snaphost | 16 +++++++++++++++ ...piKeys_67ea8e3cb31ead384fc6a696_1.snaphost | 14 +++++++++++++ ...c6a696_accessList_74.249.20.138_1.snaphost | 14 +++++++++++++ ...c6a696_accessList_192.168.0.127_1.snaphost | 14 +++++++++++++ ...8e3cb31ead384fc6a696_accessList_1.snaphost | 16 +++++++++++++++ ...efda682a3f2ed2e7dd6cde4_apiKeys_1.snaphost | 16 +++++++++++++++ .../TestAtlasOrgAPIKeyAccessList/memory.json | 1 + ...efda682a3f2ed2e7dd6cde4_apiKeys_1.snaphost | 16 +++++++++++++++ ...piKeys_67ea8e3eb31ead384fc6a80e_1.snaphost | 14 +++++++++++++ ...piKeys_67ea8e3eb31ead384fc6a80e_1.snaphost | 16 +++++++++++++++ ...efda682a3f2ed2e7dd6cde4_apiKeys_1.snaphost | 17 ++++++++++++++++ ...efda682a3f2ed2e7dd6cde4_apiKeys_2.snaphost | 17 ++++++++++++++++ ...piKeys_67ea8e3eb31ead384fc6a80e_1.snaphost | 16 +++++++++++++++ .../TestAtlasOrgAPIKeys/memory.json | 1 + ...nvites_67ea8e3fb31ead384fc6a838_1.snaphost | 16 +++++++++++++++ ...nvites_67ea8e3fb31ead384fc6a838_1.snaphost | 18 +++++++++++++++++ ...efda682a3f2ed2e7dd6cde4_invites_1.snaphost | 18 +++++++++++++++++ ...efda682a3f2ed2e7dd6cde4_invites_1.snaphost | 18 +++++++++++++++++ ...nvites_67ea8e3fb31ead384fc6a838_1.snaphost | 18 +++++++++++++++++ ...efda682a3f2ed2e7dd6cde4_invites_1.snaphost | 18 +++++++++++++++++ .../TestAtlasOrgInvitations/memory.json | 1 + ...2_orgs_5efda682a3f2ed2e7dd6cde4_1.snaphost | 16 +++++++++++++++ .../List/GET__api_atlas_v2_orgs_1.snaphost | 16 +++++++++++++++ ..._5efda682a3f2ed2e7dd6cde4_users_1.snaphost | 17 ++++++++++++++++ test/e2e/.snapshots/TestAtlasOrgs/memory.json | 1 + ...piKeys_67ea8e41b31ead384fc6a874_1.snaphost | 16 +++++++++++++++ ...efda6aea3f2ed2e7dd6ce05_apiKeys_1.snaphost | 16 +++++++++++++++ ...piKeys_67ea8e41b31ead384fc6a874_1.snaphost | 14 +++++++++++++ ...piKeys_67ea8e41b31ead384fc6a874_1.snaphost | 14 +++++++++++++ ...efda6aea3f2ed2e7dd6ce05_apiKeys_1.snaphost | 16 +++++++++++++++ ...efda6aea3f2ed2e7dd6ce05_apiKeys_2.snaphost | 16 +++++++++++++++ .../TestAtlasProjectAPIKeys/memory.json | 1 + ...vites_67ea8e44b31ead384fc6a9ce_1.snaphost} | 6 +++--- ...vites_67ea8e44b31ead384fc6a9ce_1.snaphost} | 10 ++++----- ...ea8e42b31ead384fc6a901_invites_1.snaphost} | 10 ++++----- ...ea8e42b31ead384fc6a901_invites_1.snaphost} | 10 ++++----- ...ps_67ea5a8d3720c3131377796d_invites_1.json | 18 ----------------- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...vites_67ea8e44b31ead384fc6a9ce_1.snaphost} | 10 ++++----- ...7ea8e42b31ead384fc6a901_invites_1.snaphost | 18 +++++++++++++++++ .../TestAtlasProjectInvitations/memory.json | 2 +- ..._67ea8e45b31ead384fc6a9e3_teams_1.snaphost | 16 +++++++++++++++ ..._teams_67ea8e48b31ead384fc6aabc_1.snaphost | 14 +++++++++++++ ..._teams_67ea8e48b31ead384fc6aabc_1.snaphost | 14 +++++++++++++ ..._5efda682a3f2ed2e7dd6cde4_users_1.snaphost | 16 +++++++++++++++ ..._67ea8e45b31ead384fc6a9e3_teams_1.snaphost | 16 +++++++++++++++ .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ..._5efda682a3f2ed2e7dd6cde4_teams_1.snaphost | 17 ++++++++++++++++ ..._teams_67ea8e48b31ead384fc6aabc_1.snaphost | 16 +++++++++++++++ .../TestAtlasProjectTeams/memory.json | 1 + .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...groups_67ea8e49b31ead384fc6aaf4_1.snaphost | 16 +++++++++++++++ ...groups_67ea8e49b31ead384fc6aaf4_1.snaphost | 16 +++++++++++++++ .../List/GET__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...groups_67ea8e49b31ead384fc6aaf4_2.snaphost | 16 +++++++++++++++ ...groups_67ea8e49b31ead384fc6aaf4_4.snaphost | 16 +++++++++++++++ ...groups_67ea8e49b31ead384fc6aaf4_2.snaphost | 16 +++++++++++++++ ...groups_67ea8e49b31ead384fc6aaf4_3.snaphost | 16 +++++++++++++++ ...groups_67ea8e49b31ead384fc6aaf4_1.snaphost | 16 +++++++++++++++ ..._67ea8e49b31ead384fc6aaf4_users_1.snaphost | 16 +++++++++++++++ .../.snapshots/TestAtlasProjects/memory.json | 1 + ..._67ea8e50b31ead384fc6acab_users_1.snaphost | 18 +++++++++++++++++ ..._teams_67ea8e50b31ead384fc6acab_1.snaphost | 14 +++++++++++++ ..._users_61dc5929ae95796dcd418d1d_1.snaphost | 16 +++++++++++++++ ..._5efda682a3f2ed2e7dd6cde4_users_1.snaphost | 16 +++++++++++++++ ..._5efda682a3f2ed2e7dd6cde4_users_2.snaphost | 16 +++++++++++++++ ..._67ea8e50b31ead384fc6acab_users_1.snaphost | 16 +++++++++++++++ ..._67ea8e50b31ead384fc6acab_users_2.snaphost | 16 +++++++++++++++ ..._5efda682a3f2ed2e7dd6cde4_teams_1.snaphost | 17 ++++++++++++++++ .../.snapshots/TestAtlasTeamUsers/memory.json | 1 + ..._5efda682a3f2ed2e7dd6cde4_users_1.snaphost | 16 +++++++++++++++ ..._5efda682a3f2ed2e7dd6cde4_teams_1.snaphost | 17 ++++++++++++++++ ..._teams_67ea8e52b31ead384fc6acc0_1.snaphost | 14 +++++++++++++ ..._teams_67ea8e52b31ead384fc6acc0_1.snaphost | 16 +++++++++++++++ ...e7dd6cde4_teams_byName_teams149_1.snaphost | 16 +++++++++++++++ ..._5efda682a3f2ed2e7dd6cde4_teams_1.snaphost | 16 +++++++++++++++ ..._5efda682a3f2ed2e7dd6cde4_teams_2.snaphost | 16 +++++++++++++++ ..._teams_67ea8e52b31ead384fc6acc0_1.snaphost | 16 +++++++++++++++ .../e2e/.snapshots/TestAtlasTeams/memory.json | 1 + ..._users_5e4bc367c6b0f41bb9bbb178_1.snaphost | 17 ++++++++++++++++ ...e_andrea.angiolillo@mongodb.com_1.snaphost | 18 +++++++++++++++++ .../POST__api_atlas_v2_users_1.snaphost | 19 ++++++++++++++++++ ..._5efda6aea3f2ed2e7dd6ce05_users_1.snaphost | 16 +++++++++++++++ .../e2e/.snapshots/TestAtlasUsers/memory.json | 1 + ...usters_AutogeneratedCommands-1_1.snaphost} | 8 ++++---- ...usters_AutogeneratedCommands-1_2.snaphost} | 8 ++++---- ...usters_AutogeneratedCommands-1_3.snaphost} | 8 ++++---- ...a400_clusters_provider_regions_1.snaphost} | 6 +++--- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...a8e38b31ead384fc6a400_clusters_1.snaphost} | 8 ++++---- .../TestAutogeneratedCommands/memory.json | 2 +- ...fc69e2c_backupCompliancePolicy_1.snaphost} | 8 ++++---- ...fc69e2c_backupCompliancePolicy_2.snaphost} | 10 ++++----- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...fc69e2c_backupCompliancePolicy_1.snaphost} | 8 ++++---- ...fc69e2c_backupCompliancePolicy_6.snaphost} | 8 ++++---- ...fc69e2c_backupCompliancePolicy_3.snaphost} | 8 ++++---- ...fc69e2c_backupCompliancePolicy_3.snaphost} | 6 +++--- ...fc69e2c_backupCompliancePolicy_4.snaphost} | 8 ++++---- ...4fc69e2c_backupCompliancePolicy_5.snaphost | 16 +++++++++++++++ ...fc69e2c_backupCompliancePolicy_2.snaphost} | 8 ++++---- ...fc6a69e_backupCompliancePolicy_1.snaphost} | 8 ++++---- ...4fc6a69e_backupCompliancePolicy_2.snaphost | 16 +++++++++++++++ .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...fc6a69e_backupCompliancePolicy_1.snaphost} | 8 ++++---- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...fc6a965_backupCompliancePolicy_1.snaphost} | 8 ++++---- ...fc6aa59_backupCompliancePolicy_1.snaphost} | 8 ++++---- ...fc6aa59_backupCompliancePolicy_2.snaphost} | 8 ++++---- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...fc6aa59_backupCompliancePolicy_1.snaphost} | 8 ++++---- ...4fc6aa59_backupCompliancePolicy_3.snaphost | 16 +++++++++++++++ ...fc6aa59_backupCompliancePolicy_2.snaphost} | 6 +++--- ...fc6abfa_backupCompliancePolicy_1.snaphost} | 8 ++++---- ...fc6abfa_backupCompliancePolicy_2.snaphost} | 6 +++--- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...f051644d371a_backupCompliancePolicy_1.json | 16 --------------- ...4fc6abfa_backupCompliancePolicy_1.snaphost | 16 +++++++++++++++ .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...fc6ad2a_backupCompliancePolicy_1.snaphost} | 8 ++++---- ...30e_clusters_cluster-152_index_1.snaphost} | 6 +++--- ...a8e38b31ead384fc6a30e_clusters_1.snaphost} | 8 ++++---- ...84fc6a30e_clusters_cluster-152_1.snaphost} | 6 +++--- ...nds_defaultMongoDBMajorVersion_1.snaphost} | 4 ++-- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...84fc6a30e_clusters_cluster-152_3.snaphost} | 8 ++++---- ...84fc6a30e_clusters_cluster-152_1.snaphost} | 8 ++++---- ...84fc6a30e_clusters_cluster-152_1.snaphost} | 8 ++++---- ...84fc6a30e_clusters_cluster-152_2.snaphost} | 8 ++++---- .../.snapshots/TestClustersFile/memory.json | 2 +- ...384fc6b000_clusters_cluster-998_1.snaphost | 18 +++++++++++++++++ ...384fc6b000_clusters_cluster-998_2.snaphost | 18 +++++++++++++++++ ...ea8e71b31ead384fc6b000_clusters_1.snaphost | 18 +++++++++++++++++ ...b000_clusters_cluster-998_index_1.snaphost | 17 ++++++++++++++++ ...84fc6b000_clusters_cluster-998_2.snaphost} | 6 +++--- ...384fc6b000_clusters_cluster-998_6.snaphost | 18 +++++++++++++++++ ...384fc6b000_clusters_cluster-998_7.snaphost | 18 +++++++++++++++++ ...384fc6b000_clusters_cluster-998_3.snaphost | 18 +++++++++++++++++ ...lusters_cluster-998_processArgs_1.snaphost | 18 +++++++++++++++++ ...384fc6b000_clusters_cluster-998_4.snaphost | 18 +++++++++++++++++ ...384fc6b000_clusters_cluster-998_1.snaphost | 16 +++++++++++++++ ...b000_clusters_provider_regions_1.snaphost} | 8 ++++---- ...nds_defaultMongoDBMajorVersion_1.snaphost} | 4 ++-- ...ea8e71b31ead384fc6b000_clusters_1.snaphost | 18 +++++++++++++++++ ..._sampleDatasetLoad_cluster-998_1.snaphost} | 10 ++++----- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...384fc6b000_clusters_cluster-998_5.snaphost | 18 +++++++++++++++++ ...384fc6b000_clusters_cluster-998_1.snaphost | 18 +++++++++++++++++ ...lusters_cluster-998_processArgs_1.snaphost | 18 +++++++++++++++++ .../.snapshots/TestClustersFlags/memory.json | 1 + ...a8e72b31ead384fc6b06c_clusters_1.snaphost} | 6 +++--- ...84fc6b06c_clusters_cluster-702_1.snaphost} | 6 +++--- ...384fc6b06c_clusters_cluster-702_3.snaphost | 18 +++++++++++++++++ ...e7f051644d3463_clusters_cluster-656_2.json | 18 ----------------- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...84fc6b06c_clusters_cluster-702_1.snaphost} | 8 ++++---- ...384fc6b06c_clusters_cluster-702_2.snaphost | 18 +++++++++++++++++ .../TestClustersM0Flags/memory.json | 2 +- ...3f2ed2e7dd6ce05_dataFederation_1.snaphost} | 8 ++++---- ...ration_e2e-data-federation-296_2.snaphost} | 8 ++++---- ...ration_e2e-data-federation-296_1.snaphost} | 6 +++--- ...ration_e2e-data-federation-296_1.snaphost} | 8 ++++---- ...ata-federation-296_queryLogs.gz_2.snaphost | Bin 0 -> 709 bytes ...3f2ed2e7dd6ce05_dataFederation_1.snaphost} | 8 ++++---- ...ta-federation-296_queryLogs.gz_1.snaphost} | Bin 690 -> 689 bytes ...ration_e2e-data-federation-296_1.snaphost} | 8 ++++---- .../.snapshots/TestDataFederation/memory.json | 2 +- ...ateNetworkSettings_endpointIds_1.snaphost} | 8 ++++---- ...ointIds_vpce-0fcd9d80bbafe5275_1.snaphost} | 6 +++--- ...ointIds_vpce-0fcd9d80bbafe5275_1.snaphost} | 8 ++++---- ...ateNetworkSettings_endpointIds_1.snaphost} | 6 +++--- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ .../memory.json | 2 +- ...02_limits_bytesProcessed.query_1.snaphost} | 8 ++++---- ...3f2ed2e7dd6ce05_dataFederation_1.snaphost} | 8 ++++---- ...02_limits_bytesProcessed.query_1.snaphost} | 6 +++--- ...ration_e2e-data-federation-802_1.snaphost} | 6 +++--- ...02_limits_bytesProcessed.query_1.snaphost} | 8 ++++---- ...e2e-data-federation-802_limits_1.snaphost} | 8 ++++---- .../TestDataFederationQueryLimit/memory.json | 2 +- ...e7dd6ce05_backup_exportBuckets_1.snaphost} | 8 ++++---- ...ckets_67ea8e39b31ead384fc6a547_1.snaphost} | 6 +++--- ...ckets_67ea8e39b31ead384fc6a547_1.snaphost} | 8 ++++---- ...e7dd6ce05_backup_exportBuckets_1.snaphost} | 8 ++++---- ...e7dd6ce05_backup_exportBuckets_1.snaphost} | 8 ++++---- ...da6aea3f2ed2e7dd6ce05_clusters_1.snaphost} | 8 ++++---- ...ers_cluster-561_backup_exports_1.snaphost} | 8 ++++---- ...s_cluster-561_backup_snapshots_1.snaphost} | 8 ++++---- ...e7dd6ce05_clusters_cluster-561_1.snaphost} | 6 +++--- ...shots_67ea904684391f6c24ea7452_1.snaphost} | 6 +++--- ...xports_67ea9100b31ead384fc6ba9d_4.snaphost | 16 +++++++++++++++ ...up_exports_67ea5f0ae470643dc2f6f4d0_3.json | 16 --------------- ...e7dd6ce05_clusters_cluster-561_1.snaphost} | 8 ++++---- ...e7dd6ce05_clusters_cluster-561_2.snaphost} | 8 ++++---- ...e7dd6ce05_clusters_cluster-561_3.snaphost} | 8 ++++---- ...e7dd6ce05_clusters_cluster-561_4.snaphost} | 8 ++++---- ...nds_defaultMongoDBMajorVersion_1.snaphost} | 4 ++-- ...ers_cluster-561_backup_exports_1.snaphost} | 8 ++++---- ...ports_67ea9100b31ead384fc6ba9d_1.snaphost} | 8 ++++---- ...ports_67ea9100b31ead384fc6ba9d_2.snaphost} | 8 ++++---- ...xports_67ea9100b31ead384fc6ba9d_3.snaphost | 16 +++++++++++++++ ...shots_67ea904684391f6c24ea7452_1.snaphost} | 8 ++++---- ...shots_67ea904684391f6c24ea7452_2.snaphost} | 8 ++++---- ...shots_67ea904684391f6c24ea7452_3.snaphost} | 8 ++++---- ...shots_67ea904684391f6c24ea7452_4.snaphost} | 8 ++++---- ...shots_67ea904684391f6c24ea7452_5.snaphost} | 6 +++--- ...shots_67ea904684391f6c24ea7452_1.snaphost} | 8 ++++---- .../e2e/.snapshots/TestExportJobs/memory.json | 2 +- ...e7dd6ce05_clusters_cluster-137_1.snaphost} | 8 ++++---- ...6ce05_flexClusters_cluster-137_1.snaphost} | 6 +++--- ...d6ce05_flexClusters_cluster-137_3.snaphost | 16 +++++++++++++++ ...6ce05_flexClusters_cluster-137_4.snaphost} | 8 ++++---- ...e7dd6ce05_clusters_cluster-137_1.snaphost} | 8 ++++---- ...6ce05_flexClusters_cluster-137_1.snaphost} | 8 ++++---- ...d6ce05_flexClusters_cluster-137_2.snaphost | 16 +++++++++++++++ ...2e7dd6ce05_flexClusters_cluster-981_2.json | 16 --------------- ...2e7dd6ce05_flexClusters_cluster-981_3.json | 16 --------------- ...teUsedForE2ETest_backup_restoreJobs_1.json | 17 ---------------- ...ea3f2ed2e7dd6ce05_flexClusters_1.snaphost} | 8 ++++---- ...ters_doNotDeleteUsedForE2ETest_1.snaphost} | 6 +++--- ...dForE2ETest_backup_restoreJobs_1.snaphost} | 8 ++++---- ...ters_doNotDeleteUsedForE2ETest_2.snaphost} | 4 ++-- ...dForE2ETest_backup_restoreJobs_2.snaphost} | 6 +++--- ...eJobs_67ea8e4bb31ead384fc6aba4_4.snaphost} | 8 ++++---- ...edForE2ETest_backup_restoreJobs_1.snaphost | 17 ++++++++++++++++ ...eJobs_67ea8e4bb31ead384fc6aba4_1.snaphost} | 8 ++++---- ...eJobs_67ea8e4bb31ead384fc6aba4_2.snaphost} | 8 ++++---- ...eJobs_67ea8e4bb31ead384fc6aba4_3.snaphost} | 8 ++++---- ...eJobs_67ea8e89b31ead384fc6b1d5_1.snaphost} | 8 ++++---- ...eJobs_67ea8e89b31ead384fc6b1d5_2.snaphost} | 8 ++++---- ...eJobs_67ea8e89b31ead384fc6b1d5_3.snaphost} | 8 ++++---- ...shots_67e03f58030cea235cb97efe_1.snaphost} | 6 +++--- ...sedForE2ETest_backup_snapshots_1.snaphost} | 6 +++--- ...pshots_67e03f58030cea235cb97efe_2.snaphost | 16 +++++++++++++++ .../e2e/.snapshots/TestFlexBackup/memory.json | 2 +- ...ea3f2ed2e7dd6ce05_flexClusters_1.snaphost} | 8 ++++---- ...f2ed2e7dd6ce05_clusters_cluster-926_1.json | 16 --------------- ...e7dd6ce05_clusters_cluster-323_1.snaphost} | 6 +++--- ...6ce05_flexClusters_cluster-323_1.snaphost} | 6 +++--- ...6ce05_flexClusters_cluster-323_2.snaphost} | 8 ++++---- ...6ce05_flexClusters_cluster-323_3.snaphost} | 8 ++++---- ...fda6aea3f2ed2e7dd6ce05_flexClusters_1.json | 16 --------------- ...e7dd6ce05_clusters_cluster-323_1.snaphost} | 8 ++++---- ...6ce05_flexClusters_cluster-323_1.snaphost} | 8 ++++---- ...aea3f2ed2e7dd6ce05_flexClusters_1.snaphost | 16 +++++++++++++++ .../.snapshots/TestFlexCluster/memory.json | 2 +- ...aea3f2ed2e7dd6ce05_flexClusters_1.snaphost | 16 +++++++++++++++ ...d2e7dd6ce05_clusters_cluster-44_1.snaphost | 16 +++++++++++++++ ...d6ce05_flexClusters_cluster-44_1.snaphost} | 6 +++--- ...dd6ce05_flexClusters_cluster-44_1.snaphost | 16 +++++++++++++++ ...dd6ce05_flexClusters_cluster-44_2.snaphost | 16 +++++++++++++++ ...2e7dd6ce05_flexClusters_cluster-652_1.json | 16 --------------- ...2e7dd6ce05_flexClusters_cluster-652_2.json | 16 --------------- ...fda6aea3f2ed2e7dd6ce05_flexClusters_1.json | 16 --------------- .../TestFlexClustersFile/memory.json | 2 +- ...onfigs_5efda682a3f2ed2e7dd6cde4_2.snaphost | 16 +++++++++++++++ ...onfigs_5efda682a3f2ed2e7dd6cde4_2.snaphost | 16 +++++++++++++++ ...onfigs_5efda682a3f2ed2e7dd6cde4_1.snaphost | 16 +++++++++++++++ ...onfigs_5efda682a3f2ed2e7dd6cde4_1.snaphost | 16 +++++++++++++++ ...b7d26db1bc9c6_identityProviders_2.snaphost | 16 +++++++++++++++ ...b7d26db1bc9c6_identityProviders_1.snaphost | 16 +++++++++++++++ ...viders_67ea8e56b31ead384fc6ad1c_1.snaphost | 14 +++++++++++++ ...s_67ea8e56b31ead384fc6ad1c_jwks_1.snaphost | 14 +++++++++++++ ...viders_67ea8e56b31ead384fc6ad2b_1.snaphost | 14 +++++++++++++ ...s_67ea8e56b31ead384fc6ad2b_jwks_1.snaphost | 14 +++++++++++++ ...viders_67ea8e56b31ead384fc6ad2b_2.snaphost | 16 +++++++++++++++ ...viders_67ea8e56b31ead384fc6ad2b_1.snaphost | 16 +++++++++++++++ ...ed2e7dd6cde4_federationSettings_1.snaphost | 16 +++++++++++++++ ...onfigs_5efda682a3f2ed2e7dd6cde4_3.snaphost | 16 +++++++++++++++ ...onfigs_5efda682a3f2ed2e7dd6cde4_5.snaphost | 16 +++++++++++++++ ...onfigs_5efda682a3f2ed2e7dd6cde4_4.snaphost | 16 +++++++++++++++ ...onfigs_5efda682a3f2ed2e7dd6cde4_4.snaphost | 16 +++++++++++++++ ...onfigs_5efda682a3f2ed2e7dd6cde4_3.snaphost | 16 +++++++++++++++ ...b7d26db1bc9c6_identityProviders_1.snaphost | 16 +++++++++++++++ ...b7d26db1bc9c6_identityProviders_2.snaphost | 16 +++++++++++++++ ...b7d26db1bc9c6_identityProviders_3.snaphost | 16 +++++++++++++++ ...d26db1bc9c6_connectedOrgConfigs_1.snaphost | 16 +++++++++++++++ ...onfigs_5efda682a3f2ed2e7dd6cde4_5.snaphost | 16 +++++++++++++++ ...onfigs_5efda682a3f2ed2e7dd6cde4_6.snaphost | 16 +++++++++++++++ .../TestIdentityProviders/memory.json | 1 + ...rSecurity_ldap_userToDNMapping_1.snaphost} | 6 +++--- ...ad384fc6af30_clusters_ldap-820_1.snaphost} | 8 ++++---- ...ad384fc6af30_clusters_ldap-820_2.snaphost} | 8 ++++---- ...af30_clusters_provider_regions_1.snaphost} | 6 +++--- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 15 ++++++++++++++ ...fb31ead384fc6af30_userSecurity_1.snaphost} | 6 +++--- ...erify_67ea906484391f6c24ea74a6_3.snaphost} | 8 ++++---- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...a8e6fb31ead384fc6af30_clusters_1.snaphost} | 8 ++++---- ...fb31ead384fc6af30_userSecurity_1.snaphost} | 6 +++--- ...6af30_userSecurity_ldap_verify_1.snaphost} | 8 ++++---- ...erify_67ea906484391f6c24ea74a6_1.snaphost} | 8 ++++---- ...verify_67ea906484391f6c24ea74a6_2.snaphost | 16 +++++++++++++++ .../.snapshots/TestLDAPWithFlags/memory.json | 2 +- ...rSecurity_ldap_userToDNMapping_1.snaphost} | 6 +++--- ...1f6c24ea74b2_clusters_ldap-114_1.snaphost} | 8 ++++---- ...1f6c24ea74b2_clusters_ldap-114_2.snaphost} | 8 ++++---- ...74b2_clusters_provider_regions_1.snaphost} | 8 ++++---- ...auth_nds_defaultMongoDBMajorVersion_1.json | 15 -------------- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 15 ++++++++++++++ .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...a906b84391f6c24ea74b2_clusters_1.snaphost} | 8 ++++---- ...b84391f6c24ea74b2_userSecurity_1.snaphost} | 6 +++--- ...a74b2_userSecurity_ldap_verify_1.snaphost} | 8 ++++---- .../.snapshots/TestLDAPWithStdin/memory.json | 2 +- ...cde4_liveMigrations_linkTokens_1.snaphost} | 8 ++++---- ...cde4_liveMigrations_linkTokens_1.snaphost} | 6 +++--- ...cde4_liveMigrations_linkTokens_2.snaphost} | 6 +++--- ....net_logs_mongodb-audit-log.gz_1.snaphost} | 8 ++++---- ...ongodb-dev.net_logs_mongodb.gz_1.snaphost} | 8 ++++---- ...ongodb-dev.net_logs_mongodb.gz_2.snaphost} | 6 +++--- ...v.net_logs_mongos-audit-log.gz_1.snaphost} | 8 ++++---- ...mongodb-dev.net_logs_mongos.gz_1.snaphost} | 8 ++++---- ..._67ea5ef8e470643dc2f6f456_processes_1.json | 16 --------------- ...ad384fc6b856_clusters_logs-720_1.snaphost} | 8 ++++---- ...ad384fc6b856_clusters_logs-720_2.snaphost} | 6 +++--- ...6b856_clusters_provider_regions_1.snaphost | 16 +++++++++++++++ ...a9078b31ead384fc6b856_processes_1.snaphost | 16 +++++++++++++++ ...auth_nds_defaultMongoDBMajorVersion_1.json | 15 -------------- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 15 ++++++++++++++ .../TestLogs/POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...a9078b31ead384fc6b856_clusters_1.snaphost} | 8 ++++---- test/e2e/.snapshots/TestLogs/memory.json | 2 +- ...1644d334b_clusters_provider_regions_1.json | 16 --------------- ..._67ea5abf45e7f051644d334b_processes_1.json | 16 --------------- ...27017_databases_config_measurements_1.json | 17 ---------------- ...v.net_27017_disks_data_measurements_1.json | 17 ---------------- ....mongodb-dev.net_27017_measurements_1.json | 18 ----------------- ....mongodb-dev.net_27017_measurements_2.json | 17 ---------------- ...84fc69f64_clusters_metrics-629_1.snaphost} | 8 ++++---- ...84fc69f64_clusters_metrics-629_2.snaphost} | 8 ++++---- ...69f64_clusters_provider_regions_1.snaphost | 16 +++++++++++++++ ...a8e33b31ead384fc69f64_processes_1.snaphost | 16 +++++++++++++++ ...auth_nds_defaultMongoDBMajorVersion_1.json | 15 -------------- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 15 ++++++++++++++ .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...a8e33b31ead384fc69f64_clusters_1.snaphost} | 8 ++++---- ...7_databases_config_measurements_1.snaphost | 17 ++++++++++++++++ ...ongodb-dev.net_27017_databases_1.snaphost} | 8 ++++---- ...t_27017_disks_data_measurements_1.snaphost | 17 ++++++++++++++++ ...tq.mongodb-dev.net_27017_disks_1.snaphost} | 8 ++++---- test/e2e/.snapshots/TestMetrics/memory.json | 2 +- ...godb-dev.net_27017_measurements_1.snaphost | 18 +++++++++++++++++ ...godb-dev.net_27017_measurements_2.snaphost | 17 ++++++++++++++++ ...ineArchives-575_onlineArchives_1.snaphost} | 8 ++++---- ...hives_67ea9037b31ead384fc6b77e_1.snaphost} | 6 +++--- ...hives_67ea9037b31ead384fc6b77e_1.snaphost} | 8 ++++---- ...1644d2e17_clusters_provider_regions_1.json | 16 --------------- ...49_clusters_onlineArchives-575_1.snaphost} | 8 ++++---- ...49_clusters_onlineArchives-575_2.snaphost} | 8 ++++---- ...9c49_clusters_provider_regions_1.snaphost} | 6 +++--- ...auth_nds_defaultMongoDBMajorVersion_1.json | 15 -------------- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 15 ++++++++++++++ ...ineArchives-575_onlineArchives_1.snaphost} | 8 ++++---- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...a8e24b31ead384fc69c49_clusters_1.snaphost} | 8 ++++---- ...hives_67ea9037b31ead384fc6b77e_1.snaphost} | 6 +++--- ...hives_67ea9037b31ead384fc6b77e_2.snaphost} | 6 +++--- ...hives_67ea9037b31ead384fc6b77e_3.snaphost} | 8 ++++---- ...hives_67ea9037b31ead384fc6b77e_2.snaphost} | 8 ++++---- .../.snapshots/TestOnlineArchives/memory.json | 2 +- ...3370004dc8369ba05ae691dac922b61_1.snaphost | 16 +++++++++++++++ ...e0357077ec0d828e911ff68086aed1_1.snaphost} | 8 ++++---- ...e0357077ec0d828e911ff68086aed1_2.snaphost} | 8 ++++---- ...8b3da4cd826992fb4f3526fe60a5286_1.snaphost | 16 +++++++++++++++ ...77d070dda2437665d5ac81f02e31c0_1.snaphost} | 8 ++++---- ...44445854030f938a6e8420161065774_1.snaphost | 17 ++++++++++++++++ ...6ff1999c9125585d44b0f5702672e7_1.snaphost} | 6 +++--- ...291f6ab5b20419cf82a8fc82dd6fe6_1.snaphost} | 6 +++--- ...313777fbe_clusters_provider_regions_1.json | 16 --------------- ..._67ea5ac23720c31313777fbe_processes_1.json | 16 --------------- ...auth_nds_defaultMongoDBMajorVersion_1.json | 15 -------------- ...53b361e87b65c83aa317957f6b8f01_1.snaphost} | 6 +++--- ...082e17c617b6def366483a8c07c337_1.snaphost} | 6 +++--- ...85bd1e58ec4273ae30856e7e1301c0_1.snaphost} | 6 +++--- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- ...f7baeaad714b292884352e4da267c6c_1.snaphost | 15 ++++++++++++++ .../TestPerformanceAdvisor/memory.json | 2 +- ...rivateEndpoint_endpointService_1.snaphost} | 8 ++++---- ...rvice_67ea8e25b31ead384fc69d04_1.snaphost} | 6 +++--- ...rvice_67ea8e25b31ead384fc69d04_3.snaphost} | 6 +++--- ...teEndpoint_AWS_endpointService_1.snaphost} | 8 ++++---- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...rvice_67ea8e25b31ead384fc69d04_1.snaphost} | 8 ++++---- ...ervice_67ea8e25b31ead384fc69d04_2.snaphost | 16 +++++++++++++++ ...privateEndpoint_endpointService_1.snaphost | 16 +++++++++++++++ ...rvice_67ea8ec8b31ead384fc6b33e_1.snaphost} | 6 +++--- ...ervice_67ea8ec8b31ead384fc6b33e_3.snaphost | 16 +++++++++++++++ ...ivateEndpoint_AZURE_endpointService_1.json | 16 --------------- ...intService_67ea5b3845e7f051644d391d_1.json | 16 --------------- ...intService_67ea5b3845e7f051644d391d_2.json | 16 --------------- ...eEndpoint_AZURE_endpointService_1.snaphost | 16 +++++++++++++++ .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...657_privateEndpoint_endpointService_1.json | 16 --------------- ...ervice_67ea8ec8b31ead384fc6b33e_1.snaphost | 16 +++++++++++++++ ...ervice_67ea8ec8b31ead384fc6b33e_2.snaphost | 16 +++++++++++++++ .../TestPrivateEndpointsAzure/memory.json | 2 +- ...rivateEndpoint_endpointService_1.snaphost} | 10 ++++----- ...rvice_67ea8f17b31ead384fc6b446_1.snaphost} | 6 +++--- ...ervice_67ea8f17b31ead384fc6b446_5.snaphost | 16 +++++++++++++++ ...privateEndpoint_GCP_endpointService_1.json | 16 --------------- ...intService_67ea5b7c3720c313137788a7_2.json | 16 --------------- ...intService_67ea5b7c3720c313137788a7_3.json | 16 --------------- ...intService_67ea5b7c3720c313137788a7_4.json | 16 --------------- ...ateEndpoint_GCP_endpointService_1.snaphost | 16 +++++++++++++++ .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...rvice_67ea8f17b31ead384fc6b446_1.snaphost} | 10 ++++----- ...ervice_67ea8f17b31ead384fc6b446_2.snaphost | 16 +++++++++++++++ ...ervice_67ea8f17b31ead384fc6b446_3.snaphost | 16 +++++++++++++++ ...ervice_67ea8f17b31ead384fc6b446_4.snaphost | 16 +++++++++++++++ .../TestPrivateEndpointsGCP/memory.json | 2 +- ..._67ea5ac73720c31313778067_processes_1.json | 16 --------------- ...d-00-00.vqy3f.mongodb-dev.net_27017_1.json | 16 --------------- ...fc69d1e_clusters_processes-215_1.snaphost} | 8 ++++---- ...fc69d1e_clusters_processes-215_2.snaphost} | 8 ++++---- ...69d1e_clusters_provider_regions_1.snaphost | 16 +++++++++++++++ ...auth_nds_defaultMongoDBMajorVersion_1.json | 15 -------------- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 15 ++++++++++++++ .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...a8e27b31ead384fc69d1e_clusters_1.snaphost} | 8 ++++---- ...-00.iqbzb.mongodb-dev.net_27017_1.snaphost | 16 +++++++++++++++ ...a8e27b31ead384fc69d1e_processes_1.snaphost | 16 +++++++++++++++ ...a8e27b31ead384fc69d1e_processes_2.snaphost | 16 +++++++++++++++ test/e2e/.snapshots/TestProcesses/memory.json | 2 +- ...f_privateEndpoint_regionalMode_2.snaphost} | 6 +++--- ...f_privateEndpoint_regionalMode_1.snaphost} | 6 +++--- ...f_privateEndpoint_regionalMode_1.snaphost} | 6 +++--- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...upRestores-305_backup_snapshots_1.snaphost | 16 +++++++++++++++ ...shots_67ea925bb31ead384fc6cbf7_1.snaphost} | 6 +++--- ...13777759_clusters_backupRestores-55_1.json | 18 ----------------- ...13777759_clusters_backupRestores-55_2.json | 18 ----------------- ...13777759_clusters_backupRestores-55_3.json | 18 ----------------- ...13777759_clusters_backupRestores-55_4.json | 18 ----------------- ...ackupRestores-55_backup_restoreJobs_1.json | 16 --------------- ...estoreJobs_67ea61c9e470643dc2f70adf_1.json | 16 --------------- ...estoreJobs_67ea61c9e470643dc2f70adf_2.json | 16 --------------- ...estoreJobs_67ea61c9e470643dc2f70adf_3.json | 16 --------------- ...estoreJobs_67ea62ba6257d31a195f4c26_1.json | 16 --------------- ...estoreJobs_67ea62ba6257d31a195f4c26_2.json | 16 --------------- ..._snapshots_67ea61116257d31a195f45a2_1.json | 16 --------------- ..._snapshots_67ea61116257d31a195f45a2_2.json | 16 --------------- ..._snapshots_67ea61116257d31a195f45a2_3.json | 16 --------------- ..._snapshots_67ea61116257d31a195f45a2_4.json | 16 --------------- ..._snapshots_67ea61116257d31a195f45a2_5.json | 16 --------------- ...ackupRestores-55_backup_restoreJobs_1.json | 16 --------------- ...estoreJobs_67ea61c9e470643dc2f70adf_1.json | 16 --------------- ...estoreJobs_67ea61c9e470643dc2f70adf_2.json | 16 --------------- ...estoreJobs_67ea62ba6257d31a195f4c26_1.json | 16 --------------- ..._snapshots_67ea61116257d31a195f45a2_1.json | 16 --------------- ...a195f30c8_clusters_provider_regions_1.json | 16 --------------- ...58_clusters_backupRestores-305_1.snaphost} | 8 ++++---- ...58_clusters_backupRestores-305_2.snaphost} | 8 ++++---- ...a058_clusters_provider_regions_1.snaphost} | 6 +++--- ...6c_clusters_backupRestores2-157_1.snaphost | 18 +++++++++++++++++ ...6c_clusters_backupRestores2-157_2.snaphost | 18 +++++++++++++++++ ...a736c_clusters_provider_regions_1.snaphost | 16 +++++++++++++++ ...auth_nds_defaultMongoDBMajorVersion_1.json | 15 -------------- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 15 ++++++++++++++ .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ .../POST__api_atlas_v2_groups_2.json | 17 ---------------- .../POST__api_atlas_v2_groups_2.snaphost | 17 ++++++++++++++++ ...s_67ea5a773720c31313777759_clusters_1.json | 18 ----------------- ...ackupRestores-55_backup_restoreJobs_1.json | 16 --------------- ...ackupRestores-55_backup_restoreJobs_2.json | 16 --------------- ..._backupRestores-55_backup_snapshots_1.json | 16 --------------- ...a8e34b31ead384fc6a058_clusters_1.snaphost} | 8 ++++---- ...ea902084391f6c24ea736c_clusters_1.snaphost | 18 +++++++++++++++++ ...58_clusters_backupRestores-305_3.snaphost} | 8 ++++---- ...Restores-305_backup_restoreJobs_1.snaphost | 16 +++++++++++++++ ...058_clusters_backupRestores-305_4.snaphost | 18 +++++++++++++++++ ...Restores-305_backup_restoreJobs_2.snaphost | 16 +++++++++++++++ ...reJobs_67ea9308b31ead384fc6cdba_3.snaphost | 16 +++++++++++++++ ...reJobs_67ea9308b31ead384fc6cdba_2.snaphost | 16 +++++++++++++++ ...Restores-305_backup_restoreJobs_1.snaphost | 16 +++++++++++++++ ...Restores-305_backup_restoreJobs_1.snaphost | 16 +++++++++++++++ ...reJobs_67ea9308b31ead384fc6cdba_1.snaphost | 16 +++++++++++++++ ...reJobs_67ea9308b31ead384fc6cdba_2.snaphost | 16 +++++++++++++++ ...reJobs_67ea9308b31ead384fc6cdba_1.snaphost | 16 +++++++++++++++ ...reJobs_67ea93ee84391f6c24ea8dc8_1.snaphost | 16 +++++++++++++++ ...reJobs_67ea93ee84391f6c24ea8dc8_2.snaphost | 16 +++++++++++++++ ...reJobs_67ea93ee84391f6c24ea8dc8_1.snaphost | 16 +++++++++++++++ ...pshots_67ea925bb31ead384fc6cbf7_1.snaphost | 16 +++++++++++++++ ...pshots_67ea925bb31ead384fc6cbf7_2.snaphost | 16 +++++++++++++++ ...pshots_67ea925bb31ead384fc6cbf7_3.snaphost | 16 +++++++++++++++ ...pshots_67ea925bb31ead384fc6cbf7_4.snaphost | 16 +++++++++++++++ ...pshots_67ea925bb31ead384fc6cbf7_5.snaphost | 16 +++++++++++++++ ...pshots_67ea925bb31ead384fc6cbf7_1.snaphost | 16 +++++++++++++++ test/e2e/.snapshots/TestRestores/memory.json | 2 +- ..._backupSchedule-997_backup_schedule_1.json | 16 --------------- ...kupSchedule-117_backup_schedule_1.snaphost | 16 +++++++++++++++ ...kupSchedule-117_backup_schedule_1.snaphost | 18 +++++++++++++++++ ..._backupSchedule-997_backup_schedule_1.json | 18 ----------------- ...1644d2d16_clusters_provider_regions_1.json | 16 --------------- ...ed_clusters_backupSchedule-117_1.snaphost} | 8 ++++---- ...eed_clusters_backupSchedule-117_2.snaphost | 18 +++++++++++++++++ ...69eed_clusters_provider_regions_1.snaphost | 16 +++++++++++++++ ...auth_nds_defaultMongoDBMajorVersion_1.json | 15 -------------- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 15 ++++++++++++++ ..._backupSchedule-997_backup_schedule_1.json | 18 ----------------- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...a8e33b31ead384fc69eed_clusters_1.snaphost} | 8 ++++---- ...kupSchedule-117_backup_schedule_1.snaphost | 18 +++++++++++++++++ test/e2e/.snapshots/TestSchedule/memory.json | 2 +- ...ters_search-729_search_indexes_3.snaphost} | 8 ++++---- ...ters_search-729_search_indexes_2.snaphost} | 8 ++++---- ...lusters_search-729_fts_indexes_1.snaphost} | 8 ++++---- ...ters_search-729_search_indexes_1.snaphost} | 8 ++++---- ...dexes_67ea907b84391f6c24ea7552_1.snaphost} | 6 +++--- ...dexes_67ea907b84391f6c24ea7552_1.snaphost} | 8 ++++---- ...a435_clusters_provider_regions_1.snaphost} | 6 +++--- ...384fc6a435_clusters_search-729_1.snaphost} | 8 ++++---- ...384fc6a435_clusters_search-729_2.snaphost} | 8 ++++---- ...auth_nds_defaultMongoDBMajorVersion_1.json | 15 -------------- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 15 ++++++++++++++ ...tLoad_67ea903ab31ead384fc6b79a_1.snaphost} | 8 ++++---- ...tLoad_67ea903ab31ead384fc6b79a_2.snaphost} | 8 ++++---- ...5_sampleDatasetLoad_search-729_1.snaphost} | 8 ++++---- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...a8e38b31ead384fc6a435_clusters_1.snaphost} | 8 ++++---- ...dexes_67ea907b84391f6c24ea7552_1.snaphost} | 8 ++++---- ...ts_indexes_sample_mflix_movies_1.snaphost} | 8 ++++---- test/e2e/.snapshots/TestSearch/memory.json | 2 +- ...clusters_search-43_fts_indexes_4.snaphost} | 8 ++++---- ...clusters_search-43_fts_indexes_2.snaphost} | 8 ++++---- ...clusters_search-43_fts_indexes_3.snaphost} | 8 ++++---- ...clusters_search-43_fts_indexes_1.snaphost} | 8 ++++---- ...dexes_67ea92c3b31ead384fc6cce8_1.snaphost} | 6 +++--- ...dexes_67ea92c3b31ead384fc6cce8_1.snaphost} | 8 ++++---- ...257d31a195f34e6_clusters_search-847_2.json | 18 ----------------- ...6b8e4_clusters_provider_regions_1.snaphost | 16 +++++++++++++++ ...ad384fc6b8e4_clusters_search-43_1.snaphost | 18 +++++++++++++++++ ...ad384fc6b8e4_clusters_search-43_2.snaphost | 18 +++++++++++++++++ ...auth_nds_defaultMongoDBMajorVersion_1.json | 15 -------------- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 15 ++++++++++++++ ...tLoad_67ea929284391f6c24ea8aaf_1.snaphost} | 10 ++++----- ...tLoad_67ea929284391f6c24ea8aaf_2.snaphost} | 10 ++++----- ...8e4_sampleDatasetLoad_search-43_1.snaphost | 16 +++++++++++++++ .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...ea9088b31ead384fc6b8e4_clusters_1.snaphost | 18 +++++++++++++++++ ...dexes_67ea92c3b31ead384fc6cce8_1.snaphost} | 8 ++++---- ...ts_indexes_sample_mflix_movies_1.snaphost} | 8 ++++---- .../TestSearchDeprecated/memory.json | 2 +- ...s_cluster-798_search_deployment_2.snaphost | 16 +++++++++++++++ ...s_cluster-798_search_deployment_3.snaphost | 16 +++++++++++++++ ...s_cluster-798_search_deployment_1.snaphost | 16 +++++++++++++++ ...s_cluster-798_search_deployment_1.snaphost | 14 +++++++++++++ ...384fc6addc_clusters_cluster-798_1.snaphost | 18 +++++++++++++++++ ...384fc6addc_clusters_cluster-798_2.snaphost | 18 +++++++++++++++++ ...6addc_clusters_provider_regions_1.snaphost | 16 +++++++++++++++ ...s_cluster-798_search_deployment_4.snaphost | 16 +++++++++++++++ ...s_cluster-798_search_deployment_7.snaphost | 16 +++++++++++++++ .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...ea8e5cb31ead384fc6addc_clusters_1.snaphost | 18 +++++++++++++++++ ...s_cluster-798_search_deployment_5.snaphost | 16 +++++++++++++++ ...s_cluster-798_search_deployment_6.snaphost | 16 +++++++++++++++ ...s_cluster-798_search_deployment_1.snaphost | 16 +++++++++++++++ ...s_cluster-798_search_deployment_1.snaphost | 17 ++++++++++++++++ .../.snapshots/TestSearchNodes/memory.json | 1 + ...e38b31ead384fc6a356_serverless_1.snaphost} | 8 ++++---- ...fc6a356_serverless_cluster-716_1.snaphost} | 6 +++--- ...fc6a356_serverless_cluster-716_3.snaphost} | 8 ++++---- ...e38b31ead384fc6a356_serverless_1.snaphost} | 8 ++++---- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...fc6a356_serverless_cluster-716_1.snaphost} | 8 ++++---- ...fc6a356_serverless_cluster-716_1.snaphost} | 8 ++++---- ...fc6a356_serverless_cluster-716_2.snaphost} | 8 ++++---- .../e2e/.snapshots/TestServerless/memory.json | 2 +- ...8e70b31ead384fc6af98_accessList_1.snaphost | 13 ++++++++++++ ...8e70b31ead384fc6af98_accessList_2.snaphost | 16 +++++++++++++++ ...384fc6af98_clusters_cluster-573_1.snaphost | 7 +++++++ ...384fc6af98_clusters_cluster-573_2.snaphost | 16 +++++++++++++++ ...84fc6af98_clusters_cluster-573_17.snaphost | 13 ++++++++++++ ...84fc6af98_clusters_cluster-573_18.snaphost | 18 +++++++++++++++++ ...databaseUsers_admin_cluster-525_1.snaphost | 13 ++++++++++++ ...databaseUsers_admin_cluster-525_2.snaphost | 16 +++++++++++++++ ...84fc6af98_clusters_cluster-573_13.snaphost | 13 ++++++++++++ ...84fc6af98_clusters_cluster-573_14.snaphost | 18 +++++++++++++++++ ...84fc6af98_clusters_cluster-573_15.snaphost | 13 ++++++++++++ ...84fc6af98_clusters_cluster-573_16.snaphost | 18 +++++++++++++++++ ...84fc6af98_clusters_cluster-573_19.snaphost | 13 ++++++++++++ ...84fc6af98_clusters_cluster-573_20.snaphost | 18 +++++++++++++++++ ...84fc6af98_clusters_cluster-573_21.snaphost | 13 ++++++++++++ ...84fc6af98_clusters_cluster-573_22.snaphost | 18 +++++++++++++++++ ...84fc6af98_clusters_cluster-573_23.snaphost | 13 ++++++++++++ ...84fc6af98_clusters_cluster-573_24.snaphost | 18 +++++++++++++++++ ...84fc6af98_clusters_cluster-573_25.snaphost | 13 ++++++++++++ ...84fc6af98_clusters_cluster-573_26.snaphost | 18 +++++++++++++++++ ...84fc6af98_clusters_cluster-573_27.snaphost | 13 ++++++++++++ ...84fc6af98_clusters_cluster-573_28.snaphost | 18 +++++++++++++++++ ...84fc6af98_clusters_cluster-573_29.snaphost | 13 ++++++++++++ ...84fc6af98_clusters_cluster-573_30.snaphost | 18 +++++++++++++++++ ...84fc6af98_clusters_cluster-573_31.snaphost | 13 ++++++++++++ ...84fc6af98_clusters_cluster-573_32.snaphost | 18 +++++++++++++++++ ...84fc6af98_clusters_cluster-573_33.snaphost | 13 ++++++++++++ ...84fc6af98_clusters_cluster-573_34.snaphost | 18 +++++++++++++++++ .../POST__api_atlas_v2_groups_1.snaphost | 13 ++++++++++++ .../POST__api_atlas_v2_groups_2.snaphost | 17 ++++++++++++++++ ...384fc6af98_clusters_cluster-573_1.snaphost | 13 ++++++++++++ ...84fc6af98_clusters_cluster-573_10.snaphost | 18 +++++++++++++++++ ...84fc6af98_clusters_cluster-573_11.snaphost | 13 ++++++++++++ ...84fc6af98_clusters_cluster-573_12.snaphost | 18 +++++++++++++++++ ...384fc6af98_clusters_cluster-573_2.snaphost | 18 +++++++++++++++++ ...384fc6af98_clusters_cluster-573_3.snaphost | 13 ++++++++++++ ...384fc6af98_clusters_cluster-573_4.snaphost | 18 +++++++++++++++++ ...384fc6af98_clusters_cluster-573_5.snaphost | 13 ++++++++++++ ...384fc6af98_clusters_cluster-573_6.snaphost | 18 +++++++++++++++++ ...384fc6af98_clusters_cluster-573_7.snaphost | 13 ++++++++++++ ...384fc6af98_clusters_cluster-573_8.snaphost | 18 +++++++++++++++++ ...384fc6af98_clusters_cluster-573_9.snaphost | 13 ++++++++++++ ...8e70b31ead384fc6af98_accessList_1.snaphost | 13 ++++++++++++ ...8e70b31ead384fc6af98_accessList_2.snaphost | 16 +++++++++++++++ ...ea8e70b31ead384fc6af98_clusters_1.snaphost | 13 ++++++++++++ ...ea8e70b31ead384fc6af98_clusters_2.snaphost | 18 +++++++++++++++++ ...0b31ead384fc6af98_databaseUsers_1.snaphost | 13 ++++++++++++ ...0b31ead384fc6af98_databaseUsers_2.snaphost | 16 +++++++++++++++ test/e2e/.snapshots/TestSetup/memory.json | 1 + .../GET__api_private_ipinfo_3.snaphost | 13 ++++++++++++ .../GET__api_private_ipinfo_4.snaphost | 13 ++++++++++++ ...ea3f2ed2e7dd6ce05_databaseUsers_3.snaphost | 13 ++++++++++++ ...ea3f2ed2e7dd6ce05_databaseUsers_4.snaphost | 13 ++++++++++++ .../GET__api_private_ipinfo_5.snaphost | 13 ++++++++++++ .../GET__api_private_ipinfo_6.snaphost | 16 +++++++++++++++ ...11111111111111111_databaseUsers_1.snaphost | 13 ++++++++++++ ...11111111111111111_databaseUsers_2.snaphost | 15 ++++++++++++++ .../GET__api_private_ipinfo_1.snaphost | 13 ++++++++++++ .../GET__api_private_ipinfo_2.snaphost | 13 ++++++++++++ ...ea3f2ed2e7dd6ce05_databaseUsers_1.snaphost | 13 ++++++++++++ ...ea3f2ed2e7dd6ce05_databaseUsers_2.snaphost | 13 ++++++++++++ .../POST__api_atlas_v2_groups_1.snaphost | 13 ++++++++++++ .../POST__api_atlas_v2_groups_2.snaphost | 17 ++++++++++++++++ .../TestSetupFailureFlow/memory.json | 1 + ...ea8e35b31ead384fc6a140_clusters_1.snaphost | 18 +++++++++++++++++ ...ad384fc6a140_clusters_cluster-7_1.snaphost | 16 +++++++++++++++ ...31377813d_clusters_provider_regions_1.json | 16 --------------- ...a140_clusters_provider_regions_1.snaphost} | 6 +++--- ...auth_nds_defaultMongoDBMajorVersion_1.json | 15 -------------- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 15 ++++++++++++++ .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...s_67ea5ac93720c3131377813d_clusters_1.json | 18 ----------------- .../.snapshots/TestShardedCluster/memory.json | 2 +- ...e7f051644d3093_clusters_cluster-462_1.json | 16 --------------- ...e7f051644d3093_clusters_cluster-462_2.json | 18 ----------------- ...e7f051644d3093_clusters_cluster-462_3.json | 18 ----------------- ...e7f051644d3093_clusters_cluster-462_4.json | 18 ----------------- ...e7f051644d3093_clusters_cluster-462_7.json | 18 ----------------- ...84fc6a56a_clusters_cluster-318_1.snaphost} | 8 ++++---- ...384fc6a56a_clusters_cluster-318_2.snaphost | 18 +++++++++++++++++ ...a56a_clusters_provider_regions_1.snaphost} | 8 ++++---- ...auth_nds_defaultMongoDBMajorVersion_1.json | 15 -------------- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 15 ++++++++++++++ ...f051644d3093_clusters_tenantUpgrade_1.json | 16 --------------- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...a8e3ab31ead384fc6a56a_clusters_1.snaphost} | 8 ++++---- ...384fc6a56a_clusters_cluster-318_1.snaphost | 16 +++++++++++++++ ...384fc6a56a_clusters_cluster-318_3.snaphost | 18 +++++++++++++++++ ...384fc6a56a_clusters_cluster-318_4.snaphost | 18 +++++++++++++++++ ...84fc6a56a_clusters_cluster-318_5.snaphost} | 8 ++++---- ...84fc6a56a_clusters_cluster-318_6.snaphost} | 8 ++++---- ...84fc6a56a_clusters_cluster-318_7.snaphost} | 8 ++++---- ...84fc6a56a_clusters_cluster-318_8.snaphost} | 8 ++++---- ...4fc6a56a_clusters_tenantUpgrade_1.snaphost | 16 +++++++++++++++ .../TestSharedClusterUpgrade/memory.json | 2 +- ...da6aea3f2ed2e7dd6ce05_clusters_1.snaphost} | 8 ++++---- ...s_cluster-199_backup_snapshots_1.snaphost} | 8 ++++---- ...2e7dd6ce05_clusters_cluster-199_1.snaphost | 16 +++++++++++++++ ...f2ed2e7dd6ce05_clusters_cluster-221_1.json | 16 --------------- ...shots_67ea8ffa84391f6c24ea7299_1.snaphost} | 6 +++--- ...pshots_67ea8ffa84391f6c24ea7299_6.snaphost | 16 +++++++++++++++ ...shots_67ea8ffa84391f6c24ea7299_2.snaphost} | 8 ++++---- ...e7dd6ce05_clusters_cluster-199_1.snaphost} | 8 ++++---- ...e7dd6ce05_clusters_cluster-199_2.snaphost} | 8 ++++---- ...e7dd6ce05_clusters_cluster-199_3.snaphost} | 8 ++++---- ...e7dd6ce05_clusters_cluster-199_4.snaphost} | 8 ++++---- ..._snapshots_67ea5e24e470643dc2f6f19a_5.json | 16 --------------- ..._snapshots_67ea5e24e470643dc2f6f19a_6.json | 16 --------------- ...auth_nds_defaultMongoDBMajorVersion_1.json | 15 -------------- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 15 ++++++++++++++ ...s_cluster-199_backup_snapshots_1.snaphost} | 8 ++++---- ...s_cluster-199_backup_snapshots_1.snaphost} | 8 ++++---- ...shots_67ea8ffa84391f6c24ea7299_1.snaphost} | 8 ++++---- ...shots_67ea8ffa84391f6c24ea7299_2.snaphost} | 6 +++--- ...shots_67ea8ffa84391f6c24ea7299_3.snaphost} | 8 ++++---- ...shots_67ea8ffa84391f6c24ea7299_4.snaphost} | 8 ++++---- ...pshots_67ea8ffa84391f6c24ea7299_5.snaphost | 16 +++++++++++++++ ...shots_67ea8ffa84391f6c24ea7299_1.snaphost} | 8 ++++---- test/e2e/.snapshots/TestSnapshots/memory.json | 2 +- ...reams_instance-993_connections_1.snaphost} | 8 ++++---- ...ea8e3db31ead384fc6a76c_streams_1.snaphost} | 8 ++++---- ...streams_privateLinkConnections_1.snaphost} | 8 ++++---- ...e-993_connections_connection-0_1.snaphost} | 6 +++--- ...84fc6a76c_streams_instance-993_1.snaphost} | 6 +++--- ...tions_67ea8e40b31ead384fc6a86c_1.snaphost} | 6 +++--- ...e-993_connections_connection-0_1.snaphost} | 10 ++++----- ...84fc6a76c_streams_instance-993_1.snaphost} | 8 ++++---- ...tions_67ea8e40b31ead384fc6a86c_1.snaphost} | 8 ++++---- ...streams_instance-993_auditLogs_1.snaphost} | Bin 668 -> 667 bytes ...ea8e3db31ead384fc6a76c_streams_1.snaphost} | 8 ++++---- ...ea8e3db31ead384fc6a76c_streams_2.snaphost} | 6 +++--- ...streams_privateLinkConnections_1.snaphost} | 8 ++++---- ...reams_instance-993_connections_1.snaphost} | 10 ++++----- ...ance-989_connections_connection-280_1.json | 16 --------------- .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...ce-993_connections_connection-0_1.snaphost | 16 +++++++++++++++ ...84fc6a76c_streams_instance-993_1.snaphost} | 8 ++++---- test/e2e/.snapshots/TestStreams/memory.json | 2 +- ...reams_instance-258_connections_1.snaphost} | 8 ++++---- ...ea8e3bb31ead384fc6a606_streams_1.snaphost} | 8 ++++---- ...84fc6a606_streams_instance-258_1.snaphost} | 6 +++--- ...5e7f051644d33ec_clusters_cluster-99_1.json | 18 ----------------- ...1644d33ec_clusters_provider_regions_1.json | 16 --------------- ...384fc6a606_clusters_cluster-54_1.snaphost} | 8 ++++---- ...384fc6a606_clusters_cluster-54_2.snaphost} | 6 +++--- ...6a606_clusters_provider_regions_1.snaphost | 16 +++++++++++++++ ...auth_nds_defaultMongoDBMajorVersion_1.json | 15 -------------- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 15 ++++++++++++++ .../POST__api_atlas_v2_groups_1.json | 17 ---------------- .../POST__api_atlas_v2_groups_1.snaphost | 17 ++++++++++++++++ ...s_67ea5ac045e7f051644d33ec_clusters_1.json | 18 ----------------- ...a8e3bb31ead384fc6a606_clusters_1.snaphost} | 6 +++--- .../TestStreamsWithClusters/memory.json | 2 +- 764 files changed, 6216 insertions(+), 3093 deletions(-) delete mode 100644 test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_processes_1.json rename test/e2e/.snapshots/TestAccessLogs/{GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_clusters_accessLogs-472_1.json => GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_clusters_accessLogs-505_1.snaphost} (65%) rename test/e2e/.snapshots/TestAccessLogs/{GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_clusters_accessLogs-472_2.json => GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_clusters_accessLogs-505_2.snaphost} (53%) rename test/e2e/.snapshots/{TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_clusters_provider_regions_1.json => TestAccessLogs/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_clusters_provider_regions_1.snaphost} (89%) create mode 100644 test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_processes_1.snaphost rename test/e2e/.snapshots/{TestExportJobs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json => TestAccessLogs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost} (71%) rename test/e2e/.snapshots/TestAccessLogs/{GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_dbAccessHistory_clusters_accessLogs-472_1.json => List_by_clusterName/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_dbAccessHistory_clusters_accessLogs-505_1.snaphost} (73%) rename test/e2e/.snapshots/TestAccessLogs/{GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_dbAccessHistory_processes_atlas-kbnw0p-shard-00-00.raofe.mongodb-dev.net_1.json => List_by_hostname/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_dbAccessHistory_processes_atlas-iaoq2f-shard-00-00.uhefy.mongodb-dev.net_1.snaphost} (73%) delete mode 100644 test/e2e/.snapshots/TestAccessLogs/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestAccessLogs/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/TestAccessLogs/{POST__api_atlas_v2_groups_67ea5a7d3720c313137777c9_clusters_1.json => POST__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_clusters_1.snaphost} (65%) create mode 100644 test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Create/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/GET__api_private_ipinfo_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_2.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete#01/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_74.249.20.138_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_192.168.0.127_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/memory.json create mode 100644 test/e2e/.snapshots/TestAtlasOrgAPIKeys/Create/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgAPIKeys/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3eb31ead384fc6a80e_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgAPIKeys/Describe/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3eb31ead384fc6a80e_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgAPIKeys/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgAPIKeys/List_Compact/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_2.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgAPIKeys/Update/PATCH__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3eb31ead384fc6a80e_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgAPIKeys/memory.json create mode 100644 test/e2e/.snapshots/TestAtlasOrgInvitations/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_67ea8e3fb31ead384fc6a838_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgInvitations/Describe/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_67ea8e3fb31ead384fc6a838_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgInvitations/Invite/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgInvitations/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgInvitations/Update_by_ID/PATCH__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_67ea8e3fb31ead384fc6a838_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgInvitations/Update_by_email/PATCH__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgInvitations/memory.json create mode 100644 test/e2e/.snapshots/TestAtlasOrgs/Describe/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgs/List/GET__api_atlas_v2_orgs_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgs/List_Org_Users/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasOrgs/memory.json create mode 100644 test/e2e/.snapshots/TestAtlasProjectAPIKeys/Assign/PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_67ea8e41b31ead384fc6a874_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjectAPIKeys/Create/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjectAPIKeys/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e41b31ead384fc6a874_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjectAPIKeys/Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_67ea8e41b31ead384fc6a874_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjectAPIKeys/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjectAPIKeys/List_Compact/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_2.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjectAPIKeys/memory.json rename test/e2e/.snapshots/TestAtlasProjectInvitations/{DELETE__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_67ea5a8f3720c31313777aa3_1.json => Delete/DELETE__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_67ea8e44b31ead384fc6a9ce_1.snaphost} (74%) rename test/e2e/.snapshots/TestAtlasProjectInvitations/{GET__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_67ea5a8f3720c31313777aa3_1.json => Describe/GET__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_67ea8e44b31ead384fc6a9ce_1.snaphost} (51%) rename test/e2e/.snapshots/TestAtlasProjectInvitations/{POST__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_1.json => Invite/POST__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_1.snaphost} (50%) rename test/e2e/.snapshots/TestAtlasProjectInvitations/{GET__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_1.json => List/GET__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_1.snaphost} (50%) delete mode 100644 test/e2e/.snapshots/TestAtlasProjectInvitations/PATCH__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_1.json delete mode 100644 test/e2e/.snapshots/TestAtlasProjectInvitations/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestAtlasProjectInvitations/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/TestAtlasProjectInvitations/{PATCH__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_67ea5a8f3720c31313777aa3_1.json => Update_by_ID/PATCH__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_67ea8e44b31ead384fc6a9ce_1.snaphost} (50%) create mode 100644 test/e2e/.snapshots/TestAtlasProjectInvitations/Update_by_email/PATCH__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjectTeams/Add/POST__api_atlas_v2_groups_67ea8e45b31ead384fc6a9e3_teams_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjectTeams/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e48b31ead384fc6aabc_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjectTeams/Delete/DELETE__api_atlas_v2_groups_67ea8e45b31ead384fc6a9e3_teams_67ea8e48b31ead384fc6aabc_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjectTeams/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjectTeams/List/GET__api_atlas_v2_groups_67ea8e45b31ead384fc6a9e3_teams_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjectTeams/POST__api_atlas_v2_groups_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjectTeams/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjectTeams/Update/PATCH__api_atlas_v2_groups_67ea8e45b31ead384fc6a9e3_teams_67ea8e48b31ead384fc6aabc_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjectTeams/memory.json create mode 100644 test/e2e/.snapshots/TestAtlasProjects/Create/POST__api_atlas_v2_groups_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjects/Delete/DELETE__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjects/Describe/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjects/List/GET__api_atlas_v2_groups_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjects/Tags/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_2.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjects/Update_resetTags/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_4.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjects/Update_resetTags/PATCH__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_2.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjects/Update_setNameAndTags/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_3.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjects/Update_setNameAndTags/PATCH__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjects/Users/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_users_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasProjects/memory.json create mode 100644 test/e2e/.snapshots/TestAtlasTeamUsers/Add/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_users_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasTeamUsers/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasTeamUsers/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_users_61dc5929ae95796dcd418d1d_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasTeamUsers/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasTeamUsers/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_2.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasTeamUsers/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_users_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasTeamUsers/List_Compact/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_users_2.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasTeamUsers/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasTeamUsers/memory.json create mode 100644 test/e2e/.snapshots/TestAtlasTeams/Create/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasTeams/Create/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasTeams/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e52b31ead384fc6acc0_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasTeams/Describe_By_ID/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e52b31ead384fc6acc0_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasTeams/Describe_By_Name/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_byName_teams149_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasTeams/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasTeams/List_Compact/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_2.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasTeams/Rename/PATCH__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e52b31ead384fc6acc0_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasTeams/memory.json create mode 100644 test/e2e/.snapshots/TestAtlasUsers/Describe_by_ID/GET__api_atlas_v2_users_5e4bc367c6b0f41bb9bbb178_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasUsers/Describe_by_username/GET__api_atlas_v2_users_byName_andrea.angiolillo@mongodb.com_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasUsers/Invite/POST__api_atlas_v2_users_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasUsers/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_users_1.snaphost create mode 100644 test/e2e/.snapshots/TestAtlasUsers/memory.json rename test/e2e/.snapshots/TestAutogeneratedCommands/{GET__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_AutogeneratedCommands-7_1.json => GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_AutogeneratedCommands-1_1.snaphost} (70%) rename test/e2e/.snapshots/TestAutogeneratedCommands/{GET__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_AutogeneratedCommands-7_2.json => GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_AutogeneratedCommands-1_2.snaphost} (54%) rename test/e2e/.snapshots/TestAutogeneratedCommands/{GET__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_AutogeneratedCommands-7_3.json => GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_AutogeneratedCommands-1_3.snaphost} (54%) rename test/e2e/.snapshots/{TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_provider_regions_1.json => TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_provider_regions_1.snaphost} (90%) delete mode 100644 test/e2e/.snapshots/TestAutogeneratedCommands/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestAutogeneratedCommands/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/TestAutogeneratedCommands/{POST__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_1.json => POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_1.snaphost} (70%) rename test/e2e/.snapshots/{TestBackupCompliancePolicyPoliciesDescribe/GET__api_atlas_v2_groups_67ea5ae145e7f051644d371a_backupCompliancePolicy_2.json => TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_1.snaphost} (68%) rename test/e2e/.snapshots/{TestBackupCompliancePolicyDescribe/GET__api_atlas_v2_groups_67ea5acf3720c3131377830c_backupCompliancePolicy_1.json => TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_2.snaphost} (65%) delete mode 100644 test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/{TestBackupCompliancePolicyDescribe/PUT__api_atlas_v2_groups_67ea5acf3720c3131377830c_backupCompliancePolicy_1.json => TestBackupCompliancePolicyCopyProtection/PUT__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_1.snaphost} (67%) rename test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/{GET__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_4.json => disable/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_6.snaphost} (67%) rename test/e2e/.snapshots/{TestBackupCompliancePolicyEnable/PUT__api_atlas_v2_groups_67ea5ad73720c3131377842d_backupCompliancePolicy_1.json => TestBackupCompliancePolicyCopyProtection/disable/PUT__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_3.snaphost} (67%) rename test/e2e/.snapshots/{TestBackupCompliancePolicyDescribe/GET__api_atlas_v2_groups_67ea5acf3720c3131377830c_backupCompliancePolicy_2.json => TestBackupCompliancePolicyCopyProtection/enable/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_3.snaphost} (70%) rename test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/{GET__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_3.json => enable/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_4.snaphost} (67%) create mode 100644 test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_5.snaphost rename test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/{PUT__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_2.json => enable/PUT__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_2.snaphost} (67%) rename test/e2e/.snapshots/{TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_1.json => TestBackupCompliancePolicyDescribe/GET__api_atlas_v2_groups_67ea8e3cb31ead384fc6a69e_backupCompliancePolicy_1.snaphost} (67%) create mode 100644 test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/GET__api_atlas_v2_groups_67ea8e3cb31ead384fc6a69e_backupCompliancePolicy_2.snaphost delete mode 100644 test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/{TestBackupCompliancePolicyCopyProtection/PUT__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_1.json => TestBackupCompliancePolicyDescribe/PUT__api_atlas_v2_groups_67ea8e3cb31ead384fc6a69e_backupCompliancePolicy_1.snaphost} (67%) delete mode 100644 test/e2e/.snapshots/TestBackupCompliancePolicyEnable/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestBackupCompliancePolicyEnable/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/{TestBackupCompliancePolicyCopyProtection/PUT__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_3.json => TestBackupCompliancePolicyEnable/PUT__api_atlas_v2_groups_67ea8e43b31ead384fc6a965_backupCompliancePolicy_1.snaphost} (67%) rename test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/{GET__api_atlas_v2_groups_67ea5ad945e7f051644d36a6_backupCompliancePolicy_1.json => GET__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_1.snaphost} (65%) rename test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/{GET__api_atlas_v2_groups_67ea5ad945e7f051644d36a6_backupCompliancePolicy_2.json => GET__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_2.snaphost} (68%) delete mode 100644 test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/{PUT__api_atlas_v2_groups_67ea5ad945e7f051644d36a6_backupCompliancePolicy_1.json => PUT__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_1.snaphost} (65%) create mode 100644 test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/GET__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_3.snaphost rename test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/{PUT__api_atlas_v2_groups_67ea5ad945e7f051644d36a6_backupCompliancePolicy_2.json => enable/PUT__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_2.snaphost} (71%) rename test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/{GET__api_atlas_v2_groups_67ea5ae145e7f051644d371a_backupCompliancePolicy_1.json => GET__api_atlas_v2_groups_67ea8e4fb31ead384fc6abfa_backupCompliancePolicy_1.snaphost} (67%) rename test/e2e/.snapshots/{TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_2.json => TestBackupCompliancePolicyPoliciesDescribe/GET__api_atlas_v2_groups_67ea8e4fb31ead384fc6abfa_backupCompliancePolicy_2.snaphost} (70%) delete mode 100644 test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/POST__api_atlas_v2_groups_1.snaphost delete mode 100644 test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/PUT__api_atlas_v2_groups_67ea5ae145e7f051644d371a_backupCompliancePolicy_1.json create mode 100644 test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/PUT__api_atlas_v2_groups_67ea8e4fb31ead384fc6abfa_backupCompliancePolicy_1.snaphost delete mode 100644 test/e2e/.snapshots/TestBackupCompliancePolicySetup/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestBackupCompliancePolicySetup/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/TestBackupCompliancePolicySetup/{PUT__api_atlas_v2_groups_67ea5ae845e7f051644d37b9_backupCompliancePolicy_1.json => PUT__api_atlas_v2_groups_67ea8e56b31ead384fc6ad2a_backupCompliancePolicy_1.snaphost} (68%) rename test/e2e/.snapshots/TestClustersFile/{POST__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_index_1.json => Create_index_with_unknown_fields/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_index_1.snaphost} (75%) rename test/e2e/.snapshots/TestClustersFile/{POST__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_1.json => Create_via_file/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_1.snaphost} (74%) rename test/e2e/.snapshots/{TestExportJobs/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_1.json => TestClustersFile/Delete_file_creation/DELETE__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_1.snaphost} (71%) rename test/e2e/.snapshots/{TestAccessLogs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json => TestClustersFile/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost} (71%) delete mode 100644 test/e2e/.snapshots/TestClustersFile/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestClustersFile/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/TestClustersFile/{GET__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_2.json => Update_via_file/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_3.snaphost} (68%) rename test/e2e/.snapshots/TestClustersFile/{PATCH__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_1.json => Update_via_file/PATCH__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_1.snaphost} (68%) rename test/e2e/.snapshots/TestClustersFile/{GET__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_1.json => Watch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_1.snaphost} (74%) rename test/e2e/.snapshots/TestClustersFile/{GET__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_3.json => Watch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_2.snaphost} (68%) create mode 100644 test/e2e/.snapshots/TestClustersFlags/Create/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_1.snaphost create mode 100644 test/e2e/.snapshots/TestClustersFlags/Create/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_2.snaphost create mode 100644 test/e2e/.snapshots/TestClustersFlags/Create/POST__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_1.snaphost create mode 100644 test/e2e/.snapshots/TestClustersFlags/Create_Rolling_Index/POST__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_index_1.snaphost rename test/e2e/.snapshots/{TestClustersFile/DELETE__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_1.json => TestClustersFlags/Delete/DELETE__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_2.snaphost} (71%) create mode 100644 test/e2e/.snapshots/TestClustersFlags/Delete/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_6.snaphost create mode 100644 test/e2e/.snapshots/TestClustersFlags/Delete/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_7.snaphost create mode 100644 test/e2e/.snapshots/TestClustersFlags/Describe/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_3.snaphost create mode 100644 test/e2e/.snapshots/TestClustersFlags/Describe_Advanced_Configuration_Settings/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_processArgs_1.snaphost create mode 100644 test/e2e/.snapshots/TestClustersFlags/Describe_Connection_String/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_4.snaphost create mode 100644 test/e2e/.snapshots/TestClustersFlags/Fail_Delete_for_Termination_Protection_enabled/DELETE__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_1.snaphost rename test/e2e/.snapshots/{TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_clusters_provider_regions_1.json => TestClustersFlags/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_provider_regions_1.snaphost} (89%) rename test/e2e/.snapshots/{TestClustersFile/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json => TestClustersFlags/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost} (71%) create mode 100644 test/e2e/.snapshots/TestClustersFlags/List/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_1.snaphost rename test/e2e/.snapshots/{TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_sampleDatasetLoad_search-366_1.json => TestClustersFlags/Load_Sample_Data/POST__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_sampleDatasetLoad_cluster-998_1.snaphost} (53%) create mode 100644 test/e2e/.snapshots/TestClustersFlags/POST__api_atlas_v2_groups_1.snaphost create mode 100644 test/e2e/.snapshots/TestClustersFlags/Update/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_5.snaphost create mode 100644 test/e2e/.snapshots/TestClustersFlags/Update/PATCH__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_1.snaphost create mode 100644 test/e2e/.snapshots/TestClustersFlags/Update_Advanced_Configuration_Settings/PATCH__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_processArgs_1.snaphost create mode 100644 test/e2e/.snapshots/TestClustersFlags/memory.json rename test/e2e/.snapshots/TestClustersM0Flags/{POST__api_atlas_v2_groups_67ea5ac245e7f051644d3463_clusters_1.json => Create/POST__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_1.snaphost} (55%) rename test/e2e/.snapshots/TestClustersM0Flags/{DELETE__api_atlas_v2_groups_67ea5ac245e7f051644d3463_clusters_cluster-656_1.json => Delete/DELETE__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_cluster-702_1.snaphost} (71%) create mode 100644 test/e2e/.snapshots/TestClustersM0Flags/Describe/GET__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_cluster-702_3.snaphost delete mode 100644 test/e2e/.snapshots/TestClustersM0Flags/GET__api_atlas_v2_groups_67ea5ac245e7f051644d3463_clusters_cluster-656_2.json delete mode 100644 test/e2e/.snapshots/TestClustersM0Flags/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestClustersM0Flags/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/{TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_1.json => TestClustersM0Flags/Watch/GET__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_cluster-702_1.snaphost} (54%) create mode 100644 test/e2e/.snapshots/TestClustersM0Flags/Watch/GET__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_cluster-702_2.snaphost rename test/e2e/.snapshots/TestDataFederation/{POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.json => Create/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.snaphost} (72%) rename test/e2e/.snapshots/TestDataFederation/{DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_2.json => DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_2.snaphost} (64%) rename test/e2e/.snapshots/{TestDataFederationQueryLimit/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_1.json => TestDataFederation/Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_1.snaphost} (71%) rename test/e2e/.snapshots/TestDataFederation/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_1.json => Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_1.snaphost} (72%) create mode 100644 test/e2e/.snapshots/TestDataFederation/Download_Logs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_queryLogs.gz_2.snaphost rename test/e2e/.snapshots/TestDataFederation/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.json => List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.snaphost} (72%) rename test/e2e/.snapshots/TestDataFederation/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_queryLogs.gz_1.json => Log/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_queryLogs.gz_1.snaphost} (56%) rename test/e2e/.snapshots/TestDataFederation/{PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_1.json => Update/PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_1.snaphost} (74%) rename test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/{POST__api_atlas_v2_groups_67ea5a8e3720c313137779af_privateNetworkSettings_endpointIds_1.json => Create/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a33d_privateNetworkSettings_endpointIds_1.snaphost} (67%) rename test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/{DELETE__api_atlas_v2_groups_67ea5a8e3720c313137779af_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe7670_1.json => Delete/DELETE__api_atlas_v2_groups_67ea8e38b31ead384fc6a33d_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe5275_1.snaphost} (70%) rename test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/{GET__api_atlas_v2_groups_67ea5a8e3720c313137779af_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe7670_1.json => Describe/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a33d_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe5275_1.snaphost} (66%) rename test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/{GET__api_atlas_v2_groups_67ea5a8e3720c313137779af_privateNetworkSettings_endpointIds_1.json => List/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a33d_privateNetworkSettings_endpointIds_1.snaphost} (64%) delete mode 100644 test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/TestDataFederationQueryLimit/{PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_limits_bytesProcessed.query_1.json => Create/PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_limits_bytesProcessed.query_1.snaphost} (60%) rename test/e2e/.snapshots/TestDataFederationQueryLimit/{POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.json => Create_Data_Federation/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.snaphost} (72%) rename test/e2e/.snapshots/TestDataFederationQueryLimit/{DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_limits_bytesProcessed.query_1.json => Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_limits_bytesProcessed.query_1.snaphost} (71%) rename test/e2e/.snapshots/{TestDataFederation/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_1.json => TestDataFederationQueryLimit/Delete_Data_Federation/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_1.snaphost} (71%) rename test/e2e/.snapshots/TestDataFederationQueryLimit/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_limits_bytesProcessed.query_1.json => Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_limits_bytesProcessed.query_1.snaphost} (59%) rename test/e2e/.snapshots/TestDataFederationQueryLimit/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_limits_1.json => List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_limits_1.snaphost} (53%) rename test/e2e/.snapshots/TestExportBuckets/{POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.json => Create/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.snaphost} (67%) rename test/e2e/.snapshots/TestExportBuckets/{DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_67ea5a8945e7f051644d2df7_1.json => Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_67ea8e39b31ead384fc6a547_1.snaphost} (70%) rename test/e2e/.snapshots/TestExportBuckets/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_67ea5a8945e7f051644d2df7_1.json => Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_67ea8e39b31ead384fc6a547_1.snaphost} (67%) rename test/e2e/.snapshots/TestExportBuckets/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.json => List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.snaphost} (98%) rename test/e2e/.snapshots/TestExportJobs/{POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.json => Create_bucket/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.snaphost} (67%) rename test/e2e/.snapshots/TestExportJobs/{POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_1.json => Create_cluster/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_1.snaphost} (70%) rename test/e2e/.snapshots/TestExportJobs/{POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_1.json => Create_job/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_1.snaphost} (50%) rename test/e2e/.snapshots/{TestSnapshots/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_1.json => TestExportJobs/Create_snapshot/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_1.snaphost} (53%) rename test/e2e/.snapshots/{TestShardedCluster/DELETE__api_atlas_v2_groups_67ea5ac93720c3131377813d_clusters_cluster-364_1.json => TestExportJobs/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_1.snaphost} (71%) rename test/e2e/.snapshots/{TestRestores/DELETE__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_1.json => TestExportJobs/Delete_snapshot/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_1.snaphost} (70%) create mode 100644 test/e2e/.snapshots/TestExportJobs/Describe_job/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_67ea9100b31ead384fc6ba9d_4.snaphost delete mode 100644 test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_67ea5f0ae470643dc2f6f4d0_3.json rename test/e2e/.snapshots/{TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_1.json => TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_1.snaphost} (70%) rename test/e2e/.snapshots/{TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_2.json => TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_2.snaphost} (64%) rename test/e2e/.snapshots/TestExportJobs/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_3.json => GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_3.snaphost} (64%) rename test/e2e/.snapshots/{TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_4.json => TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_4.snaphost} (64%) rename test/e2e/.snapshots/{TestLDAPWithFlags/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json => TestExportJobs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost} (71%) rename test/e2e/.snapshots/TestExportJobs/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_1.json => List_jobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_1.snaphost} (55%) rename test/e2e/.snapshots/TestExportJobs/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_67ea5f0ae470643dc2f6f4d0_1.json => Watch_create_job/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_67ea9100b31ead384fc6ba9d_1.snaphost} (50%) rename test/e2e/.snapshots/TestExportJobs/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_67ea5f0ae470643dc2f6f4d0_2.json => Watch_create_job/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_67ea9100b31ead384fc6ba9d_2.snaphost} (50%) create mode 100644 test/e2e/.snapshots/TestExportJobs/Watch_create_job/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_67ea9100b31ead384fc6ba9d_3.snaphost rename test/e2e/.snapshots/TestExportJobs/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_1.json => Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_1.snaphost} (53%) rename test/e2e/.snapshots/{TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_2.json => TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_2.snaphost} (53%) rename test/e2e/.snapshots/{TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_3.json => TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_3.snaphost} (54%) rename test/e2e/.snapshots/{TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_4.json => TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_4.snaphost} (60%) rename test/e2e/.snapshots/TestExportJobs/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_5.json => Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_5.snaphost} (50%) rename test/e2e/.snapshots/{TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_1.json => TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_1.snaphost} (60%) rename test/e2e/.snapshots/{TestFlexClustersFile/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-652_1.json => TestFlexBackup/Delete_flex_cluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-137_1.snaphost} (60%) rename test/e2e/.snapshots/{TestFlexClustersFile/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-652_1.json => TestFlexBackup/Delete_flex_cluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_1.snaphost} (70%) create mode 100644 test/e2e/.snapshots/TestFlexBackup/Delete_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_3.snaphost rename test/e2e/.snapshots/TestFlexBackup/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_4.json => Delete_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_4.snaphost} (60%) rename test/e2e/.snapshots/TestFlexBackup/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-981_1.json => GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-137_1.snaphost} (64%) rename test/e2e/.snapshots/TestFlexBackup/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_1.json => GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_1.snaphost} (64%) create mode 100644 test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_2.snaphost delete mode 100644 test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_2.json delete mode 100644 test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_3.json delete mode 100644 test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_1.json rename test/e2e/.snapshots/TestFlexBackup/{POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.json => POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.snaphost} (64%) rename test/e2e/.snapshots/TestFlexBackup/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_doNotDeleteUsedForE2ETest_2.json => Restores_Create_-_Automated/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_doNotDeleteUsedForE2ETest_1.snaphost} (80%) rename test/e2e/.snapshots/TestFlexBackup/{POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_2.json => Restores_Create_-_Automated/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_1.snaphost} (57%) rename test/e2e/.snapshots/TestFlexBackup/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_doNotDeleteUsedForE2ETest_1.json => Restores_Create_-_Download/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_doNotDeleteUsedForE2ETest_2.snaphost} (84%) rename test/e2e/.snapshots/TestFlexBackup/{POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_1.json => Restores_Create_-_Download/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_2.snaphost} (60%) rename test/e2e/.snapshots/TestFlexBackup/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5aa445e7f051644d31e1_3.json => Restores_Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e4bb31ead384fc6aba4_4.snaphost} (53%) create mode 100644 test/e2e/.snapshots/TestFlexBackup/Restores_List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_1.snaphost rename test/e2e/.snapshots/TestFlexBackup/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5ae345e7f051644d3797_2.json => Restores_Watch/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e4bb31ead384fc6aba4_1.snaphost} (57%) rename test/e2e/.snapshots/TestFlexBackup/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5aa445e7f051644d31e1_2.json => Restores_Watch/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e4bb31ead384fc6aba4_2.snaphost} (57%) rename test/e2e/.snapshots/TestFlexBackup/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5aa445e7f051644d31e1_4.json => Restores_Watch/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e4bb31ead384fc6aba4_3.snaphost} (53%) rename test/e2e/.snapshots/TestFlexBackup/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5ae345e7f051644d3797_1.json => Restores_Watch_-_Download/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e89b31ead384fc6b1d5_1.snaphost} (57%) rename test/e2e/.snapshots/TestFlexBackup/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5aa445e7f051644d31e1_1.json => Restores_Watch_-_Download/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e89b31ead384fc6b1d5_2.snaphost} (57%) rename test/e2e/.snapshots/TestFlexBackup/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5ae345e7f051644d3797_3.json => Restores_Watch_-_Download/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e89b31ead384fc6b1d5_3.snaphost} (53%) rename test/e2e/.snapshots/TestFlexBackup/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_67e03f58030cea235cb97efe_1.json => Snapshot_Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_67e03f58030cea235cb97efe_1.snaphost} (78%) rename test/e2e/.snapshots/TestFlexBackup/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_1.json => Snapshot_List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_1.snaphost} (93%) create mode 100644 test/e2e/.snapshots/TestFlexBackup/Snapshot_Watch/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_67e03f58030cea235cb97efe_2.snaphost rename test/e2e/.snapshots/TestFlexCluster/{POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.json => Create_flex_cluster/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.snaphost} (64%) delete mode 100644 test/e2e/.snapshots/TestFlexCluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-926_1.json rename test/e2e/.snapshots/{TestFlexBackup/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-981_1.json => TestFlexCluster/Delete_flex_cluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-323_1.snaphost} (65%) rename test/e2e/.snapshots/TestFlexCluster/{DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-926_1.json => Delete_flex_cluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-323_1.snaphost} (70%) rename test/e2e/.snapshots/TestFlexCluster/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-926_2.json => Delete_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-323_2.snaphost} (64%) rename test/e2e/.snapshots/TestFlexCluster/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-926_3.json => Delete_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-323_3.snaphost} (60%) delete mode 100644 test/e2e/.snapshots/TestFlexCluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.json rename test/e2e/.snapshots/TestFlexCluster/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-926_1.json => Get_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-323_1.snaphost} (64%) rename test/e2e/.snapshots/TestFlexCluster/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-926_1.json => Get_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-323_1.snaphost} (64%) create mode 100644 test/e2e/.snapshots/TestFlexCluster/List_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.snaphost create mode 100644 test/e2e/.snapshots/TestFlexClustersFile/Create_Flex_Cluster_via_file/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.snaphost create mode 100644 test/e2e/.snapshots/TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-44_1.snaphost rename test/e2e/.snapshots/{TestFlexBackup/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_1.json => TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-44_1.snaphost} (70%) create mode 100644 test/e2e/.snapshots/TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-44_1.snaphost create mode 100644 test/e2e/.snapshots/TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-44_2.snaphost delete mode 100644 test/e2e/.snapshots/TestFlexClustersFile/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-652_1.json delete mode 100644 test/e2e/.snapshots/TestFlexClustersFile/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-652_2.json delete mode 100644 test/e2e/.snapshots/TestFlexClustersFile/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.json create mode 100644 test/e2e/.snapshots/TestIdentityProviders/Connect_OIDC_IdP_WORKFORCE/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_2.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/Connect_OIDC_IdP_WORKFORCE/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_2.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/Connect_OIDC_IdP_WORKLOAD/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_1.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/Connect_OIDC_IdP_WORKLOAD/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_1.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/Create_OIDC_IdP_WORKFORCE/POST__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_2.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/Create_OIDC_IdP_WORKLOAD/POST__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_1.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/DELETE__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad1c_1.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/DELETE__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad1c_jwks_1.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/DELETE__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad2b_1.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/DELETE__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad2b_jwks_1.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/Describe_OIDC_IdP_WORKFORCE#01/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad2b_2.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/Describe_OIDC_IdP_WORKFORCE/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad2b_1.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/Describe_an_org_federation_settings/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_federationSettings_1.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/Describe_connectedOrgsConfig/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_3.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/Disconnect_OIDC_IdP_WORKFORCE/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_5.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/Disconnect_OIDC_IdP_WORKFORCE/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_4.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/Disconnect_OIDC_IdP_WORKLOAD/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_4.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/Disconnect_OIDC_IdP_WORKLOAD/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_3.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_1.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_2.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_3.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/List_connectedOrgsConfig/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_1.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/Update_connected_org_config/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_5.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/Update_connected_org_config_back/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_6.snaphost create mode 100644 test/e2e/.snapshots/TestIdentityProviders/memory.json rename test/e2e/.snapshots/{TestLDAPWithStdin/DELETE__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_userSecurity_ldap_userToDNMapping_1.json => TestLDAPWithFlags/Delete/DELETE__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_userToDNMapping_1.snaphost} (78%) rename test/e2e/.snapshots/{TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_logs-826_1.json => TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_clusters_ldap-820_1.snaphost} (62%) rename test/e2e/.snapshots/{TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_clusters_ldap-181_2.json => TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_clusters_ldap-820_2.snaphost} (56%) rename test/e2e/.snapshots/{TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_provider_regions_1.json => TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_clusters_provider_regions_1.snaphost} (90%) create mode 100644 test/e2e/.snapshots/TestLDAPWithFlags/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost rename test/e2e/.snapshots/TestLDAPWithFlags/{GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_1.json => Get/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_1.snaphost} (80%) rename test/e2e/.snapshots/TestLDAPWithFlags/{GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_ldap_verify_67ea5ee56257d31a195f3152_2.json => Get_Status/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_verify_67ea906484391f6c24ea74a6_3.snaphost} (59%) delete mode 100644 test/e2e/.snapshots/TestLDAPWithFlags/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestLDAPWithFlags/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/TestLDAPWithFlags/{POST__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_clusters_1.json => POST__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_clusters_1.snaphost} (62%) rename test/e2e/.snapshots/TestLDAPWithFlags/{PATCH__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_1.json => Save/PATCH__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_1.snaphost} (80%) rename test/e2e/.snapshots/TestLDAPWithFlags/{POST__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_ldap_verify_1.json => Verify/POST__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_verify_1.snaphost} (56%) rename test/e2e/.snapshots/TestLDAPWithFlags/{GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_ldap_verify_67ea5ee56257d31a195f3152_1.json => Watch/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_verify_67ea906484391f6c24ea74a6_1.snaphost} (57%) create mode 100644 test/e2e/.snapshots/TestLDAPWithFlags/Watch/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_verify_67ea906484391f6c24ea74a6_2.snaphost rename test/e2e/.snapshots/{TestLDAPWithFlags/DELETE__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_ldap_userToDNMapping_1.json => TestLDAPWithStdin/Delete/DELETE__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_userSecurity_ldap_userToDNMapping_1.snaphost} (78%) rename test/e2e/.snapshots/{TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_clusters_ldap-696_1.json => TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_clusters_ldap-114_1.snaphost} (62%) rename test/e2e/.snapshots/{TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_logs-826_2.json => TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_clusters_ldap-114_2.snaphost} (56%) rename test/e2e/.snapshots/{TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_clusters_provider_regions_1.json => TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_clusters_provider_regions_1.snaphost} (89%) delete mode 100644 test/e2e/.snapshots/TestLDAPWithStdin/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json create mode 100644 test/e2e/.snapshots/TestLDAPWithStdin/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost delete mode 100644 test/e2e/.snapshots/TestLDAPWithStdin/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestLDAPWithStdin/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/{TestLogs/POST__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_1.json => TestLDAPWithStdin/POST__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_clusters_1.snaphost} (62%) rename test/e2e/.snapshots/TestLDAPWithStdin/{PATCH__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_userSecurity_1.json => Save/PATCH__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_userSecurity_1.snaphost} (80%) rename test/e2e/.snapshots/TestLDAPWithStdin/{POST__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_userSecurity_ldap_verify_1.json => Verify/POST__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_userSecurity_ldap_verify_1.snaphost} (56%) rename test/e2e/.snapshots/TestLinkToken/{POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_1.json => Create/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_1.snaphost} (60%) rename test/e2e/.snapshots/TestLinkToken/{DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_1.json => DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_1.snaphost} (75%) rename test/e2e/.snapshots/TestLinkToken/{DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_2.json => Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_2.snaphost} (70%) rename test/e2e/.snapshots/TestLogs/{GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongos-audit-log.gz_1.json => Download_mongodb-audit-log.gz/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongodb-audit-log.gz_1.snaphost} (53%) rename test/e2e/.snapshots/TestLogs/{GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongodb.gz_2.json => Download_mongodb.gz/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongodb.gz_1.snaphost} (54%) rename test/e2e/.snapshots/TestLogs/{GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongodb.gz_1.json => Download_mongodb.gz_no_output_path/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongodb.gz_2.snaphost} (59%) rename test/e2e/.snapshots/TestLogs/{GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongodb-audit-log.gz_1.json => Download_mongos-audit-log.gz/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongos-audit-log.gz_1.snaphost} (53%) rename test/e2e/.snapshots/TestLogs/{GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongos.gz_1.json => Download_mongos.gz/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongos.gz_1.snaphost} (54%) delete mode 100644 test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_processes_1.json rename test/e2e/.snapshots/{TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_clusters_ldap-181_1.json => TestLogs/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_logs-720_1.snaphost} (62%) rename test/e2e/.snapshots/{TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_clusters_ldap-696_2.json => TestLogs/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_logs-720_2.snaphost} (58%) create mode 100644 test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_provider_regions_1.snaphost create mode 100644 test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_processes_1.snaphost delete mode 100644 test/e2e/.snapshots/TestLogs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json create mode 100644 test/e2e/.snapshots/TestLogs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost delete mode 100644 test/e2e/.snapshots/TestLogs/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestLogs/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/{TestLDAPWithStdin/POST__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_clusters_1.json => TestLogs/POST__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_1.snaphost} (62%) delete mode 100644 test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_clusters_provider_regions_1.json delete mode 100644 test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_1.json delete mode 100644 test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_databases_config_measurements_1.json delete mode 100644 test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_disks_data_measurements_1.json delete mode 100644 test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_measurements_1.json delete mode 100644 test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_measurements_2.json rename test/e2e/.snapshots/TestMetrics/{GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_clusters_metrics-872_1.json => GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_clusters_metrics-629_1.snaphost} (62%) rename test/e2e/.snapshots/TestMetrics/{GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_clusters_metrics-872_2.json => GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_clusters_metrics-629_2.snaphost} (57%) create mode 100644 test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_clusters_provider_regions_1.snaphost create mode 100644 test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_1.snaphost delete mode 100644 test/e2e/.snapshots/TestMetrics/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json create mode 100644 test/e2e/.snapshots/TestMetrics/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost delete mode 100644 test/e2e/.snapshots/TestMetrics/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestMetrics/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/TestMetrics/{POST__api_atlas_v2_groups_67ea5abf45e7f051644d334b_clusters_1.json => POST__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_clusters_1.snaphost} (62%) create mode 100644 test/e2e/.snapshots/TestMetrics/databases_describe/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_databases_config_measurements_1.snaphost rename test/e2e/.snapshots/TestMetrics/{GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_databases_1.json => databases_list/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_databases_1.snaphost} (56%) create mode 100644 test/e2e/.snapshots/TestMetrics/disks_describe/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_disks_data_measurements_1.snaphost rename test/e2e/.snapshots/TestMetrics/{GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_disks_1.json => disks_list/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_disks_1.snaphost} (59%) create mode 100644 test/e2e/.snapshots/TestMetrics/processes/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_measurements_1.snaphost create mode 100644 test/e2e/.snapshots/TestMetrics/processes_with_type/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_measurements_2.snaphost rename test/e2e/.snapshots/TestOnlineArchives/{POST__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_1.json => Create/POST__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_1.snaphost} (65%) rename test/e2e/.snapshots/TestOnlineArchives/{DELETE__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_1.json => Delete/DELETE__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_1.snaphost} (71%) rename test/e2e/.snapshots/TestOnlineArchives/{GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_1.json => Describe/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_1.snaphost} (65%) delete mode 100644 test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_provider_regions_1.json rename test/e2e/.snapshots/TestOnlineArchives/{GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_1.json => GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_1.snaphost} (65%) rename test/e2e/.snapshots/TestOnlineArchives/{GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_2.json => GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_2.snaphost} (64%) rename test/e2e/.snapshots/{TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_provider_regions_1.json => TestOnlineArchives/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_provider_regions_1.snaphost} (90%) delete mode 100644 test/e2e/.snapshots/TestOnlineArchives/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json create mode 100644 test/e2e/.snapshots/TestOnlineArchives/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost rename test/e2e/.snapshots/TestOnlineArchives/{GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_1.json => List/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_1.snaphost} (61%) delete mode 100644 test/e2e/.snapshots/TestOnlineArchives/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestOnlineArchives/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/TestOnlineArchives/{POST__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_1.json => POST__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_1.snaphost} (65%) rename test/e2e/.snapshots/TestOnlineArchives/{PATCH__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_1.json => Pause/PATCH__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_1.snaphost} (76%) rename test/e2e/.snapshots/TestOnlineArchives/{PATCH__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_2.json => Start/PATCH__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_2.snaphost} (76%) rename test/e2e/.snapshots/TestOnlineArchives/{PATCH__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_3.json => Update/PATCH__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_3.snaphost} (65%) rename test/e2e/.snapshots/TestOnlineArchives/{GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_2.json => Watch/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_2.snaphost} (53%) create mode 100644 test/e2e/.snapshots/TestPerformanceAdvisor/0722b64853370004dc8369ba05ae691dac922b61_1.snaphost rename test/e2e/.snapshots/TestPerformanceAdvisor/{GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_clusters_performanceAdvisor-907_1.json => 0dc6672f4ae0357077ec0d828e911ff68086aed1_1.snaphost} (68%) rename test/e2e/.snapshots/TestPerformanceAdvisor/{GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_clusters_performanceAdvisor-907_2.json => 0dc6672f4ae0357077ec0d828e911ff68086aed1_2.snaphost} (51%) create mode 100644 test/e2e/.snapshots/TestPerformanceAdvisor/169091de68b3da4cd826992fb4f3526fe60a5286_1.snaphost rename test/e2e/.snapshots/TestPerformanceAdvisor/{POST__api_atlas_v2_groups_67ea5ac23720c31313777fbe_clusters_1.json => 18d3390c7477d070dda2437665d5ac81f02e31c0_1.snaphost} (68%) create mode 100644 test/e2e/.snapshots/TestPerformanceAdvisor/3228e07aa44445854030f938a6e8420161065774_1.snaphost rename test/e2e/.snapshots/TestPerformanceAdvisor/{DELETE__api_atlas_v2_groups_67ea5ac23720c31313777fbe_managedSlowMs_disable_1.json => Disable_Managed_Slow_Operation_Threshold/11292f35706ff1999c9125585d44b0f5702672e7_1.snaphost} (70%) rename test/e2e/.snapshots/TestPerformanceAdvisor/{POST__api_atlas_v2_groups_67ea5ac23720c31313777fbe_managedSlowMs_enable_1.json => Enable_Managed_Slow_Operation_Threshold/ca11cc878a291f6ab5b20419cf82a8fc82dd6fe6_1.snaphost} (71%) delete mode 100644 test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_clusters_provider_regions_1.json delete mode 100644 test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_processes_1.json delete mode 100644 test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json rename test/e2e/.snapshots/TestPerformanceAdvisor/{GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_processes_atlas-1489y0-shard-00-00.9uvke.mongodb-dev.net_27017_performanceAdvisor_namespaces_1.json => List_namespaces/f8f4aa794a53b361e87b65c83aa317957f6b8f01_1.snaphost} (72%) rename test/e2e/.snapshots/TestPerformanceAdvisor/{GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_processes_atlas-1489y0-shard-00-00.9uvke.mongodb-dev.net_27017_performanceAdvisor_slowQueryLogs_1.json => List_slow_query_logs/c6b7cef619082e17c617b6def366483a8c07c337_1.snaphost} (73%) rename test/e2e/.snapshots/TestPerformanceAdvisor/{GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_processes_atlas-1489y0-shard-00-00.9uvke.mongodb-dev.net_27017_performanceAdvisor_suggestedIndexes_1.json => List_suggested_indexes/2b6cbfcea885bd1e58ec4273ae30856e7e1301c0_1.snaphost} (72%) delete mode 100644 test/e2e/.snapshots/TestPerformanceAdvisor/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestPerformanceAdvisor/b2b99e636f7baeaad714b292884352e4da267c6c_1.snaphost rename test/e2e/.snapshots/TestPrivateEndpointsAWS/{POST__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_endpointService_1.json => Create/POST__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_endpointService_1.snaphost} (69%) rename test/e2e/.snapshots/TestPrivateEndpointsAWS/{DELETE__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_AWS_endpointService_67ea5a8e45e7f051644d2ed3_1.json => Delete/DELETE__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_67ea8e25b31ead384fc69d04_1.snaphost} (71%) rename test/e2e/.snapshots/TestPrivateEndpointsAWS/{GET__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_AWS_endpointService_67ea5a8e45e7f051644d2ed3_2.json => Describe/GET__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_67ea8e25b31ead384fc69d04_3.snaphost} (67%) rename test/e2e/.snapshots/TestPrivateEndpointsAWS/{GET__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_AWS_endpointService_1.json => List/GET__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_1.snaphost} (63%) delete mode 100644 test/e2e/.snapshots/TestPrivateEndpointsAWS/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestPrivateEndpointsAWS/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/TestPrivateEndpointsAWS/{GET__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_AWS_endpointService_67ea5a8e45e7f051644d2ed3_1.json => Watch/GET__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_67ea8e25b31ead384fc69d04_1.snaphost} (69%) create mode 100644 test/e2e/.snapshots/TestPrivateEndpointsAWS/Watch/GET__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_67ea8e25b31ead384fc69d04_2.snaphost create mode 100644 test/e2e/.snapshots/TestPrivateEndpointsAzure/Create/POST__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_endpointService_1.snaphost rename test/e2e/.snapshots/{TestPrivateEndpointsGCP/DELETE__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_1.json => TestPrivateEndpointsAzure/Delete/DELETE__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_67ea8ec8b31ead384fc6b33e_1.snaphost} (71%) create mode 100644 test/e2e/.snapshots/TestPrivateEndpointsAzure/Describe/GET__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_67ea8ec8b31ead384fc6b33e_3.snaphost delete mode 100644 test/e2e/.snapshots/TestPrivateEndpointsAzure/GET__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_AZURE_endpointService_1.json delete mode 100644 test/e2e/.snapshots/TestPrivateEndpointsAzure/GET__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_AZURE_endpointService_67ea5b3845e7f051644d391d_1.json delete mode 100644 test/e2e/.snapshots/TestPrivateEndpointsAzure/GET__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_AZURE_endpointService_67ea5b3845e7f051644d391d_2.json create mode 100644 test/e2e/.snapshots/TestPrivateEndpointsAzure/List/GET__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_1.snaphost delete mode 100644 test/e2e/.snapshots/TestPrivateEndpointsAzure/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestPrivateEndpointsAzure/POST__api_atlas_v2_groups_1.snaphost delete mode 100644 test/e2e/.snapshots/TestPrivateEndpointsAzure/POST__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_endpointService_1.json create mode 100644 test/e2e/.snapshots/TestPrivateEndpointsAzure/Watch/GET__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_67ea8ec8b31ead384fc6b33e_1.snaphost create mode 100644 test/e2e/.snapshots/TestPrivateEndpointsAzure/Watch/GET__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_67ea8ec8b31ead384fc6b33e_2.snaphost rename test/e2e/.snapshots/TestPrivateEndpointsGCP/{POST__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_endpointService_1.json => Create/POST__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_endpointService_1.snaphost} (60%) rename test/e2e/.snapshots/{TestPrivateEndpointsAzure/DELETE__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_AZURE_endpointService_67ea5b3845e7f051644d391d_1.json => TestPrivateEndpointsGCP/Delete/DELETE__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_1.snaphost} (71%) create mode 100644 test/e2e/.snapshots/TestPrivateEndpointsGCP/Describe/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_5.snaphost delete mode 100644 test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_1.json delete mode 100644 test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_2.json delete mode 100644 test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_3.json delete mode 100644 test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_4.json create mode 100644 test/e2e/.snapshots/TestPrivateEndpointsGCP/List/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_1.snaphost delete mode 100644 test/e2e/.snapshots/TestPrivateEndpointsGCP/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestPrivateEndpointsGCP/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/TestPrivateEndpointsGCP/{GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_1.json => Watch/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_1.snaphost} (60%) create mode 100644 test/e2e/.snapshots/TestPrivateEndpointsGCP/Watch/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_2.snaphost create mode 100644 test/e2e/.snapshots/TestPrivateEndpointsGCP/Watch/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_3.snaphost create mode 100644 test/e2e/.snapshots/TestPrivateEndpointsGCP/Watch/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_4.snaphost delete mode 100644 test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea5ac73720c31313778067_processes_1.json delete mode 100644 test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea5ac73720c31313778067_processes_atlas-93inff-shard-00-00.vqy3f.mongodb-dev.net_27017_1.json rename test/e2e/.snapshots/TestProcesses/{GET__api_atlas_v2_groups_67ea5ac73720c31313778067_clusters_processes-637_1.json => GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_clusters_processes-215_1.snaphost} (65%) rename test/e2e/.snapshots/TestProcesses/{GET__api_atlas_v2_groups_67ea5ac73720c31313778067_clusters_processes-637_2.json => GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_clusters_processes-215_2.snaphost} (52%) create mode 100644 test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_clusters_provider_regions_1.snaphost delete mode 100644 test/e2e/.snapshots/TestProcesses/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json create mode 100644 test/e2e/.snapshots/TestProcesses/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost delete mode 100644 test/e2e/.snapshots/TestProcesses/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestProcesses/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/TestProcesses/{POST__api_atlas_v2_groups_67ea5ac73720c31313778067_clusters_1.json => POST__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_clusters_1.snaphost} (65%) create mode 100644 test/e2e/.snapshots/TestProcesses/describe/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_processes_atlas-970mdr-shard-00-00.iqbzb.mongodb-dev.net_27017_1.snaphost create mode 100644 test/e2e/.snapshots/TestProcesses/list/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_processes_1.snaphost create mode 100644 test/e2e/.snapshots/TestProcesses/list_compact/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_processes_2.snaphost rename test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/{PATCH__api_atlas_v2_groups_67ea5ca7e470643dc2f6ed0e_privateEndpoint_regionalMode_2.json => Disable_regionalized_private_endpoint_setting/PATCH__api_atlas_v2_groups_67ea8ffc84391f6c24ea72af_privateEndpoint_regionalMode_2.snaphost} (73%) rename test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/{PATCH__api_atlas_v2_groups_67ea5ca7e470643dc2f6ed0e_privateEndpoint_regionalMode_1.json => Enable_regionalized_private_endpoint_setting/PATCH__api_atlas_v2_groups_67ea8ffc84391f6c24ea72af_privateEndpoint_regionalMode_1.snaphost} (72%) rename test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/{GET__api_atlas_v2_groups_67ea5ca7e470643dc2f6ed0e_privateEndpoint_regionalMode_1.json => Get_regionalized_private_endpoint_setting/GET__api_atlas_v2_groups_67ea8ffc84391f6c24ea72af_privateEndpoint_regionalMode_1.snaphost} (73%) delete mode 100644 test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/POST__api_atlas_v2_groups_1.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Create_snapshot/POST__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_1.snaphost rename test/e2e/.snapshots/{TestSnapshots/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_1.json => TestRestores/Delete_snapshot/DELETE__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_1.snaphost} (70%) delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_1.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_2.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_3.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_4.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_1.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_1.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_2.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_3.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea62ba6257d31a195f4c26_1.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea62ba6257d31a195f4c26_2.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_1.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_2.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_3.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_4.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_5.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_restoreJobs_1.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_1.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_2.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_restoreJobs_67ea62ba6257d31a195f4c26_1.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_1.json delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5edc6257d31a195f30c8_clusters_provider_regions_1.json rename test/e2e/.snapshots/TestRestores/{GET__api_atlas_v2_groups_67ea5edc6257d31a195f30c8_clusters_backupRestores2-25_1.json => GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_1.snaphost} (65%) rename test/e2e/.snapshots/TestRestores/{GET__api_atlas_v2_groups_67ea5edc6257d31a195f30c8_clusters_backupRestores2-25_2.json => GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_2.snaphost} (62%) rename test/e2e/.snapshots/{TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_provider_regions_1.json => TestRestores/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_provider_regions_1.snaphost} (90%) create mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea902084391f6c24ea736c_clusters_backupRestores2-157_1.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea902084391f6c24ea736c_clusters_backupRestores2-157_2.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea902084391f6c24ea736c_clusters_provider_regions_1.snaphost delete mode 100644 test/e2e/.snapshots/TestRestores/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json create mode 100644 test/e2e/.snapshots/TestRestores/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost delete mode 100644 test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_1.snaphost delete mode 100644 test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_2.json create mode 100644 test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_2.snaphost delete mode 100644 test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_1.json delete mode 100644 test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_1.json delete mode 100644 test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_2.json delete mode 100644 test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_1.json rename test/e2e/.snapshots/TestRestores/{POST__api_atlas_v2_groups_67ea5edc6257d31a195f30c8_clusters_1.json => POST__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_1.snaphost} (65%) create mode 100644 test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea902084391f6c24ea736c_clusters_1.snaphost rename test/e2e/.snapshots/{TestSchedule/GET__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_2.json => TestRestores/Restores_Create_-_Automated/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_3.snaphost} (62%) create mode 100644 test/e2e/.snapshots/TestRestores/Restores_Create_-_Automated/POST__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_1.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Restores_Create_-_Download/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_4.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Restores_Create_-_Download/POST__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_2.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Restores_Describe/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_3.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Restores_Describe/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_2.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Restores_List/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_1.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Restores_List/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_restoreJobs_1.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Restores_Watch/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_1.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Restores_Watch/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_2.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Restores_Watch/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_1.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Restores_Watch_-_Download/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea93ee84391f6c24ea8dc8_1.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Restores_Watch_-_Download/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea93ee84391f6c24ea8dc8_2.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Restores_Watch_-_Download/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_restoreJobs_67ea93ee84391f6c24ea8dc8_1.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_1.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_2.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_3.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_4.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_5.snaphost create mode 100644 test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_1.snaphost delete mode 100644 test/e2e/.snapshots/TestSchedule/DELETE__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_backup_schedule_1.json create mode 100644 test/e2e/.snapshots/TestSchedule/Delete/DELETE__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_backup_schedule_1.snaphost create mode 100644 test/e2e/.snapshots/TestSchedule/Describe/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_backup_schedule_1.snaphost delete mode 100644 test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_backup_schedule_1.json delete mode 100644 test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_provider_regions_1.json rename test/e2e/.snapshots/TestSchedule/{GET__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_1.json => GET__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_1.snaphost} (65%) create mode 100644 test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_2.snaphost create mode 100644 test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_provider_regions_1.snaphost delete mode 100644 test/e2e/.snapshots/TestSchedule/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json create mode 100644 test/e2e/.snapshots/TestSchedule/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost delete mode 100644 test/e2e/.snapshots/TestSchedule/PATCH__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_backup_schedule_1.json delete mode 100644 test/e2e/.snapshots/TestSchedule/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestSchedule/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/TestSchedule/{POST__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_1.json => POST__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_1.snaphost} (65%) create mode 100644 test/e2e/.snapshots/TestSchedule/Update/PATCH__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_backup_schedule_1.snaphost rename test/e2e/.snapshots/TestSearch/{POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_search_indexes_3.json => Create_array_mapping/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_search_indexes_3.snaphost} (69%) rename test/e2e/.snapshots/TestSearch/{POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_search_indexes_2.json => Create_combinedMapping/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_search_indexes_2.snaphost} (75%) rename test/e2e/.snapshots/TestSearch/{POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_fts_indexes_1.json => Create_staticMapping/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_fts_indexes_1.snaphost} (80%) rename test/e2e/.snapshots/TestSearch/{POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_search_indexes_1.json => Create_via_file/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_search_indexes_1.snaphost} (65%) rename test/e2e/.snapshots/TestSearch/{DELETE__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_fts_indexes_67ea5fb76257d31a195f33cb_1.json => Delete/DELETE__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_fts_indexes_67ea907b84391f6c24ea7552_1.snaphost} (74%) rename test/e2e/.snapshots/TestSearch/{GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_fts_indexes_67ea5fb76257d31a195f33cb_1.json => Describe/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_fts_indexes_67ea907b84391f6c24ea7552_1.snaphost} (65%) rename test/e2e/.snapshots/TestSearch/{GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_provider_regions_1.json => GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_provider_regions_1.snaphost} (90%) rename test/e2e/.snapshots/{TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_1.json => TestSearch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_1.snaphost} (62%) rename test/e2e/.snapshots/TestSearch/{GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_2.json => GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_2.snaphost} (57%) delete mode 100644 test/e2e/.snapshots/TestSearch/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json create mode 100644 test/e2e/.snapshots/TestSearch/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost rename test/e2e/.snapshots/TestSearch/{GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_sampleDatasetLoad_67ea5f84e470643dc2f6f663_1.json => Load_Sample_data/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_sampleDatasetLoad_67ea903ab31ead384fc6b79a_1.snaphost} (60%) rename test/e2e/.snapshots/TestSearch/{GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_sampleDatasetLoad_67ea5f84e470643dc2f6f663_2.json => Load_Sample_data/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_sampleDatasetLoad_67ea903ab31ead384fc6b79a_2.snaphost} (55%) rename test/e2e/.snapshots/{TestSearchDeprecated/POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_sampleDatasetLoad_search-847_1.json => TestSearch/Load_Sample_data/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_sampleDatasetLoad_search-729_1.snaphost} (60%) delete mode 100644 test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/TestSearch/{POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_1.json => POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_1.snaphost} (62%) rename test/e2e/.snapshots/TestSearch/{PATCH__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_search_indexes_67ea5fb76257d31a195f33cb_1.json => Update_via_file/PATCH__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_search_indexes_67ea907b84391f6c24ea7552_1.snaphost} (64%) rename test/e2e/.snapshots/{TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_sample_mflix_movies_1.json => TestSearch/list/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_fts_indexes_sample_mflix_movies_1.snaphost} (66%) rename test/e2e/.snapshots/TestSearchDeprecated/{POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_4.json => Create_array_mapping/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_4.snaphost} (70%) rename test/e2e/.snapshots/TestSearchDeprecated/{POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_2.json => Create_combinedMapping/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_2.snaphost} (75%) rename test/e2e/.snapshots/TestSearchDeprecated/{POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_3.json => Create_staticMapping/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_3.snaphost} (80%) rename test/e2e/.snapshots/TestSearchDeprecated/{POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_1.json => Create_via_file/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_1.snaphost} (65%) rename test/e2e/.snapshots/TestSearchDeprecated/{DELETE__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_67ea61ec6257d31a195f485f_1.json => Delete/DELETE__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_67ea92c3b31ead384fc6cce8_1.snaphost} (74%) rename test/e2e/.snapshots/TestSearchDeprecated/{GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_67ea61ec6257d31a195f485f_1.json => Describe/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_67ea92c3b31ead384fc6cce8_1.snaphost} (65%) delete mode 100644 test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_2.json create mode 100644 test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_provider_regions_1.snaphost create mode 100644 test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_1.snaphost create mode 100644 test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_2.snaphost delete mode 100644 test/e2e/.snapshots/TestSearchDeprecated/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json create mode 100644 test/e2e/.snapshots/TestSearchDeprecated/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost rename test/e2e/.snapshots/TestSearchDeprecated/{GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_sampleDatasetLoad_67ea61b9e470643dc2f70a87_1.json => Load_Sample_data/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_sampleDatasetLoad_67ea929284391f6c24ea8aaf_1.snaphost} (54%) rename test/e2e/.snapshots/TestSearchDeprecated/{GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_sampleDatasetLoad_67ea61b9e470643dc2f70a87_2.json => Load_Sample_data/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_sampleDatasetLoad_67ea929284391f6c24ea8aaf_2.snaphost} (52%) create mode 100644 test/e2e/.snapshots/TestSearchDeprecated/Load_Sample_data/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_sampleDatasetLoad_search-43_1.snaphost delete mode 100644 test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_1.snaphost create mode 100644 test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_1.snaphost rename test/e2e/.snapshots/TestSearchDeprecated/{PATCH__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_67ea61ec6257d31a195f485f_1.json => Update_via_file/PATCH__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_67ea92c3b31ead384fc6cce8_1.snaphost} (66%) rename test/e2e/.snapshots/{TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_fts_indexes_sample_mflix_movies_1.json => TestSearchDeprecated/list/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_sample_mflix_movies_1.snaphost} (66%) create mode 100644 test/e2e/.snapshots/TestSearchNodes/Create_search_node/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_2.snaphost create mode 100644 test/e2e/.snapshots/TestSearchNodes/Create_search_node/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_3.snaphost create mode 100644 test/e2e/.snapshots/TestSearchNodes/Create_search_node/POST__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_1.snaphost create mode 100644 test/e2e/.snapshots/TestSearchNodes/Delete_search_nodes/DELETE__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_1.snaphost create mode 100644 test/e2e/.snapshots/TestSearchNodes/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_1.snaphost create mode 100644 test/e2e/.snapshots/TestSearchNodes/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_2.snaphost create mode 100644 test/e2e/.snapshots/TestSearchNodes/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_provider_regions_1.snaphost create mode 100644 test/e2e/.snapshots/TestSearchNodes/List_+_verify_created/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_4.snaphost create mode 100644 test/e2e/.snapshots/TestSearchNodes/List_+_verify_updated/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_7.snaphost create mode 100644 test/e2e/.snapshots/TestSearchNodes/POST__api_atlas_v2_groups_1.snaphost create mode 100644 test/e2e/.snapshots/TestSearchNodes/POST__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_1.snaphost create mode 100644 test/e2e/.snapshots/TestSearchNodes/Update_search_node/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_5.snaphost create mode 100644 test/e2e/.snapshots/TestSearchNodes/Update_search_node/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_6.snaphost create mode 100644 test/e2e/.snapshots/TestSearchNodes/Update_search_node/PATCH__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_1.snaphost create mode 100644 test/e2e/.snapshots/TestSearchNodes/Verify_no_search_node_setup_yet/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_1.snaphost create mode 100644 test/e2e/.snapshots/TestSearchNodes/memory.json rename test/e2e/.snapshots/TestServerless/{POST__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_1.json => Create/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_1.snaphost} (56%) rename test/e2e/.snapshots/TestServerless/{DELETE__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_1.json => Delete/DELETE__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_1.snaphost} (72%) rename test/e2e/.snapshots/TestServerless/{GET__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_3.json => Describe/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_3.snaphost} (54%) rename test/e2e/.snapshots/TestServerless/{GET__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_1.json => List/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_1.snaphost} (52%) delete mode 100644 test/e2e/.snapshots/TestServerless/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestServerless/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/TestServerless/{PATCH__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_1.json => Update/PATCH__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_1.snaphost} (54%) rename test/e2e/.snapshots/TestServerless/{GET__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_1.json => Watch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_1.snaphost} (56%) rename test/e2e/.snapshots/TestServerless/{GET__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_2.json => Watch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_2.snaphost} (53%) create mode 100644 test/e2e/.snapshots/TestSetup/Check_accessListIp_was_correctly_added/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_accessList_1.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Check_accessListIp_was_correctly_added/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_accessList_2.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/DELETE__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_1.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/DELETE__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_2.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Describe_Cluster/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_17.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Describe_Cluster/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_18.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Describe_DB_User/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_databaseUsers_admin_cluster-525_1.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Describe_DB_User/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_databaseUsers_admin_cluster-525_2.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_13.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_14.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_15.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_16.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_19.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_20.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_21.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_22.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_23.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_24.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_25.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_26.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_27.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_28.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_29.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_30.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_31.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_32.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_33.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_34.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/POST__api_atlas_v2_groups_1.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/POST__api_atlas_v2_groups_2.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_1.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_10.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_11.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_12.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_2.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_3.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_4.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_5.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_6.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_7.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_8.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_9.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_accessList_1.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_accessList_2.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_1.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_2.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_databaseUsers_1.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_databaseUsers_2.snaphost create mode 100644 test/e2e/.snapshots/TestSetup/memory.json create mode 100644 test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Private_Key/GET__api_private_ipinfo_3.snaphost create mode 100644 test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Private_Key/GET__api_private_ipinfo_4.snaphost create mode 100644 test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Private_Key/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_databaseUsers_3.snaphost create mode 100644 test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Private_Key/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_databaseUsers_4.snaphost create mode 100644 test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Project_ID/GET__api_private_ipinfo_5.snaphost create mode 100644 test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Project_ID/GET__api_private_ipinfo_6.snaphost create mode 100644 test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Project_ID/POST__api_atlas_v2_groups_111111111111111111111111_databaseUsers_1.snaphost create mode 100644 test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Project_ID/POST__api_atlas_v2_groups_111111111111111111111111_databaseUsers_2.snaphost create mode 100644 test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Public_Key/GET__api_private_ipinfo_1.snaphost create mode 100644 test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Public_Key/GET__api_private_ipinfo_2.snaphost create mode 100644 test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Public_Key/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_databaseUsers_1.snaphost create mode 100644 test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Public_Key/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_databaseUsers_2.snaphost create mode 100644 test/e2e/.snapshots/TestSetupFailureFlow/POST__api_atlas_v2_groups_1.snaphost create mode 100644 test/e2e/.snapshots/TestSetupFailureFlow/POST__api_atlas_v2_groups_2.snaphost create mode 100644 test/e2e/.snapshots/TestSetupFailureFlow/memory.json create mode 100644 test/e2e/.snapshots/TestShardedCluster/Create_sharded_cluster/POST__api_atlas_v2_groups_67ea8e35b31ead384fc6a140_clusters_1.snaphost create mode 100644 test/e2e/.snapshots/TestShardedCluster/Delete_sharded_cluster/DELETE__api_atlas_v2_groups_67ea8e35b31ead384fc6a140_clusters_cluster-7_1.snaphost delete mode 100644 test/e2e/.snapshots/TestShardedCluster/GET__api_atlas_v2_groups_67ea5ac93720c3131377813d_clusters_provider_regions_1.json rename test/e2e/.snapshots/{TestProcesses/GET__api_atlas_v2_groups_67ea5ac73720c31313778067_clusters_provider_regions_1.json => TestShardedCluster/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a140_clusters_provider_regions_1.snaphost} (90%) delete mode 100644 test/e2e/.snapshots/TestShardedCluster/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json create mode 100644 test/e2e/.snapshots/TestShardedCluster/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost delete mode 100644 test/e2e/.snapshots/TestShardedCluster/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestShardedCluster/POST__api_atlas_v2_groups_1.snaphost delete mode 100644 test/e2e/.snapshots/TestShardedCluster/POST__api_atlas_v2_groups_67ea5ac93720c3131377813d_clusters_1.json delete mode 100644 test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v1.0_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_1.json delete mode 100644 test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_2.json delete mode 100644 test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_3.json delete mode 100644 test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_4.json delete mode 100644 test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_7.json rename test/e2e/.snapshots/{TestClustersM0Flags/GET__api_atlas_v2_groups_67ea5ac245e7f051644d3463_clusters_cluster-656_1.json => TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_1.snaphost} (54%) create mode 100644 test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_2.snaphost rename test/e2e/.snapshots/TestSharedClusterUpgrade/{GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_provider_regions_1.json => GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_provider_regions_1.snaphost} (75%) delete mode 100644 test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json create mode 100644 test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost delete mode 100644 test/e2e/.snapshots/TestSharedClusterUpgrade/POST__api_atlas_v1.0_groups_67ea5a9645e7f051644d3093_clusters_tenantUpgrade_1.json delete mode 100644 test/e2e/.snapshots/TestSharedClusterUpgrade/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestSharedClusterUpgrade/POST__api_atlas_v2_groups_1.snaphost rename test/e2e/.snapshots/TestSharedClusterUpgrade/{POST__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_1.json => POST__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_1.snaphost} (54%) create mode 100644 test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v1.0_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_1.snaphost create mode 100644 test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_3.snaphost create mode 100644 test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_4.snaphost rename test/e2e/.snapshots/TestSharedClusterUpgrade/{GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_5.json => Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_5.snaphost} (52%) rename test/e2e/.snapshots/TestSharedClusterUpgrade/{GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_6.json => Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_6.snaphost} (62%) rename test/e2e/.snapshots/TestSharedClusterUpgrade/{GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_9.json => Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_7.snaphost} (59%) rename test/e2e/.snapshots/TestSharedClusterUpgrade/{GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_8.json => Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_8.snaphost} (59%) create mode 100644 test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/POST__api_atlas_v1.0_groups_67ea8e3ab31ead384fc6a56a_clusters_tenantUpgrade_1.snaphost rename test/e2e/.snapshots/TestSnapshots/{POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_1.json => Create_cluster/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_1.snaphost} (70%) rename test/e2e/.snapshots/{TestExportJobs/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_1.json => TestSnapshots/Create_snapshot/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_1.snaphost} (53%) create mode 100644 test/e2e/.snapshots/TestSnapshots/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_1.snaphost delete mode 100644 test/e2e/.snapshots/TestSnapshots/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_1.json rename test/e2e/.snapshots/{TestExportJobs/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_1.json => TestSnapshots/Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_1.snaphost} (70%) create mode 100644 test/e2e/.snapshots/TestSnapshots/Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_6.snaphost rename test/e2e/.snapshots/TestSnapshots/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_2.json => Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_2.snaphost} (60%) rename test/e2e/.snapshots/{TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_1.json => TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_1.snaphost} (70%) rename test/e2e/.snapshots/{TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_2.json => TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_2.snaphost} (64%) rename test/e2e/.snapshots/TestSnapshots/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_3.json => GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_3.snaphost} (64%) rename test/e2e/.snapshots/{TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_4.json => TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_4.snaphost} (64%) delete mode 100644 test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_5.json delete mode 100644 test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_6.json delete mode 100644 test/e2e/.snapshots/TestSnapshots/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json create mode 100644 test/e2e/.snapshots/TestSnapshots/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost rename test/e2e/.snapshots/TestSnapshots/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_1.json => List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_1.snaphost} (54%) rename test/e2e/.snapshots/TestSnapshots/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-221_backup_snapshots_1.json => List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-199_backup_snapshots_1.snaphost} (60%) rename test/e2e/.snapshots/TestSnapshots/{GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_1.json => Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_1.snaphost} (53%) rename test/e2e/.snapshots/{TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_2.json => TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_2.snaphost} (56%) rename test/e2e/.snapshots/{TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_3.json => TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_3.snaphost} (54%) rename test/e2e/.snapshots/{TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_4.json => TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_4.snaphost} (60%) create mode 100644 test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_5.snaphost rename test/e2e/.snapshots/{TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_1.json => TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_1.snaphost} (60%) rename test/e2e/.snapshots/TestStreams/{POST__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_connections_1.json => Creating_a_streams_connection/POST__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_connections_1.snaphost} (63%) rename test/e2e/.snapshots/TestStreams/{POST__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_1.json => Creating_a_streams_instance/POST__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_1.snaphost} (50%) rename test/e2e/.snapshots/TestStreams/{POST__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_privateLinkConnections_1.json => Creating_a_streams_privateLink_endpoint/POST__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_privateLinkConnections_1.snaphost} (72%) rename test/e2e/.snapshots/TestStreams/{DELETE__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_connections_connection-280_1.json => Deleting_a_streams_connection/DELETE__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_connections_connection-0_1.snaphost} (70%) rename test/e2e/.snapshots/TestStreams/{DELETE__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_1.json => Deleting_a_streams_instance/DELETE__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_1.snaphost} (70%) rename test/e2e/.snapshots/TestStreams/{DELETE__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_privateLinkConnections_67ea5a9a3720c31313777c33_1.json => Deleting_a_streams_privateLink_endpoint/DELETE__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_privateLinkConnections_67ea8e40b31ead384fc6a86c_1.snaphost} (71%) rename test/e2e/.snapshots/TestStreams/{GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_connections_connection-280_1.json => Describing_a_streams_connection/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_connections_connection-0_1.snaphost} (59%) rename test/e2e/.snapshots/TestStreams/{GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_1.json => Describing_a_streams_instance/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_1.snaphost} (50%) rename test/e2e/.snapshots/TestStreams/{GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_privateLinkConnections_67ea5a9a3720c31313777c33_1.json => Describing_a_streams_privateLink_endpoint/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_privateLinkConnections_67ea8e40b31ead384fc6a86c_1.snaphost} (73%) rename test/e2e/.snapshots/TestStreams/{GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_auditLogs_1.json => Downloading_streams_instance_logs_instance/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_auditLogs_1.snaphost} (57%) rename test/e2e/.snapshots/TestStreams/{GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_1.json => List_all_streams_in_the_e2e_project/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_1.snaphost} (68%) rename test/e2e/.snapshots/TestStreams/{GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_2.json => List_all_streams_in_the_e2e_project_after_creating/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_2.snaphost} (55%) rename test/e2e/.snapshots/TestStreams/{GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_privateLinkConnections_1.json => List_all_streams_privateLink_endpoints/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_privateLinkConnections_1.snaphost} (66%) rename test/e2e/.snapshots/TestStreams/{GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_connections_1.json => Listing_streams_connections/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_connections_1.snaphost} (60%) delete mode 100644 test/e2e/.snapshots/TestStreams/PATCH__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_connections_connection-280_1.json delete mode 100644 test/e2e/.snapshots/TestStreams/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestStreams/POST__api_atlas_v2_groups_1.snaphost create mode 100644 test/e2e/.snapshots/TestStreams/Updating_a_streams_connection/PATCH__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_connections_connection-0_1.snaphost rename test/e2e/.snapshots/TestStreams/{PATCH__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_1.json => Updating_a_streams_instance/PATCH__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_1.snaphost} (50%) rename test/e2e/.snapshots/TestStreamsWithClusters/{POST__api_atlas_v2_groups_67ea5ac045e7f051644d33ec_streams_instance-390_connections_1.json => Create_a_streams_connection_with_an_atlas_cluster/POST__api_atlas_v2_groups_67ea8e3bb31ead384fc6a606_streams_instance-258_connections_1.snaphost} (66%) rename test/e2e/.snapshots/TestStreamsWithClusters/{POST__api_atlas_v2_groups_67ea5ac045e7f051644d33ec_streams_1.json => Creating_a_streams_instance/POST__api_atlas_v2_groups_67ea8e3bb31ead384fc6a606_streams_1.snaphost} (50%) rename test/e2e/.snapshots/TestStreamsWithClusters/{DELETE__api_atlas_v2_groups_67ea5ac045e7f051644d33ec_streams_instance-390_1.json => DELETE__api_atlas_v2_groups_67ea8e3bb31ead384fc6a606_streams_instance-258_1.snaphost} (70%) delete mode 100644 test/e2e/.snapshots/TestStreamsWithClusters/GET__api_atlas_v2_groups_67ea5ac045e7f051644d33ec_clusters_cluster-99_1.json delete mode 100644 test/e2e/.snapshots/TestStreamsWithClusters/GET__api_atlas_v2_groups_67ea5ac045e7f051644d33ec_clusters_provider_regions_1.json rename test/e2e/.snapshots/{TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_1.json => TestStreamsWithClusters/GET__api_atlas_v2_groups_67ea8e3bb31ead384fc6a606_clusters_cluster-54_1.snaphost} (62%) rename test/e2e/.snapshots/TestStreamsWithClusters/{GET__api_atlas_v2_groups_67ea5ac045e7f051644d33ec_clusters_cluster-99_2.json => GET__api_atlas_v2_groups_67ea8e3bb31ead384fc6a606_clusters_cluster-54_2.snaphost} (58%) create mode 100644 test/e2e/.snapshots/TestStreamsWithClusters/GET__api_atlas_v2_groups_67ea8e3bb31ead384fc6a606_clusters_provider_regions_1.snaphost delete mode 100644 test/e2e/.snapshots/TestStreamsWithClusters/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json create mode 100644 test/e2e/.snapshots/TestStreamsWithClusters/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost delete mode 100644 test/e2e/.snapshots/TestStreamsWithClusters/POST__api_atlas_v2_groups_1.json create mode 100644 test/e2e/.snapshots/TestStreamsWithClusters/POST__api_atlas_v2_groups_1.snaphost delete mode 100644 test/e2e/.snapshots/TestStreamsWithClusters/POST__api_atlas_v2_groups_67ea5ac045e7f051644d33ec_clusters_1.json rename test/e2e/.snapshots/{TestSearchDeprecated/POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_1.json => TestStreamsWithClusters/POST__api_atlas_v2_groups_67ea8e3bb31ead384fc6a606_clusters_1.snaphost} (63%) diff --git a/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_processes_1.json b/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_processes_1.json deleted file mode 100644 index 6e49104762..0000000000 --- a/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_processes_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1879 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:02 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 64 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasProcessesResource::getAllAtlasProcesses -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/processes?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"created":"2025-03-31T09:22:26Z","groupId":"67ea5a7d3720c313137777c9","hostname":"atlas-kbnw0p-shard-00-00.raofe.mongodb-dev.net","id":"atlas-kbnw0p-shard-00-00.raofe.mongodb-dev.net:27017","lastPing":"2025-03-31T09:22:51Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/processes/atlas-kbnw0p-shard-00-00.raofe.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-kbnw0p-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"accesslogs-472-shard-00-00.raofe.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T09:22:27Z","groupId":"67ea5a7d3720c313137777c9","hostname":"atlas-kbnw0p-shard-00-01.raofe.mongodb-dev.net","id":"atlas-kbnw0p-shard-00-01.raofe.mongodb-dev.net:27017","lastPing":"2025-03-31T09:22:51Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/processes/atlas-kbnw0p-shard-00-01.raofe.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-kbnw0p-shard-0","typeName":"REPLICA_PRIMARY","userAlias":"accesslogs-472-shard-00-01.raofe.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T09:22:27Z","groupId":"67ea5a7d3720c313137777c9","hostname":"atlas-kbnw0p-shard-00-02.raofe.mongodb-dev.net","id":"atlas-kbnw0p-shard-00-02.raofe.mongodb-dev.net:27017","lastPing":"2025-03-31T09:22:51Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/processes/atlas-kbnw0p-shard-00-02.raofe.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-kbnw0p-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"accesslogs-472-shard-00-02.raofe.mongodb-dev.net","version":"8.0.6"}],"totalCount":3} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_clusters_accessLogs-472_1.json b/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_clusters_accessLogs-505_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_clusters_accessLogs-472_1.json rename to test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_clusters_accessLogs-505_1.snaphost index 1b95be1962..0626d5fbc3 100644 --- a/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_clusters_accessLogs-472_1.json +++ b/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_clusters_accessLogs-505_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1841 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:03:59 GMT +Date: Mon, 31 Mar 2025 12:44:40 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 62 +X-Envoy-Upstream-Service-Time: 71 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:03:59Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a7d3720c313137777c9","id":"67ea5a7f3720c3131377789a","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/clusters/accessLogs-472","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/clusters/accessLogs-472/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/clusters/accessLogs-472/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"accessLogs-472","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a7e3720c3131377788a","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a7f3720c31313777892","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:40Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e35b31ead384fc6a108","id":"67ea8e38b31ead384fc6a30d","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/clusters/accessLogs-505","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/clusters/accessLogs-505/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/clusters/accessLogs-505/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"accessLogs-505","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e37b31ead384fc6a2dd","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e37b31ead384fc6a2f0","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_clusters_accessLogs-472_2.json b/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_clusters_accessLogs-505_2.snaphost similarity index 53% rename from test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_clusters_accessLogs-472_2.json rename to test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_clusters_accessLogs-505_2.snaphost index 487472c00c..27f1e32eb0 100644 --- a/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_clusters_accessLogs-472_2.json +++ b/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_clusters_accessLogs-505_2.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2150 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:02 GMT +Date: Mon, 31 Mar 2025 12:54:14 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 53 +X-Envoy-Upstream-Service-Time: 73 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://accesslogs-472-shard-00-00.raofe.mongodb-dev.net:27017,accesslogs-472-shard-00-01.raofe.mongodb-dev.net:27017,accesslogs-472-shard-00-02.raofe.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-kbnw0p-shard-0","standardSrv":"mongodb+srv://accesslogs-472.raofe.mongodb-dev.net"},"createDate":"2025-03-31T09:03:59Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a7d3720c313137777c9","id":"67ea5a7f3720c3131377789a","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/clusters/accessLogs-472","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/clusters/accessLogs-472/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/clusters/accessLogs-472/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"accessLogs-472","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a7e3720c3131377788a","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a7f3720c31313777892","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://accesslogs-505-shard-00-00.uhefy.mongodb-dev.net:27017,accesslogs-505-shard-00-01.uhefy.mongodb-dev.net:27017,accesslogs-505-shard-00-02.uhefy.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-iaoq2f-shard-0","standardSrv":"mongodb+srv://accesslogs-505.uhefy.mongodb-dev.net"},"createDate":"2025-03-31T12:44:40Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e35b31ead384fc6a108","id":"67ea8e38b31ead384fc6a30d","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/clusters/accessLogs-505","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/clusters/accessLogs-505/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/clusters/accessLogs-505/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"accessLogs-505","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e37b31ead384fc6a2dd","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e37b31ead384fc6a2f0","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_clusters_provider_regions_1.json b/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_clusters_provider_regions_1.snaphost similarity index 89% rename from test/e2e/.snapshots/TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_clusters_provider_regions_1.json rename to test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_clusters_provider_regions_1.snaphost index 7d960e7cfd..da5e0fea97 100644 --- a/test/e2e/.snapshots/TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_clusters_provider_regions_1.json +++ b/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_clusters_provider_regions_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1556 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:53 GMT +Date: Mon, 31 Mar 2025 12:44:39 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 99 +X-Envoy-Upstream-Service-Time: 70 X-Frame-Options: DENY X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5eebe470643dc2f6f39c/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_processes_1.snaphost b/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_processes_1.snaphost new file mode 100644 index 0000000000..0c3d12235b --- /dev/null +++ b/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_processes_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1879 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:54:15 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 43 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasProcessesResource::getAllAtlasProcesses +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/processes?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"created":"2025-03-31T12:53:37Z","groupId":"67ea8e35b31ead384fc6a108","hostname":"atlas-iaoq2f-shard-00-00.uhefy.mongodb-dev.net","id":"atlas-iaoq2f-shard-00-00.uhefy.mongodb-dev.net:27017","lastPing":"2025-03-31T12:54:08Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/processes/atlas-iaoq2f-shard-00-00.uhefy.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-iaoq2f-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"accesslogs-505-shard-00-00.uhefy.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T12:53:37Z","groupId":"67ea8e35b31ead384fc6a108","hostname":"atlas-iaoq2f-shard-00-01.uhefy.mongodb-dev.net","id":"atlas-iaoq2f-shard-00-01.uhefy.mongodb-dev.net:27017","lastPing":"2025-03-31T12:54:08Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/processes/atlas-iaoq2f-shard-00-01.uhefy.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-iaoq2f-shard-0","typeName":"REPLICA_PRIMARY","userAlias":"accesslogs-505-shard-00-01.uhefy.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T12:53:37Z","groupId":"67ea8e35b31ead384fc6a108","hostname":"atlas-iaoq2f-shard-00-02.uhefy.mongodb-dev.net","id":"atlas-iaoq2f-shard-00-02.uhefy.mongodb-dev.net:27017","lastPing":"2025-03-31T12:54:08Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/processes/atlas-iaoq2f-shard-00-02.uhefy.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-iaoq2f-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"accesslogs-505-shard-00-02.uhefy.mongodb-dev.net","version":"8.0.6"}],"totalCount":3} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json b/test/e2e/.snapshots/TestAccessLogs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost similarity index 71% rename from test/e2e/.snapshots/TestExportJobs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json rename to test/e2e/.snapshots/TestAccessLogs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost index 970708915a..18f33e4eed 100644 --- a/test/e2e/.snapshots/TestExportJobs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json +++ b/test/e2e/.snapshots/TestAccessLogs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost @@ -1,14 +1,14 @@ HTTP/2.0 200 OK Content-Length: 3 Content-Type: text/plain -Date: Mon, 31 Mar 2025 09:04:09 GMT +Date: Mon, 31 Mar 2025 12:44:39 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Vary: Accept-Encoding X-Content-Type-Options: nosniff X-Frame-Options: DENY -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none X-Xgen-Up-Proto: HTTP/2 diff --git a/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_dbAccessHistory_clusters_accessLogs-472_1.json b/test/e2e/.snapshots/TestAccessLogs/List_by_clusterName/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_dbAccessHistory_clusters_accessLogs-505_1.snaphost similarity index 73% rename from test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_dbAccessHistory_clusters_accessLogs-472_1.json rename to test/e2e/.snapshots/TestAccessLogs/List_by_clusterName/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_dbAccessHistory_clusters_accessLogs-505_1.snaphost index eb45a8d48b..5edc16323e 100644 --- a/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_dbAccessHistory_clusters_accessLogs-472_1.json +++ b/test/e2e/.snapshots/TestAccessLogs/List_by_clusterName/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_dbAccessHistory_clusters_accessLogs-505_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 200 OK Content-Length: 17 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:02 GMT +Date: Mon, 31 Mar 2025 12:54:15 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Vary: Accept-Encoding X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 359 +X-Envoy-Upstream-Service-Time: 315 X-Frame-Options: DENY X-Java-Method: ApiAtlasMongoDBAccessLogsResource::getAccessLogsOfCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"accessLogs":[]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_dbAccessHistory_processes_atlas-kbnw0p-shard-00-00.raofe.mongodb-dev.net_1.json b/test/e2e/.snapshots/TestAccessLogs/List_by_hostname/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_dbAccessHistory_processes_atlas-iaoq2f-shard-00-00.uhefy.mongodb-dev.net_1.snaphost similarity index 73% rename from test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_dbAccessHistory_processes_atlas-kbnw0p-shard-00-00.raofe.mongodb-dev.net_1.json rename to test/e2e/.snapshots/TestAccessLogs/List_by_hostname/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_dbAccessHistory_processes_atlas-iaoq2f-shard-00-00.uhefy.mongodb-dev.net_1.snaphost index 3593d09106..f07b0dc683 100644 --- a/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_dbAccessHistory_processes_atlas-kbnw0p-shard-00-00.raofe.mongodb-dev.net_1.json +++ b/test/e2e/.snapshots/TestAccessLogs/List_by_hostname/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_dbAccessHistory_processes_atlas-iaoq2f-shard-00-00.uhefy.mongodb-dev.net_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 200 OK Content-Length: 17 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:03 GMT +Date: Mon, 31 Mar 2025 12:54:15 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Vary: Accept-Encoding X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 313 +X-Envoy-Upstream-Service-Time: 149 X-Frame-Options: DENY X-Java-Method: ApiAtlasMongoDBAccessLogsResource::getAccessLogsOfHostname X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"accessLogs":[]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAccessLogs/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestAccessLogs/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 1fb52ac602..0000000000 --- a/test/e2e/.snapshots/TestAccessLogs/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1095 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:03:57 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1216 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:03:58Z","id":"67ea5a7d3720c313137777c9","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"accessLogs-e2e-264","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAccessLogs/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestAccessLogs/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..48317282b4 --- /dev/null +++ b/test/e2e/.snapshots/TestAccessLogs/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1095 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:37 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1748 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:39Z","id":"67ea8e35b31ead384fc6a108","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"accessLogs-e2e-656","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAccessLogs/POST__api_atlas_v2_groups_67ea5a7d3720c313137777c9_clusters_1.json b/test/e2e/.snapshots/TestAccessLogs/POST__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_clusters_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestAccessLogs/POST__api_atlas_v2_groups_67ea5a7d3720c313137777c9_clusters_1.json rename to test/e2e/.snapshots/TestAccessLogs/POST__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_clusters_1.snaphost index 68919074a5..7f7120bb87 100644 --- a/test/e2e/.snapshots/TestAccessLogs/POST__api_atlas_v2_groups_67ea5a7d3720c313137777c9_clusters_1.json +++ b/test/e2e/.snapshots/TestAccessLogs/POST__api_atlas_v2_groups_67ea8e35b31ead384fc6a108_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1831 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:03:58 GMT +Date: Mon, 31 Mar 2025 12:44:39 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 560 +X-Envoy-Upstream-Service-Time: 578 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:03:59Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a7d3720c313137777c9","id":"67ea5a7f3720c3131377789a","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/clusters/accessLogs-472","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/clusters/accessLogs-472/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/clusters/accessLogs-472/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"accessLogs-472","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a7e3720c3131377788a","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a7f3720c31313777892","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:40Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e35b31ead384fc6a108","id":"67ea8e38b31ead384fc6a30d","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/clusters/accessLogs-505","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/clusters/accessLogs-505/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108/clusters/accessLogs-505/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"accessLogs-505","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e37b31ead384fc6a2dd","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e37b31ead384fc6a2f0","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAccessLogs/memory.json b/test/e2e/.snapshots/TestAccessLogs/memory.json index 129cf22af7..e4fdd2e80e 100644 --- a/test/e2e/.snapshots/TestAccessLogs/memory.json +++ b/test/e2e/.snapshots/TestAccessLogs/memory.json @@ -1 +1 @@ -{"accessLogsGenerateClusterName":"accessLogs-472"} \ No newline at end of file +{"accessLogsGenerateClusterName":"accessLogs-505"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Create/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Create/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_1.snaphost new file mode 100644 index 0000000000..f4bc11f6d8 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Create/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 493 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:44 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 68 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationApiUsersAccessListResource::addApiUserAccessList +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67ea8e3cb31ead384fc6a696/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"192.168.0.127/32","count":0,"created":"2025-03-31T12:44:44Z","ipAddress":"192.168.0.127","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67ea8e3cb31ead384fc6a696/accessList/192.168.0.127","rel":"self"}]}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/GET__api_private_ipinfo_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/GET__api_private_ipinfo_1.snaphost new file mode 100644 index 0000000000..6430217eed --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/GET__api_private_ipinfo_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 38 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:44:45 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Frame-Options: DENY +X-Java-Method: ApiPrivateIpInfoResource::getIpInfo +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none +X-Xgen-Up-Proto: HTTP/2 + +{"currentIpv4Address":"74.249.20.138"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_2.snaphost b/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_2.snaphost new file mode 100644 index 0000000000..d5f3171a80 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 493 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:45 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 66 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationApiUsersAccessListResource::addApiUserAccessList +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67ea8e3cb31ead384fc6a696/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"74.249.20.138/32","count":0,"created":"2025-03-31T12:44:45Z","ipAddress":"74.249.20.138","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67ea8e3cb31ead384fc6a696/accessList/74.249.20.138","rel":"self"}]}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_1.snaphost new file mode 100644 index 0000000000..aebe34458c --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_1.snaphost @@ -0,0 +1,14 @@ +HTTP/2.0 204 No Content +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:45 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 71 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationApiUsersResource::deleteApiUser +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + diff --git a/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete#01/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_74.249.20.138_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete#01/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_74.249.20.138_1.snaphost new file mode 100644 index 0000000000..ab8bf3e756 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete#01/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_74.249.20.138_1.snaphost @@ -0,0 +1,14 @@ +HTTP/2.0 204 No Content +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:45 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 57 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationApiUsersAccessListResource::deleteUserAccessListEntry +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + diff --git a/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_192.168.0.127_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_192.168.0.127_1.snaphost new file mode 100644 index 0000000000..62328cec05 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_192.168.0.127_1.snaphost @@ -0,0 +1,14 @@ +HTTP/2.0 204 No Content +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:45 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 67 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationApiUsersAccessListResource::deleteUserAccessListEntry +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + diff --git a/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_1.snaphost new file mode 100644 index 0000000000..319824b55b --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3cb31ead384fc6a696_accessList_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 493 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:45 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 28 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationApiUsersAccessListResource::getApiUserAccessList +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67ea8e3cb31ead384fc6a696/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"192.168.0.127/32","count":0,"created":"2025-03-31T12:44:44Z","ipAddress":"192.168.0.127","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67ea8e3cb31ead384fc6a696/accessList/192.168.0.127","rel":"self"}]}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_1.snaphost new file mode 100644 index 0000000000..af007af28c --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 347 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:44 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 100 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationApiUsersResource::createApiUser +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"desc":"e2e-test-helper","id":"67ea8e3cb31ead384fc6a696","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67ea8e3cb31ead384fc6a696","rel":"self"}],"privateKey":"35040719-1198-4200-8e0d-358e98cf301c","publicKey":"yhwgtwtv","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_READ_ONLY"}]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/memory.json b/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/memory.json new file mode 100644 index 0000000000..ca2b4b473a --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgAPIKeyAccessList/memory.json @@ -0,0 +1 @@ +{"rand":"fw=="} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgAPIKeys/Create/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgAPIKeys/Create/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_1.snaphost new file mode 100644 index 0000000000..29384d1c2a --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgAPIKeys/Create/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 350 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:46 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 110 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationApiUsersResource::createApiUser +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"desc":"e2e-test-atlas-org","id":"67ea8e3eb31ead384fc6a80e","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67ea8e3eb31ead384fc6a80e","rel":"self"}],"privateKey":"787d89ec-cae8-49df-80f7-9bacedc876e3","publicKey":"awrmuhfa","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_READ_ONLY"}]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgAPIKeys/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3eb31ead384fc6a80e_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgAPIKeys/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3eb31ead384fc6a80e_1.snaphost new file mode 100644 index 0000000000..5a5f92ef73 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgAPIKeys/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3eb31ead384fc6a80e_1.snaphost @@ -0,0 +1,14 @@ +HTTP/2.0 204 No Content +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:47 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 72 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationApiUsersResource::deleteApiUser +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + diff --git a/test/e2e/.snapshots/TestAtlasOrgAPIKeys/Describe/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3eb31ead384fc6a80e_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgAPIKeys/Describe/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3eb31ead384fc6a80e_1.snaphost new file mode 100644 index 0000000000..39ef880a5b --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgAPIKeys/Describe/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3eb31ead384fc6a80e_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 353 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:47 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 39 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationApiUsersResource::getApiUser +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"desc":"e2e-test-atlas-org-updated","id":"67ea8e3eb31ead384fc6a80e","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67ea8e3eb31ead384fc6a80e","rel":"self"}],"privateKey":"********-****-****-9bacedc876e3","publicKey":"awrmuhfa","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_READ_ONLY"}]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgAPIKeys/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgAPIKeys/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_1.snaphost new file mode 100644 index 0000000000..7abda469e5 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgAPIKeys/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 200 OK +Connection: close +Content-Length: 12933 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:46 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 28 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationApiUsersResource::getApiUsers +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"desc":"mongodb-atlas-k8soperatorinstall-320-12d2c6ed8e273fd0cb94effa1b13bd4866fe5cc4-api-key","id":"67a4b0da65442032fb8efbb4","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67a4b0da65442032fb8efbb4","rel":"self"}],"privateKey":"********-****-****-3ddd216423b4","publicKey":"avooosfi","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test-atlas-org","id":"67ea8e3eb31ead384fc6a80e","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67ea8e3eb31ead384fc6a80e","rel":"self"}],"privateKey":"********-****-****-9bacedc876e3","publicKey":"awrmuhfa","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_READ_ONLY"}]},{"desc":"Bianca key","id":"66df1cdc9d75e9760bad2c8b","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/66df1cdc9d75e9760bad2c8b","rel":"self"}],"privateKey":"********-****-****-b0f76b821fd3","publicKey":"cbpvbeke","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"}]},{"desc":"melanija-test","id":"6788f733ce09c27ebade8d29","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/6788f733ce09c27ebade8d29","rel":"self"}],"privateKey":"********-****-****-fc24f9213325","publicKey":"gtlpdevb","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}]},{"desc":"mongodb-atlas-k8soperatorinstall-270-12d2c6ed8e273fd0cb94effa1b13bd4866fe5cc4-api-key","id":"67a4ce34639d1e25060ad64a","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67a4ce34639d1e25060ad64a","rel":"self"}],"privateKey":"********-****-****-5757f04c231d","publicKey":"ingbaocb","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"}]},{"desc":"bianca-test","id":"65ccd430eb20d062681e521d","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/65ccd430eb20d062681e521d","rel":"self"}],"privateKey":"********-****-****-7a7318486a98","publicKey":"jgblwcvi","roles":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_OWNER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_READ_ONLY"}]},{"desc":"e2e-test","id":"65e1d86b6c817a42f3f9e4b2","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/65e1d86b6c817a42f3f9e4b2","rel":"self"}],"privateKey":"********-****-****-d2cd9108b9c6","publicKey":"ksrveyom","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"}]},{"desc":"Andrea's Keys","id":"664b5ab59a981a30544e3996","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/664b5ab59a981a30544e3996","rel":"self"}],"privateKey":"********-****-****-686587e6e7af","publicKey":"laqkcexi","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}]},{"desc":"test","id":"67460ca648e1504e7df57ffb","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67460ca648e1504e7df57ffb","rel":"self"}],"privateKey":"********-****-****-b51eaed8863f","publicKey":"nzlozmoe","roles":[{"groupId":"67ea89a4b31ead384fc67dea","roleName":"GROUP_OWNER"},{"groupId":"67ea8e24b31ead384fc69c49","roleName":"GROUP_OWNER"},{"groupId":"67ea8e38b31ead384fc6a30e","roleName":"GROUP_OWNER"},{"groupId":"67ea8b8da35f9f740bf5ebc7","roleName":"GROUP_OWNER"},{"groupId":"67ea89b4b31ead384fc68176","roleName":"GROUP_OWNER"},{"groupId":"67ea89c4a35f9f740bf5dd20","roleName":"GROUP_OWNER"},{"groupId":"67ea8e3cb31ead384fc6a69e","roleName":"GROUP_OWNER"},{"groupId":"67ea8a4ea35f9f740bf5e144","roleName":"GROUP_OWNER"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_OWNER"},{"groupId":"67ea89a1a35f9f740bf5d6d6","roleName":"GROUP_OWNER"},{"groupId":"67ea8e3ab31ead384fc6a56a","roleName":"GROUP_OWNER"},{"groupId":"67ea89a2a35f9f740bf5d79c","roleName":"GROUP_OWNER"},{"groupId":"67ea89aaa35f9f740bf5d9ea","roleName":"GROUP_OWNER"},{"groupId":"67ea89b2a35f9f740bf5dadd","roleName":"GROUP_OWNER"},{"groupId":"67ea8be8a35f9f740bf5edc2","roleName":"GROUP_OWNER"},{"groupId":"67ea8e3db31ead384fc6a76c","roleName":"GROUP_OWNER"},{"groupId":"67ea8e3bb31ead384fc6a606","roleName":"GROUP_OWNER"},{"groupId":"67ea89bea35f9f740bf5dc86","roleName":"GROUP_OWNER"},{"groupId":"67ea8e27b31ead384fc69d1e","roleName":"GROUP_OWNER"},{"groupId":"67ea8c1db31ead384fc6937d","roleName":"GROUP_OWNER"},{"groupId":"67ea8e33b31ead384fc69eed","roleName":"GROUP_OWNER"},{"groupId":"67ea89dab31ead384fc683e6","roleName":"GROUP_OWNER"},{"groupId":"67ea89b7a35f9f740bf5dc0d","roleName":"GROUP_OWNER"},{"groupId":"67ea89a3b31ead384fc67cb3","roleName":"GROUP_OWNER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"},{"groupId":"67ea8e38b31ead384fc6a33d","roleName":"GROUP_OWNER"},{"groupId":"67ea89a2a35f9f740bf5d721","roleName":"GROUP_OWNER"},{"groupId":"67ea8e23b31ead384fc69c1f","roleName":"GROUP_OWNER"},{"groupId":"67ea89ceb31ead384fc68335","roleName":"GROUP_OWNER"},{"groupId":"67ea89b0b31ead384fc6807d","roleName":"GROUP_OWNER"},{"groupId":"67ea8e38b31ead384fc6a435","roleName":"GROUP_OWNER"},{"groupId":"67ea89ccb31ead384fc682d1","roleName":"GROUP_OWNER"},{"groupId":"67ea8c3aa35f9f740bf5eecf","roleName":"GROUP_OWNER"},{"groupId":"67ea89a5a35f9f740bf5d889","roleName":"GROUP_OWNER"},{"groupId":"67ea8e35b31ead384fc6a108","roleName":"GROUP_OWNER"},{"groupId":"67ea89aeb31ead384fc67fa9","roleName":"GROUP_OWNER"},{"groupId":"67ea8e38b31ead384fc6a356","roleName":"GROUP_OWNER"},{"groupId":"67ea89afa35f9f740bf5da79","roleName":"GROUP_OWNER"},{"groupId":"67ea8991a35f9f740bf5d561","roleName":"GROUP_OWNER"},{"groupId":"67ea8e31b31ead384fc69e2c","roleName":"GROUP_OWNER"},{"groupId":"67ea8e36b31ead384fc6a250","roleName":"GROUP_OWNER"},{"groupId":"67ea89a1b31ead384fc67c32","roleName":"GROUP_OWNER"},{"groupId":"67ea8a97a35f9f740bf5e2c7","roleName":"GROUP_OWNER"},{"groupId":"67ea8e34b31ead384fc6a058","roleName":"GROUP_OWNER"},{"groupId":"67ea89f6b31ead384fc6857b","roleName":"GROUP_OWNER"},{"groupId":"67ea8b96b31ead384fc691a4","roleName":"GROUP_OWNER"},{"groupId":"67ea89b3b31ead384fc680f4","roleName":"GROUP_OWNER"},{"groupId":"67ea899fb31ead384fc67ba3","roleName":"GROUP_OWNER"},{"groupId":"67ea8e33b31ead384fc69f64","roleName":"GROUP_OWNER"},{"groupId":"67ea8990a35f9f740bf5d4f9","roleName":"GROUP_OWNER"},{"groupId":"67ea8e38b31ead384fc6a400","roleName":"GROUP_OWNER"},{"groupId":"67ea89eeb31ead384fc684bc","roleName":"GROUP_OWNER"},{"groupId":"67ea8999a35f9f740bf5d5e4","roleName":"GROUP_OWNER"},{"groupId":"67ea89afb31ead384fc68019","roleName":"GROUP_OWNER"},{"groupId":"67ea8e35b31ead384fc6a140","roleName":"GROUP_OWNER"},{"groupId":"67ea89a4b31ead384fc67e20","roleName":"GROUP_OWNER"},{"groupId":"67ea899eb31ead384fc67b32","roleName":"GROUP_OWNER"},{"groupId":"67ea89b6a35f9f740bf5db98","roleName":"GROUP_OWNER"},{"groupId":"67ea89a3b31ead384fc67d37","roleName":"GROUP_OWNER"}]},{"desc":"mongodb-atlas-k8soperatorinstall-532-12d2c6ed8e273fd0cb94effa1b13bd4866fe5cc4-api-key","id":"67a4bcefa041f41307d23713","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67a4bcefa041f41307d23713","rel":"self"}],"privateKey":"********-****-****-bfe1960dc581","publicKey":"odoufetn","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"}]},{"desc":"filipe test","id":"65e9bef82f5bc46c813f4862","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/65e9bef82f5bc46c813f4862","rel":"self"}],"privateKey":"********-****-****-55486a40b716","publicKey":"pdlkxpat","roles":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_OWNER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test-org","id":"613b5b8c9f81490b3d76fecc","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/613b5b8c9f81490b3d76fecc","rel":"self"}],"privateKey":"********-****-****-99d5ca8cad7a","publicKey":"pksfqjeb","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_READ_ONLY"}]},{"desc":"dsadfssa","id":"67e6d9a67d0ec52be496d2a0","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67e6d9a67d0ec52be496d2a0","rel":"self"}],"privateKey":"********-****-****-6b2eb3a3e036","publicKey":"ptaglwtt","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test-org","id":"613a3e6253d02c5bbb31dd31","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/613a3e6253d02c5bbb31dd31","rel":"self"}],"privateKey":"********-****-****-9b75e753b46b","publicKey":"qtjmpgjl","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_READ_ONLY"}]},{"desc":"Gus Test","id":"63fe3e5ae964d64efa3bdc8b","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/63fe3e5ae964d64efa3bdc8b","rel":"self"}],"privateKey":"********-****-****-733952f1dccb","publicKey":"rfmgmrux","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}]},{"desc":"e2e-test-org","id":"613b62958ec48f1af7520a5d","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/613b62958ec48f1af7520a5d","rel":"self"}],"privateKey":"********-****-****-5e62b2d3652d","publicKey":"rmeffxgz","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_READ_ONLY"}]},{"desc":"idpTest","id":"66261298550df60290948a42","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/66261298550df60290948a42","rel":"self"}],"privateKey":"********-****-****-2097bd86c563","publicKey":"ssjhswda","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_READ_ONLY"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_BILLING_ADMIN"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_BILLING_READ_ONLY"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_GROUP_CREATOR"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}]},{"desc":"Evergreen E2E","id":"5f3b9a38320c484ff32cbf5c","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/5f3b9a38320c484ff32cbf5c","rel":"self"}],"privateKey":"********-****-****-d4a6d03057ae","publicKey":"tevdziqg","roles":[{"groupId":"67ea803ea6a23d620d50b593","roleName":"GROUP_OWNER"},{"groupId":"67ea7f46a6a23d620d50b079","roleName":"GROUP_OWNER"},{"groupId":"67ea7f23a6a23d620d50af9d","roleName":"GROUP_OWNER"},{"groupId":"67ea817ea6a23d620d50ba39","roleName":"GROUP_OWNER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}]},{"desc":"ciprian-test","id":"66b63a490f13602d7d2f4bc0","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/66b63a490f13602d7d2f4bc0","rel":"self"}],"privateKey":"********-****-****-ef7247a00aa9","publicKey":"tpkkipgg","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}]},{"desc":"Daniel Key Test","id":"6752027cb632b3215f8dbd13","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/6752027cb632b3215f8dbd13","rel":"self"}],"privateKey":"********-****-****-9d74eadb5ef2","publicKey":"whvshfir","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}]},{"desc":"e2e-test","id":"6564c343515f29099463b160","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/6564c343515f29099463b160","rel":"self"}],"privateKey":"********-****-****-de061174a097","publicKey":"ywcjnnxw","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_READ_ONLY"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_READ_ONLY"}]},{"desc":"Atlas Migration Service Key - 38f46c8","id":"6564c354515f29099463b1bb","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/6564c354515f29099463b1bb","rel":"self"}],"privateKey":"********-****-****-ca82969d69fc","publicKey":"zbwzzwta","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}]},{"desc":"josvaz-cli-e2e-api-key","id":"66ab8054cf396b28b9c236d3","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/66ab8054cf396b28b9c236d3","rel":"self"}],"privateKey":"********-****-****-518c1f763dbe","publicKey":"zdrglvij","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_GROUP_CREATOR"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}]}],"totalCount":23} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgAPIKeys/List_Compact/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_2.snaphost b/test/e2e/.snapshots/TestAtlasOrgAPIKeys/List_Compact/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_2.snaphost new file mode 100644 index 0000000000..ac84828517 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgAPIKeys/List_Compact/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_2.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 200 OK +Connection: close +Content-Length: 12933 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:46 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 25 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationApiUsersResource::getApiUsers +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"desc":"mongodb-atlas-k8soperatorinstall-320-12d2c6ed8e273fd0cb94effa1b13bd4866fe5cc4-api-key","id":"67a4b0da65442032fb8efbb4","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67a4b0da65442032fb8efbb4","rel":"self"}],"privateKey":"********-****-****-3ddd216423b4","publicKey":"avooosfi","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test-atlas-org","id":"67ea8e3eb31ead384fc6a80e","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67ea8e3eb31ead384fc6a80e","rel":"self"}],"privateKey":"********-****-****-9bacedc876e3","publicKey":"awrmuhfa","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_READ_ONLY"}]},{"desc":"Bianca key","id":"66df1cdc9d75e9760bad2c8b","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/66df1cdc9d75e9760bad2c8b","rel":"self"}],"privateKey":"********-****-****-b0f76b821fd3","publicKey":"cbpvbeke","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"}]},{"desc":"melanija-test","id":"6788f733ce09c27ebade8d29","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/6788f733ce09c27ebade8d29","rel":"self"}],"privateKey":"********-****-****-fc24f9213325","publicKey":"gtlpdevb","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}]},{"desc":"mongodb-atlas-k8soperatorinstall-270-12d2c6ed8e273fd0cb94effa1b13bd4866fe5cc4-api-key","id":"67a4ce34639d1e25060ad64a","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67a4ce34639d1e25060ad64a","rel":"self"}],"privateKey":"********-****-****-5757f04c231d","publicKey":"ingbaocb","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"}]},{"desc":"bianca-test","id":"65ccd430eb20d062681e521d","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/65ccd430eb20d062681e521d","rel":"self"}],"privateKey":"********-****-****-7a7318486a98","publicKey":"jgblwcvi","roles":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_OWNER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_READ_ONLY"}]},{"desc":"e2e-test","id":"65e1d86b6c817a42f3f9e4b2","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/65e1d86b6c817a42f3f9e4b2","rel":"self"}],"privateKey":"********-****-****-d2cd9108b9c6","publicKey":"ksrveyom","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"}]},{"desc":"Andrea's Keys","id":"664b5ab59a981a30544e3996","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/664b5ab59a981a30544e3996","rel":"self"}],"privateKey":"********-****-****-686587e6e7af","publicKey":"laqkcexi","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}]},{"desc":"test","id":"67460ca648e1504e7df57ffb","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67460ca648e1504e7df57ffb","rel":"self"}],"privateKey":"********-****-****-b51eaed8863f","publicKey":"nzlozmoe","roles":[{"groupId":"67ea89a4b31ead384fc67dea","roleName":"GROUP_OWNER"},{"groupId":"67ea8e24b31ead384fc69c49","roleName":"GROUP_OWNER"},{"groupId":"67ea8e38b31ead384fc6a30e","roleName":"GROUP_OWNER"},{"groupId":"67ea8b8da35f9f740bf5ebc7","roleName":"GROUP_OWNER"},{"groupId":"67ea89b4b31ead384fc68176","roleName":"GROUP_OWNER"},{"groupId":"67ea89c4a35f9f740bf5dd20","roleName":"GROUP_OWNER"},{"groupId":"67ea8e3cb31ead384fc6a69e","roleName":"GROUP_OWNER"},{"groupId":"67ea8a4ea35f9f740bf5e144","roleName":"GROUP_OWNER"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_OWNER"},{"groupId":"67ea89a1a35f9f740bf5d6d6","roleName":"GROUP_OWNER"},{"groupId":"67ea8e3ab31ead384fc6a56a","roleName":"GROUP_OWNER"},{"groupId":"67ea89a2a35f9f740bf5d79c","roleName":"GROUP_OWNER"},{"groupId":"67ea89aaa35f9f740bf5d9ea","roleName":"GROUP_OWNER"},{"groupId":"67ea89b2a35f9f740bf5dadd","roleName":"GROUP_OWNER"},{"groupId":"67ea8be8a35f9f740bf5edc2","roleName":"GROUP_OWNER"},{"groupId":"67ea8e3db31ead384fc6a76c","roleName":"GROUP_OWNER"},{"groupId":"67ea8e3bb31ead384fc6a606","roleName":"GROUP_OWNER"},{"groupId":"67ea89bea35f9f740bf5dc86","roleName":"GROUP_OWNER"},{"groupId":"67ea8e27b31ead384fc69d1e","roleName":"GROUP_OWNER"},{"groupId":"67ea8c1db31ead384fc6937d","roleName":"GROUP_OWNER"},{"groupId":"67ea8e33b31ead384fc69eed","roleName":"GROUP_OWNER"},{"groupId":"67ea89dab31ead384fc683e6","roleName":"GROUP_OWNER"},{"groupId":"67ea89b7a35f9f740bf5dc0d","roleName":"GROUP_OWNER"},{"groupId":"67ea89a3b31ead384fc67cb3","roleName":"GROUP_OWNER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"},{"groupId":"67ea8e38b31ead384fc6a33d","roleName":"GROUP_OWNER"},{"groupId":"67ea89a2a35f9f740bf5d721","roleName":"GROUP_OWNER"},{"groupId":"67ea8e23b31ead384fc69c1f","roleName":"GROUP_OWNER"},{"groupId":"67ea89ceb31ead384fc68335","roleName":"GROUP_OWNER"},{"groupId":"67ea89b0b31ead384fc6807d","roleName":"GROUP_OWNER"},{"groupId":"67ea8e38b31ead384fc6a435","roleName":"GROUP_OWNER"},{"groupId":"67ea89ccb31ead384fc682d1","roleName":"GROUP_OWNER"},{"groupId":"67ea8c3aa35f9f740bf5eecf","roleName":"GROUP_OWNER"},{"groupId":"67ea89a5a35f9f740bf5d889","roleName":"GROUP_OWNER"},{"groupId":"67ea8e35b31ead384fc6a108","roleName":"GROUP_OWNER"},{"groupId":"67ea89aeb31ead384fc67fa9","roleName":"GROUP_OWNER"},{"groupId":"67ea8e38b31ead384fc6a356","roleName":"GROUP_OWNER"},{"groupId":"67ea89afa35f9f740bf5da79","roleName":"GROUP_OWNER"},{"groupId":"67ea8991a35f9f740bf5d561","roleName":"GROUP_OWNER"},{"groupId":"67ea8e31b31ead384fc69e2c","roleName":"GROUP_OWNER"},{"groupId":"67ea8e36b31ead384fc6a250","roleName":"GROUP_OWNER"},{"groupId":"67ea89a1b31ead384fc67c32","roleName":"GROUP_OWNER"},{"groupId":"67ea8a97a35f9f740bf5e2c7","roleName":"GROUP_OWNER"},{"groupId":"67ea8e34b31ead384fc6a058","roleName":"GROUP_OWNER"},{"groupId":"67ea89f6b31ead384fc6857b","roleName":"GROUP_OWNER"},{"groupId":"67ea8b96b31ead384fc691a4","roleName":"GROUP_OWNER"},{"groupId":"67ea89b3b31ead384fc680f4","roleName":"GROUP_OWNER"},{"groupId":"67ea899fb31ead384fc67ba3","roleName":"GROUP_OWNER"},{"groupId":"67ea8e33b31ead384fc69f64","roleName":"GROUP_OWNER"},{"groupId":"67ea8990a35f9f740bf5d4f9","roleName":"GROUP_OWNER"},{"groupId":"67ea8e38b31ead384fc6a400","roleName":"GROUP_OWNER"},{"groupId":"67ea89eeb31ead384fc684bc","roleName":"GROUP_OWNER"},{"groupId":"67ea8999a35f9f740bf5d5e4","roleName":"GROUP_OWNER"},{"groupId":"67ea89afb31ead384fc68019","roleName":"GROUP_OWNER"},{"groupId":"67ea8e35b31ead384fc6a140","roleName":"GROUP_OWNER"},{"groupId":"67ea89a4b31ead384fc67e20","roleName":"GROUP_OWNER"},{"groupId":"67ea899eb31ead384fc67b32","roleName":"GROUP_OWNER"},{"groupId":"67ea89b6a35f9f740bf5db98","roleName":"GROUP_OWNER"},{"groupId":"67ea89a3b31ead384fc67d37","roleName":"GROUP_OWNER"}]},{"desc":"mongodb-atlas-k8soperatorinstall-532-12d2c6ed8e273fd0cb94effa1b13bd4866fe5cc4-api-key","id":"67a4bcefa041f41307d23713","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67a4bcefa041f41307d23713","rel":"self"}],"privateKey":"********-****-****-bfe1960dc581","publicKey":"odoufetn","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"}]},{"desc":"filipe test","id":"65e9bef82f5bc46c813f4862","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/65e9bef82f5bc46c813f4862","rel":"self"}],"privateKey":"********-****-****-55486a40b716","publicKey":"pdlkxpat","roles":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_OWNER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test-org","id":"613b5b8c9f81490b3d76fecc","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/613b5b8c9f81490b3d76fecc","rel":"self"}],"privateKey":"********-****-****-99d5ca8cad7a","publicKey":"pksfqjeb","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_READ_ONLY"}]},{"desc":"dsadfssa","id":"67e6d9a67d0ec52be496d2a0","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67e6d9a67d0ec52be496d2a0","rel":"self"}],"privateKey":"********-****-****-6b2eb3a3e036","publicKey":"ptaglwtt","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test-org","id":"613a3e6253d02c5bbb31dd31","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/613a3e6253d02c5bbb31dd31","rel":"self"}],"privateKey":"********-****-****-9b75e753b46b","publicKey":"qtjmpgjl","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_READ_ONLY"}]},{"desc":"Gus Test","id":"63fe3e5ae964d64efa3bdc8b","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/63fe3e5ae964d64efa3bdc8b","rel":"self"}],"privateKey":"********-****-****-733952f1dccb","publicKey":"rfmgmrux","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}]},{"desc":"e2e-test-org","id":"613b62958ec48f1af7520a5d","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/613b62958ec48f1af7520a5d","rel":"self"}],"privateKey":"********-****-****-5e62b2d3652d","publicKey":"rmeffxgz","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_READ_ONLY"}]},{"desc":"idpTest","id":"66261298550df60290948a42","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/66261298550df60290948a42","rel":"self"}],"privateKey":"********-****-****-2097bd86c563","publicKey":"ssjhswda","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_READ_ONLY"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_BILLING_ADMIN"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_BILLING_READ_ONLY"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_GROUP_CREATOR"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}]},{"desc":"Evergreen E2E","id":"5f3b9a38320c484ff32cbf5c","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/5f3b9a38320c484ff32cbf5c","rel":"self"}],"privateKey":"********-****-****-d4a6d03057ae","publicKey":"tevdziqg","roles":[{"groupId":"67ea803ea6a23d620d50b593","roleName":"GROUP_OWNER"},{"groupId":"67ea7f46a6a23d620d50b079","roleName":"GROUP_OWNER"},{"groupId":"67ea7f23a6a23d620d50af9d","roleName":"GROUP_OWNER"},{"groupId":"67ea817ea6a23d620d50ba39","roleName":"GROUP_OWNER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}]},{"desc":"ciprian-test","id":"66b63a490f13602d7d2f4bc0","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/66b63a490f13602d7d2f4bc0","rel":"self"}],"privateKey":"********-****-****-ef7247a00aa9","publicKey":"tpkkipgg","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}]},{"desc":"Daniel Key Test","id":"6752027cb632b3215f8dbd13","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/6752027cb632b3215f8dbd13","rel":"self"}],"privateKey":"********-****-****-9d74eadb5ef2","publicKey":"whvshfir","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}]},{"desc":"e2e-test","id":"6564c343515f29099463b160","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/6564c343515f29099463b160","rel":"self"}],"privateKey":"********-****-****-de061174a097","publicKey":"ywcjnnxw","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_READ_ONLY"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_READ_ONLY"}]},{"desc":"Atlas Migration Service Key - 38f46c8","id":"6564c354515f29099463b1bb","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/6564c354515f29099463b1bb","rel":"self"}],"privateKey":"********-****-****-ca82969d69fc","publicKey":"zbwzzwta","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}]},{"desc":"josvaz-cli-e2e-api-key","id":"66ab8054cf396b28b9c236d3","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/66ab8054cf396b28b9c236d3","rel":"self"}],"privateKey":"********-****-****-518c1f763dbe","publicKey":"zdrglvij","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_GROUP_CREATOR"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}]}],"totalCount":23} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgAPIKeys/Update/PATCH__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3eb31ead384fc6a80e_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgAPIKeys/Update/PATCH__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3eb31ead384fc6a80e_1.snaphost new file mode 100644 index 0000000000..8f84f3889b --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgAPIKeys/Update/PATCH__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e3eb31ead384fc6a80e_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 353 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:46 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 66 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationApiUsersResource::updateApiUserDescAndRoles +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"desc":"e2e-test-atlas-org-updated","id":"67ea8e3eb31ead384fc6a80e","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67ea8e3eb31ead384fc6a80e","rel":"self"}],"privateKey":"********-****-****-9bacedc876e3","publicKey":"awrmuhfa","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_READ_ONLY"}]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgAPIKeys/memory.json b/test/e2e/.snapshots/TestAtlasOrgAPIKeys/memory.json new file mode 100644 index 0000000000..9e26dfeeb6 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgAPIKeys/memory.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgInvitations/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_67ea8e3fb31ead384fc6a838_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgInvitations/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_67ea8e3fb31ead384fc6a838_1.snaphost new file mode 100644 index 0000000000..a91edd9c28 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgInvitations/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_67ea8e3fb31ead384fc6a838_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 204 No Content +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:48 GMT +Deprecation: Wed, 19 Feb 2025 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Fri, 31 Jul 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 30 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationInvitationResource::deleteInvitations +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + diff --git a/test/e2e/.snapshots/TestAtlasOrgInvitations/Describe/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_67ea8e3fb31ead384fc6a838_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgInvitations/Describe/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_67ea8e3fb31ead384fc6a838_1.snaphost new file mode 100644 index 0000000000..eb79056e24 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgInvitations/Describe/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_67ea8e3fb31ead384fc6a838_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 289 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:47 GMT +Deprecation: Wed, 19 Feb 2025 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Fri, 31 Jul 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 34 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationInvitationResource::getInvitationByInvitationId +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"createdAt":"2025-03-31T12:44:47Z","expiresAt":"2025-04-30T12:44:47Z","groupRoleAssignments":[],"id":"67ea8e3fb31ead384fc6a838","inviterUsername":"nzlozmoe","orgId":"5efda682a3f2ed2e7dd6cde4","orgName":"Atlas CLI E2E","roles":["ORG_MEMBER"],"teamIds":[],"username":"test-697@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgInvitations/Invite/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgInvitations/Invite/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_1.snaphost new file mode 100644 index 0000000000..86d0e30f14 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgInvitations/Invite/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 289 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:47 GMT +Deprecation: Wed, 19 Feb 2025 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Fri, 31 Jul 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 143 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationInvitationResource::createInvitations +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"createdAt":"2025-03-31T12:44:47Z","expiresAt":"2025-04-30T12:44:47Z","groupRoleAssignments":[],"id":"67ea8e3fb31ead384fc6a838","inviterUsername":"nzlozmoe","orgId":"5efda682a3f2ed2e7dd6cde4","orgName":"Atlas CLI E2E","roles":["ORG_MEMBER"],"teamIds":[],"username":"test-697@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgInvitations/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgInvitations/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_1.snaphost new file mode 100644 index 0000000000..42f1b44b34 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgInvitations/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 2629 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:47 GMT +Deprecation: Wed, 19 Feb 2025 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Fri, 31 Jul 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 37 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationInvitationResource::getInvitations +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +[{"createdAt":"2025-03-31T12:44:06Z","expiresAt":"2025-04-30T12:44:06Z","groupRoleAssignments":[],"id":"67ea8e16b31ead384fc69b98","inviterUsername":"tevdziqg","orgId":"5efda682a3f2ed2e7dd6cde4","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"cli-test-3969-731aa2201cdca871d8c242ebe458aaf7ab9fe39d@moongodb.com"},{"createdAt":"2025-03-31T12:26:55Z","expiresAt":"2025-04-30T12:26:55Z","groupRoleAssignments":[],"id":"67ea8a0fb31ead384fc686e0","inviterUsername":"nzlozmoe","orgId":"5efda682a3f2ed2e7dd6cde4","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"cli-test-5564@moongodb.com"},{"createdAt":"2025-03-31T12:01:22Z","expiresAt":"2025-04-30T12:01:22Z","groupRoleAssignments":[],"id":"67ea8412a6a23d620d50c4a3","inviterUsername":"tevdziqg","orgId":"5efda682a3f2ed2e7dd6cde4","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"cli-test-5825-731aa2201cdca871d8c242ebe458aaf7ab9fe39d@moongodb.com"},{"createdAt":"2025-03-31T12:31:07Z","expiresAt":"2025-04-30T12:31:07Z","groupRoleAssignments":[],"id":"67ea8b0ba35f9f740bf5e9df","inviterUsername":"tevdziqg","orgId":"5efda682a3f2ed2e7dd6cde4","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"cli-test-621-731aa2201cdca871d8c242ebe458aaf7ab9fe39d@moongodb.com"},{"createdAt":"2025-03-31T11:19:34Z","expiresAt":"2025-04-30T11:19:34Z","groupRoleAssignments":[],"id":"67ea7a46ea21666a3994fd03","inviterUsername":"tevdziqg","orgId":"5efda682a3f2ed2e7dd6cde4","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"cli-test-6548-731aa2201cdca871d8c242ebe458aaf7ab9fe39d@moongodb.com"},{"createdAt":"2025-03-31T11:34:35Z","expiresAt":"2025-04-30T11:34:35Z","groupRoleAssignments":[],"id":"67ea7dcbea21666a3995124a","inviterUsername":"tevdziqg","orgId":"5efda682a3f2ed2e7dd6cde4","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"cli-test-7305-731aa2201cdca871d8c242ebe458aaf7ab9fe39d@moongodb.com"},{"createdAt":"2025-03-31T11:20:35Z","expiresAt":"2025-04-30T11:20:35Z","groupRoleAssignments":[],"id":"67ea7a83ea21666a399500af","inviterUsername":"tevdziqg","orgId":"5efda682a3f2ed2e7dd6cde4","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"cli-test-9531-2d65cdd1524530be4e1624dd5775ab12d0978a47@moongodb.com"},{"createdAt":"2025-03-31T12:44:47Z","expiresAt":"2025-04-30T12:44:47Z","groupRoleAssignments":[],"id":"67ea8e3fb31ead384fc6a838","inviterUsername":"nzlozmoe","orgId":"5efda682a3f2ed2e7dd6cde4","orgName":"Atlas CLI E2E","roles":["ORG_MEMBER"],"teamIds":[],"username":"test-697@mongodb.com"}] \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgInvitations/Update_by_ID/PATCH__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_67ea8e3fb31ead384fc6a838_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgInvitations/Update_by_ID/PATCH__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_67ea8e3fb31ead384fc6a838_1.snaphost new file mode 100644 index 0000000000..09125a2e0c --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgInvitations/Update_by_ID/PATCH__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_67ea8e3fb31ead384fc6a838_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 292 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:48 GMT +Deprecation: Wed, 19 Feb 2025 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Fri, 31 Jul 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 29 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationInvitationResource::editInvitationsByInvitationId +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"createdAt":"2025-03-31T12:44:47Z","expiresAt":"2025-04-30T12:44:47Z","groupRoleAssignments":[],"id":"67ea8e3fb31ead384fc6a838","inviterUsername":"nzlozmoe","orgId":"5efda682a3f2ed2e7dd6cde4","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"test-697@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgInvitations/Update_by_email/PATCH__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgInvitations/Update_by_email/PATCH__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_1.snaphost new file mode 100644 index 0000000000..1ed7dad5bc --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgInvitations/Update_by_email/PATCH__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_invites_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 292 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:48 GMT +Deprecation: Wed, 19 Feb 2025 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Fri, 31 Jul 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 39 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationInvitationResource::editInvitations +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"createdAt":"2025-03-31T12:44:47Z","expiresAt":"2025-04-30T12:44:47Z","groupRoleAssignments":[],"id":"67ea8e3fb31ead384fc6a838","inviterUsername":"nzlozmoe","orgId":"5efda682a3f2ed2e7dd6cde4","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"test-697@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgInvitations/memory.json b/test/e2e/.snapshots/TestAtlasOrgInvitations/memory.json new file mode 100644 index 0000000000..619e880b4c --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgInvitations/memory.json @@ -0,0 +1 @@ +{"rand":"Ark="} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgs/Describe/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgs/Describe/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_1.snaphost new file mode 100644 index 0000000000..c70850f55c --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgs/Describe/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 607 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:48 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 33 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationsResource::getOrg +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"id":"5efda682a3f2ed2e7dd6cde4","isDeleted":false,"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/groups","rel":"https://cloud.mongodb.com/groups"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/teams","rel":"https://cloud.mongodb.com/teams"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/users","rel":"https://cloud.mongodb.com/users"}],"name":"Atlas CLI E2E","skipDefaultAlertsSettings":false} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgs/List/GET__api_atlas_v2_orgs_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgs/List/GET__api_atlas_v2_orgs_1.snaphost new file mode 100644 index 0000000000..ad65e3481a --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgs/List/GET__api_atlas_v2_orgs_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 377 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:48 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 30 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationsResource::getAllOrgs +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs?includeCount=true&name=&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"id":"5efda682a3f2ed2e7dd6cde4","isDeleted":false,"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4","rel":"self"}],"name":"Atlas CLI E2E","skipDefaultAlertsSettings":false}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgs/List_Org_Users/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_1.snaphost b/test/e2e/.snapshots/TestAtlasOrgs/List_Org_Users/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_1.snaphost new file mode 100644 index 0000000000..7f714e6658 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgs/List_Org_Users/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 200 OK +Connection: close +Content-Length: 11519 +Content-Type: application/vnd.atlas.2025-02-19+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:48 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 128 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationUsersResource::getOrganizationUsers +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/users?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-03-28T09:21:54Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":[],"username":"andrea.angiolillo@mongodb.com"},{"country":"IE","createdAt":"2022-01-10T16:04:57Z","firstName":"Bianca","id":"61dc5929ae95796dcd418d1d","lastAuth":"2025-03-14T15:15:28Z","lastName":"Lisle","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":[],"username":"bianca.vianadeaguiar@mongodb.com"},{"country":"IE","createdAt":"2021-05-06T18:17:36Z","firstName":"Ciprian","id":"609432c05841544134fb92c0","lastAuth":"2025-03-20T17:17:04Z","lastName":"Tibulca","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_MEMBER"]},"teamIds":[],"username":"ciprian.tibulca@mongodb.com"},{"id":"67ea8e16b31ead384fc69b96","invitationCreatedAt":"2025-03-31T12:44:06Z","invitationExpiresAt":"2025-04-30T12:44:06Z","inviterUsername":"tevdziqg","orgMembershipStatus":"PENDING","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_READ_ONLY"]},"teamIds":[],"username":"cli-test-3969-731aa2201cdca871d8c242ebe458aaf7ab9fe39d@moongodb.com"},{"id":"67ea8a0fb31ead384fc686de","invitationCreatedAt":"2025-03-31T12:26:55Z","invitationExpiresAt":"2025-04-30T12:26:55Z","inviterUsername":"nzlozmoe","orgMembershipStatus":"PENDING","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_READ_ONLY"]},"teamIds":[],"username":"cli-test-5564@moongodb.com"},{"id":"67ea8412a6a23d620d50c4a1","invitationCreatedAt":"2025-03-31T12:01:22Z","invitationExpiresAt":"2025-04-30T12:01:22Z","inviterUsername":"tevdziqg","orgMembershipStatus":"PENDING","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_READ_ONLY"]},"teamIds":[],"username":"cli-test-5825-731aa2201cdca871d8c242ebe458aaf7ab9fe39d@moongodb.com"},{"id":"67ea8b0ba35f9f740bf5e9dd","invitationCreatedAt":"2025-03-31T12:31:07Z","invitationExpiresAt":"2025-04-30T12:31:07Z","inviterUsername":"tevdziqg","orgMembershipStatus":"PENDING","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_READ_ONLY"]},"teamIds":[],"username":"cli-test-621-731aa2201cdca871d8c242ebe458aaf7ab9fe39d@moongodb.com"},{"id":"67ea7a45ea21666a3994fd01","invitationCreatedAt":"2025-03-31T11:19:34Z","invitationExpiresAt":"2025-04-30T11:19:34Z","inviterUsername":"tevdziqg","orgMembershipStatus":"PENDING","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_READ_ONLY"]},"teamIds":[],"username":"cli-test-6548-731aa2201cdca871d8c242ebe458aaf7ab9fe39d@moongodb.com"},{"id":"67ea7dcbea21666a39951248","invitationCreatedAt":"2025-03-31T11:34:35Z","invitationExpiresAt":"2025-04-30T11:34:35Z","inviterUsername":"tevdziqg","orgMembershipStatus":"PENDING","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_READ_ONLY"]},"teamIds":[],"username":"cli-test-7305-731aa2201cdca871d8c242ebe458aaf7ab9fe39d@moongodb.com"},{"id":"67ea7a83ea21666a399500ad","invitationCreatedAt":"2025-03-31T11:20:35Z","invitationExpiresAt":"2025-04-30T11:20:35Z","inviterUsername":"tevdziqg","orgMembershipStatus":"PENDING","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_READ_ONLY"]},"teamIds":[],"username":"cli-test-9531-2d65cdd1524530be4e1624dd5775ab12d0978a47@moongodb.com"},{"country":"IE","createdAt":"2020-01-10T11:55:55Z","firstName":"Colm","id":"5e18664b7a3e5a55893d374a","lastAuth":"2025-02-12T12:09:26Z","lastName":"Quinn","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"67ea8a4ea35f9f740bf5e144","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89a3b31ead384fc67cb3","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89a3b31ead384fc67d37","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89a4b31ead384fc67e20","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89b0b31ead384fc6807d","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea899fb31ead384fc67ba3","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89a2a35f9f740bf5d79c","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea803ea6a23d620d50b593","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8990a35f9f740bf5d4f9","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e24b31ead384fc69c49","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e33b31ead384fc69eed","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89c4a35f9f740bf5dd20","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89a1b31ead384fc67c32","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8b8da35f9f740bf5ebc7","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89eeb31ead384fc684bc","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e38b31ead384fc6a435","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89b7a35f9f740bf5dc0d","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e23b31ead384fc69c1f","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e34b31ead384fc6a058","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e3db31ead384fc6a76c","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e38b31ead384fc6a356","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e35b31ead384fc6a108","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea899eb31ead384fc67b32","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89a4b31ead384fc67dea","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89f6b31ead384fc6857b","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8991a35f9f740bf5d561","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e3cb31ead384fc6a69e","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89a5a35f9f740bf5d889","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89a2a35f9f740bf5d721","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea817ea6a23d620d50ba39","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89afb31ead384fc68019","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89b6a35f9f740bf5db98","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e3bb31ead384fc6a606","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89b4b31ead384fc68176","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e38b31ead384fc6a30e","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e36b31ead384fc6a250","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8be8a35f9f740bf5edc2","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e38b31ead384fc6a400","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e38b31ead384fc6a33d","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e3ab31ead384fc6a56a","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e33b31ead384fc69f64","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89b2a35f9f740bf5dadd","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89aaa35f9f740bf5d9ea","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e31b31ead384fc69e2c","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89ccb31ead384fc682d1","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e27b31ead384fc69d1e","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8e35b31ead384fc6a140","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8c1db31ead384fc6937d","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea7f46a6a23d620d50b079","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89afa35f9f740bf5da79","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89dab31ead384fc683e6","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89b3b31ead384fc680f4","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89a1a35f9f740bf5d6d6","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8c3aa35f9f740bf5eecf","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8b96b31ead384fc691a4","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89ceb31ead384fc68335","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8999a35f9f740bf5d5e4","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea7f23a6a23d620d50af9d","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89bea35f9f740bf5dc86","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea8a97a35f9f740bf5e2c7","groupRoles":["GROUP_OWNER"]},{"groupId":"67ea89aeb31ead384fc67fa9","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":[],"username":"colm.quinn@mongodb.com"},{"country":"US","createdAt":"2023-06-06T15:09:44Z","firstName":"Drew","id":"647f4c38fe95ad3167e98a78","lastAuth":"2025-03-28T13:48:35Z","lastName":"Beckmen","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_READ_ONLY"]},"teamIds":[],"username":"drew.beckmen@mongodb.com"},{"country":"IE","createdAt":"2024-07-16T13:52:32Z","firstName":"Filip","id":"66967b205e498f3cfc72c9b8","lastAuth":"2024-08-01T09:21:39Z","lastName":"Cirtog","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_OWNER"]},"teamIds":[],"username":"filip.cirtog@mongodb.com"},{"country":"IE","createdAt":"2021-03-18T11:49:12Z","firstName":"Filipe","id":"60533e389b6f8f2d146a13f1","lastAuth":"2025-03-28T10:44:25Z","lastName":"Constantinov Menezes","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":[],"username":"filipe.menezes@mongodb.com"},{"country":"IE","createdAt":"2020-02-04T16:41:45Z","firstName":"Gustavo","id":"5e399ec9f10fab1f92b44834","lastAuth":"2025-03-25T14:52:38Z","lastName":"Bazan","mobileNumber":"+353872529768","orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":[],"username":"gustavo.bazan@mongodb.com"},{"country":"US","createdAt":"2019-11-25T15:55:57Z","firstName":"Jack","id":"5ddbf98d7a3e5a77d8174cf6","lastAuth":"2025-03-24T10:03:04Z","lastName":"Wearden","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_MEMBER"]},"teamIds":[],"username":"jack.wearden@mongodb.com"},{"country":"IE","createdAt":"2024-01-15T10:32:13Z","firstName":"Jeroen","id":"65a509ade774f41fad2d913c","lastAuth":"2025-03-14T11:37:43Z","lastName":"Vervaeke","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_MEMBER"]},"teamIds":[],"username":"jeroen.vervaeke@mongodb.com"},{"country":"ES","createdAt":"2023-10-16T09:22:04Z","firstName":"Jose","id":"652d00bcbf20177eb39f0acf","lastAuth":"2025-03-13T12:44:30Z","lastName":"Vázquez González","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_MEMBER","ORG_OWNER"]},"teamIds":[],"username":"jose.vazquez@mongodb.com"},{"country":"ES","createdAt":"2023-09-05T15:58:48Z","firstName":"Leo","id":"64f7503870ae433739a66b9d","lastAuth":"2025-03-26T11:18:36Z","lastName":"Antoli","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_BILLING_READ_ONLY","ORG_MEMBER","ORG_OWNER","ORG_READ_ONLY","ORG_BILLING_ADMIN","ORG_GROUP_CREATOR"]},"teamIds":[],"username":"leo.antoli@mongodb.com"},{"country":"US","createdAt":"2019-11-25T23:07:58Z","firstName":"Teppei","id":"5ddc5ece7a3e5a14adb39129","lastAuth":"2025-03-28T18:31:46Z","lastName":"Suzuki","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_MEMBER"]},"teamIds":[],"username":"tepp.suzuki@mongodb.com"}],"totalCount":20} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasOrgs/memory.json b/test/e2e/.snapshots/TestAtlasOrgs/memory.json new file mode 100644 index 0000000000..39cb5dd832 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasOrgs/memory.json @@ -0,0 +1 @@ +{"rand":"KQ=="} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectAPIKeys/Assign/PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_67ea8e41b31ead384fc6a874_1.snaphost b/test/e2e/.snapshots/TestAtlasProjectAPIKeys/Assign/PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_67ea8e41b31ead384fc6a874_1.snaphost new file mode 100644 index 0000000000..0799ae4688 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjectAPIKeys/Assign/PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_67ea8e41b31ead384fc6a874_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 412 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:49 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 97 +X-Frame-Options: DENY +X-Java-Method: ApiProjectApiUsersResource::updateApiUserDescAndRoles +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"desc":"e2e-test","id":"67ea8e41b31ead384fc6a874","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67ea8e41b31ead384fc6a874","rel":"self"}],"privateKey":"********-****-****-c8e09baa217d","publicKey":"xstcnthx","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_DATA_ACCESS_READ_ONLY"}]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectAPIKeys/Create/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_1.snaphost b/test/e2e/.snapshots/TestAtlasProjectAPIKeys/Create/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_1.snaphost new file mode 100644 index 0000000000..78803b027a --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjectAPIKeys/Create/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 405 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:49 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 114 +X-Frame-Options: DENY +X-Java-Method: ApiProjectApiUsersResource::createApiUser +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"desc":"e2e-test","id":"67ea8e41b31ead384fc6a874","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67ea8e41b31ead384fc6a874","rel":"self"}],"privateKey":"11209aeb-118a-468f-9a7a-c8e09baa217d","publicKey":"xstcnthx","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_READ_ONLY"}]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectAPIKeys/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e41b31ead384fc6a874_1.snaphost b/test/e2e/.snapshots/TestAtlasProjectAPIKeys/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e41b31ead384fc6a874_1.snaphost new file mode 100644 index 0000000000..400d450abc --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjectAPIKeys/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_apiKeys_67ea8e41b31ead384fc6a874_1.snaphost @@ -0,0 +1,14 @@ +HTTP/2.0 204 No Content +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:50 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 78 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationApiUsersResource::deleteApiUser +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + diff --git a/test/e2e/.snapshots/TestAtlasProjectAPIKeys/Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_67ea8e41b31ead384fc6a874_1.snaphost b/test/e2e/.snapshots/TestAtlasProjectAPIKeys/Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_67ea8e41b31ead384fc6a874_1.snaphost new file mode 100644 index 0000000000..bb47bc8db3 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjectAPIKeys/Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_67ea8e41b31ead384fc6a874_1.snaphost @@ -0,0 +1,14 @@ +HTTP/2.0 204 No Content +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:50 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 106 +X-Frame-Options: DENY +X-Java-Method: ApiProjectApiUsersResource::removeApiUserFromGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + diff --git a/test/e2e/.snapshots/TestAtlasProjectAPIKeys/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_1.snaphost b/test/e2e/.snapshots/TestAtlasProjectAPIKeys/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_1.snaphost new file mode 100644 index 0000000000..b113007f7f --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjectAPIKeys/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 5915 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:49 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 43 +X-Frame-Options: DENY +X-Java-Method: ApiProjectApiUsersResource::getApiUsers +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/apiKeys?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"desc":"bianca-test","id":"65ccd430eb20d062681e521d","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/65ccd430eb20d062681e521d","rel":"self"}],"privateKey":"********-****-****-7a7318486a98","publicKey":"jgblwcvi","roles":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_OWNER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_READ_ONLY"}]},{"desc":"test","id":"67460ca648e1504e7df57ffb","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67460ca648e1504e7df57ffb","rel":"self"}],"privateKey":"********-****-****-b51eaed8863f","publicKey":"nzlozmoe","roles":[{"groupId":"67ea89a4b31ead384fc67dea","roleName":"GROUP_OWNER"},{"groupId":"67ea8e24b31ead384fc69c49","roleName":"GROUP_OWNER"},{"groupId":"67ea8e38b31ead384fc6a30e","roleName":"GROUP_OWNER"},{"groupId":"67ea8b8da35f9f740bf5ebc7","roleName":"GROUP_OWNER"},{"groupId":"67ea89b4b31ead384fc68176","roleName":"GROUP_OWNER"},{"groupId":"67ea89c4a35f9f740bf5dd20","roleName":"GROUP_OWNER"},{"groupId":"67ea8e3cb31ead384fc6a69e","roleName":"GROUP_OWNER"},{"groupId":"67ea8a4ea35f9f740bf5e144","roleName":"GROUP_OWNER"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_OWNER"},{"groupId":"67ea89a1a35f9f740bf5d6d6","roleName":"GROUP_OWNER"},{"groupId":"67ea8e3ab31ead384fc6a56a","roleName":"GROUP_OWNER"},{"groupId":"67ea89a2a35f9f740bf5d79c","roleName":"GROUP_OWNER"},{"groupId":"67ea89aaa35f9f740bf5d9ea","roleName":"GROUP_OWNER"},{"groupId":"67ea89b2a35f9f740bf5dadd","roleName":"GROUP_OWNER"},{"groupId":"67ea8be8a35f9f740bf5edc2","roleName":"GROUP_OWNER"},{"groupId":"67ea8e3db31ead384fc6a76c","roleName":"GROUP_OWNER"},{"groupId":"67ea8e3bb31ead384fc6a606","roleName":"GROUP_OWNER"},{"groupId":"67ea89bea35f9f740bf5dc86","roleName":"GROUP_OWNER"},{"groupId":"67ea8e27b31ead384fc69d1e","roleName":"GROUP_OWNER"},{"groupId":"67ea8c1db31ead384fc6937d","roleName":"GROUP_OWNER"},{"groupId":"67ea8e33b31ead384fc69eed","roleName":"GROUP_OWNER"},{"groupId":"67ea89dab31ead384fc683e6","roleName":"GROUP_OWNER"},{"groupId":"67ea89b7a35f9f740bf5dc0d","roleName":"GROUP_OWNER"},{"groupId":"67ea89a3b31ead384fc67cb3","roleName":"GROUP_OWNER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"},{"groupId":"67ea8e38b31ead384fc6a33d","roleName":"GROUP_OWNER"},{"groupId":"67ea89a2a35f9f740bf5d721","roleName":"GROUP_OWNER"},{"groupId":"67ea8e23b31ead384fc69c1f","roleName":"GROUP_OWNER"},{"groupId":"67ea89ceb31ead384fc68335","roleName":"GROUP_OWNER"},{"groupId":"67ea89b0b31ead384fc6807d","roleName":"GROUP_OWNER"},{"groupId":"67ea8e38b31ead384fc6a435","roleName":"GROUP_OWNER"},{"groupId":"67ea89ccb31ead384fc682d1","roleName":"GROUP_OWNER"},{"groupId":"67ea8c3aa35f9f740bf5eecf","roleName":"GROUP_OWNER"},{"groupId":"67ea89a5a35f9f740bf5d889","roleName":"GROUP_OWNER"},{"groupId":"67ea8e35b31ead384fc6a108","roleName":"GROUP_OWNER"},{"groupId":"67ea89aeb31ead384fc67fa9","roleName":"GROUP_OWNER"},{"groupId":"67ea8e38b31ead384fc6a356","roleName":"GROUP_OWNER"},{"groupId":"67ea89afa35f9f740bf5da79","roleName":"GROUP_OWNER"},{"groupId":"67ea8991a35f9f740bf5d561","roleName":"GROUP_OWNER"},{"groupId":"67ea8e31b31ead384fc69e2c","roleName":"GROUP_OWNER"},{"groupId":"67ea8e36b31ead384fc6a250","roleName":"GROUP_OWNER"},{"groupId":"67ea89a1b31ead384fc67c32","roleName":"GROUP_OWNER"},{"groupId":"67ea8a97a35f9f740bf5e2c7","roleName":"GROUP_OWNER"},{"groupId":"67ea8e34b31ead384fc6a058","roleName":"GROUP_OWNER"},{"groupId":"67ea89f6b31ead384fc6857b","roleName":"GROUP_OWNER"},{"groupId":"67ea8b96b31ead384fc691a4","roleName":"GROUP_OWNER"},{"groupId":"67ea89b3b31ead384fc680f4","roleName":"GROUP_OWNER"},{"groupId":"67ea899fb31ead384fc67ba3","roleName":"GROUP_OWNER"},{"groupId":"67ea8e33b31ead384fc69f64","roleName":"GROUP_OWNER"},{"groupId":"67ea8990a35f9f740bf5d4f9","roleName":"GROUP_OWNER"},{"groupId":"67ea8e38b31ead384fc6a400","roleName":"GROUP_OWNER"},{"groupId":"67ea89eeb31ead384fc684bc","roleName":"GROUP_OWNER"},{"groupId":"67ea8999a35f9f740bf5d5e4","roleName":"GROUP_OWNER"},{"groupId":"67ea89afb31ead384fc68019","roleName":"GROUP_OWNER"},{"groupId":"67ea8e35b31ead384fc6a140","roleName":"GROUP_OWNER"},{"groupId":"67ea89a4b31ead384fc67e20","roleName":"GROUP_OWNER"},{"groupId":"67ea899eb31ead384fc67b32","roleName":"GROUP_OWNER"},{"groupId":"67ea89b6a35f9f740bf5db98","roleName":"GROUP_OWNER"},{"groupId":"67ea89a3b31ead384fc67d37","roleName":"GROUP_OWNER"}]},{"desc":"filipe test","id":"65e9bef82f5bc46c813f4862","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/65e9bef82f5bc46c813f4862","rel":"self"}],"privateKey":"********-****-****-55486a40b716","publicKey":"pdlkxpat","roles":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_OWNER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test","id":"67ea8e41b31ead384fc6a874","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67ea8e41b31ead384fc6a874","rel":"self"}],"privateKey":"********-****-****-c8e09baa217d","publicKey":"xstcnthx","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_DATA_ACCESS_READ_ONLY"}]},{"desc":"e2e-test","id":"6564c343515f29099463b160","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/6564c343515f29099463b160","rel":"self"}],"privateKey":"********-****-****-de061174a097","publicKey":"ywcjnnxw","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_READ_ONLY"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_READ_ONLY"}]}],"totalCount":5} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectAPIKeys/List_Compact/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_2.snaphost b/test/e2e/.snapshots/TestAtlasProjectAPIKeys/List_Compact/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_2.snaphost new file mode 100644 index 0000000000..02ca72c034 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjectAPIKeys/List_Compact/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_apiKeys_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 5915 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:49 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 46 +X-Frame-Options: DENY +X-Java-Method: ApiProjectApiUsersResource::getApiUsers +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/apiKeys?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"desc":"bianca-test","id":"65ccd430eb20d062681e521d","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/65ccd430eb20d062681e521d","rel":"self"}],"privateKey":"********-****-****-7a7318486a98","publicKey":"jgblwcvi","roles":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_OWNER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_READ_ONLY"}]},{"desc":"test","id":"67460ca648e1504e7df57ffb","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67460ca648e1504e7df57ffb","rel":"self"}],"privateKey":"********-****-****-b51eaed8863f","publicKey":"nzlozmoe","roles":[{"groupId":"67ea89a4b31ead384fc67dea","roleName":"GROUP_OWNER"},{"groupId":"67ea8e24b31ead384fc69c49","roleName":"GROUP_OWNER"},{"groupId":"67ea8e38b31ead384fc6a30e","roleName":"GROUP_OWNER"},{"groupId":"67ea8b8da35f9f740bf5ebc7","roleName":"GROUP_OWNER"},{"groupId":"67ea89b4b31ead384fc68176","roleName":"GROUP_OWNER"},{"groupId":"67ea89c4a35f9f740bf5dd20","roleName":"GROUP_OWNER"},{"groupId":"67ea8e3cb31ead384fc6a69e","roleName":"GROUP_OWNER"},{"groupId":"67ea8a4ea35f9f740bf5e144","roleName":"GROUP_OWNER"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_OWNER"},{"groupId":"67ea89a1a35f9f740bf5d6d6","roleName":"GROUP_OWNER"},{"groupId":"67ea8e3ab31ead384fc6a56a","roleName":"GROUP_OWNER"},{"groupId":"67ea89a2a35f9f740bf5d79c","roleName":"GROUP_OWNER"},{"groupId":"67ea89aaa35f9f740bf5d9ea","roleName":"GROUP_OWNER"},{"groupId":"67ea89b2a35f9f740bf5dadd","roleName":"GROUP_OWNER"},{"groupId":"67ea8be8a35f9f740bf5edc2","roleName":"GROUP_OWNER"},{"groupId":"67ea8e3db31ead384fc6a76c","roleName":"GROUP_OWNER"},{"groupId":"67ea8e3bb31ead384fc6a606","roleName":"GROUP_OWNER"},{"groupId":"67ea89bea35f9f740bf5dc86","roleName":"GROUP_OWNER"},{"groupId":"67ea8e27b31ead384fc69d1e","roleName":"GROUP_OWNER"},{"groupId":"67ea8c1db31ead384fc6937d","roleName":"GROUP_OWNER"},{"groupId":"67ea8e33b31ead384fc69eed","roleName":"GROUP_OWNER"},{"groupId":"67ea89dab31ead384fc683e6","roleName":"GROUP_OWNER"},{"groupId":"67ea89b7a35f9f740bf5dc0d","roleName":"GROUP_OWNER"},{"groupId":"67ea89a3b31ead384fc67cb3","roleName":"GROUP_OWNER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"},{"groupId":"67ea8e38b31ead384fc6a33d","roleName":"GROUP_OWNER"},{"groupId":"67ea89a2a35f9f740bf5d721","roleName":"GROUP_OWNER"},{"groupId":"67ea8e23b31ead384fc69c1f","roleName":"GROUP_OWNER"},{"groupId":"67ea89ceb31ead384fc68335","roleName":"GROUP_OWNER"},{"groupId":"67ea89b0b31ead384fc6807d","roleName":"GROUP_OWNER"},{"groupId":"67ea8e38b31ead384fc6a435","roleName":"GROUP_OWNER"},{"groupId":"67ea89ccb31ead384fc682d1","roleName":"GROUP_OWNER"},{"groupId":"67ea8c3aa35f9f740bf5eecf","roleName":"GROUP_OWNER"},{"groupId":"67ea89a5a35f9f740bf5d889","roleName":"GROUP_OWNER"},{"groupId":"67ea8e35b31ead384fc6a108","roleName":"GROUP_OWNER"},{"groupId":"67ea89aeb31ead384fc67fa9","roleName":"GROUP_OWNER"},{"groupId":"67ea8e38b31ead384fc6a356","roleName":"GROUP_OWNER"},{"groupId":"67ea89afa35f9f740bf5da79","roleName":"GROUP_OWNER"},{"groupId":"67ea8991a35f9f740bf5d561","roleName":"GROUP_OWNER"},{"groupId":"67ea8e31b31ead384fc69e2c","roleName":"GROUP_OWNER"},{"groupId":"67ea8e36b31ead384fc6a250","roleName":"GROUP_OWNER"},{"groupId":"67ea89a1b31ead384fc67c32","roleName":"GROUP_OWNER"},{"groupId":"67ea8a97a35f9f740bf5e2c7","roleName":"GROUP_OWNER"},{"groupId":"67ea8e34b31ead384fc6a058","roleName":"GROUP_OWNER"},{"groupId":"67ea89f6b31ead384fc6857b","roleName":"GROUP_OWNER"},{"groupId":"67ea8b96b31ead384fc691a4","roleName":"GROUP_OWNER"},{"groupId":"67ea89b3b31ead384fc680f4","roleName":"GROUP_OWNER"},{"groupId":"67ea899fb31ead384fc67ba3","roleName":"GROUP_OWNER"},{"groupId":"67ea8e33b31ead384fc69f64","roleName":"GROUP_OWNER"},{"groupId":"67ea8990a35f9f740bf5d4f9","roleName":"GROUP_OWNER"},{"groupId":"67ea8e38b31ead384fc6a400","roleName":"GROUP_OWNER"},{"groupId":"67ea89eeb31ead384fc684bc","roleName":"GROUP_OWNER"},{"groupId":"67ea8999a35f9f740bf5d5e4","roleName":"GROUP_OWNER"},{"groupId":"67ea89afb31ead384fc68019","roleName":"GROUP_OWNER"},{"groupId":"67ea8e35b31ead384fc6a140","roleName":"GROUP_OWNER"},{"groupId":"67ea89a4b31ead384fc67e20","roleName":"GROUP_OWNER"},{"groupId":"67ea899eb31ead384fc67b32","roleName":"GROUP_OWNER"},{"groupId":"67ea89b6a35f9f740bf5db98","roleName":"GROUP_OWNER"},{"groupId":"67ea89a3b31ead384fc67d37","roleName":"GROUP_OWNER"}]},{"desc":"filipe test","id":"65e9bef82f5bc46c813f4862","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/65e9bef82f5bc46c813f4862","rel":"self"}],"privateKey":"********-****-****-55486a40b716","publicKey":"pdlkxpat","roles":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_OWNER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test","id":"67ea8e41b31ead384fc6a874","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/67ea8e41b31ead384fc6a874","rel":"self"}],"privateKey":"********-****-****-c8e09baa217d","publicKey":"xstcnthx","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_MEMBER"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_DATA_ACCESS_READ_ONLY"}]},{"desc":"e2e-test","id":"6564c343515f29099463b160","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/apiKeys/6564c343515f29099463b160","rel":"self"}],"privateKey":"********-****-****-de061174a097","publicKey":"ywcjnnxw","roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_READ_ONLY"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_READ_ONLY"}]}],"totalCount":5} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectAPIKeys/memory.json b/test/e2e/.snapshots/TestAtlasProjectAPIKeys/memory.json new file mode 100644 index 0000000000..9e26dfeeb6 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjectAPIKeys/memory.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectInvitations/DELETE__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_67ea5a8f3720c31313777aa3_1.json b/test/e2e/.snapshots/TestAtlasProjectInvitations/Delete/DELETE__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_67ea8e44b31ead384fc6a9ce_1.snaphost similarity index 74% rename from test/e2e/.snapshots/TestAtlasProjectInvitations/DELETE__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_67ea5a8f3720c31313777aa3_1.json rename to test/e2e/.snapshots/TestAtlasProjectInvitations/Delete/DELETE__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_67ea8e44b31ead384fc6a9ce_1.snaphost index 1bcb1dfad3..6a02d1ae6d 100644 --- a/test/e2e/.snapshots/TestAtlasProjectInvitations/DELETE__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_67ea5a8f3720c31313777aa3_1.json +++ b/test/e2e/.snapshots/TestAtlasProjectInvitations/Delete/DELETE__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_67ea8e44b31ead384fc6a9ce_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 204 No Content Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:16 GMT +Date: Mon, 31 Mar 2025 12:44:53 GMT Deprecation: Wed, 4 Oct 2023 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Fri, 31 Jul 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 25 +X-Envoy-Upstream-Service-Time: 45 X-Frame-Options: DENY X-Java-Method: ApiGroupInvitationResource::deleteInvitations X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/.snapshots/TestAtlasProjectInvitations/GET__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_67ea5a8f3720c31313777aa3_1.json b/test/e2e/.snapshots/TestAtlasProjectInvitations/Describe/GET__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_67ea8e44b31ead384fc6a9ce_1.snaphost similarity index 51% rename from test/e2e/.snapshots/TestAtlasProjectInvitations/GET__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_67ea5a8f3720c31313777aa3_1.json rename to test/e2e/.snapshots/TestAtlasProjectInvitations/Describe/GET__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_67ea8e44b31ead384fc6a9ce_1.snaphost index ce647f9955..2dfe4c590c 100644 --- a/test/e2e/.snapshots/TestAtlasProjectInvitations/GET__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_67ea5a8f3720c31313777aa3_1.json +++ b/test/e2e/.snapshots/TestAtlasProjectInvitations/Describe/GET__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_67ea8e44b31ead384fc6a9ce_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK -Content-Length: 265 +Content-Length: 263 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:16 GMT +Date: Mon, 31 Mar 2025 12:44:52 GMT Deprecation: Wed, 4 Oct 2023 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Fri, 31 Jul 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 22 +X-Envoy-Upstream-Service-Time: 46 X-Frame-Options: DENY X-Java-Method: ApiGroupInvitationResource::getInvitationByInvitationId X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"createdAt":"2025-03-31T09:04:15Z","expiresAt":"2025-04-30T09:04:15Z","groupId":"67ea5a8d3720c3131377796d","groupName":"invitations-e2e-547","id":"67ea5a8f3720c31313777aa3","inviterUsername":"nzlozmoe","roles":["GROUP_READ_ONLY"],"username":"test-185@mongodb.com"} \ No newline at end of file +{"createdAt":"2025-03-31T12:44:52Z","expiresAt":"2025-04-30T12:44:52Z","groupId":"67ea8e42b31ead384fc6a901","groupName":"invitations-e2e-83","id":"67ea8e44b31ead384fc6a9ce","inviterUsername":"nzlozmoe","roles":["GROUP_READ_ONLY"],"username":"test-25@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectInvitations/POST__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_1.json b/test/e2e/.snapshots/TestAtlasProjectInvitations/Invite/POST__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_1.snaphost similarity index 50% rename from test/e2e/.snapshots/TestAtlasProjectInvitations/POST__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_1.json rename to test/e2e/.snapshots/TestAtlasProjectInvitations/Invite/POST__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_1.snaphost index 810bdb3d2f..f0a1598d06 100644 --- a/test/e2e/.snapshots/TestAtlasProjectInvitations/POST__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_1.json +++ b/test/e2e/.snapshots/TestAtlasProjectInvitations/Invite/POST__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK -Content-Length: 265 +Content-Length: 263 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:15 GMT +Date: Mon, 31 Mar 2025 12:44:52 GMT Deprecation: Wed, 4 Oct 2023 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Fri, 31 Jul 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 155 +X-Envoy-Upstream-Service-Time: 161 X-Frame-Options: DENY X-Java-Method: ApiGroupInvitationResource::createInvitations X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"createdAt":"2025-03-31T09:04:15Z","expiresAt":"2025-04-30T09:04:15Z","groupId":"67ea5a8d3720c3131377796d","groupName":"invitations-e2e-547","id":"67ea5a8f3720c31313777aa3","inviterUsername":"nzlozmoe","roles":["GROUP_READ_ONLY"],"username":"test-185@mongodb.com"} \ No newline at end of file +{"createdAt":"2025-03-31T12:44:52Z","expiresAt":"2025-04-30T12:44:52Z","groupId":"67ea8e42b31ead384fc6a901","groupName":"invitations-e2e-83","id":"67ea8e44b31ead384fc6a9ce","inviterUsername":"nzlozmoe","roles":["GROUP_READ_ONLY"],"username":"test-25@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectInvitations/GET__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_1.json b/test/e2e/.snapshots/TestAtlasProjectInvitations/List/GET__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_1.snaphost similarity index 50% rename from test/e2e/.snapshots/TestAtlasProjectInvitations/GET__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_1.json rename to test/e2e/.snapshots/TestAtlasProjectInvitations/List/GET__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_1.snaphost index 781975d5a8..714281ce6c 100644 --- a/test/e2e/.snapshots/TestAtlasProjectInvitations/GET__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_1.json +++ b/test/e2e/.snapshots/TestAtlasProjectInvitations/List/GET__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK -Content-Length: 267 +Content-Length: 265 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:15 GMT +Date: Mon, 31 Mar 2025 12:44:52 GMT Deprecation: Wed, 4 Oct 2023 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Fri, 31 Jul 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 32 +X-Envoy-Upstream-Service-Time: 28 X-Frame-Options: DENY X-Java-Method: ApiGroupInvitationResource::getInvitations X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -[{"createdAt":"2025-03-31T09:04:15Z","expiresAt":"2025-04-30T09:04:15Z","groupId":"67ea5a8d3720c3131377796d","groupName":"invitations-e2e-547","id":"67ea5a8f3720c31313777aa3","inviterUsername":"nzlozmoe","roles":["GROUP_READ_ONLY"],"username":"test-185@mongodb.com"}] \ No newline at end of file +[{"createdAt":"2025-03-31T12:44:52Z","expiresAt":"2025-04-30T12:44:52Z","groupId":"67ea8e42b31ead384fc6a901","groupName":"invitations-e2e-83","id":"67ea8e44b31ead384fc6a9ce","inviterUsername":"nzlozmoe","roles":["GROUP_READ_ONLY"],"username":"test-25@mongodb.com"}] \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectInvitations/PATCH__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_1.json b/test/e2e/.snapshots/TestAtlasProjectInvitations/PATCH__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_1.json deleted file mode 100644 index c73797f71f..0000000000 --- a/test/e2e/.snapshots/TestAtlasProjectInvitations/PATCH__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_1.json +++ /dev/null @@ -1,18 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 295 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:16 GMT -Deprecation: Wed, 4 Oct 2023 00:00:00 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Sunset: Fri, 31 Jul 2026 00:00:00 GMT -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 53 -X-Frame-Options: DENY -X-Java-Method: ApiGroupInvitationResource::editInvitations -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"createdAt":"2025-03-31T09:04:15Z","expiresAt":"2025-04-30T09:04:15Z","groupId":"67ea5a8d3720c3131377796d","groupName":"invitations-e2e-547","id":"67ea5a8f3720c31313777aa3","inviterUsername":"nzlozmoe","roles":["GROUP_DATA_ACCESS_READ_ONLY","GROUP_READ_ONLY"],"username":"test-185@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectInvitations/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestAtlasProjectInvitations/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index dbb27917c7..0000000000 --- a/test/e2e/.snapshots/TestAtlasProjectInvitations/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1096 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:13 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1627 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:04:15Z","id":"67ea5a8d3720c3131377796d","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d3720c3131377796d","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d3720c3131377796d/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d3720c3131377796d/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d3720c3131377796d/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d3720c3131377796d/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d3720c3131377796d/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d3720c3131377796d/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"invitations-e2e-547","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectInvitations/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestAtlasProjectInvitations/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..f4a89df510 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjectInvitations/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1095 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:50 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1429 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:51Z","id":"67ea8e42b31ead384fc6a901","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e42b31ead384fc6a901","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e42b31ead384fc6a901/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e42b31ead384fc6a901/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e42b31ead384fc6a901/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e42b31ead384fc6a901/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e42b31ead384fc6a901/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e42b31ead384fc6a901/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"invitations-e2e-83","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectInvitations/PATCH__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_67ea5a8f3720c31313777aa3_1.json b/test/e2e/.snapshots/TestAtlasProjectInvitations/Update_by_ID/PATCH__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_67ea8e44b31ead384fc6a9ce_1.snaphost similarity index 50% rename from test/e2e/.snapshots/TestAtlasProjectInvitations/PATCH__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_67ea5a8f3720c31313777aa3_1.json rename to test/e2e/.snapshots/TestAtlasProjectInvitations/Update_by_ID/PATCH__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_67ea8e44b31ead384fc6a9ce_1.snaphost index c9363f2cab..57b88903fe 100644 --- a/test/e2e/.snapshots/TestAtlasProjectInvitations/PATCH__api_atlas_v2_groups_67ea5a8d3720c3131377796d_invites_67ea5a8f3720c31313777aa3_1.json +++ b/test/e2e/.snapshots/TestAtlasProjectInvitations/Update_by_ID/PATCH__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_67ea8e44b31ead384fc6a9ce_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK -Content-Length: 295 +Content-Length: 293 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:16 GMT +Date: Mon, 31 Mar 2025 12:44:53 GMT Deprecation: Wed, 4 Oct 2023 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Fri, 31 Jul 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 33 +X-Envoy-Upstream-Service-Time: 40 X-Frame-Options: DENY X-Java-Method: ApiGroupInvitationResource::editInvitationsByInvitationId X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"createdAt":"2025-03-31T09:04:15Z","expiresAt":"2025-04-30T09:04:15Z","groupId":"67ea5a8d3720c3131377796d","groupName":"invitations-e2e-547","id":"67ea5a8f3720c31313777aa3","inviterUsername":"nzlozmoe","roles":["GROUP_DATA_ACCESS_READ_ONLY","GROUP_READ_ONLY"],"username":"test-185@mongodb.com"} \ No newline at end of file +{"createdAt":"2025-03-31T12:44:52Z","expiresAt":"2025-04-30T12:44:52Z","groupId":"67ea8e42b31ead384fc6a901","groupName":"invitations-e2e-83","id":"67ea8e44b31ead384fc6a9ce","inviterUsername":"nzlozmoe","roles":["GROUP_DATA_ACCESS_READ_ONLY","GROUP_READ_ONLY"],"username":"test-25@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectInvitations/Update_by_email/PATCH__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_1.snaphost b/test/e2e/.snapshots/TestAtlasProjectInvitations/Update_by_email/PATCH__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_1.snaphost new file mode 100644 index 0000000000..644eb1e16a --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjectInvitations/Update_by_email/PATCH__api_atlas_v2_groups_67ea8e42b31ead384fc6a901_invites_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 293 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:52 GMT +Deprecation: Wed, 4 Oct 2023 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Fri, 31 Jul 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 60 +X-Frame-Options: DENY +X-Java-Method: ApiGroupInvitationResource::editInvitations +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"createdAt":"2025-03-31T12:44:52Z","expiresAt":"2025-04-30T12:44:52Z","groupId":"67ea8e42b31ead384fc6a901","groupName":"invitations-e2e-83","id":"67ea8e44b31ead384fc6a9ce","inviterUsername":"nzlozmoe","roles":["GROUP_DATA_ACCESS_READ_ONLY","GROUP_READ_ONLY"],"username":"test-25@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectInvitations/memory.json b/test/e2e/.snapshots/TestAtlasProjectInvitations/memory.json index 0a5d63c2ae..7a6871c560 100644 --- a/test/e2e/.snapshots/TestAtlasProjectInvitations/memory.json +++ b/test/e2e/.snapshots/TestAtlasProjectInvitations/memory.json @@ -1 +1 @@ -{"rand":"uQ=="} \ No newline at end of file +{"rand":"GQ=="} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectTeams/Add/POST__api_atlas_v2_groups_67ea8e45b31ead384fc6a9e3_teams_1.snaphost b/test/e2e/.snapshots/TestAtlasProjectTeams/Add/POST__api_atlas_v2_groups_67ea8e45b31ead384fc6a9e3_teams_1.snaphost new file mode 100644 index 0000000000..4965c40b49 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjectTeams/Add/POST__api_atlas_v2_groups_67ea8e45b31ead384fc6a9e3_teams_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 380 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:56 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 140 +X-Frame-Options: DENY +X-Java-Method: ApiGroupTeamsResource::addTeams +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e45b31ead384fc6a9e3/teams?pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e45b31ead384fc6a9e3/teams/67ea8e48b31ead384fc6aabc","rel":"self"}],"roleNames":["GROUP_READ_ONLY"],"teamId":"67ea8e48b31ead384fc6aabc"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectTeams/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e48b31ead384fc6aabc_1.snaphost b/test/e2e/.snapshots/TestAtlasProjectTeams/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e48b31ead384fc6aabc_1.snaphost new file mode 100644 index 0000000000..32b478acf3 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjectTeams/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e48b31ead384fc6aabc_1.snaphost @@ -0,0 +1,14 @@ +HTTP/2.0 204 No Content +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:57 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 119 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationTeamsResource::deleteTeam +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + diff --git a/test/e2e/.snapshots/TestAtlasProjectTeams/Delete/DELETE__api_atlas_v2_groups_67ea8e45b31ead384fc6a9e3_teams_67ea8e48b31ead384fc6aabc_1.snaphost b/test/e2e/.snapshots/TestAtlasProjectTeams/Delete/DELETE__api_atlas_v2_groups_67ea8e45b31ead384fc6a9e3_teams_67ea8e48b31ead384fc6aabc_1.snaphost new file mode 100644 index 0000000000..c8f00998ca --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjectTeams/Delete/DELETE__api_atlas_v2_groups_67ea8e45b31ead384fc6a9e3_teams_67ea8e48b31ead384fc6aabc_1.snaphost @@ -0,0 +1,14 @@ +HTTP/2.0 204 No Content +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:57 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 128 +X-Frame-Options: DENY +X-Java-Method: ApiGroupTeamsResource::removeTeam +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + diff --git a/test/e2e/.snapshots/TestAtlasProjectTeams/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_1.snaphost b/test/e2e/.snapshots/TestAtlasProjectTeams/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_1.snaphost new file mode 100644 index 0000000000..11bad9b89c --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjectTeams/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 729 +Content-Type: application/vnd.atlas.2025-02-19+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:56 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 48 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationUsersResource::getOrganizationUsers +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/users?includeCount=true&pageNum=1&itemsPerPage=1","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/users?includeCount=true&itemsPerPage=1&pageNum=2","rel":"next"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-03-28T09:21:54Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":[],"username":"andrea.angiolillo@mongodb.com"}],"totalCount":20} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectTeams/List/GET__api_atlas_v2_groups_67ea8e45b31ead384fc6a9e3_teams_1.snaphost b/test/e2e/.snapshots/TestAtlasProjectTeams/List/GET__api_atlas_v2_groups_67ea8e45b31ead384fc6a9e3_teams_1.snaphost new file mode 100644 index 0000000000..3aa3e46864 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjectTeams/List/GET__api_atlas_v2_groups_67ea8e45b31ead384fc6a9e3_teams_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 428 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:57 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 27 +X-Frame-Options: DENY +X-Java-Method: ApiGroupTeamsResource::getTeams +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e45b31ead384fc6a9e3/teams?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e45b31ead384fc6a9e3/teams/67ea8e48b31ead384fc6aabc","rel":"self"}],"roleNames":["GROUP_READ_ONLY","GROUP_DATA_ACCESS_READ_ONLY"],"teamId":"67ea8e48b31ead384fc6aabc"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectTeams/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestAtlasProjectTeams/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..3e5311bf83 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjectTeams/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1090 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:53 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 2470 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:55Z","id":"67ea8e45b31ead384fc6a9e3","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e45b31ead384fc6a9e3","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e45b31ead384fc6a9e3/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e45b31ead384fc6a9e3/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e45b31ead384fc6a9e3/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e45b31ead384fc6a9e3/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e45b31ead384fc6a9e3/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e45b31ead384fc6a9e3/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"teams-e2e-865","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectTeams/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_1.snaphost b/test/e2e/.snapshots/TestAtlasProjectTeams/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_1.snaphost new file mode 100644 index 0000000000..c1122a8aa8 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjectTeams/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 239 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:56 GMT +Location: https://cloud-dev.mongodb.com/orgs/5efda682a3f2ed2e7dd6cde4/teams/67ea8e48b31ead384fc6aabc +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 165 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationTeamsResource::createTeam +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"id":"67ea8e48b31ead384fc6aabc","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/teams/67ea8e48b31ead384fc6aabc","rel":"self"}],"name":"e2e-teams-82","usernames":["andrea.angiolillo@mongodb.com"]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectTeams/Update/PATCH__api_atlas_v2_groups_67ea8e45b31ead384fc6a9e3_teams_67ea8e48b31ead384fc6aabc_1.snaphost b/test/e2e/.snapshots/TestAtlasProjectTeams/Update/PATCH__api_atlas_v2_groups_67ea8e45b31ead384fc6a9e3_teams_67ea8e48b31ead384fc6aabc_1.snaphost new file mode 100644 index 0000000000..544e077fa0 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjectTeams/Update/PATCH__api_atlas_v2_groups_67ea8e45b31ead384fc6a9e3_teams_67ea8e48b31ead384fc6aabc_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 435 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:56 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 147 +X-Frame-Options: DENY +X-Java-Method: ApiGroupTeamsResource::patchTeam +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e45b31ead384fc6a9e3/teams/67ea8e48b31ead384fc6aabc?pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e45b31ead384fc6a9e3/teams/67ea8e48b31ead384fc6aabc","rel":"self"}],"roleNames":["GROUP_READ_ONLY","GROUP_DATA_ACCESS_READ_ONLY"],"teamId":"67ea8e48b31ead384fc6aabc"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjectTeams/memory.json b/test/e2e/.snapshots/TestAtlasProjectTeams/memory.json new file mode 100644 index 0000000000..a55788e0d3 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjectTeams/memory.json @@ -0,0 +1 @@ +{"rand":"Ug=="} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjects/Create/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestAtlasProjects/Create/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..4cc72cc6ec --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjects/Create/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1157 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:57 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 3873 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:45:01Z","id":"67ea8e49b31ead384fc6aaf4","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-838","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[{"key":"env","value":"e2e"},{"key":"prod","value":"false"}]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjects/Delete/DELETE__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_1.snaphost b/test/e2e/.snapshots/TestAtlasProjects/Delete/DELETE__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_1.snaphost new file mode 100644 index 0000000000..6ebdc3f213 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjects/Delete/DELETE__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 202 Accepted +Content-Length: 2 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:04 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 357 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::deleteGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjects/Describe/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_1.snaphost b/test/e2e/.snapshots/TestAtlasProjects/Describe/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_1.snaphost new file mode 100644 index 0000000000..0c8be6cd49 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjects/Describe/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1157 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:02 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 41 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::getGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:45:01Z","id":"67ea8e49b31ead384fc6aaf4","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-838","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[{"key":"env","value":"e2e"},{"key":"prod","value":"false"}]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjects/List/GET__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestAtlasProjects/List/GET__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..6d5f00f89f --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjects/List/GET__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 200 OK +Connection: close +Content-Length: 18347 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:01 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 514 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::getAllGroups +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"clusterCount":6,"created":"2020-07-02T09:19:46Z","id":"5efda6aea3f2ed2e7dd6ce05","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05","rel":"self"}],"name":"Atlas CLI E2E","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:44:41Z","id":"67ea8e38b31ead384fc6a400","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400","rel":"self"}],"name":"AutogeneratedCommands-e2e-64","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:25:03Z","id":"67ea899eb31ead384fc67b32","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea899eb31ead384fc67b32","rel":"self"}],"name":"AutogeneratedCommands-e2e-740","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:26:03Z","id":"67ea89dab31ead384fc683e6","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89dab31ead384fc683e6","rel":"self"}],"name":"accessLogs-e2e-442","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:44:39Z","id":"67ea8e35b31ead384fc6a108","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a108","rel":"self"}],"name":"accessLogs-e2e-656","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:24:51Z","id":"67ea8991a35f9f740bf5d561","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8991a35f9f740bf5d561","rel":"self"}],"name":"atlasStreams-e2e-436","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:44:46Z","id":"67ea8e3db31ead384fc6a76c","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3db31ead384fc6a76c","rel":"self"}],"name":"atlasStreams-e2e-765","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:25:23Z","id":"67ea89b0b31ead384fc6807d","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89b0b31ead384fc6807d","rel":"self"}],"name":"atlasStreams-e2e-888","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:44:44Z","id":"67ea8e3bb31ead384fc6a606","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3bb31ead384fc6a606","rel":"self"}],"name":"atlasStreams-e2e-889","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:25:24Z","id":"67ea89b3b31ead384fc680f4","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89b3b31ead384fc680f4","rel":"self"}],"name":"backupRestores-e2e-295","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:44:38Z","id":"67ea8e34b31ead384fc6a058","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058","rel":"self"}],"name":"backupRestores-e2e-979","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:35:42Z","id":"67ea8c1db31ead384fc6937d","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8c1db31ead384fc6937d","rel":"self"}],"name":"backupRestores2-e2e-754","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:25:11Z","id":"67ea89a5a35f9f740bf5d889","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89a5a35f9f740bf5d889","rel":"self"}],"name":"backupSchedule-e2e-601","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:44:37Z","id":"67ea8e33b31ead384fc69eed","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed","rel":"self"}],"name":"backupSchedule-e2e-969","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:44:43Z","id":"67ea8e38b31ead384fc6a30e","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e","rel":"self"}],"name":"clustersFile-e2e-408","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:25:16Z","id":"67ea89aaa35f9f740bf5d9ea","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89aaa35f9f740bf5d9ea","rel":"self"}],"name":"clustersFile-e2e-568","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:25:51Z","id":"67ea89ccb31ead384fc682d1","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89ccb31ead384fc682d1","rel":"self"}],"name":"clustersFlags-e2e-106","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:25:51Z","id":"67ea89ceb31ead384fc68335","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89ceb31ead384fc68335","rel":"self"}],"name":"clustersM0-e2e-318","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:44:44Z","id":"67ea8e3ab31ead384fc6a56a","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a","rel":"self"}],"name":"clustersUpgrade-e2e-227","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:25:27Z","id":"67ea89b4b31ead384fc68176","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89b4b31ead384fc68176","rel":"self"}],"name":"clustersUpgrade-e2e-8","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:44:58Z","id":"67ea8e47b31ead384fc6aa59","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e47b31ead384fc6aa59","rel":"self"}],"name":"compliance-policy-pointintimerestore-e2e-455","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:25:29Z","id":"67ea89b7a35f9f740bf5dc0d","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89b7a35f9f740bf5dc0d","rel":"self"}],"name":"compliance-policy-pointintimerestore-e2e-478","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:44:34Z","id":"67ea8e31b31ead384fc69e2c","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e31b31ead384fc69e2c","rel":"self"}],"name":"copyprotection-compliance-policy-e2e-24","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:25:10Z","id":"67ea89a4b31ead384fc67e20","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89a4b31ead384fc67e20","rel":"self"}],"name":"copyprotection-compliance-policy-e2e-498","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:44:43Z","id":"67ea8e38b31ead384fc6a33d","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a33d","rel":"self"}],"name":"dataFederationPrivateEndpointsAWS-e2e-294","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:25:06Z","id":"67ea899fb31ead384fc67ba3","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea899fb31ead384fc67ba3","rel":"self"}],"name":"dataFederationPrivateEndpointsAWS-e2e-968","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:44:46Z","id":"67ea8e3cb31ead384fc6a69e","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3cb31ead384fc6a69e","rel":"self"}],"name":"describe-compliance-policy-e2e-601","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:25:21Z","id":"67ea89afb31ead384fc68019","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89afb31ead384fc68019","rel":"self"}],"name":"describe-compliance-policy-e2e-9","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:25:36Z","id":"67ea89bea35f9f740bf5dc86","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89bea35f9f740bf5dc86","rel":"self"}],"name":"describe-compliance-policy-policies-e2e-492","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:45:01Z","id":"67ea8e49b31ead384fc6aaf4","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4","rel":"self"}],"name":"e2e-proj-838","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[{"key":"env","value":"e2e"},{"key":"prod","value":"false"}]},{"clusterCount":0,"created":"2025-03-31T12:44:54Z","id":"67ea8e43b31ead384fc6a965","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e43b31ead384fc6a965","rel":"self"}],"name":"enable-compliance-policy-e2e-169","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:25:27Z","id":"67ea89b6a35f9f740bf5db98","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89b6a35f9f740bf5db98","rel":"self"}],"name":"enable-compliance-policy-e2e-465","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:26:26Z","id":"67ea89eeb31ead384fc684bc","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89eeb31ead384fc684bc","rel":"self"}],"name":"invitations-e2e-324","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:44:51Z","id":"67ea8e42b31ead384fc6a901","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e42b31ead384fc6a901","rel":"self"}],"name":"invitations-e2e-83","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:25:08Z","id":"67ea89a2a35f9f740bf5d79c","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89a2a35f9f740bf5d79c","rel":"self"}],"name":"ldap-e2e-603","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:33:28Z","id":"67ea8b96b31ead384fc691a4","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8b96b31ead384fc691a4","rel":"self"}],"name":"ldap-e2e-832","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:36:12Z","id":"67ea8c3aa35f9f740bf5eecf","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8c3aa35f9f740bf5eecf","rel":"self"}],"name":"logs-e2e-213","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:25:09Z","id":"67ea89a3b31ead384fc67d37","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89a3b31ead384fc67d37","rel":"self"}],"name":"metrics-e2e-137","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:44:36Z","id":"67ea8e33b31ead384fc69f64","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64","rel":"self"}],"name":"metrics-e2e-573","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:44:21Z","id":"67ea8e24b31ead384fc69c49","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49","rel":"self"}],"name":"onlineArchives-e2e-110","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:25:07Z","id":"67ea89a1b31ead384fc67c32","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89a1b31ead384fc67c32","rel":"self"}],"name":"onlineArchives-e2e-456","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:44:40Z","id":"67ea8e36b31ead384fc6a250","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250","rel":"self"}],"name":"performanceAdvisor-e2e-772","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:25:10Z","id":"67ea89a4b31ead384fc67dea","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89a4b31ead384fc67dea","rel":"self"}],"name":"performanceAdvisor-e2e-806","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:25:09Z","id":"67ea89a2a35f9f740bf5d721","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89a2a35f9f740bf5d721","rel":"self"}],"name":"privateEndpointsAWS-e2e-430","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:44:21Z","id":"67ea8e23b31ead384fc69c1f","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e23b31ead384fc69c1f","rel":"self"}],"name":"privateEndpointsAWS-e2e-513","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:28:00Z","id":"67ea8a4ea35f9f740bf5e144","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8a4ea35f9f740bf5e144","rel":"self"}],"name":"privateEndpointsAzure-e2e-633","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:29:13Z","id":"67ea8a97a35f9f740bf5e2c7","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8a97a35f9f740bf5e2c7","rel":"self"}],"name":"privateEndpointsGPC-e2e-43","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:44:24Z","id":"67ea8e27b31ead384fc69d1e","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e","rel":"self"}],"name":"processes-e2e-682","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:24:59Z","id":"67ea8999a35f9f740bf5d5e4","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8999a35f9f740bf5d5e4","rel":"self"}],"name":"processes-e2e-823","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:33:19Z","id":"67ea8b8da35f9f740bf5ebc7","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8b8da35f9f740bf5ebc7","rel":"self"}],"name":"regionalizedPrivateEndpointsSettings-e2e-854","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:44:44Z","id":"67ea8e38b31ead384fc6a435","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a435","rel":"self"}],"name":"search-e2e-392","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:34:53Z","id":"67ea8be8a35f9f740bf5edc2","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8be8a35f9f740bf5edc2","rel":"self"}],"name":"search-e2e-470","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:25:08Z","id":"67ea89a3b31ead384fc67cb3","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89a3b31ead384fc67cb3","rel":"self"}],"name":"search-e2e-80","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:25:22Z","id":"67ea89afa35f9f740bf5da79","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89afa35f9f740bf5da79","rel":"self"}],"name":"searchNodes-e2e-337","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:24:50Z","id":"67ea8990a35f9f740bf5d4f9","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8990a35f9f740bf5d4f9","rel":"self"}],"name":"serverless-e2e-2","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:44:41Z","id":"67ea8e38b31ead384fc6a356","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356","rel":"self"}],"name":"serverless-e2e-907","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:25:42Z","id":"67ea89c4a35f9f740bf5dd20","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89c4a35f9f740bf5dd20","rel":"self"}],"name":"setup-compliance-policy-e2e-774","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T11:40:56Z","id":"67ea7f46a6a23d620d50b079","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea7f46a6a23d620d50b079","rel":"self"}],"name":"setup-e2e-120","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:25:19Z","id":"67ea89aeb31ead384fc67fa9","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89aeb31ead384fc67fa9","rel":"self"}],"name":"setup-e2e-145","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T11:45:04Z","id":"67ea803ea6a23d620d50b593","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea803ea6a23d620d50b593","rel":"self"}],"name":"setup-e2e-261","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:25:24Z","id":"67ea89b2a35f9f740bf5dadd","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89b2a35f9f740bf5dadd","rel":"self"}],"name":"setup-e2e-881","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T11:50:23Z","id":"67ea817ea6a23d620d50ba39","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea817ea6a23d620d50ba39","rel":"self"}],"name":"setup-e2e-934","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T11:40:20Z","id":"67ea7f23a6a23d620d50af9d","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea7f23a6a23d620d50af9d","rel":"self"}],"name":"setup-e2e-941","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:25:08Z","id":"67ea89a1a35f9f740bf5d6d6","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89a1a35f9f740bf5d6d6","rel":"self"}],"name":"shardedClusters-e2e-189","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":1,"created":"2025-03-31T12:44:40Z","id":"67ea8e35b31ead384fc6a140","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a140","rel":"self"}],"name":"shardedClusters-e2e-926","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:44:55Z","id":"67ea8e45b31ead384fc6a9e3","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e45b31ead384fc6a9e3","rel":"self"}],"name":"teams-e2e-865","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]},{"clusterCount":0,"created":"2025-03-31T12:26:33Z","id":"67ea89f6b31ead384fc6857b","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea89f6b31ead384fc6857b","rel":"self"}],"name":"teams-e2e-964","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]}],"totalCount":67} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjects/Tags/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_2.snaphost b/test/e2e/.snapshots/TestAtlasProjects/Tags/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_2.snaphost new file mode 100644 index 0000000000..dfee9185c3 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjects/Tags/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1157 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:02 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 45 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::getGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:45:01Z","id":"67ea8e49b31ead384fc6aaf4","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-838","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[{"key":"env","value":"e2e"},{"key":"prod","value":"false"}]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjects/Update_resetTags/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_4.snaphost b/test/e2e/.snapshots/TestAtlasProjects/Update_resetTags/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_4.snaphost new file mode 100644 index 0000000000..c5e8c18983 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjects/Update_resetTags/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_4.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1107 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:03 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 50 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::getGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:45:01Z","id":"67ea8e49b31ead384fc6aaf4","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-838-updated","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjects/Update_resetTags/PATCH__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_2.snaphost b/test/e2e/.snapshots/TestAtlasProjects/Update_resetTags/PATCH__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_2.snaphost new file mode 100644 index 0000000000..6b50e6c385 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjects/Update_resetTags/PATCH__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1107 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:03 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 170 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::patchGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:45:01Z","id":"67ea8e49b31ead384fc6aaf4","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-838-updated","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjects/Update_setNameAndTags/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_3.snaphost b/test/e2e/.snapshots/TestAtlasProjects/Update_setNameAndTags/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_3.snaphost new file mode 100644 index 0000000000..2dffe3b323 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjects/Update_setNameAndTags/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_3.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1162 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:03 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 36 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::getGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:45:01Z","id":"67ea8e49b31ead384fc6aaf4","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-838-updated","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[{"key":"env","value":"e2e"},{"key":"app","value":"cli"}]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjects/Update_setNameAndTags/PATCH__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_1.snaphost b/test/e2e/.snapshots/TestAtlasProjects/Update_setNameAndTags/PATCH__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_1.snaphost new file mode 100644 index 0000000000..2fd3a0babb --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjects/Update_setNameAndTags/PATCH__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1162 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:02 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 222 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::patchGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:45:01Z","id":"67ea8e49b31ead384fc6aaf4","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-838-updated","orgId":"5efda682a3f2ed2e7dd6cde4","tags":[{"key":"env","value":"e2e"},{"key":"app","value":"cli"}]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjects/Users/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_users_1.snaphost b/test/e2e/.snapshots/TestAtlasProjects/Users/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_users_1.snaphost new file mode 100644 index 0000000000..81657e9258 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjects/Users/GET__api_atlas_v2_groups_67ea8e49b31ead384fc6aaf4_users_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 496 +Content-Type: application/vnd.atlas.2025-02-19+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:03 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 29 +X-Frame-Options: DENY +X-Java-Method: ApiGroupUsersResource::getGroupUsers +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e49b31ead384fc6aaf4/users?flattenTeams=false&includeCount=true&includeOrgUsers=false&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"country":"IE","createdAt":"2020-01-10T11:55:55Z","firstName":"Colm","id":"5e18664b7a3e5a55893d374a","lastAuth":"2025-02-12T12:09:26Z","lastName":"Quinn","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":["GROUP_OWNER"],"username":"colm.quinn@mongodb.com"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasProjects/memory.json b/test/e2e/.snapshots/TestAtlasProjects/memory.json new file mode 100644 index 0000000000..081ed05bc0 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasProjects/memory.json @@ -0,0 +1 @@ +{"rand":"A0Y="} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasTeamUsers/Add/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_users_1.snaphost b/test/e2e/.snapshots/TestAtlasTeamUsers/Add/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_users_1.snaphost new file mode 100644 index 0000000000..8aaf0ed6b2 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasTeamUsers/Add/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_users_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1268 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:05 GMT +Deprecation: Wed, 19 Feb 2025 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Fri, 31 Jul 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 188 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationTeamsResource::addTeamUsers +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/teams/67ea8e50b31ead384fc6acab/users?pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"country":"IE","createdAt":"2022-01-10T16:04:57Z","emailAddress":"bianca.vianadeaguiar@mongodb.com","firstName":"Bianca","id":"61dc5929ae95796dcd418d1d","lastAuth":"2025-03-14T15:15:28Z","lastName":"Lisle","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/users/61dc5929ae95796dcd418d1d","rel":"self"}],"roles":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_OWNER"},{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"}],"teamIds":["67ea8e50b31ead384fc6acab"],"username":"bianca.vianadeaguiar@mongodb.com"},{"country":"IE","createdAt":"2020-02-18T10:58:47Z","emailAddress":"andrea.angiolillo@mongodb.com","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-03-28T09:21:54Z","lastName":"Angiolillo","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/users/5e4bc367c6b0f41bb9bbb178","rel":"self"}],"roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_OWNER"}],"teamIds":["67ea8e50b31ead384fc6acab"],"username":"andrea.angiolillo@mongodb.com"}],"totalCount":2} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasTeamUsers/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_1.snaphost b/test/e2e/.snapshots/TestAtlasTeamUsers/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_1.snaphost new file mode 100644 index 0000000000..1a36695b28 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasTeamUsers/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_1.snaphost @@ -0,0 +1,14 @@ +HTTP/2.0 204 No Content +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:06 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 109 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationTeamsResource::deleteTeam +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + diff --git a/test/e2e/.snapshots/TestAtlasTeamUsers/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_users_61dc5929ae95796dcd418d1d_1.snaphost b/test/e2e/.snapshots/TestAtlasTeamUsers/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_users_61dc5929ae95796dcd418d1d_1.snaphost new file mode 100644 index 0000000000..d4fc8afcc8 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasTeamUsers/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_users_61dc5929ae95796dcd418d1d_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 204 No Content +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:05 GMT +Deprecation: Wed, 19 Feb 2025 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Fri, 31 Jul 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 123 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationTeamsResource::removeTeamUser +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + diff --git a/test/e2e/.snapshots/TestAtlasTeamUsers/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_1.snaphost b/test/e2e/.snapshots/TestAtlasTeamUsers/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_1.snaphost new file mode 100644 index 0000000000..f45b1b1e4c --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasTeamUsers/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 729 +Content-Type: application/vnd.atlas.2025-02-19+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:04 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 49 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationUsersResource::getOrganizationUsers +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/users?includeCount=true&pageNum=1&itemsPerPage=1","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/users?includeCount=true&itemsPerPage=1&pageNum=2","rel":"next"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-03-28T09:21:54Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":[],"username":"andrea.angiolillo@mongodb.com"}],"totalCount":20} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasTeamUsers/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_2.snaphost b/test/e2e/.snapshots/TestAtlasTeamUsers/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_2.snaphost new file mode 100644 index 0000000000..bf919156a3 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasTeamUsers/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1151 +Content-Type: application/vnd.atlas.2025-02-19+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:05 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 44 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationUsersResource::getOrganizationUsers +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/users?includeCount=true&pageNum=1&itemsPerPage=2","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/users?includeCount=true&itemsPerPage=2&pageNum=2","rel":"next"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-03-28T09:21:54Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":["67ea8e50b31ead384fc6acab"],"username":"andrea.angiolillo@mongodb.com"},{"country":"IE","createdAt":"2022-01-10T16:04:57Z","firstName":"Bianca","id":"61dc5929ae95796dcd418d1d","lastAuth":"2025-03-14T15:15:28Z","lastName":"Lisle","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":[],"username":"bianca.vianadeaguiar@mongodb.com"}],"totalCount":20} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasTeamUsers/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_users_1.snaphost b/test/e2e/.snapshots/TestAtlasTeamUsers/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_users_1.snaphost new file mode 100644 index 0000000000..a21dc2f46d --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasTeamUsers/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_users_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1045 +Content-Type: application/vnd.atlas.2025-02-19+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:05 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 58 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationTeamUsersResource::getTeamUsers +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/teams/67ea8e50b31ead384fc6acab/users?pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-03-28T09:21:54Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":["67ea8e50b31ead384fc6acab"],"username":"andrea.angiolillo@mongodb.com"},{"country":"IE","createdAt":"2022-01-10T16:04:57Z","firstName":"Bianca","id":"61dc5929ae95796dcd418d1d","lastAuth":"2025-03-14T15:15:28Z","lastName":"Lisle","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":["67ea8e50b31ead384fc6acab"],"username":"bianca.vianadeaguiar@mongodb.com"}],"totalCount":2} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasTeamUsers/List_Compact/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_users_2.snaphost b/test/e2e/.snapshots/TestAtlasTeamUsers/List_Compact/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_users_2.snaphost new file mode 100644 index 0000000000..1fc55e16bd --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasTeamUsers/List_Compact/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e50b31ead384fc6acab_users_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1045 +Content-Type: application/vnd.atlas.2025-02-19+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:05 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 44 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationTeamUsersResource::getTeamUsers +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/teams/67ea8e50b31ead384fc6acab/users?pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-03-28T09:21:54Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":["67ea8e50b31ead384fc6acab"],"username":"andrea.angiolillo@mongodb.com"},{"country":"IE","createdAt":"2022-01-10T16:04:57Z","firstName":"Bianca","id":"61dc5929ae95796dcd418d1d","lastAuth":"2025-03-14T15:15:28Z","lastName":"Lisle","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":["67ea8e50b31ead384fc6acab"],"username":"bianca.vianadeaguiar@mongodb.com"}],"totalCount":2} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasTeamUsers/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_1.snaphost b/test/e2e/.snapshots/TestAtlasTeamUsers/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_1.snaphost new file mode 100644 index 0000000000..75aadd9d9c --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasTeamUsers/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 235 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:04 GMT +Location: https://cloud-dev.mongodb.com/orgs/5efda682a3f2ed2e7dd6cde4/teams/67ea8e50b31ead384fc6acab +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 147 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationTeamsResource::createTeam +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"id":"67ea8e50b31ead384fc6acab","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/teams/67ea8e50b31ead384fc6acab","rel":"self"}],"name":"teams645","usernames":["andrea.angiolillo@mongodb.com"]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasTeamUsers/memory.json b/test/e2e/.snapshots/TestAtlasTeamUsers/memory.json new file mode 100644 index 0000000000..b351e4438e --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasTeamUsers/memory.json @@ -0,0 +1 @@ +{"rand":"AoU="} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasTeams/Create/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_1.snaphost b/test/e2e/.snapshots/TestAtlasTeams/Create/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_1.snaphost new file mode 100644 index 0000000000..c4ed3ad2ef --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasTeams/Create/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_users_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 729 +Content-Type: application/vnd.atlas.2025-02-19+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:06 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 49 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationUsersResource::getOrganizationUsers +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/users?includeCount=true&pageNum=1&itemsPerPage=1","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/users?includeCount=true&itemsPerPage=1&pageNum=2","rel":"next"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-03-28T09:21:54Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"5efda6aea3f2ed2e7dd6ce05","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":[],"username":"andrea.angiolillo@mongodb.com"}],"totalCount":20} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasTeams/Create/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_1.snaphost b/test/e2e/.snapshots/TestAtlasTeams/Create/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_1.snaphost new file mode 100644 index 0000000000..b458fa5d40 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasTeams/Create/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 235 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:06 GMT +Location: https://cloud-dev.mongodb.com/orgs/5efda682a3f2ed2e7dd6cde4/teams/67ea8e52b31ead384fc6acc0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 146 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationTeamsResource::createTeam +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"id":"67ea8e52b31ead384fc6acc0","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/teams/67ea8e52b31ead384fc6acc0","rel":"self"}],"name":"teams149","usernames":["andrea.angiolillo@mongodb.com"]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasTeams/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e52b31ead384fc6acc0_1.snaphost b/test/e2e/.snapshots/TestAtlasTeams/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e52b31ead384fc6acc0_1.snaphost new file mode 100644 index 0000000000..6d41a096ba --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasTeams/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e52b31ead384fc6acc0_1.snaphost @@ -0,0 +1,14 @@ +HTTP/2.0 204 No Content +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:07 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 156 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationTeamsResource::deleteTeam +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + diff --git a/test/e2e/.snapshots/TestAtlasTeams/Describe_By_ID/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e52b31ead384fc6acc0_1.snaphost b/test/e2e/.snapshots/TestAtlasTeams/Describe_By_ID/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e52b31ead384fc6acc0_1.snaphost new file mode 100644 index 0000000000..034b675225 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasTeams/Describe_By_ID/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e52b31ead384fc6acc0_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 189 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:06 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 24 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationTeamsResource::getTeamById +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"id":"67ea8e52b31ead384fc6acc0","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/teams/67ea8e52b31ead384fc6acc0","rel":"self"}],"name":"teams149"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasTeams/Describe_By_Name/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_byName_teams149_1.snaphost b/test/e2e/.snapshots/TestAtlasTeams/Describe_By_Name/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_byName_teams149_1.snaphost new file mode 100644 index 0000000000..4abd428af0 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasTeams/Describe_By_Name/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_byName_teams149_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 189 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:07 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 23 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationTeamsResource::getTeamByName +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"id":"67ea8e52b31ead384fc6acc0","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/teams/67ea8e52b31ead384fc6acc0","rel":"self"}],"name":"teams149"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasTeams/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_1.snaphost b/test/e2e/.snapshots/TestAtlasTeams/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_1.snaphost new file mode 100644 index 0000000000..09c420d00c --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasTeams/List/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 384 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:07 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 24 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationTeamsResource::getTeams +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/teams?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"id":"67ea8e52b31ead384fc6acc0","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/teams/67ea8e52b31ead384fc6acc0","rel":"self"}],"name":"teams149_renamed"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasTeams/List_Compact/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_2.snaphost b/test/e2e/.snapshots/TestAtlasTeams/List_Compact/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_2.snaphost new file mode 100644 index 0000000000..23a3a8eef0 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasTeams/List_Compact/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 384 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:07 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 23 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationTeamsResource::getTeams +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/teams?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"id":"67ea8e52b31ead384fc6acc0","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/teams/67ea8e52b31ead384fc6acc0","rel":"self"}],"name":"teams149_renamed"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasTeams/Rename/PATCH__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e52b31ead384fc6acc0_1.snaphost b/test/e2e/.snapshots/TestAtlasTeams/Rename/PATCH__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e52b31ead384fc6acc0_1.snaphost new file mode 100644 index 0000000000..2f07b532c4 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasTeams/Rename/PATCH__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_teams_67ea8e52b31ead384fc6acc0_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 197 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:07 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 113 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationTeamsResource::patchTeam +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"id":"67ea8e52b31ead384fc6acc0","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/orgs/5efda682a3f2ed2e7dd6cde4/teams/67ea8e52b31ead384fc6acc0","rel":"self"}],"name":"teams149_renamed"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasTeams/memory.json b/test/e2e/.snapshots/TestAtlasTeams/memory.json new file mode 100644 index 0000000000..0d2faeaaa3 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasTeams/memory.json @@ -0,0 +1 @@ +{"rand":"lQ=="} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasUsers/Describe_by_ID/GET__api_atlas_v2_users_5e4bc367c6b0f41bb9bbb178_1.snaphost b/test/e2e/.snapshots/TestAtlasUsers/Describe_by_ID/GET__api_atlas_v2_users_5e4bc367c6b0f41bb9bbb178_1.snaphost new file mode 100644 index 0000000000..39869fbe68 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasUsers/Describe_by_ID/GET__api_atlas_v2_users_5e4bc367c6b0f41bb9bbb178_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 200 OK +Content-Length: 787 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:08 GMT +Deprecation: Wed, 19 Feb 2025 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 74 +X-Frame-Options: DENY +X-Java-Method: ApiUsersResource::getUser +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"country":"IE","createdAt":"2020-02-18T10:58:47Z","emailAddress":"andrea.angiolillo@mongodb.com","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-03-28T09:21:54Z","lastName":"Angiolillo","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/users/5e4bc367c6b0f41bb9bbb178","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/users/5e4bc367c6b0f41bb9bbb178/whitelist","rel":"https://cloud.mongodb.com/whitelist"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/users/5e4bc367c6b0f41bb9bbb178/accessList","rel":"https://cloud.mongodb.com/accessList"}],"roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_OWNER"}],"teamIds":[],"username":"andrea.angiolillo@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasUsers/Describe_by_username/GET__api_atlas_v2_users_byName_andrea.angiolillo@mongodb.com_1.snaphost b/test/e2e/.snapshots/TestAtlasUsers/Describe_by_username/GET__api_atlas_v2_users_byName_andrea.angiolillo@mongodb.com_1.snaphost new file mode 100644 index 0000000000..fde061f96b --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasUsers/Describe_by_username/GET__api_atlas_v2_users_byName_andrea.angiolillo@mongodb.com_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 787 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:08 GMT +Deprecation: Wed, 19 Feb 2025 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Fri, 31 Jul 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 69 +X-Frame-Options: DENY +X-Java-Method: ApiUsersResource::getUserByName +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"country":"IE","createdAt":"2020-02-18T10:58:47Z","emailAddress":"andrea.angiolillo@mongodb.com","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-03-28T09:21:54Z","lastName":"Angiolillo","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/users/5e4bc367c6b0f41bb9bbb178","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/users/5e4bc367c6b0f41bb9bbb178/whitelist","rel":"https://cloud.mongodb.com/whitelist"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/users/5e4bc367c6b0f41bb9bbb178/accessList","rel":"https://cloud.mongodb.com/accessList"}],"roles":[{"orgId":"5efda682a3f2ed2e7dd6cde4","roleName":"ORG_OWNER"},{"groupId":"5efda6aea3f2ed2e7dd6ce05","roleName":"GROUP_OWNER"}],"teamIds":[],"username":"andrea.angiolillo@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasUsers/Invite/POST__api_atlas_v2_users_1.snaphost b/test/e2e/.snapshots/TestAtlasUsers/Invite/POST__api_atlas_v2_users_1.snaphost new file mode 100644 index 0000000000..e01f463ee9 --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasUsers/Invite/POST__api_atlas_v2_users_1.snaphost @@ -0,0 +1,19 @@ +HTTP/2.0 201 Created +Content-Length: 633 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:08 GMT +Deprecation: Wed, 19 Feb 2025 00:00:00 GMT +Location: https://cloud-dev.mongodb.com/api/atlas/v1.0/users/67ea8e55b31ead384fc6ad0e +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Fri, 31 Jul 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1214 +X-Frame-Options: DENY +X-Java-Method: ApiUsersResource::addUser +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"country":"US","createdAt":"2025-03-31T12:45:09Z","emailAddress":"cli-test-8865@moongodb.com","firstName":"TestFirstName","id":"67ea8e55b31ead384fc6ad0e","lastName":"TestLastName","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/users/67ea8e55b31ead384fc6ad0e","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/users/67ea8e55b31ead384fc6ad0e/whitelist","rel":"https://cloud.mongodb.com/whitelist"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/users/67ea8e55b31ead384fc6ad0e/accessList","rel":"https://cloud.mongodb.com/accessList"}],"roles":[],"teamIds":[],"username":"cli-test-8865@moongodb.com"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasUsers/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_users_1.snaphost b/test/e2e/.snapshots/TestAtlasUsers/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_users_1.snaphost new file mode 100644 index 0000000000..f775dab13e --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasUsers/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_users_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 2186 +Content-Type: application/vnd.atlas.2025-02-19+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:08 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 35 +X-Frame-Options: DENY +X-Java-Method: ApiGroupUsersResource::getGroupUsers +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/users?flattenTeams=false&includeCount=true&includeOrgUsers=false&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-03-28T09:21:54Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":["GROUP_OWNER"],"username":"andrea.angiolillo@mongodb.com"},{"country":"IE","createdAt":"2022-01-10T16:04:57Z","firstName":"Bianca","id":"61dc5929ae95796dcd418d1d","lastAuth":"2025-03-14T15:15:28Z","lastName":"Lisle","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":["GROUP_OWNER"],"username":"bianca.vianadeaguiar@mongodb.com"},{"country":"IE","createdAt":"2021-05-06T18:17:36Z","firstName":"Ciprian","id":"609432c05841544134fb92c0","lastAuth":"2025-03-20T17:17:04Z","lastName":"Tibulca","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":["GROUP_OWNER"],"username":"ciprian.tibulca@mongodb.com"},{"country":"US","createdAt":"2023-06-06T15:09:44Z","firstName":"Drew","id":"647f4c38fe95ad3167e98a78","lastAuth":"2025-03-28T13:48:35Z","lastName":"Beckmen","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":["GROUP_OWNER"],"username":"drew.beckmen@mongodb.com"},{"country":"IE","createdAt":"2021-03-18T11:49:12Z","firstName":"Filipe","id":"60533e389b6f8f2d146a13f1","lastAuth":"2025-03-28T10:44:25Z","lastName":"Constantinov Menezes","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":["GROUP_OWNER"],"username":"filipe.menezes@mongodb.com"},{"country":"IE","createdAt":"2020-02-04T16:41:45Z","firstName":"Gustavo","id":"5e399ec9f10fab1f92b44834","lastAuth":"2025-03-25T14:52:38Z","lastName":"Bazan","mobileNumber":"+353872529768","orgMembershipStatus":"ACTIVE","roles":["GROUP_OWNER"],"username":"gustavo.bazan@mongodb.com"},{"country":"IE","createdAt":"2024-01-15T10:32:13Z","firstName":"Jeroen","id":"65a509ade774f41fad2d913c","lastAuth":"2025-03-14T11:37:43Z","lastName":"Vervaeke","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":["GROUP_OWNER"],"username":"jeroen.vervaeke@mongodb.com"}],"totalCount":7} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAtlasUsers/memory.json b/test/e2e/.snapshots/TestAtlasUsers/memory.json new file mode 100644 index 0000000000..6f731c477e --- /dev/null +++ b/test/e2e/.snapshots/TestAtlasUsers/memory.json @@ -0,0 +1 @@ +{"rand":"IqE="} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_AutogeneratedCommands-7_1.json b/test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_AutogeneratedCommands-1_1.snaphost similarity index 70% rename from test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_AutogeneratedCommands-7_1.json rename to test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_AutogeneratedCommands-1_1.snaphost index 014bda2020..3a18264b24 100644 --- a/test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_AutogeneratedCommands-7_1.json +++ b/test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_AutogeneratedCommands-1_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1877 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:00 GMT +Date: Mon, 31 Mar 2025 12:44:43 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 65 +X-Envoy-Upstream-Service-Time: 62 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:03:59Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a7d3720c313137777c2","id":"67ea5a7f3720c313137778ad","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/clusters/AutogeneratedCommands-7","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/clusters/AutogeneratedCommands-7/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/clusters/AutogeneratedCommands-7/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"AutogeneratedCommands-7","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a7f3720c3131377789d","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a7f3720c313137778a5","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:43Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e38b31ead384fc6a400","id":"67ea8e3bb31ead384fc6a602","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/clusters/AutogeneratedCommands-1","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/clusters/AutogeneratedCommands-1/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/clusters/AutogeneratedCommands-1/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"AutogeneratedCommands-1","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3ab31ead384fc6a5ea","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e3bb31ead384fc6a5f5","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_AutogeneratedCommands-7_2.json b/test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_AutogeneratedCommands-1_2.snaphost similarity index 54% rename from test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_AutogeneratedCommands-7_2.json rename to test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_AutogeneratedCommands-1_2.snaphost index e342abeb3f..d0759e94f2 100644 --- a/test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_AutogeneratedCommands-7_2.json +++ b/test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_AutogeneratedCommands-1_2.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2222 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:03 GMT +Date: Mon, 31 Mar 2025 12:53:00 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 58 +X-Envoy-Upstream-Service-Time: 70 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://autogeneratedcommands-7-shard-00-00.vmfnq.mongodb-dev.net:27017,autogeneratedcommands-7-shard-00-01.vmfnq.mongodb-dev.net:27017,autogeneratedcommands-7-shard-00-02.vmfnq.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-389xxn-shard-0","standardSrv":"mongodb+srv://autogeneratedcommands-7.vmfnq.mongodb-dev.net"},"createDate":"2025-03-31T09:03:59Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a7d3720c313137777c2","id":"67ea5a7f3720c313137778ad","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/clusters/AutogeneratedCommands-7","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/clusters/AutogeneratedCommands-7/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/clusters/AutogeneratedCommands-7/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"AutogeneratedCommands-7","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a7f3720c3131377789d","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a7f3720c313137778a5","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://autogeneratedcommands-1-shard-00-00.eo2l1.mongodb-dev.net:27017,autogeneratedcommands-1-shard-00-01.eo2l1.mongodb-dev.net:27017,autogeneratedcommands-1-shard-00-02.eo2l1.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-12rtkb-shard-0","standardSrv":"mongodb+srv://autogeneratedcommands-1.eo2l1.mongodb-dev.net"},"createDate":"2025-03-31T12:44:43Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e38b31ead384fc6a400","id":"67ea8e3bb31ead384fc6a602","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/clusters/AutogeneratedCommands-1","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/clusters/AutogeneratedCommands-1/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/clusters/AutogeneratedCommands-1/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"AutogeneratedCommands-1","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3ab31ead384fc6a5ea","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e3bb31ead384fc6a5f5","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_AutogeneratedCommands-7_3.json b/test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_AutogeneratedCommands-1_3.snaphost similarity index 54% rename from test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_AutogeneratedCommands-7_3.json rename to test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_AutogeneratedCommands-1_3.snaphost index b76cb0a9d6..2da19a3a9d 100644 --- a/test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_AutogeneratedCommands-7_3.json +++ b/test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_AutogeneratedCommands-1_3.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 2308 Content-Type: application/vnd.atlas.2024-08-05+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:03 GMT +Date: Mon, 31 Mar 2025 12:53:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 95 +X-Envoy-Upstream-Service-Time: 91 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionResource20240805::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://autogeneratedcommands-7-shard-00-00.vmfnq.mongodb-dev.net:27017,autogeneratedcommands-7-shard-00-01.vmfnq.mongodb-dev.net:27017,autogeneratedcommands-7-shard-00-02.vmfnq.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-389xxn-shard-0","standardSrv":"mongodb+srv://autogeneratedcommands-7.vmfnq.mongodb-dev.net"},"createDate":"2025-03-31T09:03:59Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"67ea5a7d3720c313137777c2","id":"67ea5a7f3720c313137778ad","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/clusters/AutogeneratedCommands-7","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/clusters/AutogeneratedCommands-7/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/clusters/AutogeneratedCommands-7/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"AutogeneratedCommands-7","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"67ea5a7f3720c313137778a6","regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a7f3720c313137778a5","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://autogeneratedcommands-1-shard-00-00.eo2l1.mongodb-dev.net:27017,autogeneratedcommands-1-shard-00-01.eo2l1.mongodb-dev.net:27017,autogeneratedcommands-1-shard-00-02.eo2l1.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-12rtkb-shard-0","standardSrv":"mongodb+srv://autogeneratedcommands-1.eo2l1.mongodb-dev.net"},"createDate":"2025-03-31T12:44:43Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"67ea8e38b31ead384fc6a400","id":"67ea8e3bb31ead384fc6a602","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/clusters/AutogeneratedCommands-1","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/clusters/AutogeneratedCommands-1/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/clusters/AutogeneratedCommands-1/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"AutogeneratedCommands-1","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"67ea8e3bb31ead384fc6a5f6","regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e3bb31ead384fc6a5f5","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_provider_regions_1.json b/test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_provider_regions_1.snaphost similarity index 90% rename from test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_provider_regions_1.json rename to test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_provider_regions_1.snaphost index 09f511d39e..7cf53d5a79 100644 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_provider_regions_1.json +++ b/test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_provider_regions_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 1556 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:03:52 GMT +Date: Mon, 31 Mar 2025 12:44:42 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -10,7 +10,7 @@ X-Envoy-Upstream-Service-Time: 64 X-Frame-Options: DENY X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAutogeneratedCommands/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestAutogeneratedCommands/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 3ab093f852..0000000000 --- a/test/e2e/.snapshots/TestAutogeneratedCommands/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1106 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:03:57 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1861 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:03:59Z","id":"67ea5a7d3720c313137777c2","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"AutogeneratedCommands-e2e-752","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAutogeneratedCommands/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestAutogeneratedCommands/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..21cb125cc4 --- /dev/null +++ b/test/e2e/.snapshots/TestAutogeneratedCommands/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1105 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:40 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1300 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:41Z","id":"67ea8e38b31ead384fc6a400","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"AutogeneratedCommands-e2e-64","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAutogeneratedCommands/POST__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_1.json b/test/e2e/.snapshots/TestAutogeneratedCommands/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_1.snaphost similarity index 70% rename from test/e2e/.snapshots/TestAutogeneratedCommands/POST__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_1.json rename to test/e2e/.snapshots/TestAutogeneratedCommands/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_1.snaphost index da4460dd56..31f45958b6 100644 --- a/test/e2e/.snapshots/TestAutogeneratedCommands/POST__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_1.json +++ b/test/e2e/.snapshots/TestAutogeneratedCommands/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a400_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1867 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:03:59 GMT +Date: Mon, 31 Mar 2025 12:44:42 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 518 +X-Envoy-Upstream-Service-Time: 540 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:03:59Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a7d3720c313137777c2","id":"67ea5a7f3720c313137778ad","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/clusters/AutogeneratedCommands-7","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/clusters/AutogeneratedCommands-7/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/clusters/AutogeneratedCommands-7/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"AutogeneratedCommands-7","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a7f3720c3131377789d","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a7f3720c313137778a5","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:43Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e38b31ead384fc6a400","id":"67ea8e3bb31ead384fc6a602","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/clusters/AutogeneratedCommands-1","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/clusters/AutogeneratedCommands-1/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a400/clusters/AutogeneratedCommands-1/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"AutogeneratedCommands-1","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3ab31ead384fc6a5ea","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e3bb31ead384fc6a5f5","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAutogeneratedCommands/memory.json b/test/e2e/.snapshots/TestAutogeneratedCommands/memory.json index dc6b9dec09..01192bc505 100644 --- a/test/e2e/.snapshots/TestAutogeneratedCommands/memory.json +++ b/test/e2e/.snapshots/TestAutogeneratedCommands/memory.json @@ -1 +1 @@ -{"AutogeneratedCommandsGenerateClusterName":"AutogeneratedCommands-7"} \ No newline at end of file +{"AutogeneratedCommandsGenerateClusterName":"AutogeneratedCommands-1"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET__api_atlas_v2_groups_67ea5ae145e7f051644d371a_backupCompliancePolicy_2.json b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_1.snaphost similarity index 68% rename from test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET__api_atlas_v2_groups_67ea5ae145e7f051644d371a_backupCompliancePolicy_2.json rename to test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_1.snaphost index 0c0a435be7..4d9338b3f2 100644 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET__api_atlas_v2_groups_67ea5ae145e7f051644d371a_backupCompliancePolicy_2.json +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK -Content-Length: 417 +Content-Length: 419 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:43 GMT +Date: Mon, 31 Mar 2025 12:44:35 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -10,7 +10,7 @@ X-Envoy-Upstream-Service-Time: 41 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea5ae145e7f051644d371a","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-03-31T09:05:39Z","updatedUser":"nzlozmoe"} \ No newline at end of file +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e31b31ead384fc69e2c","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-03-31T12:44:35Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/GET__api_atlas_v2_groups_67ea5acf3720c3131377830c_backupCompliancePolicy_1.json b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_2.snaphost similarity index 65% rename from test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/GET__api_atlas_v2_groups_67ea5acf3720c3131377830c_backupCompliancePolicy_1.json rename to test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_2.snaphost index 389f0012ed..7a5901cbd1 100644 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/GET__api_atlas_v2_groups_67ea5acf3720c3131377830c_backupCompliancePolicy_1.json +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK -Content-Length: 419 +Content-Length: 417 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:22 GMT +Date: Mon, 31 Mar 2025 12:44:39 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 40 +X-Envoy-Upstream-Service-Time: 49 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea5acf3720c3131377830c","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-03-31T09:05:22Z","updatedUser":"nzlozmoe"} \ No newline at end of file +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e31b31ead384fc69e2c","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-03-31T12:44:35Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 9a8f56183f..0000000000 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1117 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:07 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1750 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:05:08Z","id":"67ea5ac345e7f051644d34ed","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac345e7f051644d34ed","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac345e7f051644d34ed/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac345e7f051644d34ed/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac345e7f051644d34ed/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac345e7f051644d34ed/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac345e7f051644d34ed/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac345e7f051644d34ed/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"copyprotection-compliance-policy-e2e-833","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..238c940a9f --- /dev/null +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1116 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:33 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1252 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:34Z","id":"67ea8e31b31ead384fc69e2c","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e31b31ead384fc69e2c","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e31b31ead384fc69e2c/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e31b31ead384fc69e2c/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e31b31ead384fc69e2c/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e31b31ead384fc69e2c/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e31b31ead384fc69e2c/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e31b31ead384fc69e2c/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"copyprotection-compliance-policy-e2e-24","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/PUT__api_atlas_v2_groups_67ea5acf3720c3131377830c_backupCompliancePolicy_1.json b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/PUT__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_1.snaphost similarity index 67% rename from test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/PUT__api_atlas_v2_groups_67ea5acf3720c3131377830c_backupCompliancePolicy_1.json rename to test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/PUT__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_1.snaphost index ea39e5b6ed..cf1e2c2fce 100644 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/PUT__api_atlas_v2_groups_67ea5acf3720c3131377830c_backupCompliancePolicy_1.json +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/PUT__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 419 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:22 GMT +Date: Mon, 31 Mar 2025 12:44:35 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 104 +X-Envoy-Upstream-Service-Time: 120 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea5acf3720c3131377830c","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-03-31T09:05:22Z","updatedUser":"nzlozmoe"} \ No newline at end of file +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e31b31ead384fc69e2c","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-03-31T12:44:35Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_4.json b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_6.snaphost similarity index 67% rename from test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_4.json rename to test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_6.snaphost index 1bc13e058c..3c378140f0 100644 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_4.json +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_6.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 416 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:18 GMT +Date: Mon, 31 Mar 2025 12:44:44 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 27 +X-Envoy-Upstream-Service-Time: 52 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":true,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea5ac345e7f051644d34ed","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-03-31T09:05:14Z","updatedUser":"nzlozmoe"} \ No newline at end of file +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":true,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e31b31ead384fc69e2c","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-03-31T12:44:39Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyEnable/PUT__api_atlas_v2_groups_67ea5ad73720c3131377842d_backupCompliancePolicy_1.json b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/PUT__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_3.snaphost similarity index 67% rename from test/e2e/.snapshots/TestBackupCompliancePolicyEnable/PUT__api_atlas_v2_groups_67ea5ad73720c3131377842d_backupCompliancePolicy_1.json rename to test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/PUT__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_3.snaphost index 5a86cb2096..0a6286e2d1 100644 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyEnable/PUT__api_atlas_v2_groups_67ea5ad73720c3131377842d_backupCompliancePolicy_1.json +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/PUT__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_3.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 419 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:28 GMT +Date: Mon, 31 Mar 2025 12:44:44 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 118 +X-Envoy-Upstream-Service-Time: 117 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea5ad73720c3131377842d","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-03-31T09:05:28Z","updatedUser":"nzlozmoe"} \ No newline at end of file +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e31b31ead384fc69e2c","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"UPDATING","updatedDate":"2025-03-31T12:44:44Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/GET__api_atlas_v2_groups_67ea5acf3720c3131377830c_backupCompliancePolicy_2.json b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_3.snaphost similarity index 70% rename from test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/GET__api_atlas_v2_groups_67ea5acf3720c3131377830c_backupCompliancePolicy_2.json rename to test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_3.snaphost index 3213b5fbc1..88619f3026 100644 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/GET__api_atlas_v2_groups_67ea5acf3720c3131377830c_backupCompliancePolicy_2.json +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_3.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 417 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:26 GMT +Date: Mon, 31 Mar 2025 12:44:39 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -10,7 +10,7 @@ X-Envoy-Upstream-Service-Time: 40 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea5acf3720c3131377830c","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-03-31T09:05:22Z","updatedUser":"nzlozmoe"} \ No newline at end of file +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e31b31ead384fc69e2c","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-03-31T12:44:35Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_3.json b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_4.snaphost similarity index 67% rename from test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_3.json rename to test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_4.snaphost index de23f64b11..3037548f49 100644 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_3.json +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_4.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 418 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:14 GMT +Date: Mon, 31 Mar 2025 12:44:39 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 24 +X-Envoy-Upstream-Service-Time: 51 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":true,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea5ac345e7f051644d34ed","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"UPDATING","updatedDate":"2025-03-31T09:05:14Z","updatedUser":"nzlozmoe"} \ No newline at end of file +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":true,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e31b31ead384fc69e2c","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"UPDATING","updatedDate":"2025-03-31T12:44:39Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_5.snaphost b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_5.snaphost new file mode 100644 index 0000000000..308165ffae --- /dev/null +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_5.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 416 +Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:43 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 30 +X-Frame-Options: DENY +X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":true,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e31b31ead384fc69e2c","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-03-31T12:44:39Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/PUT__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_2.json b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/PUT__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_2.snaphost similarity index 67% rename from test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/PUT__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_2.json rename to test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/PUT__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_2.snaphost index b9532efb89..e6795ef6fb 100644 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/PUT__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_2.json +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/PUT__api_atlas_v2_groups_67ea8e31b31ead384fc69e2c_backupCompliancePolicy_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 418 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:14 GMT +Date: Mon, 31 Mar 2025 12:44:39 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 132 +X-Envoy-Upstream-Service-Time: 124 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":true,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea5ac345e7f051644d34ed","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"UPDATING","updatedDate":"2025-03-31T09:05:14Z","updatedUser":"nzlozmoe"} \ No newline at end of file +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":true,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e31b31ead384fc69e2c","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"UPDATING","updatedDate":"2025-03-31T12:44:39Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_1.json b/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/GET__api_atlas_v2_groups_67ea8e3cb31ead384fc6a69e_backupCompliancePolicy_1.snaphost similarity index 67% rename from test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_1.json rename to test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/GET__api_atlas_v2_groups_67ea8e3cb31ead384fc6a69e_backupCompliancePolicy_1.snaphost index 0f7ae471f0..db4cd1a8d1 100644 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_1.json +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/GET__api_atlas_v2_groups_67ea8e3cb31ead384fc6a69e_backupCompliancePolicy_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 419 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:09 GMT +Date: Mon, 31 Mar 2025 12:44:46 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 50 +X-Envoy-Upstream-Service-Time: 48 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea5ac345e7f051644d34ed","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-03-31T09:05:09Z","updatedUser":"nzlozmoe"} \ No newline at end of file +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e3cb31ead384fc6a69e","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-03-31T12:44:46Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/GET__api_atlas_v2_groups_67ea8e3cb31ead384fc6a69e_backupCompliancePolicy_2.snaphost b/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/GET__api_atlas_v2_groups_67ea8e3cb31ead384fc6a69e_backupCompliancePolicy_2.snaphost new file mode 100644 index 0000000000..858732e6fe --- /dev/null +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/GET__api_atlas_v2_groups_67ea8e3cb31ead384fc6a69e_backupCompliancePolicy_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 417 +Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:51 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 31 +X-Frame-Options: DENY +X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e3cb31ead384fc6a69e","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-03-31T12:44:46Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index bc961ff06a..0000000000 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1111 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:19 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1773 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:05:21Z","id":"67ea5acf3720c3131377830c","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acf3720c3131377830c","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acf3720c3131377830c/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acf3720c3131377830c/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acf3720c3131377830c/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acf3720c3131377830c/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acf3720c3131377830c/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acf3720c3131377830c/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"describe-compliance-policy-e2e-355","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..ed385d02b7 --- /dev/null +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1111 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:44 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1828 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:46Z","id":"67ea8e3cb31ead384fc6a69e","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3cb31ead384fc6a69e","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3cb31ead384fc6a69e/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3cb31ead384fc6a69e/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3cb31ead384fc6a69e/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3cb31ead384fc6a69e/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3cb31ead384fc6a69e/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3cb31ead384fc6a69e/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"describe-compliance-policy-e2e-601","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/PUT__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_1.json b/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/PUT__api_atlas_v2_groups_67ea8e3cb31ead384fc6a69e_backupCompliancePolicy_1.snaphost similarity index 67% rename from test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/PUT__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_1.json rename to test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/PUT__api_atlas_v2_groups_67ea8e3cb31ead384fc6a69e_backupCompliancePolicy_1.snaphost index 3471466669..9b5f6afc45 100644 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/PUT__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_1.json +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyDescribe/PUT__api_atlas_v2_groups_67ea8e3cb31ead384fc6a69e_backupCompliancePolicy_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 419 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:09 GMT +Date: Mon, 31 Mar 2025 12:44:46 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 114 +X-Envoy-Upstream-Service-Time: 132 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea5ac345e7f051644d34ed","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-03-31T09:05:09Z","updatedUser":"nzlozmoe"} \ No newline at end of file +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e3cb31ead384fc6a69e","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-03-31T12:44:46Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyEnable/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestBackupCompliancePolicyEnable/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index b694debc71..0000000000 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyEnable/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1109 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:27 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1003 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:05:28Z","id":"67ea5ad73720c3131377842d","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ad73720c3131377842d","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ad73720c3131377842d/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ad73720c3131377842d/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ad73720c3131377842d/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ad73720c3131377842d/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ad73720c3131377842d/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ad73720c3131377842d/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"enable-compliance-policy-e2e-750","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyEnable/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestBackupCompliancePolicyEnable/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..0cb3880684 --- /dev/null +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyEnable/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1109 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:51 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 3484 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:54Z","id":"67ea8e43b31ead384fc6a965","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e43b31ead384fc6a965","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e43b31ead384fc6a965/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e43b31ead384fc6a965/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e43b31ead384fc6a965/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e43b31ead384fc6a965/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e43b31ead384fc6a965/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e43b31ead384fc6a965/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"enable-compliance-policy-e2e-169","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/PUT__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_3.json b/test/e2e/.snapshots/TestBackupCompliancePolicyEnable/PUT__api_atlas_v2_groups_67ea8e43b31ead384fc6a965_backupCompliancePolicy_1.snaphost similarity index 67% rename from test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/PUT__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_3.json rename to test/e2e/.snapshots/TestBackupCompliancePolicyEnable/PUT__api_atlas_v2_groups_67ea8e43b31ead384fc6a965_backupCompliancePolicy_1.snaphost index a7746dd4f8..c9cb637765 100644 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/PUT__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_3.json +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyEnable/PUT__api_atlas_v2_groups_67ea8e43b31ead384fc6a965_backupCompliancePolicy_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 419 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:19 GMT +Date: Mon, 31 Mar 2025 12:44:55 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 131 +X-Envoy-Upstream-Service-Time: 110 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea5ac345e7f051644d34ed","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"UPDATING","updatedDate":"2025-03-31T09:05:19Z","updatedUser":"nzlozmoe"} \ No newline at end of file +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e43b31ead384fc6a965","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-03-31T12:44:55Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET__api_atlas_v2_groups_67ea5ad945e7f051644d36a6_backupCompliancePolicy_1.json b/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET__api_atlas_v2_groups_67ea5ad945e7f051644d36a6_backupCompliancePolicy_1.json rename to test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_1.snaphost index 3801198d96..830637e5cc 100644 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET__api_atlas_v2_groups_67ea5ad945e7f051644d36a6_backupCompliancePolicy_1.json +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 541 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:31 GMT +Date: Mon, 31 Mar 2025 12:44:58 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 31 +X-Envoy-Upstream-Service-Time: 52 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea5ad945e7f051644d36a6","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"67ea5adb3720c313137784ac","retentionUnit":"days","retentionValue":1}],"state":"ENABLING","updatedDate":"2025-03-31T09:05:31Z","updatedUser":"nzlozmoe"} \ No newline at end of file +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e47b31ead384fc6aa59","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"67ea8e4ab31ead384fc6ab7c","retentionUnit":"days","retentionValue":1}],"state":"ENABLING","updatedDate":"2025-03-31T12:44:58Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET__api_atlas_v2_groups_67ea5ad945e7f051644d36a6_backupCompliancePolicy_2.json b/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_2.snaphost similarity index 68% rename from test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET__api_atlas_v2_groups_67ea5ad945e7f051644d36a6_backupCompliancePolicy_2.json rename to test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_2.snaphost index 4e972df31e..02b2719853 100644 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET__api_atlas_v2_groups_67ea5ad945e7f051644d36a6_backupCompliancePolicy_2.json +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 539 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:35 GMT +Date: Mon, 31 Mar 2025 12:45:02 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 36 +X-Envoy-Upstream-Service-Time: 29 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea5ad945e7f051644d36a6","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"67ea5adb3720c313137784ac","retentionUnit":"days","retentionValue":1}],"state":"ACTIVE","updatedDate":"2025-03-31T09:05:31Z","updatedUser":"nzlozmoe"} \ No newline at end of file +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e47b31ead384fc6aa59","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"67ea8e4ab31ead384fc6ab7c","retentionUnit":"days","retentionValue":1}],"state":"ACTIVE","updatedDate":"2025-03-31T12:44:58Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index e25d1dc703..0000000000 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1121 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:29 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1435 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:05:30Z","id":"67ea5ad945e7f051644d36a6","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ad945e7f051644d36a6","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ad945e7f051644d36a6/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ad945e7f051644d36a6/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ad945e7f051644d36a6/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ad945e7f051644d36a6/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ad945e7f051644d36a6/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ad945e7f051644d36a6/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"compliance-policy-pointintimerestore-e2e-518","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..8e875781d9 --- /dev/null +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1121 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:55 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 2783 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:58Z","id":"67ea8e47b31ead384fc6aa59","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e47b31ead384fc6aa59","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e47b31ead384fc6aa59/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e47b31ead384fc6aa59/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e47b31ead384fc6aa59/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e47b31ead384fc6aa59/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e47b31ead384fc6aa59/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e47b31ead384fc6aa59/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"compliance-policy-pointintimerestore-e2e-455","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/PUT__api_atlas_v2_groups_67ea5ad945e7f051644d36a6_backupCompliancePolicy_1.json b/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/PUT__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/PUT__api_atlas_v2_groups_67ea5ad945e7f051644d36a6_backupCompliancePolicy_1.json rename to test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/PUT__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_1.snaphost index 9242bd054b..91c8a9c8fe 100644 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/PUT__api_atlas_v2_groups_67ea5ad945e7f051644d36a6_backupCompliancePolicy_1.json +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/PUT__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 541 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:31 GMT +Date: Mon, 31 Mar 2025 12:44:58 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 127 +X-Envoy-Upstream-Service-Time: 136 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea5ad945e7f051644d36a6","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"67ea5adb3720c313137784ac","retentionUnit":"days","retentionValue":1}],"state":"ENABLING","updatedDate":"2025-03-31T09:05:31Z","updatedUser":"nzlozmoe"} \ No newline at end of file +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e47b31ead384fc6aa59","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"67ea8e4ab31ead384fc6ab7c","retentionUnit":"days","retentionValue":1}],"state":"ENABLING","updatedDate":"2025-03-31T12:44:58Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/GET__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_3.snaphost b/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/GET__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_3.snaphost new file mode 100644 index 0000000000..6dbee0fd0a --- /dev/null +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/GET__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_3.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 539 +Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:03 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 51 +X-Frame-Options: DENY +X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e47b31ead384fc6aa59","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"67ea8e4ab31ead384fc6ab7c","retentionUnit":"days","retentionValue":1}],"state":"ACTIVE","updatedDate":"2025-03-31T12:44:58Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/PUT__api_atlas_v2_groups_67ea5ad945e7f051644d36a6_backupCompliancePolicy_2.json b/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/PUT__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_2.snaphost similarity index 71% rename from test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/PUT__api_atlas_v2_groups_67ea5ad945e7f051644d36a6_backupCompliancePolicy_2.json rename to test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/PUT__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_2.snaphost index dc6be38994..f8cac36ab1 100644 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/PUT__api_atlas_v2_groups_67ea5ad945e7f051644d36a6_backupCompliancePolicy_2.json +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/PUT__api_atlas_v2_groups_67ea8e47b31ead384fc6aa59_backupCompliancePolicy_2.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 540 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:36 GMT +Date: Mon, 31 Mar 2025 12:45:03 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -10,7 +10,7 @@ X-Envoy-Upstream-Service-Time: 138 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":true,"projectId":"67ea5ad945e7f051644d36a6","restoreWindowDays":1,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"67ea5adb3720c313137784ac","retentionUnit":"days","retentionValue":1}],"state":"UPDATING","updatedDate":"2025-03-31T09:05:36Z","updatedUser":"nzlozmoe"} \ No newline at end of file +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":true,"projectId":"67ea8e47b31ead384fc6aa59","restoreWindowDays":1,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"67ea8e4ab31ead384fc6ab7c","retentionUnit":"days","retentionValue":1}],"state":"UPDATING","updatedDate":"2025-03-31T12:45:03Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET__api_atlas_v2_groups_67ea5ae145e7f051644d371a_backupCompliancePolicy_1.json b/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET__api_atlas_v2_groups_67ea8e4fb31ead384fc6abfa_backupCompliancePolicy_1.snaphost similarity index 67% rename from test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET__api_atlas_v2_groups_67ea5ae145e7f051644d371a_backupCompliancePolicy_1.json rename to test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET__api_atlas_v2_groups_67ea8e4fb31ead384fc6abfa_backupCompliancePolicy_1.snaphost index 67bcbcfcdf..84e34f340c 100644 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET__api_atlas_v2_groups_67ea5ae145e7f051644d371a_backupCompliancePolicy_1.json +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET__api_atlas_v2_groups_67ea8e4fb31ead384fc6abfa_backupCompliancePolicy_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 419 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:39 GMT +Date: Mon, 31 Mar 2025 12:45:06 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 52 +X-Envoy-Upstream-Service-Time: 60 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea5ae145e7f051644d371a","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-03-31T09:05:39Z","updatedUser":"nzlozmoe"} \ No newline at end of file +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e4fb31ead384fc6abfa","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-03-31T12:45:06Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_2.json b/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET__api_atlas_v2_groups_67ea8e4fb31ead384fc6abfa_backupCompliancePolicy_2.snaphost similarity index 70% rename from test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_2.json rename to test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET__api_atlas_v2_groups_67ea8e4fb31ead384fc6abfa_backupCompliancePolicy_2.snaphost index e5fc6f3814..c9010c7a33 100644 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyCopyProtection/GET__api_atlas_v2_groups_67ea5ac345e7f051644d34ed_backupCompliancePolicy_2.json +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET__api_atlas_v2_groups_67ea8e4fb31ead384fc6abfa_backupCompliancePolicy_2.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 417 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:13 GMT +Date: Mon, 31 Mar 2025 12:45:10 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -10,7 +10,7 @@ X-Envoy-Upstream-Service-Time: 57 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea5ac345e7f051644d34ed","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-03-31T09:05:09Z","updatedUser":"nzlozmoe"} \ No newline at end of file +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e4fb31ead384fc6abfa","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-03-31T12:45:06Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 1094f5e3fc..0000000000 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1120 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:37 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 2134 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:05:39Z","id":"67ea5ae145e7f051644d371a","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ae145e7f051644d371a","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ae145e7f051644d371a/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ae145e7f051644d371a/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ae145e7f051644d371a/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ae145e7f051644d371a/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ae145e7f051644d371a/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ae145e7f051644d371a/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"describe-compliance-policy-policies-e2e-698","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..6993e7a394 --- /dev/null +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1120 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:03 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1994 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:45:05Z","id":"67ea8e4fb31ead384fc6abfa","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e4fb31ead384fc6abfa","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e4fb31ead384fc6abfa/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e4fb31ead384fc6abfa/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e4fb31ead384fc6abfa/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e4fb31ead384fc6abfa/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e4fb31ead384fc6abfa/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e4fb31ead384fc6abfa/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"describe-compliance-policy-policies-e2e-739","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/PUT__api_atlas_v2_groups_67ea5ae145e7f051644d371a_backupCompliancePolicy_1.json b/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/PUT__api_atlas_v2_groups_67ea5ae145e7f051644d371a_backupCompliancePolicy_1.json deleted file mode 100644 index ea047d6ef3..0000000000 --- a/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/PUT__api_atlas_v2_groups_67ea5ae145e7f051644d371a_backupCompliancePolicy_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 419 -Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:39 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 131 -X-Frame-Options: DENY -X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea5ae145e7f051644d371a","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-03-31T09:05:39Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/PUT__api_atlas_v2_groups_67ea8e4fb31ead384fc6abfa_backupCompliancePolicy_1.snaphost b/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/PUT__api_atlas_v2_groups_67ea8e4fb31ead384fc6abfa_backupCompliancePolicy_1.snaphost new file mode 100644 index 0000000000..f80e083873 --- /dev/null +++ b/test/e2e/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/PUT__api_atlas_v2_groups_67ea8e4fb31ead384fc6abfa_backupCompliancePolicy_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 419 +Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:06 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 158 +X-Frame-Options: DENY +X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e4fb31ead384fc6abfa","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-03-31T12:45:06Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicySetup/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestBackupCompliancePolicySetup/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index d5a7426e86..0000000000 --- a/test/e2e/.snapshots/TestBackupCompliancePolicySetup/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1108 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:44 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1590 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:05:46Z","id":"67ea5ae845e7f051644d37b9","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ae845e7f051644d37b9","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ae845e7f051644d37b9/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ae845e7f051644d37b9/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ae845e7f051644d37b9/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ae845e7f051644d37b9/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ae845e7f051644d37b9/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ae845e7f051644d37b9/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"setup-compliance-policy-e2e-172","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicySetup/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestBackupCompliancePolicySetup/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..f04945c9fb --- /dev/null +++ b/test/e2e/.snapshots/TestBackupCompliancePolicySetup/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1108 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:10 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 2710 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:45:13Z","id":"67ea8e56b31ead384fc6ad2a","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e56b31ead384fc6ad2a","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e56b31ead384fc6ad2a/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e56b31ead384fc6ad2a/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e56b31ead384fc6ad2a/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e56b31ead384fc6ad2a/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e56b31ead384fc6ad2a/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e56b31ead384fc6ad2a/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"setup-compliance-policy-e2e-833","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestBackupCompliancePolicySetup/PUT__api_atlas_v2_groups_67ea5ae845e7f051644d37b9_backupCompliancePolicy_1.json b/test/e2e/.snapshots/TestBackupCompliancePolicySetup/PUT__api_atlas_v2_groups_67ea8e56b31ead384fc6ad2a_backupCompliancePolicy_1.snaphost similarity index 68% rename from test/e2e/.snapshots/TestBackupCompliancePolicySetup/PUT__api_atlas_v2_groups_67ea5ae845e7f051644d37b9_backupCompliancePolicy_1.json rename to test/e2e/.snapshots/TestBackupCompliancePolicySetup/PUT__api_atlas_v2_groups_67ea8e56b31ead384fc6ad2a_backupCompliancePolicy_1.snaphost index 5f032a37ce..6d90d2d991 100644 --- a/test/e2e/.snapshots/TestBackupCompliancePolicySetup/PUT__api_atlas_v2_groups_67ea5ae845e7f051644d37b9_backupCompliancePolicy_1.json +++ b/test/e2e/.snapshots/TestBackupCompliancePolicySetup/PUT__api_atlas_v2_groups_67ea8e56b31ead384fc6ad2a_backupCompliancePolicy_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 540 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:46 GMT +Date: Mon, 31 Mar 2025 12:45:13 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 124 +X-Envoy-Upstream-Service-Time: 134 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea5ae845e7f051644d37b9","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"daily","id":"67ea5aea45e7f051644d3825","retentionUnit":"days","retentionValue":1}],"state":"ENABLING","updatedDate":"2025-03-31T09:05:46Z","updatedUser":"nzlozmoe"} \ No newline at end of file +{"authorizedEmail":"firstname.lastname@example.com","authorizedUserFirstName":"firstname","authorizedUserLastName":"lastname","copyProtectionEnabled":false,"deletable":false,"encryptionAtRestEnabled":false,"onDemandPolicyItem":null,"pitEnabled":false,"projectId":"67ea8e56b31ead384fc6ad2a","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"daily","id":"67ea8e59b31ead384fc6adb3","retentionUnit":"days","retentionValue":1}],"state":"ENABLING","updatedDate":"2025-03-31T12:45:13Z","updatedUser":"nzlozmoe"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFile/POST__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_index_1.json b/test/e2e/.snapshots/TestClustersFile/Create_index_with_unknown_fields/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_index_1.snaphost similarity index 75% rename from test/e2e/.snapshots/TestClustersFile/POST__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_index_1.json rename to test/e2e/.snapshots/TestClustersFile/Create_index_with_unknown_fields/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_index_1.snaphost index 7afd204026..b005250545 100644 --- a/test/e2e/.snapshots/TestClustersFile/POST__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_index_1.json +++ b/test/e2e/.snapshots/TestClustersFile/Create_index_with_unknown_fields/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_index_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 500 Internal Server Error Content-Length: 122 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:22:08 GMT +Date: Mon, 31 Mar 2025 12:51:11 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 85 +X-Envoy-Upstream-Service-Time: 68 X-Frame-Options: DENY X-Java-Method: ApiAtlasClustersIndexResource::createRollingIndex X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"detail":"Unexpected error.","error":500,"errorCode":"UNEXPECTED_ERROR","parameters":[],"reason":"Internal Server Error"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFile/POST__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_1.json b/test/e2e/.snapshots/TestClustersFile/Create_via_file/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_1.snaphost similarity index 74% rename from test/e2e/.snapshots/TestClustersFile/POST__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_1.json rename to test/e2e/.snapshots/TestClustersFile/Create_via_file/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_1.snaphost index a81f8470d9..3ae94052f6 100644 --- a/test/e2e/.snapshots/TestClustersFile/POST__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_1.json +++ b/test/e2e/.snapshots/TestClustersFile/Create_via_file/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 2799 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:16 GMT +Date: Mon, 31 Mar 2025 12:44:43 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 764 +X-Envoy-Upstream-Service-Time: 825 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:16Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a8e45e7f051644d2ed6","id":"67ea5a9045e7f051644d2fc3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/clusters/cluster-996","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/clusters/cluster-996/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/clusters/cluster-996/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-996","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a9045e7f051644d2fac","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"EU_WEST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":6,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":5,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_WEST_1"}],"zoneId":"67ea5a9045e7f051644d2fb4","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:44Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e38b31ead384fc6a30e","id":"67ea8e3cb31ead384fc6a67e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/clusters/cluster-152","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/clusters/cluster-152/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/clusters/cluster-152/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-152","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3bb31ead384fc6a64b","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"EU_WEST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":6,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":5,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_WEST_1"}],"zoneId":"67ea8e3bb31ead384fc6a66a","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_1.json b/test/e2e/.snapshots/TestClustersFile/Delete_file_creation/DELETE__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_1.snaphost similarity index 71% rename from test/e2e/.snapshots/TestExportJobs/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_1.json rename to test/e2e/.snapshots/TestClustersFile/Delete_file_creation/DELETE__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_1.snaphost index 45e2024cb4..e73ebd6c13 100644 --- a/test/e2e/.snapshots/TestExportJobs/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_1.json +++ b/test/e2e/.snapshots/TestClustersFile/Delete_file_creation/DELETE__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 2 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:35:50 GMT +Date: Mon, 31 Mar 2025 12:51:13 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 279 +X-Envoy-Upstream-Service-Time: 443 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::deleteCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAccessLogs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json b/test/e2e/.snapshots/TestClustersFile/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost similarity index 71% rename from test/e2e/.snapshots/TestAccessLogs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json rename to test/e2e/.snapshots/TestClustersFile/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost index 6b59159e78..e79f01f3d1 100644 --- a/test/e2e/.snapshots/TestAccessLogs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json +++ b/test/e2e/.snapshots/TestClustersFile/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost @@ -1,14 +1,14 @@ HTTP/2.0 200 OK Content-Length: 3 Content-Type: text/plain -Date: Mon, 31 Mar 2025 09:03:58 GMT +Date: Mon, 31 Mar 2025 12:44:43 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Vary: Accept-Encoding X-Content-Type-Options: nosniff X-Frame-Options: DENY -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none X-Xgen-Up-Proto: HTTP/2 diff --git a/test/e2e/.snapshots/TestClustersFile/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestClustersFile/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 6de1fbf07f..0000000000 --- a/test/e2e/.snapshots/TestClustersFile/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1096 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:14 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1605 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:04:16Z","id":"67ea5a8e45e7f051644d2ed6","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"clustersFile-e2e-35","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFile/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestClustersFile/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..76337be070 --- /dev/null +++ b/test/e2e/.snapshots/TestClustersFile/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1097 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:39 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 3114 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:43Z","id":"67ea8e38b31ead384fc6a30e","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"clustersFile-e2e-408","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFile/GET__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_2.json b/test/e2e/.snapshots/TestClustersFile/Update_via_file/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_3.snaphost similarity index 68% rename from test/e2e/.snapshots/TestClustersFile/GET__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_2.json rename to test/e2e/.snapshots/TestClustersFile/Update_via_file/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_3.snaphost index e77068fe79..7a607ca6e3 100644 --- a/test/e2e/.snapshots/TestClustersFile/GET__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_2.json +++ b/test/e2e/.snapshots/TestClustersFile/Update_via_file/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_3.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 3096 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:08 GMT +Date: Mon, 31 Mar 2025 12:51:11 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 59 +X-Envoy-Upstream-Service-Time: 64 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-996-shard-00-00.orsvg.mongodb-dev.net:27017,cluster-996-shard-00-01.orsvg.mongodb-dev.net:27017,cluster-996-shard-00-02.orsvg.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-vdqc8c-shard-0","standardSrv":"mongodb+srv://cluster-996.orsvg.mongodb-dev.net"},"createDate":"2025-03-31T09:04:16Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a8e45e7f051644d2ed6","id":"67ea5a9045e7f051644d2fc3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/clusters/cluster-996","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/clusters/cluster-996/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/clusters/cluster-996/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-996","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a9045e7f051644d2fac","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"EU_WEST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":6,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":5,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_WEST_1"}],"zoneId":"67ea5a9045e7f051644d2fb4","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-152-shard-00-00.fqlpp.mongodb-dev.net:27017,cluster-152-shard-00-01.fqlpp.mongodb-dev.net:27017,cluster-152-shard-00-02.fqlpp.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-cokk0u-shard-0","standardSrv":"mongodb+srv://cluster-152.fqlpp.mongodb-dev.net"},"createDate":"2025-03-31T12:44:44Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e38b31ead384fc6a30e","id":"67ea8e3cb31ead384fc6a67e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/clusters/cluster-152","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/clusters/cluster-152/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/clusters/cluster-152/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-152","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3bb31ead384fc6a64b","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"EU_WEST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":6,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":5,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_WEST_1"}],"zoneId":"67ea8e3bb31ead384fc6a66a","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFile/PATCH__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_1.json b/test/e2e/.snapshots/TestClustersFile/Update_via_file/PATCH__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_1.snaphost similarity index 68% rename from test/e2e/.snapshots/TestClustersFile/PATCH__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_1.json rename to test/e2e/.snapshots/TestClustersFile/Update_via_file/PATCH__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_1.snaphost index e433bea849..fe08262f42 100644 --- a/test/e2e/.snapshots/TestClustersFile/PATCH__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_1.json +++ b/test/e2e/.snapshots/TestClustersFile/Update_via_file/PATCH__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 3073 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:09 GMT +Date: Mon, 31 Mar 2025 12:51:12 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1024 +X-Envoy-Upstream-Service-Time: 1180 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::updateCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-996-shard-00-00.orsvg.mongodb-dev.net:27017,cluster-996-shard-00-01.orsvg.mongodb-dev.net:27017,cluster-996-shard-00-02.orsvg.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-vdqc8c-shard-0","standardSrv":"mongodb+srv://cluster-996.orsvg.mongodb-dev.net"},"createDate":"2025-03-31T09:04:16Z","diskSizeGB":40.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a8e45e7f051644d2ed6","id":"67ea5a9045e7f051644d2fc3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/clusters/cluster-996","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/clusters/cluster-996/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/clusters/cluster-996/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-996","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a9045e7f051644d2fac","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"EU_WEST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":6,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":5,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_WEST_1"}],"zoneId":"67ea5a9045e7f051644d2fb4","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"UPDATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-152-shard-00-00.fqlpp.mongodb-dev.net:27017,cluster-152-shard-00-01.fqlpp.mongodb-dev.net:27017,cluster-152-shard-00-02.fqlpp.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-cokk0u-shard-0","standardSrv":"mongodb+srv://cluster-152.fqlpp.mongodb-dev.net"},"createDate":"2025-03-31T12:44:44Z","diskSizeGB":40.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e38b31ead384fc6a30e","id":"67ea8e3cb31ead384fc6a67e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/clusters/cluster-152","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/clusters/cluster-152/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/clusters/cluster-152/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-152","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3bb31ead384fc6a64b","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"EU_WEST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":6,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":5,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_WEST_1"}],"zoneId":"67ea8e3bb31ead384fc6a66a","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"UPDATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFile/GET__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_1.json b/test/e2e/.snapshots/TestClustersFile/Watch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_1.snaphost similarity index 74% rename from test/e2e/.snapshots/TestClustersFile/GET__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_1.json rename to test/e2e/.snapshots/TestClustersFile/Watch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_1.snaphost index 03bdac2fec..2c29043982 100644 --- a/test/e2e/.snapshots/TestClustersFile/GET__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_1.json +++ b/test/e2e/.snapshots/TestClustersFile/Watch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2799 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:17 GMT +Date: Mon, 31 Mar 2025 12:44:44 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 51 +X-Envoy-Upstream-Service-Time: 63 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:16Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a8e45e7f051644d2ed6","id":"67ea5a9045e7f051644d2fc3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/clusters/cluster-996","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/clusters/cluster-996/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/clusters/cluster-996/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-996","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a9045e7f051644d2fac","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"EU_WEST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":6,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":5,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_WEST_1"}],"zoneId":"67ea5a9045e7f051644d2fb4","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:44Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e38b31ead384fc6a30e","id":"67ea8e3cb31ead384fc6a67e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/clusters/cluster-152","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/clusters/cluster-152/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/clusters/cluster-152/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-152","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3bb31ead384fc6a64b","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"EU_WEST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":6,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":5,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_WEST_1"}],"zoneId":"67ea8e3bb31ead384fc6a66a","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFile/GET__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_3.json b/test/e2e/.snapshots/TestClustersFile/Watch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_2.snaphost similarity index 68% rename from test/e2e/.snapshots/TestClustersFile/GET__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_3.json rename to test/e2e/.snapshots/TestClustersFile/Watch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_2.snaphost index 63864ba268..4730289228 100644 --- a/test/e2e/.snapshots/TestClustersFile/GET__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_3.json +++ b/test/e2e/.snapshots/TestClustersFile/Watch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a30e_clusters_cluster-152_2.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 3096 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:08 GMT +Date: Mon, 31 Mar 2025 12:51:10 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 63 +X-Envoy-Upstream-Service-Time: 69 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-996-shard-00-00.orsvg.mongodb-dev.net:27017,cluster-996-shard-00-01.orsvg.mongodb-dev.net:27017,cluster-996-shard-00-02.orsvg.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-vdqc8c-shard-0","standardSrv":"mongodb+srv://cluster-996.orsvg.mongodb-dev.net"},"createDate":"2025-03-31T09:04:16Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a8e45e7f051644d2ed6","id":"67ea5a9045e7f051644d2fc3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/clusters/cluster-996","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/clusters/cluster-996/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e45e7f051644d2ed6/clusters/cluster-996/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-996","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a9045e7f051644d2fac","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"EU_WEST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":6,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":5,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_WEST_1"}],"zoneId":"67ea5a9045e7f051644d2fb4","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-152-shard-00-00.fqlpp.mongodb-dev.net:27017,cluster-152-shard-00-01.fqlpp.mongodb-dev.net:27017,cluster-152-shard-00-02.fqlpp.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-cokk0u-shard-0","standardSrv":"mongodb+srv://cluster-152.fqlpp.mongodb-dev.net"},"createDate":"2025-03-31T12:44:44Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e38b31ead384fc6a30e","id":"67ea8e3cb31ead384fc6a67e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/clusters/cluster-152","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/clusters/cluster-152/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a30e/clusters/cluster-152/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-152","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3bb31ead384fc6a64b","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"EU_WEST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":6,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":5,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_WEST_1"}],"zoneId":"67ea8e3bb31ead384fc6a66a","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFile/memory.json b/test/e2e/.snapshots/TestClustersFile/memory.json index b5486d47d7..fed54424f5 100644 --- a/test/e2e/.snapshots/TestClustersFile/memory.json +++ b/test/e2e/.snapshots/TestClustersFile/memory.json @@ -1 +1 @@ -{"clusterFileName":"cluster-996"} \ No newline at end of file +{"clusterFileName":"cluster-152"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFlags/Create/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_1.snaphost b/test/e2e/.snapshots/TestClustersFlags/Create/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_1.snaphost new file mode 100644 index 0000000000..d4822a2216 --- /dev/null +++ b/test/e2e/.snapshots/TestClustersFlags/Create/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1857 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:42 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 66 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:45:42Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e71b31ead384fc6b000","id":"67ea8e76b31ead384fc6b11e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.18","name":"cluster-998","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e75b31ead384fc6b106","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e75b31ead384fc6b10e","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":true,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFlags/Create/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_2.snaphost b/test/e2e/.snapshots/TestClustersFlags/Create/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_2.snaphost new file mode 100644 index 0000000000..19b90b685e --- /dev/null +++ b/test/e2e/.snapshots/TestClustersFlags/Create/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_2.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 2154 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:47 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 72 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-998-shard-00-00.hzxjh.mongodb-dev.net:27017,cluster-998-shard-00-01.hzxjh.mongodb-dev.net:27017,cluster-998-shard-00-02.hzxjh.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-4oy6s0-shard-0","standardSrv":"mongodb+srv://cluster-998.hzxjh.mongodb-dev.net"},"createDate":"2025-03-31T12:45:42Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e71b31ead384fc6b000","id":"67ea8e76b31ead384fc6b11e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.18","name":"cluster-998","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e75b31ead384fc6b106","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e75b31ead384fc6b10e","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":true,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFlags/Create/POST__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_1.snaphost b/test/e2e/.snapshots/TestClustersFlags/Create/POST__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_1.snaphost new file mode 100644 index 0000000000..dcac6bba82 --- /dev/null +++ b/test/e2e/.snapshots/TestClustersFlags/Create/POST__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 201 Created +Content-Length: 1857 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:41 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 711 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:45:42Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e71b31ead384fc6b000","id":"67ea8e76b31ead384fc6b11e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.18","name":"cluster-998","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e75b31ead384fc6b106","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e75b31ead384fc6b10e","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":true,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFlags/Create_Rolling_Index/POST__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_index_1.snaphost b/test/e2e/.snapshots/TestClustersFlags/Create_Rolling_Index/POST__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_index_1.snaphost new file mode 100644 index 0000000000..cdaa19dfd9 --- /dev/null +++ b/test/e2e/.snapshots/TestClustersFlags/Create_Rolling_Index/POST__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_index_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 202 Accepted +Content-Length: 2 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:50 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Vary: Accept-Encoding +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 727 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClustersIndexResource::createRollingIndex +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFile/DELETE__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_1.json b/test/e2e/.snapshots/TestClustersFlags/Delete/DELETE__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_2.snaphost similarity index 71% rename from test/e2e/.snapshots/TestClustersFile/DELETE__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_1.json rename to test/e2e/.snapshots/TestClustersFlags/Delete/DELETE__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_2.snaphost index 7e5c0d7b60..d6a3b93d3b 100644 --- a/test/e2e/.snapshots/TestClustersFile/DELETE__api_atlas_v2_groups_67ea5a8e45e7f051644d2ed6_clusters_cluster-996_1.json +++ b/test/e2e/.snapshots/TestClustersFlags/Delete/DELETE__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 2 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:10 GMT +Date: Mon, 31 Mar 2025 12:52:54 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 466 +X-Envoy-Upstream-Service-Time: 317 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::deleteCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFlags/Delete/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_6.snaphost b/test/e2e/.snapshots/TestClustersFlags/Delete/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_6.snaphost new file mode 100644 index 0000000000..fa66b33f32 --- /dev/null +++ b/test/e2e/.snapshots/TestClustersFlags/Delete/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_6.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 2130 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:54 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 77 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-998-shard-00-00.hzxjh.mongodb-dev.net:27017,cluster-998-shard-00-01.hzxjh.mongodb-dev.net:27017,cluster-998-shard-00-02.hzxjh.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-4oy6s0-shard-0","standardSrv":"mongodb+srv://cluster-998.hzxjh.mongodb-dev.net"},"createDate":"2025-03-31T12:45:42Z","diskSizeGB":40.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e71b31ead384fc6b000","id":"67ea8e76b31ead384fc6b11e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-998","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e75b31ead384fc6b106","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e75b31ead384fc6b10e","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFlags/Delete/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_7.snaphost b/test/e2e/.snapshots/TestClustersFlags/Delete/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_7.snaphost new file mode 100644 index 0000000000..c4dcf22f16 --- /dev/null +++ b/test/e2e/.snapshots/TestClustersFlags/Delete/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_7.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 404 Not Found +Content-Length: 204 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:55:42 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 46 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"detail":"No cluster named cluster-998 exists in group 67ea8e71b31ead384fc6b000.","error":404,"errorCode":"CLUSTER_NOT_FOUND","parameters":["cluster-998","67ea8e71b31ead384fc6b000"],"reason":"Not Found"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFlags/Describe/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_3.snaphost b/test/e2e/.snapshots/TestClustersFlags/Describe/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_3.snaphost new file mode 100644 index 0000000000..72d5d04966 --- /dev/null +++ b/test/e2e/.snapshots/TestClustersFlags/Describe/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_3.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 2154 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:48 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 77 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-998-shard-00-00.hzxjh.mongodb-dev.net:27017,cluster-998-shard-00-01.hzxjh.mongodb-dev.net:27017,cluster-998-shard-00-02.hzxjh.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-4oy6s0-shard-0","standardSrv":"mongodb+srv://cluster-998.hzxjh.mongodb-dev.net"},"createDate":"2025-03-31T12:45:42Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e71b31ead384fc6b000","id":"67ea8e76b31ead384fc6b11e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.18","name":"cluster-998","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e75b31ead384fc6b106","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e75b31ead384fc6b10e","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":true,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFlags/Describe_Advanced_Configuration_Settings/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_processArgs_1.snaphost b/test/e2e/.snapshots/TestClustersFlags/Describe_Advanced_Configuration_Settings/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_processArgs_1.snaphost new file mode 100644 index 0000000000..8058673fda --- /dev/null +++ b/test/e2e/.snapshots/TestClustersFlags/Describe_Advanced_Configuration_Settings/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_processArgs_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 542 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:50 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 48 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasLegacyClusterDescriptionResource::getProcessArgs +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"changeStreamOptionsPreAndPostImagesExpireAfterSeconds":null,"chunkMigrationConcurrency":null,"customOpensslCipherConfigTls12":[],"defaultMaxTimeMS":null,"defaultReadConcern":null,"defaultWriteConcern":"majority","failIndexKeyTooLong":null,"javascriptEnabled":true,"minimumEnabledTlsProtocol":"TLS1_2","noTableScan":false,"oplogMinRetentionHours":null,"oplogSizeMB":null,"queryStatsLogVerbosity":null,"sampleRefreshIntervalBIConnector":null,"sampleSizeBIConnector":null,"tlsCipherConfigMode":"DEFAULT","transactionLifetimeLimitSeconds":null} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFlags/Describe_Connection_String/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_4.snaphost b/test/e2e/.snapshots/TestClustersFlags/Describe_Connection_String/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_4.snaphost new file mode 100644 index 0000000000..f2a3988479 --- /dev/null +++ b/test/e2e/.snapshots/TestClustersFlags/Describe_Connection_String/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_4.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 2154 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:49 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 66 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-998-shard-00-00.hzxjh.mongodb-dev.net:27017,cluster-998-shard-00-01.hzxjh.mongodb-dev.net:27017,cluster-998-shard-00-02.hzxjh.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-4oy6s0-shard-0","standardSrv":"mongodb+srv://cluster-998.hzxjh.mongodb-dev.net"},"createDate":"2025-03-31T12:45:42Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e71b31ead384fc6b000","id":"67ea8e76b31ead384fc6b11e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.18","name":"cluster-998","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e75b31ead384fc6b106","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e75b31ead384fc6b10e","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":true,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFlags/Fail_Delete_for_Termination_Protection_enabled/DELETE__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_1.snaphost b/test/e2e/.snapshots/TestClustersFlags/Fail_Delete_for_Termination_Protection_enabled/DELETE__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_1.snaphost new file mode 100644 index 0000000000..f5b0885553 --- /dev/null +++ b/test/e2e/.snapshots/TestClustersFlags/Fail_Delete_for_Termination_Protection_enabled/DELETE__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 400 Bad Request +Content-Length: 412 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:52:51 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 73 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::deleteCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"detail":"Cannot terminate a cluster when termination protection is enabled. Disable termination protection and try again.","error":400,"errorCode":"CANNOT_TERMINATE_CLUSTER_WHEN_TERMINATION_PROTECTION_ENABLED","parameters":["Cannot terminate cluster cluster-998 in group 67ea8e71b31ead384fc6b000 because termination protection is enabled. Disable termination protection and try again."],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_clusters_provider_regions_1.json b/test/e2e/.snapshots/TestClustersFlags/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_provider_regions_1.snaphost similarity index 89% rename from test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_clusters_provider_regions_1.json rename to test/e2e/.snapshots/TestClustersFlags/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_provider_regions_1.snaphost index 9dabdd7022..27be58df40 100644 --- a/test/e2e/.snapshots/TestAccessLogs/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c9_clusters_provider_regions_1.json +++ b/test/e2e/.snapshots/TestClustersFlags/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_provider_regions_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1556 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:03:58 GMT +Date: Mon, 31 Mar 2025 12:45:41 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 59 +X-Envoy-Upstream-Service-Time: 75 X-Frame-Options: DENY X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c9/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFile/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json b/test/e2e/.snapshots/TestClustersFlags/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost similarity index 71% rename from test/e2e/.snapshots/TestClustersFile/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json rename to test/e2e/.snapshots/TestClustersFlags/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost index c613a94547..141f6e74d4 100644 --- a/test/e2e/.snapshots/TestClustersFile/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json +++ b/test/e2e/.snapshots/TestClustersFlags/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost @@ -1,14 +1,14 @@ HTTP/2.0 200 OK Content-Length: 3 Content-Type: text/plain -Date: Mon, 31 Mar 2025 09:04:16 GMT +Date: Mon, 31 Mar 2025 12:45:41 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Vary: Accept-Encoding X-Content-Type-Options: nosniff X-Frame-Options: DENY -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none X-Xgen-Up-Proto: HTTP/2 diff --git a/test/e2e/.snapshots/TestClustersFlags/List/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_1.snaphost b/test/e2e/.snapshots/TestClustersFlags/List/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_1.snaphost new file mode 100644 index 0000000000..3c6fb39290 --- /dev/null +++ b/test/e2e/.snapshots/TestClustersFlags/List/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 2386 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:48 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 87 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getAllClusters +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters?includeCount=true&includeDeletedWithRetainedBackups=false&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-998-shard-00-00.hzxjh.mongodb-dev.net:27017,cluster-998-shard-00-01.hzxjh.mongodb-dev.net:27017,cluster-998-shard-00-02.hzxjh.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-4oy6s0-shard-0","standardSrv":"mongodb+srv://cluster-998.hzxjh.mongodb-dev.net"},"createDate":"2025-03-31T12:45:42Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e71b31ead384fc6b000","id":"67ea8e76b31ead384fc6b11e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.18","name":"cluster-998","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e75b31ead384fc6b106","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e75b31ead384fc6b10e","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":true,"versionReleaseSystem":"LTS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_sampleDatasetLoad_search-366_1.json b/test/e2e/.snapshots/TestClustersFlags/Load_Sample_Data/POST__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_sampleDatasetLoad_cluster-998_1.snaphost similarity index 53% rename from test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_sampleDatasetLoad_search-366_1.json rename to test/e2e/.snapshots/TestClustersFlags/Load_Sample_Data/POST__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_sampleDatasetLoad_cluster-998_1.snaphost index e61ec88ade..6e2409d4b3 100644 --- a/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_sampleDatasetLoad_search-366_1.json +++ b/test/e2e/.snapshots/TestClustersFlags/Load_Sample_Data/POST__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_sampleDatasetLoad_cluster-998_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 201 Created -Content-Length: 155 +Content-Length: 156 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:25:24 GMT +Date: Mon, 31 Mar 2025 12:52:47 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 109 +X-Envoy-Upstream-Service-Time: 83 X-Frame-Options: DENY X-Java-Method: ApiAtlasSampleDatasetLoadResource::sampleDatasetLoad X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"_id":"67ea5f84e470643dc2f6f663","clusterName":"search-366","completeDate":null,"createDate":"2025-03-31T09:25:24Z","errorMessage":null,"state":"WORKING"} \ No newline at end of file +{"_id":"67ea9020b31ead384fc6b72f","clusterName":"cluster-998","completeDate":null,"createDate":"2025-03-31T12:52:48Z","errorMessage":null,"state":"WORKING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFlags/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestClustersFlags/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..cb05ac8641 --- /dev/null +++ b/test/e2e/.snapshots/TestClustersFlags/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1098 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:37 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 3064 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:45:40Z","id":"67ea8e71b31ead384fc6b000","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"clustersFlags-e2e-753","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFlags/Update/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_5.snaphost b/test/e2e/.snapshots/TestClustersFlags/Update/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_5.snaphost new file mode 100644 index 0000000000..8aff3125a5 --- /dev/null +++ b/test/e2e/.snapshots/TestClustersFlags/Update/GET__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_5.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 2158 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:52 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 77 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-998-shard-00-00.hzxjh.mongodb-dev.net:27017,cluster-998-shard-00-01.hzxjh.mongodb-dev.net:27017,cluster-998-shard-00-02.hzxjh.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-4oy6s0-shard-0","standardSrv":"mongodb+srv://cluster-998.hzxjh.mongodb-dev.net"},"createDate":"2025-03-31T12:45:42Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e71b31ead384fc6b000","id":"67ea8e76b31ead384fc6b11e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.18","name":"cluster-998","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e75b31ead384fc6b106","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e75b31ead384fc6b10e","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"UPDATING","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":true,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFlags/Update/PATCH__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_1.snaphost b/test/e2e/.snapshots/TestClustersFlags/Update/PATCH__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_1.snaphost new file mode 100644 index 0000000000..001e79b0c7 --- /dev/null +++ b/test/e2e/.snapshots/TestClustersFlags/Update/PATCH__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 2158 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:52 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1116 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::updateCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-998-shard-00-00.hzxjh.mongodb-dev.net:27017,cluster-998-shard-00-01.hzxjh.mongodb-dev.net:27017,cluster-998-shard-00-02.hzxjh.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-4oy6s0-shard-0","standardSrv":"mongodb+srv://cluster-998.hzxjh.mongodb-dev.net"},"createDate":"2025-03-31T12:45:42Z","diskSizeGB":40.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e71b31ead384fc6b000","id":"67ea8e76b31ead384fc6b11e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e71b31ead384fc6b000/clusters/cluster-998/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-998","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e75b31ead384fc6b106","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e75b31ead384fc6b10e","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"UPDATING","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFlags/Update_Advanced_Configuration_Settings/PATCH__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_processArgs_1.snaphost b/test/e2e/.snapshots/TestClustersFlags/Update_Advanced_Configuration_Settings/PATCH__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_processArgs_1.snaphost new file mode 100644 index 0000000000..d419ff9eac --- /dev/null +++ b/test/e2e/.snapshots/TestClustersFlags/Update_Advanced_Configuration_Settings/PATCH__api_atlas_v2_groups_67ea8e71b31ead384fc6b000_clusters_cluster-998_processArgs_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 542 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:49 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 182 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasLegacyClusterDescriptionResource::updateProcessArgs +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"changeStreamOptionsPreAndPostImagesExpireAfterSeconds":null,"chunkMigrationConcurrency":null,"customOpensslCipherConfigTls12":[],"defaultMaxTimeMS":null,"defaultReadConcern":null,"defaultWriteConcern":"majority","failIndexKeyTooLong":null,"javascriptEnabled":true,"minimumEnabledTlsProtocol":"TLS1_2","noTableScan":false,"oplogMinRetentionHours":null,"oplogSizeMB":null,"queryStatsLogVerbosity":null,"sampleRefreshIntervalBIConnector":null,"sampleSizeBIConnector":null,"tlsCipherConfigMode":"DEFAULT","transactionLifetimeLimitSeconds":null} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersFlags/memory.json b/test/e2e/.snapshots/TestClustersFlags/memory.json new file mode 100644 index 0000000000..3dad4d2d50 --- /dev/null +++ b/test/e2e/.snapshots/TestClustersFlags/memory.json @@ -0,0 +1 @@ +{"clusterName":"cluster-998"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersM0Flags/POST__api_atlas_v2_groups_67ea5ac245e7f051644d3463_clusters_1.json b/test/e2e/.snapshots/TestClustersM0Flags/Create/POST__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_1.snaphost similarity index 55% rename from test/e2e/.snapshots/TestClustersM0Flags/POST__api_atlas_v2_groups_67ea5ac245e7f051644d3463_clusters_1.json rename to test/e2e/.snapshots/TestClustersM0Flags/Create/POST__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_1.snaphost index ace40c75c4..197b505852 100644 --- a/test/e2e/.snapshots/TestClustersM0Flags/POST__api_atlas_v2_groups_67ea5ac245e7f051644d3463_clusters_1.json +++ b/test/e2e/.snapshots/TestClustersM0Flags/Create/POST__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 201 Created Content-Length: 1374 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:07 GMT +Date: Mon, 31 Mar 2025 12:45:42 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws @@ -12,7 +12,7 @@ X-Envoy-Upstream-Service-Time: 788 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:05:08Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5ac245e7f051644d3463","id":"67ea5ac445e7f051644d357b","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac245e7f051644d3463/clusters/cluster-656","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac245e7f051644d3463/clusters/cluster-656/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac245e7f051644d3463/clusters/cluster-656/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-656","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5ac445e7f051644d3569","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea5ac445e7f051644d3570","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:45:42Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e72b31ead384fc6b06c","id":"67ea8e76b31ead384fc6b12d","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c/clusters/cluster-702","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c/clusters/cluster-702/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c/clusters/cluster-702/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-702","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e76b31ead384fc6b121","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e76b31ead384fc6b128","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersM0Flags/DELETE__api_atlas_v2_groups_67ea5ac245e7f051644d3463_clusters_cluster-656_1.json b/test/e2e/.snapshots/TestClustersM0Flags/Delete/DELETE__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_cluster-702_1.snaphost similarity index 71% rename from test/e2e/.snapshots/TestClustersM0Flags/DELETE__api_atlas_v2_groups_67ea5ac245e7f051644d3463_clusters_cluster-656_1.json rename to test/e2e/.snapshots/TestClustersM0Flags/Delete/DELETE__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_cluster-702_1.snaphost index e7a92c411a..ed7916f2e8 100644 --- a/test/e2e/.snapshots/TestClustersM0Flags/DELETE__api_atlas_v2_groups_67ea5ac245e7f051644d3463_clusters_cluster-656_1.json +++ b/test/e2e/.snapshots/TestClustersM0Flags/Delete/DELETE__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_cluster-702_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 2 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:26 GMT +Date: Mon, 31 Mar 2025 12:46:01 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 242 +X-Envoy-Upstream-Service-Time: 272 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::deleteCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersM0Flags/Describe/GET__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_cluster-702_3.snaphost b/test/e2e/.snapshots/TestClustersM0Flags/Describe/GET__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_cluster-702_3.snaphost new file mode 100644 index 0000000000..49c5ac5c76 --- /dev/null +++ b/test/e2e/.snapshots/TestClustersM0Flags/Describe/GET__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_cluster-702_3.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1686 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:46:01 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 72 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-d4vah4l-shard-00-00.bvjujrg.mongodb-dev.net:27017,ac-d4vah4l-shard-00-01.bvjujrg.mongodb-dev.net:27017,ac-d4vah4l-shard-00-02.bvjujrg.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-wyvbqq-shard-0","standardSrv":"mongodb+srv://cluster-702.bvjujrg.mongodb-dev.net"},"createDate":"2025-03-31T12:45:42Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e72b31ead384fc6b06c","id":"67ea8e76b31ead384fc6b12d","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c/clusters/cluster-702","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c/clusters/cluster-702/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c/clusters/cluster-702/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-702","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e76b31ead384fc6b121","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e76b31ead384fc6b128","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersM0Flags/GET__api_atlas_v2_groups_67ea5ac245e7f051644d3463_clusters_cluster-656_2.json b/test/e2e/.snapshots/TestClustersM0Flags/GET__api_atlas_v2_groups_67ea5ac245e7f051644d3463_clusters_cluster-656_2.json deleted file mode 100644 index 37c92199d5..0000000000 --- a/test/e2e/.snapshots/TestClustersM0Flags/GET__api_atlas_v2_groups_67ea5ac245e7f051644d3463_clusters_cluster-656_2.json +++ /dev/null @@ -1,18 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1686 -Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:25 GMT -Deprecation: Mon, 5 Aug 2024 00:00:00 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Sunset: Sun, 1 Mar 2026 00:00:00 GMT -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 59 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-hagss85-shard-00-00.yfljtar.mongodb-dev.net:27017,ac-hagss85-shard-00-01.yfljtar.mongodb-dev.net:27017,ac-hagss85-shard-00-02.yfljtar.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-qcp9yi-shard-0","standardSrv":"mongodb+srv://cluster-656.yfljtar.mongodb-dev.net"},"createDate":"2025-03-31T09:05:08Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5ac245e7f051644d3463","id":"67ea5ac445e7f051644d357b","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac245e7f051644d3463/clusters/cluster-656","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac245e7f051644d3463/clusters/cluster-656/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac245e7f051644d3463/clusters/cluster-656/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-656","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5ac445e7f051644d3569","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea5ac445e7f051644d3570","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersM0Flags/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestClustersM0Flags/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 1ecb943c33..0000000000 --- a/test/e2e/.snapshots/TestClustersM0Flags/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1095 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:06 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1143 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:05:07Z","id":"67ea5ac245e7f051644d3463","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac245e7f051644d3463","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac245e7f051644d3463/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac245e7f051644d3463/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac245e7f051644d3463/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac245e7f051644d3463/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac245e7f051644d3463/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac245e7f051644d3463/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"clustersM0-e2e-325","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersM0Flags/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestClustersM0Flags/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..d1a5f8598f --- /dev/null +++ b/test/e2e/.snapshots/TestClustersM0Flags/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1095 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:38 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 3175 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:45:41Z","id":"67ea8e72b31ead384fc6b06c","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"clustersM0-e2e-872","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_1.json b/test/e2e/.snapshots/TestClustersM0Flags/Watch/GET__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_cluster-702_1.snaphost similarity index 54% rename from test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_1.json rename to test/e2e/.snapshots/TestClustersM0Flags/Watch/GET__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_cluster-702_1.snaphost index 383106d8b0..d0eb70c134 100644 --- a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_1.json +++ b/test/e2e/.snapshots/TestClustersM0Flags/Watch/GET__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_cluster-702_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1384 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:26 GMT +Date: Mon, 31 Mar 2025 12:45:43 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 55 +X-Envoy-Upstream-Service-Time: 69 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:25Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a9645e7f051644d3093","id":"67ea5a993720c31313777c20","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-462","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a993720c31313777c14","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea5a993720c31313777c1b","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:45:42Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e72b31ead384fc6b06c","id":"67ea8e76b31ead384fc6b12d","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c/clusters/cluster-702","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c/clusters/cluster-702/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c/clusters/cluster-702/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-702","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e76b31ead384fc6b121","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e76b31ead384fc6b128","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersM0Flags/Watch/GET__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_cluster-702_2.snaphost b/test/e2e/.snapshots/TestClustersM0Flags/Watch/GET__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_cluster-702_2.snaphost new file mode 100644 index 0000000000..6143dc4a03 --- /dev/null +++ b/test/e2e/.snapshots/TestClustersM0Flags/Watch/GET__api_atlas_v2_groups_67ea8e72b31ead384fc6b06c_clusters_cluster-702_2.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1686 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:46:00 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 71 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-d4vah4l-shard-00-00.bvjujrg.mongodb-dev.net:27017,ac-d4vah4l-shard-00-01.bvjujrg.mongodb-dev.net:27017,ac-d4vah4l-shard-00-02.bvjujrg.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-wyvbqq-shard-0","standardSrv":"mongodb+srv://cluster-702.bvjujrg.mongodb-dev.net"},"createDate":"2025-03-31T12:45:42Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e72b31ead384fc6b06c","id":"67ea8e76b31ead384fc6b12d","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c/clusters/cluster-702","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c/clusters/cluster-702/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e72b31ead384fc6b06c/clusters/cluster-702/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-702","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e76b31ead384fc6b121","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e76b31ead384fc6b128","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersM0Flags/memory.json b/test/e2e/.snapshots/TestClustersM0Flags/memory.json index dd0d008e95..388f799ca3 100644 --- a/test/e2e/.snapshots/TestClustersM0Flags/memory.json +++ b/test/e2e/.snapshots/TestClustersM0Flags/memory.json @@ -1 +1 @@ -{"clusterName":"cluster-656"} \ No newline at end of file +{"clusterName":"cluster-702"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederation/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.json b/test/e2e/.snapshots/TestDataFederation/Create/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.snaphost similarity index 72% rename from test/e2e/.snapshots/TestDataFederation/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.json rename to test/e2e/.snapshots/TestDataFederation/Create/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.snaphost index 917b723cdf..6aff45d416 100644 --- a/test/e2e/.snapshots/TestDataFederation/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.json +++ b/test/e2e/.snapshots/TestDataFederation/Create/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 511 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:15 GMT +Date: Mon, 31 Mar 2025 12:44:33 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 486 +X-Envoy-Upstream-Service-Time: 521 X-Frame-Options: DENY X-Java-Method: ApiAtlasDataFederationResource::createTenant X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"cloudProviderConfig":{"aws":{"externalId":"c6956c40-f7f3-404e-8123-a122deb6162f","iamAssumedRoleARN":"arn:aws:iam::358363220050:role/mongodb-atlas-apix-atlascli-test","iamUserARN":"arn:aws:iam::299602853325:root","roleId":"67c048c782064d313e883ab9"}},"dataProcessRegion":null,"groupId":"5efda6aea3f2ed2e7dd6ce05","hostnames":["e2e-data-federation-546-g1nxq.a.query.mongodb-dev.net"],"name":"e2e-data-federation-546","privateEndpointHostnames":[],"state":"ACTIVE","storage":{"stores": null, "databases": null}} \ No newline at end of file +{"cloudProviderConfig":{"aws":{"externalId":"c6956c40-f7f3-404e-8123-a122deb6162f","iamAssumedRoleARN":"arn:aws:iam::358363220050:role/mongodb-atlas-apix-atlascli-test","iamUserARN":"arn:aws:iam::299602853325:root","roleId":"67c048c782064d313e883ab9"}},"dataProcessRegion":null,"groupId":"5efda6aea3f2ed2e7dd6ce05","hostnames":["e2e-data-federation-296-g1nxq.a.query.mongodb-dev.net"],"name":"e2e-data-federation-296","privateEndpointHostnames":[],"state":"ACTIVE","storage":{"stores": null, "databases": null}} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederation/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_2.json b/test/e2e/.snapshots/TestDataFederation/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_2.snaphost similarity index 64% rename from test/e2e/.snapshots/TestDataFederation/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_2.json rename to test/e2e/.snapshots/TestDataFederation/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_2.snaphost index d0d14d0adb..8d50ccf2f3 100644 --- a/test/e2e/.snapshots/TestDataFederation/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_2.json +++ b/test/e2e/.snapshots/TestDataFederation/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 404 Not Found Content-Length: 273 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:04:20 GMT +Date: Mon, 31 Mar 2025 12:44:36 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 37 +X-Envoy-Upstream-Service-Time: 30 X-Frame-Options: DENY X-Java-Method: ApiAtlasDataFederationResource::deleteTenant X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"detail":"Data Federation tenant for project 5efda6aea3f2ed2e7dd6ce05 and name e2e-data-federation-546 not found.","error":404,"errorCode":"DATA_FEDERATION_TENANT_NOT_FOUND_FOR_NAME","parameters":["5efda6aea3f2ed2e7dd6ce05","e2e-data-federation-546"],"reason":"Not Found"} \ No newline at end of file +{"detail":"Data Federation tenant for project 5efda6aea3f2ed2e7dd6ce05 and name e2e-data-federation-296 not found.","error":404,"errorCode":"DATA_FEDERATION_TENANT_NOT_FOUND_FOR_NAME","parameters":["5efda6aea3f2ed2e7dd6ce05","e2e-data-federation-296"],"reason":"Not Found"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederationQueryLimit/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_1.json b/test/e2e/.snapshots/TestDataFederation/Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_1.snaphost similarity index 71% rename from test/e2e/.snapshots/TestDataFederationQueryLimit/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_1.json rename to test/e2e/.snapshots/TestDataFederation/Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_1.snaphost index 5766da718f..8e15f75e1f 100644 --- a/test/e2e/.snapshots/TestDataFederationQueryLimit/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_1.json +++ b/test/e2e/.snapshots/TestDataFederation/Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 2 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:19 GMT +Date: Mon, 31 Mar 2025 12:44:35 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 177 +X-Envoy-Upstream-Service-Time: 175 X-Frame-Options: DENY X-Java-Method: ApiAtlasDataFederationResource::deleteTenant X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_1.json b/test/e2e/.snapshots/TestDataFederation/Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_1.snaphost similarity index 72% rename from test/e2e/.snapshots/TestDataFederation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_1.json rename to test/e2e/.snapshots/TestDataFederation/Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_1.snaphost index 3d72fb86b6..c3ead8cc78 100644 --- a/test/e2e/.snapshots/TestDataFederation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_1.json +++ b/test/e2e/.snapshots/TestDataFederation/Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 511 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:16 GMT +Date: Mon, 31 Mar 2025 12:44:33 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 47 +X-Envoy-Upstream-Service-Time: 55 X-Frame-Options: DENY X-Java-Method: ApiAtlasDataFederationResource::getTenant X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"cloudProviderConfig":{"aws":{"externalId":"c6956c40-f7f3-404e-8123-a122deb6162f","iamAssumedRoleARN":"arn:aws:iam::358363220050:role/mongodb-atlas-apix-atlascli-test","iamUserARN":"arn:aws:iam::299602853325:root","roleId":"67c048c782064d313e883ab9"}},"dataProcessRegion":null,"groupId":"5efda6aea3f2ed2e7dd6ce05","hostnames":["e2e-data-federation-546-g1nxq.a.query.mongodb-dev.net"],"name":"e2e-data-federation-546","privateEndpointHostnames":[],"state":"ACTIVE","storage":{"stores": null, "databases": null}} \ No newline at end of file +{"cloudProviderConfig":{"aws":{"externalId":"c6956c40-f7f3-404e-8123-a122deb6162f","iamAssumedRoleARN":"arn:aws:iam::358363220050:role/mongodb-atlas-apix-atlascli-test","iamUserARN":"arn:aws:iam::299602853325:root","roleId":"67c048c782064d313e883ab9"}},"dataProcessRegion":null,"groupId":"5efda6aea3f2ed2e7dd6ce05","hostnames":["e2e-data-federation-296-g1nxq.a.query.mongodb-dev.net"],"name":"e2e-data-federation-296","privateEndpointHostnames":[],"state":"ACTIVE","storage":{"stores": null, "databases": null}} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederation/Download_Logs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_queryLogs.gz_2.snaphost b/test/e2e/.snapshots/TestDataFederation/Download_Logs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_queryLogs.gz_2.snaphost new file mode 100644 index 0000000000000000000000000000000000000000..d561bde4a646920d3683a86f9cb7c9e5c713dbc8 GIT binary patch literal 709 zcmZXS(QeZ)6o$(kij-%-+ATP9oH*@L^Yk&MuBI}G44r?P@sqoVl6c$EX`#Taxk6`v-O4QezC+mMt^_AhugE0<2g4h}9 ze5;=Sz`TV;ma?oMgv^mtqTAK*xZBja=Tg~u9DTu__J}qNg71gG%a%xKt7OxJg12g~ z5BSsI?*_d03T7__;7ay>K+5t^^PcZHUV+={xpq}GWiAe-{E@z literal 0 HcmV?d00001 diff --git a/test/e2e/.snapshots/TestDataFederation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.json b/test/e2e/.snapshots/TestDataFederation/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.snaphost similarity index 72% rename from test/e2e/.snapshots/TestDataFederation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.json rename to test/e2e/.snapshots/TestDataFederation/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.snaphost index d2b8976a01..912e332b1d 100644 --- a/test/e2e/.snapshots/TestDataFederation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.json +++ b/test/e2e/.snapshots/TestDataFederation/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 513 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:16 GMT +Date: Mon, 31 Mar 2025 12:44:34 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 78 +X-Envoy-Upstream-Service-Time: 97 X-Frame-Options: DENY X-Java-Method: ApiAtlasDataFederationResource::getTenants X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -[{"cloudProviderConfig":{"aws":{"externalId":"c6956c40-f7f3-404e-8123-a122deb6162f","iamAssumedRoleARN":"arn:aws:iam::358363220050:role/mongodb-atlas-apix-atlascli-test","iamUserARN":"arn:aws:iam::299602853325:root","roleId":"67c048c782064d313e883ab9"}},"dataProcessRegion":null,"groupId":"5efda6aea3f2ed2e7dd6ce05","hostnames":["e2e-data-federation-546-g1nxq.a.query.mongodb-dev.net"],"name":"e2e-data-federation-546","privateEndpointHostnames":[],"state":"ACTIVE","storage":{"stores": null, "databases": null}}] \ No newline at end of file +[{"cloudProviderConfig":{"aws":{"externalId":"c6956c40-f7f3-404e-8123-a122deb6162f","iamAssumedRoleARN":"arn:aws:iam::358363220050:role/mongodb-atlas-apix-atlascli-test","iamUserARN":"arn:aws:iam::299602853325:root","roleId":"67c048c782064d313e883ab9"}},"dataProcessRegion":null,"groupId":"5efda6aea3f2ed2e7dd6ce05","hostnames":["e2e-data-federation-296-g1nxq.a.query.mongodb-dev.net"],"name":"e2e-data-federation-296","privateEndpointHostnames":[],"state":"ACTIVE","storage":{"stores": null, "databases": null}}] \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_queryLogs.gz_1.json b/test/e2e/.snapshots/TestDataFederation/Log/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_queryLogs.gz_1.snaphost similarity index 56% rename from test/e2e/.snapshots/TestDataFederation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_queryLogs.gz_1.json rename to test/e2e/.snapshots/TestDataFederation/Log/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_queryLogs.gz_1.snaphost index a32b061bcd5ff34016d6376ed0ff284973963d73..f62af36cf3a76d84bbfdcb3d1bca35fea14b768c 100644 GIT binary patch delta 119 zcmdnQx{-B4vW}6ZS-g>fk*ThMv97UUh@p{{iHVhwNff4_vB|`KFAj(TAp7A7W)owJ z$!i&#HH=bBO)Qfw3``BoOq0#cOf3uzOiYZDk`ql6jZD(ajDd`lRO6JS$q`IZ06ah+ A>i_@% delta 120 zcmdnUx`}l{vW}^VS-g>fk*ThMv97UUh=HY*fr*uYc@(Cgq4~sqFAj(TAp7A77DGdG z!^vwHn>A8WlMGT!QxeUMlT3{b4bu`0QcaBv(ozyrO$|&C%Q!I_mjglvaGerRa DfF&T) diff --git a/test/e2e/.snapshots/TestDataFederation/PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_1.json b/test/e2e/.snapshots/TestDataFederation/Update/PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_1.snaphost similarity index 74% rename from test/e2e/.snapshots/TestDataFederation/PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_1.json rename to test/e2e/.snapshots/TestDataFederation/Update/PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_1.snaphost index 9dc9a3d2e4..3328150428 100644 --- a/test/e2e/.snapshots/TestDataFederation/PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_1.json +++ b/test/e2e/.snapshots/TestDataFederation/Update/PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-296_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 567 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:16 GMT +Date: Mon, 31 Mar 2025 12:44:34 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 119 +X-Envoy-Upstream-Service-Time: 133 X-Frame-Options: DENY X-Java-Method: ApiAtlasDataFederationResource::updateTenant X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"cloudProviderConfig":{"aws":{"externalId":"c6956c40-f7f3-404e-8123-a122deb6162f","iamAssumedRoleARN":"arn:aws:iam::358363220050:role/mongodb-atlas-apix-atlascli-test","iamUserARN":"arn:aws:iam::299602853325:root","roleId":"67c048c782064d313e883ab9"}},"dataProcessRegion":{"cloudProvider":"AWS","region":"VIRGINIA_USA"},"groupId":"5efda6aea3f2ed2e7dd6ce05","hostnames":["e2e-data-federation-546-g1nxq.virginia-usa.a.query.mongodb-dev.net"],"name":"e2e-data-federation-546","privateEndpointHostnames":[],"state":"ACTIVE","storage":{"stores": null, "databases": null}} \ No newline at end of file +{"cloudProviderConfig":{"aws":{"externalId":"c6956c40-f7f3-404e-8123-a122deb6162f","iamAssumedRoleARN":"arn:aws:iam::358363220050:role/mongodb-atlas-apix-atlascli-test","iamUserARN":"arn:aws:iam::299602853325:root","roleId":"67c048c782064d313e883ab9"}},"dataProcessRegion":{"cloudProvider":"AWS","region":"VIRGINIA_USA"},"groupId":"5efda6aea3f2ed2e7dd6ce05","hostnames":["e2e-data-federation-296-g1nxq.virginia-usa.a.query.mongodb-dev.net"],"name":"e2e-data-federation-296","privateEndpointHostnames":[],"state":"ACTIVE","storage":{"stores": null, "databases": null}} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederation/memory.json b/test/e2e/.snapshots/TestDataFederation/memory.json index 1e4346fd2f..cb87afafc9 100644 --- a/test/e2e/.snapshots/TestDataFederation/memory.json +++ b/test/e2e/.snapshots/TestDataFederation/memory.json @@ -1 +1 @@ -{"rand":"AiI="} \ No newline at end of file +{"rand":"ASg="} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/POST__api_atlas_v2_groups_67ea5a8e3720c313137779af_privateNetworkSettings_endpointIds_1.json b/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/Create/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a33d_privateNetworkSettings_endpointIds_1.snaphost similarity index 67% rename from test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/POST__api_atlas_v2_groups_67ea5a8e3720c313137779af_privateNetworkSettings_endpointIds_1.json rename to test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/Create/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a33d_privateNetworkSettings_endpointIds_1.snaphost index c6b505f984..d561bdd6fe 100644 --- a/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/POST__api_atlas_v2_groups_67ea5a8e3720c313137779af_privateNetworkSettings_endpointIds_1.json +++ b/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/Create/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a33d_privateNetworkSettings_endpointIds_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 201 Created Content-Length: 309 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:16 GMT +Date: Mon, 31 Mar 2025 12:44:43 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 52 +X-Envoy-Upstream-Service-Time: 70 X-Frame-Options: DENY X-Java-Method: ApiAtlasPrivateNetworkSettingsResource::addEndpointId X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e3720c313137779af/privateNetworkSettings/endpointIds?pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"comment":"comment","endpointId":"vpce-0fcd9d80bbafe7670","provider":"AWS","status":"OK","type":"DATA_LAKE"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a33d/privateNetworkSettings/endpointIds?pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"comment":"comment","endpointId":"vpce-0fcd9d80bbafe5275","provider":"AWS","status":"OK","type":"DATA_LAKE"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/DELETE__api_atlas_v2_groups_67ea5a8e3720c313137779af_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe7670_1.json b/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/Delete/DELETE__api_atlas_v2_groups_67ea8e38b31ead384fc6a33d_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe5275_1.snaphost similarity index 70% rename from test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/DELETE__api_atlas_v2_groups_67ea5a8e3720c313137779af_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe7670_1.json rename to test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/Delete/DELETE__api_atlas_v2_groups_67ea8e38b31ead384fc6a33d_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe5275_1.snaphost index 960d852b74..89986c9a87 100644 --- a/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/DELETE__api_atlas_v2_groups_67ea5a8e3720c313137779af_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe7670_1.json +++ b/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/Delete/DELETE__api_atlas_v2_groups_67ea8e38b31ead384fc6a33d_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe5275_1.snaphost @@ -1,14 +1,14 @@ HTTP/2.0 204 No Content Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:16 GMT +Date: Mon, 31 Mar 2025 12:44:44 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 53 +X-Envoy-Upstream-Service-Time: 67 X-Frame-Options: DENY X-Java-Method: ApiAtlasPrivateNetworkSettingsResource::deleteEndpointIds X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/GET__api_atlas_v2_groups_67ea5a8e3720c313137779af_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe7670_1.json b/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/Describe/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a33d_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe5275_1.snaphost similarity index 66% rename from test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/GET__api_atlas_v2_groups_67ea5a8e3720c313137779af_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe7670_1.json rename to test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/Describe/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a33d_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe5275_1.snaphost index e766ff9ab4..d7b3164787 100644 --- a/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/GET__api_atlas_v2_groups_67ea5a8e3720c313137779af_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe7670_1.json +++ b/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/Describe/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a33d_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe5275_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 109 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:16 GMT +Date: Mon, 31 Mar 2025 12:44:43 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 27 +X-Envoy-Upstream-Service-Time: 25 X-Frame-Options: DENY X-Java-Method: ApiAtlasPrivateNetworkSettingsResource::getEndpointIdEntry X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"comment":"comment","endpointId":"vpce-0fcd9d80bbafe7670","provider":"AWS","status":"OK","type":"DATA_LAKE"} \ No newline at end of file +{"comment":"comment","endpointId":"vpce-0fcd9d80bbafe5275","provider":"AWS","status":"OK","type":"DATA_LAKE"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/GET__api_atlas_v2_groups_67ea5a8e3720c313137779af_privateNetworkSettings_endpointIds_1.json b/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/List/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a33d_privateNetworkSettings_endpointIds_1.snaphost similarity index 64% rename from test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/GET__api_atlas_v2_groups_67ea5a8e3720c313137779af_privateNetworkSettings_endpointIds_1.json rename to test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/List/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a33d_privateNetworkSettings_endpointIds_1.snaphost index 2901bb1d5c..9bfc345434 100644 --- a/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/GET__api_atlas_v2_groups_67ea5a8e3720c313137779af_privateNetworkSettings_endpointIds_1.json +++ b/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/List/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a33d_privateNetworkSettings_endpointIds_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 327 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:16 GMT +Date: Mon, 31 Mar 2025 12:44:43 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -10,7 +10,7 @@ X-Envoy-Upstream-Service-Time: 25 X-Frame-Options: DENY X-Java-Method: ApiAtlasPrivateNetworkSettingsResource::getEndpointIds X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e3720c313137779af/privateNetworkSettings/endpointIds?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"comment":"comment","endpointId":"vpce-0fcd9d80bbafe7670","provider":"AWS","status":"OK","type":"DATA_LAKE"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a33d/privateNetworkSettings/endpointIds?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"comment":"comment","endpointId":"vpce-0fcd9d80bbafe5275","provider":"AWS","status":"OK","type":"DATA_LAKE"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 34925931fd..0000000000 --- a/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1118 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:14 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1781 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:04:15Z","id":"67ea5a8e3720c313137779af","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e3720c313137779af","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e3720c313137779af/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e3720c313137779af/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e3720c313137779af/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e3720c313137779af/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e3720c313137779af/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8e3720c313137779af/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"dataFederationPrivateEndpointsAWS-e2e-765","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..948c593cc3 --- /dev/null +++ b/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1118 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:40 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 2831 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:43Z","id":"67ea8e38b31ead384fc6a33d","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a33d","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a33d/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a33d/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a33d/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a33d/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a33d/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a33d/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"dataFederationPrivateEndpointsAWS-e2e-294","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/memory.json b/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/memory.json index ae148e4d45..595971a980 100644 --- a/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/memory.json +++ b/test/e2e/.snapshots/TestDataFederationPrivateEndpointsAWS/memory.json @@ -1 +1 @@ -{"rand":"Gg4="} \ No newline at end of file +{"rand":"ELM="} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederationQueryLimit/PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_limits_bytesProcessed.query_1.json b/test/e2e/.snapshots/TestDataFederationQueryLimit/Create/PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_limits_bytesProcessed.query_1.snaphost similarity index 60% rename from test/e2e/.snapshots/TestDataFederationQueryLimit/PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_limits_bytesProcessed.query_1.json rename to test/e2e/.snapshots/TestDataFederationQueryLimit/Create/PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_limits_bytesProcessed.query_1.snaphost index 5ff88cbd05..4e69378a8a 100644 --- a/test/e2e/.snapshots/TestDataFederationQueryLimit/PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_limits_bytesProcessed.query_1.json +++ b/test/e2e/.snapshots/TestDataFederationQueryLimit/Create/PATCH__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_limits_bytesProcessed.query_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 150 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:17 GMT +Date: Mon, 31 Mar 2025 12:44:40 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 93 +X-Envoy-Upstream-Service-Time: 92 X-Frame-Options: DENY X-Java-Method: ApiAtlasDataFederationResource::setTenantBytesProcessedLimit X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"currentUsage":0,"lastModifiedDate":"2025-03-31T09:04:17Z","name":"bytesProcessed.query","tenantName":"e2e-data-federation-380","value":118000000000} \ No newline at end of file +{"currentUsage":0,"lastModifiedDate":"2025-03-31T12:44:40Z","name":"bytesProcessed.query","tenantName":"e2e-data-federation-802","value":118000000000} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederationQueryLimit/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.json b/test/e2e/.snapshots/TestDataFederationQueryLimit/Create_Data_Federation/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.snaphost similarity index 72% rename from test/e2e/.snapshots/TestDataFederationQueryLimit/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.json rename to test/e2e/.snapshots/TestDataFederationQueryLimit/Create_Data_Federation/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.snaphost index 1a841d0256..8705d30d8a 100644 --- a/test/e2e/.snapshots/TestDataFederationQueryLimit/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.json +++ b/test/e2e/.snapshots/TestDataFederationQueryLimit/Create_Data_Federation/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 511 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:16 GMT +Date: Mon, 31 Mar 2025 12:44:39 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 479 +X-Envoy-Upstream-Service-Time: 487 X-Frame-Options: DENY X-Java-Method: ApiAtlasDataFederationResource::createTenant X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"cloudProviderConfig":{"aws":{"externalId":"c6956c40-f7f3-404e-8123-a122deb6162f","iamAssumedRoleARN":"arn:aws:iam::358363220050:role/mongodb-atlas-apix-atlascli-test","iamUserARN":"arn:aws:iam::299602853325:root","roleId":"67c048c782064d313e883ab9"}},"dataProcessRegion":null,"groupId":"5efda6aea3f2ed2e7dd6ce05","hostnames":["e2e-data-federation-380-g1nxq.a.query.mongodb-dev.net"],"name":"e2e-data-federation-380","privateEndpointHostnames":[],"state":"ACTIVE","storage":{"stores": null, "databases": null}} \ No newline at end of file +{"cloudProviderConfig":{"aws":{"externalId":"c6956c40-f7f3-404e-8123-a122deb6162f","iamAssumedRoleARN":"arn:aws:iam::358363220050:role/mongodb-atlas-apix-atlascli-test","iamUserARN":"arn:aws:iam::299602853325:root","roleId":"67c048c782064d313e883ab9"}},"dataProcessRegion":null,"groupId":"5efda6aea3f2ed2e7dd6ce05","hostnames":["e2e-data-federation-802-g1nxq.a.query.mongodb-dev.net"],"name":"e2e-data-federation-802","privateEndpointHostnames":[],"state":"ACTIVE","storage":{"stores": null, "databases": null}} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederationQueryLimit/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_limits_bytesProcessed.query_1.json b/test/e2e/.snapshots/TestDataFederationQueryLimit/Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_limits_bytesProcessed.query_1.snaphost similarity index 71% rename from test/e2e/.snapshots/TestDataFederationQueryLimit/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_limits_bytesProcessed.query_1.json rename to test/e2e/.snapshots/TestDataFederationQueryLimit/Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_limits_bytesProcessed.query_1.snaphost index cd71a19f65..74f3a1598a 100644 --- a/test/e2e/.snapshots/TestDataFederationQueryLimit/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_limits_bytesProcessed.query_1.json +++ b/test/e2e/.snapshots/TestDataFederationQueryLimit/Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_limits_bytesProcessed.query_1.snaphost @@ -1,14 +1,14 @@ HTTP/2.0 204 No Content Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:19 GMT +Date: Mon, 31 Mar 2025 12:44:42 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 64 +X-Envoy-Upstream-Service-Time: 84 X-Frame-Options: DENY X-Java-Method: ApiAtlasDataFederationResource::deleteTenantBytesProcessedLimit X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/.snapshots/TestDataFederation/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_1.json b/test/e2e/.snapshots/TestDataFederationQueryLimit/Delete_Data_Federation/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_1.snaphost similarity index 71% rename from test/e2e/.snapshots/TestDataFederation/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_1.json rename to test/e2e/.snapshots/TestDataFederationQueryLimit/Delete_Data_Federation/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_1.snaphost index 6eccc3c1d3..41b71b77f4 100644 --- a/test/e2e/.snapshots/TestDataFederation/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-546_1.json +++ b/test/e2e/.snapshots/TestDataFederationQueryLimit/Delete_Data_Federation/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 2 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:19 GMT +Date: Mon, 31 Mar 2025 12:44:42 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 166 +X-Envoy-Upstream-Service-Time: 198 X-Frame-Options: DENY X-Java-Method: ApiAtlasDataFederationResource::deleteTenant X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederationQueryLimit/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_limits_bytesProcessed.query_1.json b/test/e2e/.snapshots/TestDataFederationQueryLimit/Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_limits_bytesProcessed.query_1.snaphost similarity index 59% rename from test/e2e/.snapshots/TestDataFederationQueryLimit/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_limits_bytesProcessed.query_1.json rename to test/e2e/.snapshots/TestDataFederationQueryLimit/Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_limits_bytesProcessed.query_1.snaphost index eb164f97e4..4d3c1abe6a 100644 --- a/test/e2e/.snapshots/TestDataFederationQueryLimit/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_limits_bytesProcessed.query_1.json +++ b/test/e2e/.snapshots/TestDataFederationQueryLimit/Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_limits_bytesProcessed.query_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 150 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:18 GMT +Date: Mon, 31 Mar 2025 12:44:41 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 34 +X-Envoy-Upstream-Service-Time: 47 X-Frame-Options: DENY X-Java-Method: ApiAtlasDataFederationResource::getTenantUsageLimit X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"currentUsage":0,"lastModifiedDate":"2025-03-31T09:04:17Z","name":"bytesProcessed.query","tenantName":"e2e-data-federation-380","value":118000000000} \ No newline at end of file +{"currentUsage":0,"lastModifiedDate":"2025-03-31T12:44:40Z","name":"bytesProcessed.query","tenantName":"e2e-data-federation-802","value":118000000000} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederationQueryLimit/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_limits_1.json b/test/e2e/.snapshots/TestDataFederationQueryLimit/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_limits_1.snaphost similarity index 53% rename from test/e2e/.snapshots/TestDataFederationQueryLimit/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_limits_1.json rename to test/e2e/.snapshots/TestDataFederationQueryLimit/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_limits_1.snaphost index f9f5f86cbb..2c044d3720 100644 --- a/test/e2e/.snapshots/TestDataFederationQueryLimit/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-380_limits_1.json +++ b/test/e2e/.snapshots/TestDataFederationQueryLimit/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_dataFederation_e2e-data-federation-802_limits_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 332 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:18 GMT +Date: Mon, 31 Mar 2025 12:44:41 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 37 +X-Envoy-Upstream-Service-Time: 39 X-Frame-Options: DENY X-Java-Method: ApiAtlasDataFederationResource::getTenantUsageLimits X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -[{"currentUsage":0,"lastModifiedDate":"2025-03-31T09:04:17Z","name":"bytesProcessed.query","tenantName":"e2e-data-federation-380","value":118000000000},{"currentUsage":0,"lastModifiedDate":"2025-03-31T09:04:17Z","name":"bytesProcessed.monthly","overrunPolicy":"BLOCK","tenantName":"e2e-data-federation-380","value":109951162777600}] \ No newline at end of file +[{"currentUsage":0,"lastModifiedDate":"2025-03-31T12:44:40Z","name":"bytesProcessed.query","tenantName":"e2e-data-federation-802","value":118000000000},{"currentUsage":0,"lastModifiedDate":"2025-03-31T12:44:40Z","name":"bytesProcessed.monthly","overrunPolicy":"BLOCK","tenantName":"e2e-data-federation-802","value":109951162777600}] \ No newline at end of file diff --git a/test/e2e/.snapshots/TestDataFederationQueryLimit/memory.json b/test/e2e/.snapshots/TestDataFederationQueryLimit/memory.json index 104c267e20..735345859a 100644 --- a/test/e2e/.snapshots/TestDataFederationQueryLimit/memory.json +++ b/test/e2e/.snapshots/TestDataFederationQueryLimit/memory.json @@ -1 +1 @@ -{"rand":"AXw="} \ No newline at end of file +{"rand":"AyI="} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportBuckets/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.json b/test/e2e/.snapshots/TestExportBuckets/Create/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.snaphost similarity index 67% rename from test/e2e/.snapshots/TestExportBuckets/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.json rename to test/e2e/.snapshots/TestExportBuckets/Create/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.snaphost index 6396e16e07..106cd6cd15 100644 --- a/test/e2e/.snapshots/TestExportBuckets/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.json +++ b/test/e2e/.snapshots/TestExportBuckets/Create/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 129 Content-Type: application/vnd.atlas.2024-05-30+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:09 GMT +Date: Mon, 31 Mar 2025 12:44:41 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 260 +X-Envoy-Upstream-Service-Time: 291 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupExportBucketsResource::addExportBucket X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"_id":"67ea5a8945e7f051644d2df7","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"67c048c782064d313e883ab9"} \ No newline at end of file +{"_id":"67ea8e39b31ead384fc6a547","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"67c048c782064d313e883ab9"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportBuckets/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_67ea5a8945e7f051644d2df7_1.json b/test/e2e/.snapshots/TestExportBuckets/Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_67ea8e39b31ead384fc6a547_1.snaphost similarity index 70% rename from test/e2e/.snapshots/TestExportBuckets/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_67ea5a8945e7f051644d2df7_1.json rename to test/e2e/.snapshots/TestExportBuckets/Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_67ea8e39b31ead384fc6a547_1.snaphost index 973ac3d05e..cb09538ba5 100644 --- a/test/e2e/.snapshots/TestExportBuckets/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_67ea5a8945e7f051644d2df7_1.json +++ b/test/e2e/.snapshots/TestExportBuckets/Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_67ea8e39b31ead384fc6a547_1.snaphost @@ -1,14 +1,14 @@ HTTP/2.0 204 No Content Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:09 GMT +Date: Mon, 31 Mar 2025 12:44:43 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 122 +X-Envoy-Upstream-Service-Time: 123 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupExportBucketsResource::deleteExportBucket X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/.snapshots/TestExportBuckets/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_67ea5a8945e7f051644d2df7_1.json b/test/e2e/.snapshots/TestExportBuckets/Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_67ea8e39b31ead384fc6a547_1.snaphost similarity index 67% rename from test/e2e/.snapshots/TestExportBuckets/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_67ea5a8945e7f051644d2df7_1.json rename to test/e2e/.snapshots/TestExportBuckets/Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_67ea8e39b31ead384fc6a547_1.snaphost index 02cfb143b9..d551eb1664 100644 --- a/test/e2e/.snapshots/TestExportBuckets/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_67ea5a8945e7f051644d2df7_1.json +++ b/test/e2e/.snapshots/TestExportBuckets/Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_67ea8e39b31ead384fc6a547_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 129 Content-Type: application/vnd.atlas.2024-05-30+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:09 GMT +Date: Mon, 31 Mar 2025 12:44:42 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 21 +X-Envoy-Upstream-Service-Time: 42 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupExportBucketsResource::getExportBucketById X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"_id":"67ea5a8945e7f051644d2df7","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"67c048c782064d313e883ab9"} \ No newline at end of file +{"_id":"67ea8e39b31ead384fc6a547","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"67c048c782064d313e883ab9"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportBuckets/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.json b/test/e2e/.snapshots/TestExportBuckets/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.snaphost similarity index 98% rename from test/e2e/.snapshots/TestExportBuckets/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.json rename to test/e2e/.snapshots/TestExportBuckets/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.snaphost index 3224f10b93..3e39a5a3a5 100644 --- a/test/e2e/.snapshots/TestExportBuckets/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.json +++ b/test/e2e/.snapshots/TestExportBuckets/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.snaphost @@ -2,16 +2,16 @@ HTTP/2.0 200 OK Connection: close Content-Length: 13371 Content-Type: application/vnd.atlas.2024-05-30+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:09 GMT +Date: Mon, 31 Mar 2025 12:44:42 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 50 +X-Envoy-Upstream-Service-Time: 48 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupExportBucketsResource::getAllExportBucketsByGroup X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/backup/exportBuckets?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/backup/exportBuckets?includeCount=true&itemsPerPage=100&pageNum=2","rel":"next"}],"results":[{"_id":"65566a5f1d4b3b0ca4f3b78b","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"655747a6d598e72693f4f99e","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"655cffdfba1cf86a9bfa489e","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656ee40876946b4d0c5242e9","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6579cc3315554639345d240f","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6567811fe2d2547047c33e13","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656f27a166c0c81731962d0a","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65708f9524e25107782fb3e9","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65533ddd3e46831f64db99aa","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65533e1341fe9c69896041ff","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65779dc06089e459ad416e3b","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"655cce20be29980a23d4c166","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656089ed1097d5290c6d997a","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656eed870f0b5047a7520931","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656f277ee2111242ab95bd94","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65704d55a31e571a052616b0","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6579d632d60a4e63904f8de0","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65535028e5bf70144968f456","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"655632ea78d48563869643cc","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65575896d598e72693f559e5","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"655c7994e7082a19b590fa1b","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6564e2ba1632833952eac005","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656ee3dd0f0b5047a751aede","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6560d4ab1624db2907733bb1","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656e03a31a850d499f2d5b3d","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656f25bce2111242ab95add5","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6579c0b7b7ac016d26ad76fa","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65720b364999f35848025b8d","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65786df89814512baa1b95a6","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"655c789833202313ff81bffa","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"655c79a033202313ff81c45c","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"655c79a833202313ff81c465","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656ee5410f0b5047a751c7de","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65533e3841fe9c69896042ad","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65579cefc765d720960e32d5","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6564bebccefb4d7db5427f48","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6565c62af939164e316abdbe","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656f569f4399a2604ce2a49f","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65789a3276fec83b8e38cfe8","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656872e3b8913366d6364fe9","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6569a9e78342ce70d81eac02","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6573541a02b8a340a6f9c729","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6578903474a2527244da3938","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656dd8e6ba490e4e2d84d865","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65719f9e7db22d780f3ccb93","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6579ce1215554639345d37c1","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65538a4b93a1ac12892464a9","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6557887de77d78109e02ca9f","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65789a0d76fec83b8e38cf68","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6555f94c96025633e42b1541","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"657878ccdfdb36646b49aad4","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65788642df57787365fcc3ad","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6555e83d805eda610f7c86a6","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65789a19bd3bda466e76d5ba","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6560bb421624db29077295f0","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"659d354d28166469ad80861d","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65857b747f21f02e679c40ad","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"659d2fb4a332de5668b954ee","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65a1727348e0ee349d0f46f3","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65b921ce47feed4a7428ed85","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65c25e6d0f6c111ee02122f1","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65d47dc9fb16220dd3cdf3c9","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65b8b5f20b5fff426f49d21d","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65b8c4630b5fff426f4a4091","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65b8c8d687b346097da4e3d4","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65cf2ecdaf0be607530f3d40","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65e1ecf7c954d45fa322da6f","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6581769dfd4ccd59f778eeef","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6581941f19389b44225eb2e4","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6584126cc6a1fe08fb9df396","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65a7ca53e9fc2a183de1993a","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"658176b684358c216b70d32c","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6581d2ef145a5e750bfd4c43","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65a65409b2c3b40a7cef53ed","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65e08949379d0d269ffcd75b","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65e1b5aee957463753349319","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65e6ff9e30a5ac06fc01abdb","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"658c39393b697217272b88e9","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65af8c280c4d0b2d8c6bcf7b","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65af8d94f07ad401147e2ba3","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65c2078da1e1f43dcbe09cdb","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65c2086ca1e1f43dcbe0a315","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65c2229b0f6c111ee01f9e28","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65c3999b157c896c4dd47725","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65c660a76dc5f96927114939","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65ca67ac444a2a7363f3fabc","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65afb2541ba0b0100077529d","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65b105218b6037530d9e772a","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65b8cfd987b346097da51fa2","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65c201a3a1e1f43dcbe06f6f","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"658160f7f110ab04fbc322d9","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65b2610dc9a8b06e53a4ed6e","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65b3f6d6a05ca04eea6080d2","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65b66b8233de064b4a4589e9","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65c224560f6c111ee01fb0a4","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65c62f381756ab7c89dffe72","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65818d7984358c216b7190e5","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"659d260ba332de5668b93b17","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65a93728e432a80506d3116d","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65d716576e5e93152df855c8","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"}],"totalCount":1601} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/backup/exportBuckets?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/backup/exportBuckets?includeCount=true&itemsPerPage=100&pageNum=2","rel":"next"}],"results":[{"_id":"65566a5f1d4b3b0ca4f3b78b","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"655747a6d598e72693f4f99e","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"655cffdfba1cf86a9bfa489e","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656ee40876946b4d0c5242e9","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6579cc3315554639345d240f","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6567811fe2d2547047c33e13","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656f27a166c0c81731962d0a","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65708f9524e25107782fb3e9","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65533ddd3e46831f64db99aa","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65533e1341fe9c69896041ff","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65779dc06089e459ad416e3b","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"655cce20be29980a23d4c166","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656089ed1097d5290c6d997a","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656eed870f0b5047a7520931","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656f277ee2111242ab95bd94","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65704d55a31e571a052616b0","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6579d632d60a4e63904f8de0","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65535028e5bf70144968f456","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"655632ea78d48563869643cc","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65575896d598e72693f559e5","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"655c7994e7082a19b590fa1b","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6564e2ba1632833952eac005","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656ee3dd0f0b5047a751aede","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6560d4ab1624db2907733bb1","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656e03a31a850d499f2d5b3d","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656f25bce2111242ab95add5","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6579c0b7b7ac016d26ad76fa","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65720b364999f35848025b8d","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65786df89814512baa1b95a6","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"655c789833202313ff81bffa","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"655c79a033202313ff81c45c","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"655c79a833202313ff81c465","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656ee5410f0b5047a751c7de","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65533e3841fe9c69896042ad","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65579cefc765d720960e32d5","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6564bebccefb4d7db5427f48","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6565c62af939164e316abdbe","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656f569f4399a2604ce2a49f","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65789a3276fec83b8e38cfe8","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656872e3b8913366d6364fe9","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6569a9e78342ce70d81eac02","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6573541a02b8a340a6f9c729","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6578903474a2527244da3938","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"656dd8e6ba490e4e2d84d865","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65719f9e7db22d780f3ccb93","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6579ce1215554639345d37c1","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65538a4b93a1ac12892464a9","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6557887de77d78109e02ca9f","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65789a0d76fec83b8e38cf68","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6555f94c96025633e42b1541","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"657878ccdfdb36646b49aad4","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65788642df57787365fcc3ad","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6555e83d805eda610f7c86a6","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65789a19bd3bda466e76d5ba","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6560bb421624db29077295f0","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"659d354d28166469ad80861d","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65857b747f21f02e679c40ad","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"659d2fb4a332de5668b954ee","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65a1727348e0ee349d0f46f3","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65b921ce47feed4a7428ed85","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65c25e6d0f6c111ee02122f1","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65d47dc9fb16220dd3cdf3c9","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65b8b5f20b5fff426f49d21d","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65b8c4630b5fff426f4a4091","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65b8c8d687b346097da4e3d4","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65cf2ecdaf0be607530f3d40","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65e1ecf7c954d45fa322da6f","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6581769dfd4ccd59f778eeef","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6581941f19389b44225eb2e4","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6584126cc6a1fe08fb9df396","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65a7ca53e9fc2a183de1993a","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"658176b684358c216b70d32c","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"6581d2ef145a5e750bfd4c43","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65a65409b2c3b40a7cef53ed","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65e08949379d0d269ffcd75b","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65e1b5aee957463753349319","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65e6ff9e30a5ac06fc01abdb","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"658c39393b697217272b88e9","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65af8c280c4d0b2d8c6bcf7b","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65af8d94f07ad401147e2ba3","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65c2078da1e1f43dcbe09cdb","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65c2086ca1e1f43dcbe0a315","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65c2229b0f6c111ee01f9e28","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65c3999b157c896c4dd47725","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65c660a76dc5f96927114939","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65ca67ac444a2a7363f3fabc","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65afb2541ba0b0100077529d","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65b105218b6037530d9e772a","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65b8cfd987b346097da51fa2","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65c201a3a1e1f43dcbe06f6f","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"658160f7f110ab04fbc322d9","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65b2610dc9a8b06e53a4ed6e","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65b3f6d6a05ca04eea6080d2","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65b66b8233de064b4a4589e9","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65c224560f6c111ee01fb0a4","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65c62f381756ab7c89dffe72","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65818d7984358c216b7190e5","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"659d260ba332de5668b93b17","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65a93728e432a80506d3116d","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"},{"_id":"65d716576e5e93152df855c8","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"60113b99ce5a6a3d72ea7454"}],"totalCount":1606} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.json b/test/e2e/.snapshots/TestExportJobs/Create_bucket/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.snaphost similarity index 67% rename from test/e2e/.snapshots/TestExportJobs/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.json rename to test/e2e/.snapshots/TestExportJobs/Create_bucket/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.snaphost index cceba7aacd..23b1d3bede 100644 --- a/test/e2e/.snapshots/TestExportJobs/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.json +++ b/test/e2e/.snapshots/TestExportJobs/Create_bucket/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_backup_exportBuckets_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 129 Content-Type: application/vnd.atlas.2024-05-30+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:19:34 GMT +Date: Mon, 31 Mar 2025 12:53:25 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 649 +X-Envoy-Upstream-Service-Time: 280 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupExportBucketsResource::addExportBucket X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"_id":"67ea5e266257d31a195f2ed2","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"67c048c782064d313e883ab9"} \ No newline at end of file +{"_id":"67ea9045b31ead384fc6b7d3","bucketName":"mongocli-e2e-tests","cloudProvider":"AWS","iamRoleId":"67c048c782064d313e883ab9"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_1.json b/test/e2e/.snapshots/TestExportJobs/Create_cluster/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_1.snaphost similarity index 70% rename from test/e2e/.snapshots/TestExportJobs/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_1.json rename to test/e2e/.snapshots/TestExportJobs/Create_cluster/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_1.snaphost index d0a2ac017d..d7587e6ea6 100644 --- a/test/e2e/.snapshots/TestExportJobs/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_1.json +++ b/test/e2e/.snapshots/TestExportJobs/Create_cluster/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1817 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:10 GMT +Date: Mon, 31 Mar 2025 12:44:34 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 659 +X-Envoy-Upstream-Service-Time: 634 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:10Z","diskSizeGB":10.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a8a3720c31313777945","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-443","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5a8a3720c313137778ea","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a8a3720c3131377790a","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:35Z","diskSizeGB":10.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e33b31ead384fc69f15","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-561","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea8e32b31ead384fc69eb7","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e33b31ead384fc69ed7","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_1.json b/test/e2e/.snapshots/TestExportJobs/Create_job/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_1.snaphost similarity index 50% rename from test/e2e/.snapshots/TestExportJobs/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_1.json rename to test/e2e/.snapshots/TestExportJobs/Create_job/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_1.snaphost index 765ebc8270..512036c1cd 100644 --- a/test/e2e/.snapshots/TestExportJobs/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_1.json +++ b/test/e2e/.snapshots/TestExportJobs/Create_job/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 366 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:22 GMT +Date: Mon, 31 Mar 2025 12:56:32 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 468 +X-Envoy-Upstream-Service-Time: 400 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupExportJobsResource::createExportRestoreJob X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"createdAt":"2025-03-31T09:23:22Z","customData":[],"exportBucketId":"67ea5e266257d31a195f2ed2","exportStatus":{"exportedCollections":0,"totalCollections":0},"id":"67ea5f0ae470643dc2f6f4d0","prefix":"exported_snapshots/5efda682a3f2ed2e7dd6cde4/5efda6aea3f2ed2e7dd6ce05/cluster-443/2025-03-31T0921/1743413002","snapshotId":"67ea5e27e470643dc2f6f1a8","state":"Queued"} \ No newline at end of file +{"createdAt":"2025-03-31T12:56:32Z","customData":[],"exportBucketId":"67ea9045b31ead384fc6b7d3","exportStatus":{"exportedCollections":0,"totalCollections":0},"id":"67ea9100b31ead384fc6ba9d","prefix":"exported_snapshots/5efda682a3f2ed2e7dd6cde4/5efda6aea3f2ed2e7dd6ce05/cluster-561/2025-03-31T1255/1743425792","snapshotId":"67ea904684391f6c24ea7452","state":"Queued"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_1.json b/test/e2e/.snapshots/TestExportJobs/Create_snapshot/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_1.snaphost similarity index 53% rename from test/e2e/.snapshots/TestSnapshots/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_1.json rename to test/e2e/.snapshots/TestExportJobs/Create_snapshot/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_1.snaphost index 3164b53c1b..60e57189e3 100644 --- a/test/e2e/.snapshots/TestSnapshots/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_1.json +++ b/test/e2e/.snapshots/TestExportJobs/Create_snapshot/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 596 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:19:32 GMT +Date: Mon, 31 Mar 2025 12:53:26 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 242 +X-Envoy-Upstream-Service-Time: 200 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::onDemandSnapshot X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T09:19:32Z","frequencyType":"ondemand","id":"67ea5e24e470643dc2f6f19a","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221/backup/snapshots/67ea5e24e470643dc2f6f19a","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221","rel":"https://cloud.mongodb.com/cluster"}],"policyItems":[],"replicaSetName":"cluster-221","snapshotType":"onDemand","status":"queued","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file +{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T12:53:26Z","frequencyType":"ondemand","id":"67ea904684391f6c24ea7452","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561/backup/snapshots/67ea904684391f6c24ea7452","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561","rel":"https://cloud.mongodb.com/cluster"}],"policyItems":[],"replicaSetName":"cluster-561","snapshotType":"onDemand","status":"queued","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestShardedCluster/DELETE__api_atlas_v2_groups_67ea5ac93720c3131377813d_clusters_cluster-364_1.json b/test/e2e/.snapshots/TestExportJobs/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_1.snaphost similarity index 71% rename from test/e2e/.snapshots/TestShardedCluster/DELETE__api_atlas_v2_groups_67ea5ac93720c3131377813d_clusters_cluster-364_1.json rename to test/e2e/.snapshots/TestExportJobs/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_1.snaphost index fe259e28e2..3a88e2f3e4 100644 --- a/test/e2e/.snapshots/TestShardedCluster/DELETE__api_atlas_v2_groups_67ea5ac93720c3131377813d_clusters_cluster-364_1.json +++ b/test/e2e/.snapshots/TestExportJobs/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 2 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:17 GMT +Date: Mon, 31 Mar 2025 13:10:22 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 286 +X-Envoy-Upstream-Service-Time: 274 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::deleteCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/DELETE__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_1.json b/test/e2e/.snapshots/TestExportJobs/Delete_snapshot/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_1.snaphost similarity index 70% rename from test/e2e/.snapshots/TestRestores/DELETE__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_1.json rename to test/e2e/.snapshots/TestExportJobs/Delete_snapshot/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_1.snaphost index f2f56195f8..474f282437 100644 --- a/test/e2e/.snapshots/TestRestores/DELETE__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_1.json +++ b/test/e2e/.snapshots/TestExportJobs/Delete_snapshot/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_1.snaphost @@ -1,14 +1,14 @@ HTTP/2.0 204 No Content Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:41:58 GMT +Date: Mon, 31 Mar 2025 13:10:22 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 112 +X-Envoy-Upstream-Service-Time: 116 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::deleteSnapshot X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/.snapshots/TestExportJobs/Describe_job/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_67ea9100b31ead384fc6ba9d_4.snaphost b/test/e2e/.snapshots/TestExportJobs/Describe_job/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_67ea9100b31ead384fc6ba9d_4.snaphost new file mode 100644 index 0000000000..4cd25ca39e --- /dev/null +++ b/test/e2e/.snapshots/TestExportJobs/Describe_job/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_67ea9100b31ead384fc6ba9d_4.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 406 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:10:21 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 45 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupExportJobsResource::getExportJob +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"createdAt":"2025-03-31T12:56:32Z","customData":[],"exportBucketId":"67ea9045b31ead384fc6b7d3","exportStatus":{"exportedCollections":0,"totalCollections":0},"finishedAt":"2025-03-31T13:10:19Z","id":"67ea9100b31ead384fc6ba9d","prefix":"exported_snapshots/5efda682a3f2ed2e7dd6cde4/5efda6aea3f2ed2e7dd6ce05/cluster-561/2025-03-31T1255/1743425792","snapshotId":"67ea904684391f6c24ea7452","state":"Successful"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_67ea5f0ae470643dc2f6f4d0_3.json b/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_67ea5f0ae470643dc2f6f4d0_3.json deleted file mode 100644 index 8d7ca19d81..0000000000 --- a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_67ea5f0ae470643dc2f6f4d0_3.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 406 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:35:49 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 24 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupExportJobsResource::getExportJob -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"createdAt":"2025-03-31T09:23:22Z","customData":[],"exportBucketId":"67ea5e266257d31a195f2ed2","exportStatus":{"exportedCollections":0,"totalCollections":0},"finishedAt":"2025-03-31T09:35:49Z","id":"67ea5f0ae470643dc2f6f4d0","prefix":"exported_snapshots/5efda682a3f2ed2e7dd6cde4/5efda6aea3f2ed2e7dd6ce05/cluster-443/2025-03-31T0921/1743413002","snapshotId":"67ea5e27e470643dc2f6f1a8","state":"Successful"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_1.json b/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_1.snaphost similarity index 70% rename from test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_1.json rename to test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_1.snaphost index 21e9b9028c..b0288736ca 100644 --- a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_1.json +++ b/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1827 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:18 GMT +Date: Mon, 31 Mar 2025 12:44:35 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 77 +X-Envoy-Upstream-Service-Time: 84 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:18Z","diskSizeGB":10.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a923720c31313777b40","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-221","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5a923720c31313777aea","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a923720c31313777b0a","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:35Z","diskSizeGB":10.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e33b31ead384fc69f15","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-561","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea8e32b31ead384fc69eb7","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e33b31ead384fc69ed7","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_2.json b/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_2.snaphost similarity index 64% rename from test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_2.json rename to test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_2.snaphost index 0dbea46530..934a982d8c 100644 --- a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_2.json +++ b/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_2.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2124 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:19:32 GMT +Date: Mon, 31 Mar 2025 12:53:25 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 84 +X-Envoy-Upstream-Service-Time: 82 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-221-shard-00-00.g1nxq.mongodb-dev.net:27017,cluster-221-shard-00-01.g1nxq.mongodb-dev.net:27017,cluster-221-shard-00-02.g1nxq.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-10368r-shard-0","standardSrv":"mongodb+srv://cluster-221.g1nxq.mongodb-dev.net"},"createDate":"2025-03-31T09:04:18Z","diskSizeGB":10.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a923720c31313777b40","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-221","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5a923720c31313777aea","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a923720c31313777b0a","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-561-shard-00-00.g1nxq.mongodb-dev.net:27017,cluster-561-shard-00-01.g1nxq.mongodb-dev.net:27017,cluster-561-shard-00-02.g1nxq.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-11xlv6-shard-0","standardSrv":"mongodb+srv://cluster-561.g1nxq.mongodb-dev.net"},"createDate":"2025-03-31T12:44:35Z","diskSizeGB":10.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e33b31ead384fc69f15","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-561","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea8e32b31ead384fc69eb7","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e33b31ead384fc69ed7","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_3.json b/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_3.snaphost similarity index 64% rename from test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_3.json rename to test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_3.snaphost index d4cfcf48a6..90ebd39ac5 100644 --- a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_3.json +++ b/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_3.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2129 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:35:50 GMT +Date: Mon, 31 Mar 2025 13:10:22 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 87 +X-Envoy-Upstream-Service-Time: 89 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-443-shard-00-00.g1nxq.mongodb-dev.net:27017,cluster-443-shard-00-01.g1nxq.mongodb-dev.net:27017,cluster-443-shard-00-02.g1nxq.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-qi5pru-shard-0","standardSrv":"mongodb+srv://cluster-443.g1nxq.mongodb-dev.net"},"createDate":"2025-03-31T09:04:10Z","diskSizeGB":10.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a8a3720c31313777945","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-443","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5a8a3720c313137778ea","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a8a3720c3131377790a","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-561-shard-00-00.g1nxq.mongodb-dev.net:27017,cluster-561-shard-00-01.g1nxq.mongodb-dev.net:27017,cluster-561-shard-00-02.g1nxq.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-11xlv6-shard-0","standardSrv":"mongodb+srv://cluster-561.g1nxq.mongodb-dev.net"},"createDate":"2025-03-31T12:44:35Z","diskSizeGB":10.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e33b31ead384fc69f15","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-561","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea8e32b31ead384fc69eb7","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e33b31ead384fc69ed7","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_4.json b/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_4.snaphost similarity index 64% rename from test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_4.json rename to test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_4.snaphost index aa0c838b01..db48f22c93 100644 --- a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_4.json +++ b/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_4.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 404 Not Found Content-Length: 204 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:23:45 GMT +Date: Mon, 31 Mar 2025 13:12:31 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 65 +X-Envoy-Upstream-Service-Time: 51 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"detail":"No cluster named cluster-221 exists in group 5efda6aea3f2ed2e7dd6ce05.","error":404,"errorCode":"CLUSTER_NOT_FOUND","parameters":["cluster-221","5efda6aea3f2ed2e7dd6ce05"],"reason":"Not Found"} \ No newline at end of file +{"detail":"No cluster named cluster-561 exists in group 5efda6aea3f2ed2e7dd6ce05.","error":404,"errorCode":"CLUSTER_NOT_FOUND","parameters":["cluster-561","5efda6aea3f2ed2e7dd6ce05"],"reason":"Not Found"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json b/test/e2e/.snapshots/TestExportJobs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost similarity index 71% rename from test/e2e/.snapshots/TestLDAPWithFlags/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json rename to test/e2e/.snapshots/TestExportJobs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost index c613a94547..2ab47f0ae4 100644 --- a/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json +++ b/test/e2e/.snapshots/TestExportJobs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost @@ -1,14 +1,14 @@ HTTP/2.0 200 OK Content-Length: 3 Content-Type: text/plain -Date: Mon, 31 Mar 2025 09:04:16 GMT +Date: Mon, 31 Mar 2025 12:44:34 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Vary: Accept-Encoding X-Content-Type-Options: nosniff X-Frame-Options: DENY -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none X-Xgen-Up-Proto: HTTP/2 diff --git a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_1.json b/test/e2e/.snapshots/TestExportJobs/List_jobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_1.snaphost similarity index 55% rename from test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_1.json rename to test/e2e/.snapshots/TestExportJobs/List_jobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_1.snaphost index 43935e750b..a862addecf 100644 --- a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_1.json +++ b/test/e2e/.snapshots/TestExportJobs/List_jobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 625 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:35:50 GMT +Date: Mon, 31 Mar 2025 13:10:21 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 60 +X-Envoy-Upstream-Service-Time: 76 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupExportJobsResource::getExportRestoreJobs X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443/backup/exports?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"createdAt":"2025-03-31T09:23:22Z","customData":[],"exportBucketId":"67ea5e266257d31a195f2ed2","exportStatus":{"exportedCollections":0,"totalCollections":0},"finishedAt":"2025-03-31T09:35:49Z","id":"67ea5f0ae470643dc2f6f4d0","prefix":"exported_snapshots/5efda682a3f2ed2e7dd6cde4/5efda6aea3f2ed2e7dd6ce05/cluster-443/2025-03-31T0921/1743413002","snapshotId":"67ea5e27e470643dc2f6f1a8","state":"Successful"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561/backup/exports?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"createdAt":"2025-03-31T12:56:32Z","customData":[],"exportBucketId":"67ea9045b31ead384fc6b7d3","exportStatus":{"exportedCollections":0,"totalCollections":0},"finishedAt":"2025-03-31T13:10:19Z","id":"67ea9100b31ead384fc6ba9d","prefix":"exported_snapshots/5efda682a3f2ed2e7dd6cde4/5efda6aea3f2ed2e7dd6ce05/cluster-561/2025-03-31T1255/1743425792","snapshotId":"67ea904684391f6c24ea7452","state":"Successful"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_67ea5f0ae470643dc2f6f4d0_1.json b/test/e2e/.snapshots/TestExportJobs/Watch_create_job/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_67ea9100b31ead384fc6ba9d_1.snaphost similarity index 50% rename from test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_67ea5f0ae470643dc2f6f4d0_1.json rename to test/e2e/.snapshots/TestExportJobs/Watch_create_job/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_67ea9100b31ead384fc6ba9d_1.snaphost index 3e02cdafe6..56bd86a78d 100644 --- a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_67ea5f0ae470643dc2f6f4d0_1.json +++ b/test/e2e/.snapshots/TestExportJobs/Watch_create_job/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_67ea9100b31ead384fc6ba9d_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 366 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:23 GMT +Date: Mon, 31 Mar 2025 12:56:32 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 45 +X-Envoy-Upstream-Service-Time: 50 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupExportJobsResource::getExportJob X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"createdAt":"2025-03-31T09:23:22Z","customData":[],"exportBucketId":"67ea5e266257d31a195f2ed2","exportStatus":{"exportedCollections":0,"totalCollections":0},"id":"67ea5f0ae470643dc2f6f4d0","prefix":"exported_snapshots/5efda682a3f2ed2e7dd6cde4/5efda6aea3f2ed2e7dd6ce05/cluster-443/2025-03-31T0921/1743413002","snapshotId":"67ea5e27e470643dc2f6f1a8","state":"Queued"} \ No newline at end of file +{"createdAt":"2025-03-31T12:56:32Z","customData":[],"exportBucketId":"67ea9045b31ead384fc6b7d3","exportStatus":{"exportedCollections":0,"totalCollections":0},"id":"67ea9100b31ead384fc6ba9d","prefix":"exported_snapshots/5efda682a3f2ed2e7dd6cde4/5efda6aea3f2ed2e7dd6ce05/cluster-561/2025-03-31T1255/1743425792","snapshotId":"67ea904684391f6c24ea7452","state":"Queued"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_67ea5f0ae470643dc2f6f4d0_2.json b/test/e2e/.snapshots/TestExportJobs/Watch_create_job/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_67ea9100b31ead384fc6ba9d_2.snaphost similarity index 50% rename from test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_67ea5f0ae470643dc2f6f4d0_2.json rename to test/e2e/.snapshots/TestExportJobs/Watch_create_job/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_67ea9100b31ead384fc6ba9d_2.snaphost index 64fd47c775..ffc1b6bf0c 100644 --- a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_exports_67ea5f0ae470643dc2f6f4d0_2.json +++ b/test/e2e/.snapshots/TestExportJobs/Watch_create_job/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_67ea9100b31ead384fc6ba9d_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 370 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:25:14 GMT +Date: Mon, 31 Mar 2025 12:59:57 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 30 +X-Envoy-Upstream-Service-Time: 61 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupExportJobsResource::getExportJob X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"createdAt":"2025-03-31T09:23:22Z","customData":[],"exportBucketId":"67ea5e266257d31a195f2ed2","exportStatus":{"exportedCollections":0,"totalCollections":0},"id":"67ea5f0ae470643dc2f6f4d0","prefix":"exported_snapshots/5efda682a3f2ed2e7dd6cde4/5efda6aea3f2ed2e7dd6ce05/cluster-443/2025-03-31T0921/1743413002","snapshotId":"67ea5e27e470643dc2f6f1a8","state":"InProgress"} \ No newline at end of file +{"createdAt":"2025-03-31T12:56:32Z","customData":[],"exportBucketId":"67ea9045b31ead384fc6b7d3","exportStatus":{"exportedCollections":0,"totalCollections":0},"id":"67ea9100b31ead384fc6ba9d","prefix":"exported_snapshots/5efda682a3f2ed2e7dd6cde4/5efda6aea3f2ed2e7dd6ce05/cluster-561/2025-03-31T1255/1743425792","snapshotId":"67ea904684391f6c24ea7452","state":"InProgress"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/Watch_create_job/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_67ea9100b31ead384fc6ba9d_3.snaphost b/test/e2e/.snapshots/TestExportJobs/Watch_create_job/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_67ea9100b31ead384fc6ba9d_3.snaphost new file mode 100644 index 0000000000..73a102ecc4 --- /dev/null +++ b/test/e2e/.snapshots/TestExportJobs/Watch_create_job/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_exports_67ea9100b31ead384fc6ba9d_3.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 406 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:10:21 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 48 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupExportJobsResource::getExportJob +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"createdAt":"2025-03-31T12:56:32Z","customData":[],"exportBucketId":"67ea9045b31ead384fc6b7d3","exportStatus":{"exportedCollections":0,"totalCollections":0},"finishedAt":"2025-03-31T13:10:19Z","id":"67ea9100b31ead384fc6ba9d","prefix":"exported_snapshots/5efda682a3f2ed2e7dd6cde4/5efda6aea3f2ed2e7dd6ce05/cluster-561/2025-03-31T1255/1743425792","snapshotId":"67ea904684391f6c24ea7452","state":"Successful"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_1.json b/test/e2e/.snapshots/TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_1.snaphost similarity index 53% rename from test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_1.json rename to test/e2e/.snapshots/TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_1.snaphost index d533cbb473..64adac51d1 100644 --- a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_1.json +++ b/test/e2e/.snapshots/TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 596 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:19:36 GMT +Date: Mon, 31 Mar 2025 12:53:26 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 56 +X-Envoy-Upstream-Service-Time: 31 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T09:19:35Z","frequencyType":"ondemand","id":"67ea5e27e470643dc2f6f1a8","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443/backup/snapshots/67ea5e27e470643dc2f6f1a8","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443","rel":"https://cloud.mongodb.com/cluster"}],"policyItems":[],"replicaSetName":"cluster-443","snapshotType":"onDemand","status":"queued","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file +{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T12:53:26Z","frequencyType":"ondemand","id":"67ea904684391f6c24ea7452","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561/backup/snapshots/67ea904684391f6c24ea7452","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561","rel":"https://cloud.mongodb.com/cluster"}],"policyItems":[],"replicaSetName":"cluster-561","snapshotType":"onDemand","status":"queued","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_2.json b/test/e2e/.snapshots/TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_2.snaphost similarity index 53% rename from test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_2.json rename to test/e2e/.snapshots/TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_2.snaphost index 9eb6b158c3..13b70ac37d 100644 --- a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_2.json +++ b/test/e2e/.snapshots/TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 600 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:19:37 GMT +Date: Mon, 31 Mar 2025 12:53:30 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 55 +X-Envoy-Upstream-Service-Time: 84 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T09:19:32Z","frequencyType":"ondemand","id":"67ea5e24e470643dc2f6f19a","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221/backup/snapshots/67ea5e24e470643dc2f6f19a","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221","rel":"https://cloud.mongodb.com/cluster"}],"policyItems":[],"replicaSetName":"cluster-221","snapshotType":"onDemand","status":"inProgress","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file +{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T12:53:26Z","frequencyType":"ondemand","id":"67ea904684391f6c24ea7452","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561/backup/snapshots/67ea904684391f6c24ea7452","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561","rel":"https://cloud.mongodb.com/cluster"}],"policyItems":[],"replicaSetName":"cluster-561","snapshotType":"onDemand","status":"inProgress","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_3.json b/test/e2e/.snapshots/TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_3.snaphost similarity index 54% rename from test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_3.json rename to test/e2e/.snapshots/TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_3.snaphost index 7d18d63817..98fba9ed59 100644 --- a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_3.json +++ b/test/e2e/.snapshots/TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_3.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 624 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:19:49 GMT +Date: Mon, 31 Mar 2025 12:53:43 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 48 +X-Envoy-Upstream-Service-Time: 54 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T09:19:32Z","frequencyType":"ondemand","id":"67ea5e24e470643dc2f6f19a","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221/backup/snapshots/67ea5e24e470643dc2f6f19a","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"cluster-221","snapshotType":"onDemand","status":"inProgress","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file +{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T12:53:26Z","frequencyType":"ondemand","id":"67ea904684391f6c24ea7452","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561/backup/snapshots/67ea904684391f6c24ea7452","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"cluster-561","snapshotType":"onDemand","status":"inProgress","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_4.json b/test/e2e/.snapshots/TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_4.snaphost similarity index 60% rename from test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_4.json rename to test/e2e/.snapshots/TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_4.snaphost index 7d980d4df5..56526c26cc 100644 --- a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_4.json +++ b/test/e2e/.snapshots/TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_4.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 646 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:20:22 GMT +Date: Mon, 31 Mar 2025 12:55:17 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 53 +X-Envoy-Upstream-Service-Time: 80 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"cloudProvider":"AWS","copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T09:19:32Z","frequencyType":"ondemand","id":"67ea5e24e470643dc2f6f19a","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221/backup/snapshots/67ea5e24e470643dc2f6f19a","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"cluster-221","snapshotType":"onDemand","status":"inProgress","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file +{"cloudProvider":"AWS","copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T12:53:26Z","frequencyType":"ondemand","id":"67ea904684391f6c24ea7452","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561/backup/snapshots/67ea904684391f6c24ea7452","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"cluster-561","snapshotType":"onDemand","status":"inProgress","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_5.json b/test/e2e/.snapshots/TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_5.snaphost similarity index 50% rename from test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_5.json rename to test/e2e/.snapshots/TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_5.snaphost index bcb851e31b..4861238f78 100644 --- a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_5.json +++ b/test/e2e/.snapshots/TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_5.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 689 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:22 GMT +Date: Mon, 31 Mar 2025 12:56:32 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -10,7 +10,7 @@ X-Envoy-Upstream-Service-Time: 53 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"cloudProvider":"AWS","copyRegions":[],"createdAt":"2025-03-31T09:21:36Z","description":"test-snapshot","expiresAt":"2025-04-01T09:23:21Z","frequencyType":"ondemand","id":"67ea5e27e470643dc2f6f1a8","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443/backup/snapshots/67ea5e27e470643dc2f6f1a8","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"cluster-443","snapshotType":"onDemand","status":"completed","storageSizeBytes":1549090816,"type":"replicaSet"} \ No newline at end of file +{"cloudProvider":"AWS","copyRegions":[],"createdAt":"2025-03-31T12:55:16Z","description":"test-snapshot","expiresAt":"2025-04-01T12:56:31Z","frequencyType":"ondemand","id":"67ea904684391f6c24ea7452","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561/backup/snapshots/67ea904684391f6c24ea7452","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-561","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"cluster-561","snapshotType":"onDemand","status":"completed","storageSizeBytes":1544847360,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_1.json b/test/e2e/.snapshots/TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_1.snaphost similarity index 60% rename from test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_1.json rename to test/e2e/.snapshots/TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_1.snaphost index a53ebd3623..c6017f280c 100644 --- a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_1.json +++ b/test/e2e/.snapshots/TestExportJobs/Watch_snapshot_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-561_backup_snapshots_67ea904684391f6c24ea7452_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 400 Bad Request Content-Length: 187 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:19:33 GMT +Date: Mon, 31 Mar 2025 12:53:26 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 64 +X-Envoy-Upstream-Service-Time: 43 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexBackupResource::getSnapshot X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"detail":"Cannot use non-flex cluster cluster-221 in the flex API.","error":400,"errorCode":"CANNOT_USE_NON_FLEX_CLUSTER_IN_FLEX_API","parameters":["cluster-221"],"reason":"Bad Request"} \ No newline at end of file +{"detail":"Cannot use non-flex cluster cluster-561 in the flex API.","error":400,"errorCode":"CANNOT_USE_NON_FLEX_CLUSTER_IN_FLEX_API","parameters":["cluster-561"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/memory.json b/test/e2e/.snapshots/TestExportJobs/memory.json index 6773cce32a..655733cd54 100644 --- a/test/e2e/.snapshots/TestExportJobs/memory.json +++ b/test/e2e/.snapshots/TestExportJobs/memory.json @@ -1 +1 @@ -{"clusterName":"cluster-443"} \ No newline at end of file +{"clusterName":"cluster-561"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexClustersFile/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-652_1.json b/test/e2e/.snapshots/TestFlexBackup/Delete_flex_cluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-137_1.snaphost similarity index 60% rename from test/e2e/.snapshots/TestFlexClustersFile/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-652_1.json rename to test/e2e/.snapshots/TestFlexBackup/Delete_flex_cluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-137_1.snaphost index b0bab570ba..8183fd9d88 100644 --- a/test/e2e/.snapshots/TestFlexClustersFile/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-652_1.json +++ b/test/e2e/.snapshots/TestFlexBackup/Delete_flex_cluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-137_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 400 Bad Request Content-Length: 189 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:04:20 GMT +Date: Mon, 31 Mar 2025 12:46:59 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 42 +X-Envoy-Upstream-Service-Time: 46 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::deleteCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"detail":"Flex cluster cluster-652 cannot be used in the Cluster API.","error":400,"errorCode":"CANNOT_USE_FLEX_CLUSTER_IN_CLUSTER_API","parameters":["cluster-652"],"reason":"Bad Request"} \ No newline at end of file +{"detail":"Flex cluster cluster-137 cannot be used in the Cluster API.","error":400,"errorCode":"CANNOT_USE_FLEX_CLUSTER_IN_CLUSTER_API","parameters":["cluster-137"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexClustersFile/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-652_1.json b/test/e2e/.snapshots/TestFlexBackup/Delete_flex_cluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_1.snaphost similarity index 70% rename from test/e2e/.snapshots/TestFlexClustersFile/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-652_1.json rename to test/e2e/.snapshots/TestFlexBackup/Delete_flex_cluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_1.snaphost index bba5aaf7cf..792182fb5d 100644 --- a/test/e2e/.snapshots/TestFlexClustersFile/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-652_1.json +++ b/test/e2e/.snapshots/TestFlexBackup/Delete_flex_cluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_1.snaphost @@ -1,14 +1,14 @@ HTTP/2.0 204 No Content Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:20 GMT +Date: Mon, 31 Mar 2025 12:46:59 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 378 +X-Envoy-Upstream-Service-Time: 292 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexClusterResource::deleteFlexCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/.snapshots/TestFlexBackup/Delete_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_3.snaphost b/test/e2e/.snapshots/TestFlexBackup/Delete_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_3.snaphost new file mode 100644 index 0000000000..1822601621 --- /dev/null +++ b/test/e2e/.snapshots/TestFlexBackup/Delete_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_3.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 754 +Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:47:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 70 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasFlexClusterResource::getFlexCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-co76bqx-shard-00-00.rw3inme.mongodb-dev.net:27017,ac-co76bqx-shard-00-01.rw3inme.mongodb-dev.net:27017,ac-co76bqx-shard-00-02.rw3inme.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-llpbdy-shard-0","standardSrv":"mongodb+srv://cluster-137.rw3inme.mongodb-dev.net"},"createDate":"2025-03-31T12:44:36Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e34b31ead384fc6a066","mongoDBVersion":"8.0.6","name":"cluster-137","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_4.json b/test/e2e/.snapshots/TestFlexBackup/Delete_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_4.snaphost similarity index 60% rename from test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_4.json rename to test/e2e/.snapshots/TestFlexBackup/Delete_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_4.snaphost index 1ca05f8cbf..893a7fed31 100644 --- a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_4.json +++ b/test/e2e/.snapshots/TestFlexBackup/Delete_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_4.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 404 Not Found Content-Length: 204 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:07:42 GMT +Date: Mon, 31 Mar 2025 12:47:33 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 31 +X-Envoy-Upstream-Service-Time: 49 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexClusterResource::getFlexCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"detail":"No cluster named cluster-981 exists in group 5efda6aea3f2ed2e7dd6ce05.","error":404,"errorCode":"CLUSTER_NOT_FOUND","parameters":["cluster-981","5efda6aea3f2ed2e7dd6ce05"],"reason":"Not Found"} \ No newline at end of file +{"detail":"No cluster named cluster-137 exists in group 5efda6aea3f2ed2e7dd6ce05.","error":404,"errorCode":"CLUSTER_NOT_FOUND","parameters":["cluster-137","5efda6aea3f2ed2e7dd6ce05"],"reason":"Not Found"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-981_1.json b/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-137_1.snaphost similarity index 64% rename from test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-981_1.json rename to test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-137_1.snaphost index 2e1f13b226..97165e935e 100644 --- a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-981_1.json +++ b/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-137_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 400 Bad Request Content-Length: 189 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:04:14 GMT +Date: Mon, 31 Mar 2025 12:44:37 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 59 +X-Envoy-Upstream-Service-Time: 70 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"detail":"Flex cluster cluster-981 cannot be used in the Cluster API.","error":400,"errorCode":"CANNOT_USE_FLEX_CLUSTER_IN_CLUSTER_API","parameters":["cluster-981"],"reason":"Bad Request"} \ No newline at end of file +{"detail":"Flex cluster cluster-137 cannot be used in the Cluster API.","error":400,"errorCode":"CANNOT_USE_FLEX_CLUSTER_IN_CLUSTER_API","parameters":["cluster-137"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_1.json b/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_1.snaphost similarity index 64% rename from test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_1.json rename to test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_1.snaphost index 31591f00c4..a56d4dbe47 100644 --- a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_1.json +++ b/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 448 Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:14 GMT +Date: Mon, 31 Mar 2025 12:44:37 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 56 +X-Envoy-Upstream-Service-Time: 65 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexClusterResource::getFlexCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:14Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a8e3720c31313777a55","mongoDBVersion":"8.0.6","name":"cluster-981","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:36Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e34b31ead384fc6a066","mongoDBVersion":"8.0.6","name":"cluster-137","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_2.snaphost b/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_2.snaphost new file mode 100644 index 0000000000..b7402d66e0 --- /dev/null +++ b/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-137_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 750 +Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:57 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 73 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasFlexClusterResource::getFlexCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-co76bqx-shard-00-00.rw3inme.mongodb-dev.net:27017,ac-co76bqx-shard-00-01.rw3inme.mongodb-dev.net:27017,ac-co76bqx-shard-00-02.rw3inme.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-llpbdy-shard-0","standardSrv":"mongodb+srv://cluster-137.rw3inme.mongodb-dev.net"},"createDate":"2025-03-31T12:44:36Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e34b31ead384fc6a066","mongoDBVersion":"8.0.6","name":"cluster-137","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_2.json b/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_2.json deleted file mode 100644 index 335d313430..0000000000 --- a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_2.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 750 -Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:35 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 65 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasFlexClusterResource::getFlexCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-x2g5anq-shard-00-00.rvlccbm.mongodb-dev.net:27017,ac-x2g5anq-shard-00-01.rvlccbm.mongodb-dev.net:27017,ac-x2g5anq-shard-00-02.rvlccbm.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-146lgh-shard-0","standardSrv":"mongodb+srv://cluster-981.rvlccbm.mongodb-dev.net"},"createDate":"2025-03-31T09:04:14Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a8e3720c31313777a55","mongoDBVersion":"8.0.6","name":"cluster-981","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_3.json b/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_3.json deleted file mode 100644 index ce8d89b5c9..0000000000 --- a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_3.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 754 -Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:06:33 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 61 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasFlexClusterResource::getFlexCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-x2g5anq-shard-00-00.rvlccbm.mongodb-dev.net:27017,ac-x2g5anq-shard-00-01.rvlccbm.mongodb-dev.net:27017,ac-x2g5anq-shard-00-02.rvlccbm.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-146lgh-shard-0","standardSrv":"mongodb+srv://cluster-981.rvlccbm.mongodb-dev.net"},"createDate":"2025-03-31T09:04:14Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a8e3720c31313777a55","mongoDBVersion":"8.0.6","name":"cluster-981","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_1.json b/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_1.json deleted file mode 100644 index 97667508be..0000000000 --- a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 200 OK -Connection: close -Content-Length: 48523 -Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:38 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 83 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasFlexBackupResource::getRestoreJobs -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/flexClusters/doNotDeleteUsedForE2ETest/backup/restoreJobs?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/flexClusters/doNotDeleteUsedForE2ETest/backup/restoreJobs?includeCount=true&itemsPerPage=100&pageNum=2","rel":"next"}],"results":[{"deliveryType":"RESTORE","expirationDate":"2025-03-31T15:04:36Z","id":"67ea5aa445e7f051644d31e1","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T09:05:34Z","restoreScheduledDate":"2025-03-31T09:04:36Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-981","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-31T11:09:04Z","id":"67ea237045e7f051644cb494","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T05:09:58Z","restoreScheduledDate":"2025-03-31T05:09:04Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-63","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-31T11:08:03Z","id":"67ea233345e7f051644cb268","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T05:09:00Z","restoreScheduledDate":"2025-03-31T05:08:03Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-63","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-29T15:50:06Z","id":"67e7c24e63c6690eef5519f6","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-29T09:51:02Z","restoreScheduledDate":"2025-03-29T09:50:06Z","snapshotFinishedDate":"2025-03-21T17:07:20Z","snapshotId":"67dd9c7b46c02f550d4c00fc","status":"COMPLETED","targetDeploymentItemName":"cluster-94","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-29T15:49:07Z","id":"67e7c21363c6690eef5516a0","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-29T09:50:05Z","restoreScheduledDate":"2025-03-29T09:49:07Z","snapshotFinishedDate":"2025-03-21T17:07:20Z","snapshotId":"67dd9c7b46c02f550d4c00fc","status":"COMPLETED","targetDeploymentItemName":"cluster-94","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-29T00:23:59Z","id":"67e6e93faf17065f8d6cf991","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T18:25:13Z","restoreScheduledDate":"2025-03-28T18:23:59Z","snapshotFinishedDate":"2025-03-21T17:07:20Z","snapshotId":"67dd9c7b46c02f550d4c00fc","status":"COMPLETED","targetDeploymentItemName":"cluster-909","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-29T00:23:56Z","id":"67e6e93c43b7a574982e069c","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T18:25:13Z","restoreScheduledDate":"2025-03-28T18:23:56Z","snapshotFinishedDate":"2025-03-21T17:07:20Z","snapshotId":"67dd9c7b46c02f550d4c00fc","status":"COMPLETED","targetDeploymentItemName":"cluster-376","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-29T00:22:38Z","id":"67e6e8eeaf17065f8d6cf2f2","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T18:23:55Z","restoreScheduledDate":"2025-03-28T18:22:38Z","snapshotFinishedDate":"2025-03-21T17:07:20Z","snapshotId":"67dd9c7b46c02f550d4c00fc","status":"COMPLETED","targetDeploymentItemName":"cluster-909","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-29T00:22:37Z","id":"67e6e8edaf17065f8d6cf271","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T18:23:55Z","restoreScheduledDate":"2025-03-28T18:22:37Z","snapshotFinishedDate":"2025-03-21T17:07:20Z","snapshotId":"67dd9c7b46c02f550d4c00fc","status":"COMPLETED","targetDeploymentItemName":"cluster-376","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T21:31:56Z","id":"67e6c0ec11592b76706dc0e9","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T15:32:49Z","restoreScheduledDate":"2025-03-28T15:31:56Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-85-2d65cdd15245","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T21:30:45Z","id":"67e6c0a511592b76706dbabd","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T15:31:51Z","restoreScheduledDate":"2025-03-28T15:30:45Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-85-2d65cdd15245","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T21:30:26Z","id":"67e6c09211592b76706db57f","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T15:31:30Z","restoreScheduledDate":"2025-03-28T15:30:26Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-240","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T21:29:23Z","id":"67e6c053d485b104746e596b","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T15:30:21Z","restoreScheduledDate":"2025-03-28T15:29:23Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-240","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T18:55:13Z","id":"67e69c3147fd4c0678ba0b59","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T12:56:11Z","restoreScheduledDate":"2025-03-28T12:55:13Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-537","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T18:54:17Z","id":"67e69bf9f2460d4623e28abb","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T12:55:10Z","restoreScheduledDate":"2025-03-28T12:54:17Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-537","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T18:16:08Z","id":"67e6930847fd4c0678b9d91f","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T12:17:06Z","restoreScheduledDate":"2025-03-28T12:16:08Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-808-9b73a6def52","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T18:15:06Z","id":"67e692ca47fd4c0678b9d7ea","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T12:16:07Z","restoreScheduledDate":"2025-03-28T12:15:06Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-808-9b73a6def52","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T16:40:12Z","id":"67e67c8c01342155824ff46d","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T10:41:07Z","restoreScheduledDate":"2025-03-28T10:40:12Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-436-45c432961e3","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T16:39:02Z","id":"67e67c4601342155824febff","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T10:40:08Z","restoreScheduledDate":"2025-03-28T10:39:02Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-436-45c432961e3","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T16:38:47Z","id":"67e67c3701342155824fe53f","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T10:39:56Z","restoreScheduledDate":"2025-03-28T10:38:47Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-640","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T16:37:45Z","id":"67e67bf901342155824fd54b","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T10:38:41Z","restoreScheduledDate":"2025-03-28T10:37:45Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-640","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T16:33:07Z","id":"67e67ae301342155824fc10c","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T10:34:11Z","restoreScheduledDate":"2025-03-28T10:33:07Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-678-4af1c514defbb8f867a656a8ef4b61a1c2e185d7","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T16:32:06Z","id":"67e67aa601342155824fb9ac","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T10:33:06Z","restoreScheduledDate":"2025-03-28T10:32:06Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-678-4af1c514defbb8f867a656a8ef4b61a1c2e185d7","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T16:23:54Z","id":"67e678baf54d434adcb578b9","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T10:24:53Z","restoreScheduledDate":"2025-03-28T10:23:54Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-928-e1a69ef34cb39c6a4c4d4129d08678cecf3f47a8","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T16:22:48Z","id":"67e67878f54d434adcb574bb","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T10:23:49Z","restoreScheduledDate":"2025-03-28T10:22:48Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-928-e1a69ef34cb39c6a4c4d4129d08678cecf3f47a8","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T11:08:55Z","id":"67e62ee77062fc48ea34d9e4","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T05:09:58Z","restoreScheduledDate":"2025-03-28T05:08:55Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-129","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T11:07:49Z","id":"67e62ea558616125063f1294","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T05:08:52Z","restoreScheduledDate":"2025-03-28T05:07:49Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-129","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T10:25:57Z","id":"67e624d57062fc48ea34581f","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T04:26:59Z","restoreScheduledDate":"2025-03-28T04:25:57Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-45","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T10:24:51Z","id":"67e6249358616125063e924f","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T04:25:54Z","restoreScheduledDate":"2025-03-28T04:24:51Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-45","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T23:22:49Z","id":"67e437e97eb3c53300461d79","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T17:23:46Z","restoreScheduledDate":"2025-03-26T17:22:49Z","snapshotFinishedDate":"2025-03-19T17:07:26Z","snapshotId":"67daf982d3b66170d4ed6281","status":"COMPLETED","targetDeploymentItemName":"cluster-540-5619801f7de4d40cc20a5668fac229f4e100f760","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T23:21:46Z","id":"67e437aa7eb3c533004615ec","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T17:22:48Z","restoreScheduledDate":"2025-03-26T17:21:46Z","snapshotFinishedDate":"2025-03-19T17:07:26Z","snapshotId":"67daf982d3b66170d4ed6281","status":"COMPLETED","targetDeploymentItemName":"cluster-540-5619801f7de4d40cc20a5668fac229f4e100f760","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T22:58:27Z","id":"67e43233adba6513a8c64e78","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T16:59:23Z","restoreScheduledDate":"2025-03-26T16:58:27Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-390-6aad0ae1aa0f53eec389b6dcc5e94710db04888e","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T22:57:25Z","id":"67e431f5977b2776f7a79e3f","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T16:58:24Z","restoreScheduledDate":"2025-03-26T16:57:25Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-390-6aad0ae1aa0f53eec389b6dcc5e94710db04888e","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T22:39:52Z","id":"67e42dd8977b2776f7a76576","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T16:40:49Z","restoreScheduledDate":"2025-03-26T16:39:52Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-535-391281c5bfd4f841df1890b18987f02d43f64665","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T22:39:12Z","id":"67e42db0adba6513a8c60784","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T16:40:14Z","restoreScheduledDate":"2025-03-26T16:39:12Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-295","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T22:38:45Z","id":"67e42d95adba6513a8c6038a","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T16:39:48Z","restoreScheduledDate":"2025-03-26T16:38:45Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-535-391281c5bfd4f841df1890b18987f02d43f64665","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T22:38:08Z","id":"67e42d70adba6513a8c5fea0","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T16:39:08Z","restoreScheduledDate":"2025-03-26T16:38:08Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-295","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T21:35:44Z","id":"67e41ed0f1f90f3fe19c28c5","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T15:36:42Z","restoreScheduledDate":"2025-03-26T15:35:44Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-366","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T21:34:41Z","id":"67e41e91f1f90f3fe19c1bbb","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T15:35:41Z","restoreScheduledDate":"2025-03-26T15:34:41Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-366","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T20:44:46Z","id":"67e412de57dca2594d6f83cc","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T14:45:44Z","restoreScheduledDate":"2025-03-26T14:44:46Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-292","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T20:43:40Z","id":"67e4129c6ed5eb2bec6e5698","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T14:44:40Z","restoreScheduledDate":"2025-03-26T14:43:40Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-292","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T17:55:44Z","id":"67e3eb40989f247d51eb6bd4","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T11:56:44Z","restoreScheduledDate":"2025-03-26T11:55:44Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-413","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T17:54:42Z","id":"67e3eb02d9de6f6a6b9c82fb","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T11:55:43Z","restoreScheduledDate":"2025-03-26T11:54:42Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-413","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T07:49:51Z","id":"67e35d3feb397142090128f6","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T01:50:52Z","restoreScheduledDate":"2025-03-26T01:49:51Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-548","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T07:48:47Z","id":"67e35cffeb39714209012307","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T01:49:49Z","restoreScheduledDate":"2025-03-26T01:48:47Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-548","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T07:24:44Z","id":"67e3575ceb39714209009641","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T01:25:48Z","restoreScheduledDate":"2025-03-26T01:24:44Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-193","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T07:23:36Z","id":"67e35718eb39714209008dfd","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T01:24:39Z","restoreScheduledDate":"2025-03-26T01:23:36Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-193","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T03:05:29Z","id":"67e31a994763ae71d8bc0f10","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T21:06:30Z","restoreScheduledDate":"2025-03-25T21:05:29Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-788","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T03:04:22Z","id":"67e31a56bee3946eb955e169","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T21:05:23Z","restoreScheduledDate":"2025-03-25T21:04:22Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-788","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T01:35:39Z","id":"67e3058b9f7e895b711c6b47","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T19:36:40Z","restoreScheduledDate":"2025-03-25T19:35:39Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-491","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T01:34:40Z","id":"67e305509f7e895b711c5c42","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T19:35:35Z","restoreScheduledDate":"2025-03-25T19:34:40Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-491","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T22:17:43Z","id":"67e2d7277718962a0a602be3","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T16:18:43Z","restoreScheduledDate":"2025-03-25T16:17:43Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-229","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T22:16:40Z","id":"67e2d6e87718962a0a602922","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T16:17:39Z","restoreScheduledDate":"2025-03-25T16:16:40Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-229","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T20:57:47Z","id":"67e2c46b140d9a642f23f671","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T14:58:45Z","restoreScheduledDate":"2025-03-25T14:57:47Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-444","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T20:56:44Z","id":"67e2c42c140d9a642f23e7b6","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T14:57:43Z","restoreScheduledDate":"2025-03-25T14:56:44Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-444","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T19:22:16Z","id":"67e2ae08a906de07df585fa3","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T13:23:14Z","restoreScheduledDate":"2025-03-25T13:22:16Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-288","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T19:21:08Z","id":"67e2adc4e05d723035ee0512","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T13:22:15Z","restoreScheduledDate":"2025-03-25T13:21:08Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-288","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T18:00:23Z","id":"67e29ad7d8852460f77674ae","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T12:01:17Z","restoreScheduledDate":"2025-03-25T12:00:23Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-962-c20ae3e5ee874f6305855d1ce82f1e5a403bc8f0","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T17:59:20Z","id":"67e29a98d8852460f77672c5","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T12:00:18Z","restoreScheduledDate":"2025-03-25T11:59:20Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-962-c20ae3e5ee874f6305855d1ce82f1e5a403bc8f0","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T17:47:22Z","id":"67e297cad8852460f77656d8","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T11:48:17Z","restoreScheduledDate":"2025-03-25T11:47:22Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-489-7b8ce422e4d9922f33fb024a9e0e8ea10f38154e","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T17:46:19Z","id":"67e2978b1cb30a48ae346b1f","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T11:47:18Z","restoreScheduledDate":"2025-03-25T11:46:19Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-489-7b8ce422e4d9922f33fb024a9e0e8ea10f38154e","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T17:15:18Z","id":"67e290461cb30a48ae342fd9","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T11:16:17Z","restoreScheduledDate":"2025-03-25T11:15:18Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-599","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T17:14:15Z","id":"67e2900735a58d2c231545b4","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T11:15:16Z","restoreScheduledDate":"2025-03-25T11:14:15Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-599","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T16:01:02Z","id":"67e27ede8a26997b57674201","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T10:01:58Z","restoreScheduledDate":"2025-03-25T10:01:02Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-685-89523b61690500d8fc470fe643a16f9548d27a48","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T16:00:08Z","id":"67e27ea8d03c66361a28e199","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T10:01:00Z","restoreScheduledDate":"2025-03-25T10:00:08Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-685-89523b61690500d8fc470fe643a16f9548d27a48","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:57:19Z","id":"67e27dff8a26997b57672b9c","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:58:15Z","restoreScheduledDate":"2025-03-25T09:57:19Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-603-c288f3a6c4f299797cbd3a7d5b4b67d8fdaf13d7","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:56:21Z","id":"67e27dc58a26997b5767227e","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:57:17Z","restoreScheduledDate":"2025-03-25T09:56:21Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-603-c288f3a6c4f299797cbd3a7d5b4b67d8fdaf13d7","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:55:09Z","id":"67e27d7dd03c66361a28bea7","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:56:08Z","restoreScheduledDate":"2025-03-25T09:55:09Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-63-343ef41800765ea60fff1c24541742c9723f26bb","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:54:06Z","id":"67e27d3e8a26997b576710dc","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:55:06Z","restoreScheduledDate":"2025-03-25T09:54:06Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-63-343ef41800765ea60fff1c24541742c9723f26bb","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:52:26Z","id":"67e27cda8a26997b57670970","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:53:25Z","restoreScheduledDate":"2025-03-25T09:52:26Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-472-251593378d9519d41436b704c5b8a074e9d518ca","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:51:15Z","id":"67e27c938a26997b5767036f","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:52:22Z","restoreScheduledDate":"2025-03-25T09:51:15Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-472-251593378d9519d41436b704c5b8a074e9d518ca","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:28:52Z","id":"67e277548a26997b5766c4e4","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:29:50Z","restoreScheduledDate":"2025-03-25T09:28:52Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-245-4d44ff14960a77f09192403342836817a4258132","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:27:49Z","id":"67e277158a26997b5766be4e","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:28:50Z","restoreScheduledDate":"2025-03-25T09:27:49Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-245-4d44ff14960a77f09192403342836817a4258132","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:24:37Z","id":"67e276558a26997b5766ac6a","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:25:32Z","restoreScheduledDate":"2025-03-25T09:24:37Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-286-01094ef87b13e5d403439741291365394e020553","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:23:34Z","id":"67e276168a26997b5766a744","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:24:36Z","restoreScheduledDate":"2025-03-25T09:23:34Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-286-01094ef87b13e5d403439741291365394e020553","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T13:47:32Z","id":"67e25f94d03c66361a27e380","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T07:48:33Z","restoreScheduledDate":"2025-03-25T07:47:32Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-771","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T13:46:28Z","id":"67e25f55d03c66361a27dea2","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T07:47:30Z","restoreScheduledDate":"2025-03-25T07:46:28Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-771","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T09:33:43Z","id":"67e22417c23c23780500be17","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T03:34:46Z","restoreScheduledDate":"2025-03-25T03:33:43Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-519","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T09:32:37Z","id":"67e223d5c23c23780500b91a","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T03:33:39Z","restoreScheduledDate":"2025-03-25T03:32:37Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-519","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T08:03:30Z","id":"67e20ef2a99781388b8a0f86","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T02:04:32Z","restoreScheduledDate":"2025-03-25T02:03:30Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-790","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T08:02:23Z","id":"67e20eafa99781388b8a0c47","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T02:03:28Z","restoreScheduledDate":"2025-03-25T02:02:23Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-790","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T02:26:02Z","id":"67e1bfdacd93245ac13238e9","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-24T20:27:01Z","restoreScheduledDate":"2025-03-24T20:26:02Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-241","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T02:24:58Z","id":"67e1bf9acd93245ac1323150","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-24T20:26:00Z","restoreScheduledDate":"2025-03-24T20:24:58Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-241","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-22T08:21:11Z","id":"67de1e9767b56f6ab48c405b","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-22T02:22:12Z","restoreScheduledDate":"2025-03-22T02:21:11Z","snapshotFinishedDate":"2025-03-14T17:06:55Z","snapshotId":"67d461e2819fda67da313831","status":"COMPLETED","targetDeploymentItemName":"cluster-412","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-22T08:20:08Z","id":"67de1e58a32dd438c9194d2c","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-22T02:21:08Z","restoreScheduledDate":"2025-03-22T02:20:08Z","snapshotFinishedDate":"2025-03-14T17:06:55Z","snapshotId":"67d461e2819fda67da313831","status":"COMPLETED","targetDeploymentItemName":"cluster-412","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-22T07:58:27Z","id":"67de194367b56f6ab48be560","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-22T01:59:23Z","restoreScheduledDate":"2025-03-22T01:58:27Z","snapshotFinishedDate":"2025-03-14T17:06:55Z","snapshotId":"67d461e2819fda67da313831","status":"COMPLETED","targetDeploymentItemName":"cluster-358","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-22T07:57:24Z","id":"67de1904a32dd438c918ecc0","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-22T01:58:24Z","restoreScheduledDate":"2025-03-22T01:57:24Z","snapshotFinishedDate":"2025-03-14T17:06:55Z","snapshotId":"67d461e2819fda67da313831","status":"COMPLETED","targetDeploymentItemName":"cluster-358","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-21T23:58:22Z","id":"67dda8be65db2f50a01dce4c","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-21T17:59:18Z","restoreScheduledDate":"2025-03-21T17:58:22Z","snapshotFinishedDate":"2025-03-14T17:06:55Z","snapshotId":"67d461e2819fda67da313831","status":"COMPLETED","targetDeploymentItemName":"cluster-89","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-21T23:57:24Z","id":"67dda88465db2f50a01dcac0","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-21T17:58:21Z","restoreScheduledDate":"2025-03-21T17:57:24Z","snapshotFinishedDate":"2025-03-14T17:06:55Z","snapshotId":"67d461e2819fda67da313831","status":"COMPLETED","targetDeploymentItemName":"cluster-89","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-21T22:11:04Z","id":"67dd8f98853775616e60ef59","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-21T16:11:56Z","restoreScheduledDate":"2025-03-21T16:11:04Z","snapshotFinishedDate":"2025-03-13T17:06:38Z","snapshotId":"67d31051855bf229ea208167","status":"COMPLETED","targetDeploymentItemName":"cluster-725-871bc2ed890638ee4afc54a53d22e17e16a1e97d","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-21T22:10:02Z","id":"67dd8f5a853775616e60eb8c","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-21T16:11:03Z","restoreScheduledDate":"2025-03-21T16:10:02Z","snapshotFinishedDate":"2025-03-13T17:06:38Z","snapshotId":"67d31051855bf229ea208167","status":"COMPLETED","targetDeploymentItemName":"cluster-725-871bc2ed890638ee4afc54a53d22e17e16a1e97d","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-21T19:20:58Z","id":"67dd67ba36c19549a8e0604c","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-21T13:21:54Z","restoreScheduledDate":"2025-03-21T13:20:58Z","snapshotFinishedDate":"2025-03-13T17:06:38Z","snapshotId":"67d31051855bf229ea208167","status":"COMPLETED","targetDeploymentItemName":"cluster-779-76d09feeb095d0bf9375f812b6021bb1edddf388","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-21T19:20:00Z","id":"67dd678036c19549a8e05ef3","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-21T13:20:56Z","restoreScheduledDate":"2025-03-21T13:20:00Z","snapshotFinishedDate":"2025-03-13T17:06:38Z","snapshotId":"67d31051855bf229ea208167","status":"COMPLETED","targetDeploymentItemName":"cluster-779-76d09feeb095d0bf9375f812b6021bb1edddf388","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-21T18:31:21Z","id":"67dd5c19ceeaa572cf125ab4","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-21T12:32:18Z","restoreScheduledDate":"2025-03-21T12:31:21Z","snapshotFinishedDate":"2025-03-13T17:06:38Z","snapshotId":"67d31051855bf229ea208167","status":"COMPLETED","targetDeploymentItemName":"cluster-461-76d09feeb095d0bf9375f812b6021bb1edddf388","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-21T18:30:19Z","id":"67dd5bdb3451b37f0e5c5147","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-21T12:31:18Z","restoreScheduledDate":"2025-03-21T12:30:19Z","snapshotFinishedDate":"2025-03-13T17:06:38Z","snapshotId":"67d31051855bf229ea208167","status":"COMPLETED","targetDeploymentItemName":"cluster-461-76d09feeb095d0bf9375f812b6021bb1edddf388","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-21T18:24:26Z","id":"67dd5a7a3451b37f0e5c3756","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-21T12:25:26Z","restoreScheduledDate":"2025-03-21T12:24:26Z","snapshotFinishedDate":"2025-03-13T17:06:38Z","snapshotId":"67d31051855bf229ea208167","status":"COMPLETED","targetDeploymentItemName":"cluster-689-76d09feeb095d0bf9375f812b6021bb1edddf388","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-21T18:23:24Z","id":"67dd5a3c3451b37f0e5c31c2","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-21T12:24:23Z","restoreScheduledDate":"2025-03-21T12:23:24Z","snapshotFinishedDate":"2025-03-13T17:06:38Z","snapshotId":"67d31051855bf229ea208167","status":"COMPLETED","targetDeploymentItemName":"cluster-689-76d09feeb095d0bf9375f812b6021bb1edddf388","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-21T18:19:11Z","id":"67dd593f3451b37f0e5c1d47","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-21T12:20:08Z","restoreScheduledDate":"2025-03-21T12:19:11Z","snapshotFinishedDate":"2025-03-13T17:06:38Z","snapshotId":"67d31051855bf229ea208167","status":"COMPLETED","targetDeploymentItemName":"cluster-987-227e07a5e4d6fb83cca28b738023e6ee5aefe7c3","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-21T18:18:12Z","id":"67dd59043451b37f0e5c1a24","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-21T12:19:08Z","restoreScheduledDate":"2025-03-21T12:18:12Z","snapshotFinishedDate":"2025-03-13T17:06:38Z","snapshotId":"67d31051855bf229ea208167","status":"COMPLETED","targetDeploymentItemName":"cluster-987-227e07a5e4d6fb83cca28b738023e6ee5aefe7c3","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-21T18:00:05Z","id":"67dd54c55edb4403f13e6efa","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-21T12:01:01Z","restoreScheduledDate":"2025-03-21T12:00:05Z","snapshotFinishedDate":"2025-03-13T17:06:38Z","snapshotId":"67d31051855bf229ea208167","status":"COMPLETED","targetDeploymentItemName":"cluster-496-51218244d2b5e5090553ca01f8e2f9d240818aef","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"}],"totalCount":397} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.json b/test/e2e/.snapshots/TestFlexBackup/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.snaphost similarity index 64% rename from test/e2e/.snapshots/TestFlexBackup/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.json rename to test/e2e/.snapshots/TestFlexBackup/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.snaphost index 66a88d865c..b29acbf6aa 100644 --- a/test/e2e/.snapshots/TestFlexBackup/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.json +++ b/test/e2e/.snapshots/TestFlexBackup/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 201 Created Content-Length: 438 Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:14 GMT +Date: Mon, 31 Mar 2025 12:44:36 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 447 +X-Envoy-Upstream-Service-Time: 474 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexClusterResource::createFlexCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:14Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a8e3720c31313777a55","mongoDBVersion":"8.0.6","name":"cluster-981","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:36Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e34b31ead384fc6a066","mongoDBVersion":"8.0.6","name":"cluster-137","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_doNotDeleteUsedForE2ETest_2.json b/test/e2e/.snapshots/TestFlexBackup/Restores_Create_-_Automated/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_doNotDeleteUsedForE2ETest_1.snaphost similarity index 80% rename from test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_doNotDeleteUsedForE2ETest_2.json rename to test/e2e/.snapshots/TestFlexBackup/Restores_Create_-_Automated/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_doNotDeleteUsedForE2ETest_1.snaphost index d10596540e..b70a78ca48 100644 --- a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_doNotDeleteUsedForE2ETest_2.json +++ b/test/e2e/.snapshots/TestFlexBackup/Restores_Create_-_Automated/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_doNotDeleteUsedForE2ETest_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 400 Bad Request Content-Length: 217 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:05:38 GMT +Date: Mon, 31 Mar 2025 12:44:58 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 64 +X-Envoy-Upstream-Service-Time: 68 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"detail":"Flex cluster doNotDeleteUsedForE2ETest cannot be used in the Cluster API.","error":400,"errorCode":"CANNOT_USE_FLEX_CLUSTER_IN_CLUSTER_API","parameters":["doNotDeleteUsedForE2ETest"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_2.json b/test/e2e/.snapshots/TestFlexBackup/Restores_Create_-_Automated/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_1.snaphost similarity index 57% rename from test/e2e/.snapshots/TestFlexBackup/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_2.json rename to test/e2e/.snapshots/TestFlexBackup/Restores_Create_-_Automated/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_1.snaphost index 38e3c6aa18..61001e795a 100644 --- a/test/e2e/.snapshots/TestFlexBackup/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_2.json +++ b/test/e2e/.snapshots/TestFlexBackup/Restores_Create_-_Automated/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 417 Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:38 GMT +Date: Mon, 31 Mar 2025 12:44:58 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 191 +X-Envoy-Upstream-Service-Time: 206 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexBackupResource::createRestoreJob X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"deliveryType":"RESTORE","expirationDate":"2025-03-31T15:05:39Z","id":"67ea5ae345e7f051644d3797","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreScheduledDate":"2025-03-31T09:05:39Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"PENDING","targetDeploymentItemName":"cluster-981","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"} \ No newline at end of file +{"deliveryType":"RESTORE","expirationDate":"2025-03-31T18:44:59Z","id":"67ea8e4bb31ead384fc6aba4","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreScheduledDate":"2025-03-31T12:44:59Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"PENDING","targetDeploymentItemName":"cluster-137","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_doNotDeleteUsedForE2ETest_1.json b/test/e2e/.snapshots/TestFlexBackup/Restores_Create_-_Download/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_doNotDeleteUsedForE2ETest_2.snaphost similarity index 84% rename from test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_doNotDeleteUsedForE2ETest_1.json rename to test/e2e/.snapshots/TestFlexBackup/Restores_Create_-_Download/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_doNotDeleteUsedForE2ETest_2.snaphost index 3e69e55fd3..8ff008a3e9 100644 --- a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_doNotDeleteUsedForE2ETest_1.json +++ b/test/e2e/.snapshots/TestFlexBackup/Restores_Create_-_Download/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_doNotDeleteUsedForE2ETest_2.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 400 Bad Request Content-Length: 217 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:04:36 GMT +Date: Mon, 31 Mar 2025 12:46:01 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws @@ -12,7 +12,7 @@ X-Envoy-Upstream-Service-Time: 67 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"detail":"Flex cluster doNotDeleteUsedForE2ETest cannot be used in the Cluster API.","error":400,"errorCode":"CANNOT_USE_FLEX_CLUSTER_IN_CLUSTER_API","parameters":["doNotDeleteUsedForE2ETest"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_1.json b/test/e2e/.snapshots/TestFlexBackup/Restores_Create_-_Download/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_2.snaphost similarity index 60% rename from test/e2e/.snapshots/TestFlexBackup/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_1.json rename to test/e2e/.snapshots/TestFlexBackup/Restores_Create_-_Download/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_2.snaphost index 5af81575e0..b18fcc9993 100644 --- a/test/e2e/.snapshots/TestFlexBackup/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_1.json +++ b/test/e2e/.snapshots/TestFlexBackup/Restores_Create_-_Download/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_2.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 417 Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:36 GMT +Date: Mon, 31 Mar 2025 12:46:01 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -10,7 +10,7 @@ X-Envoy-Upstream-Service-Time: 238 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexBackupResource::createRestoreJob X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"deliveryType":"RESTORE","expirationDate":"2025-03-31T15:04:36Z","id":"67ea5aa445e7f051644d31e1","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreScheduledDate":"2025-03-31T09:04:36Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"PENDING","targetDeploymentItemName":"cluster-981","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"} \ No newline at end of file +{"deliveryType":"RESTORE","expirationDate":"2025-03-31T18:46:01Z","id":"67ea8e89b31ead384fc6b1d5","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreScheduledDate":"2025-03-31T12:46:01Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"PENDING","targetDeploymentItemName":"cluster-137","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5aa445e7f051644d31e1_3.json b/test/e2e/.snapshots/TestFlexBackup/Restores_Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e4bb31ead384fc6aba4_4.snaphost similarity index 53% rename from test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5aa445e7f051644d31e1_3.json rename to test/e2e/.snapshots/TestFlexBackup/Restores_Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e4bb31ead384fc6aba4_4.snaphost index 3f2be2c8dd..7189d8751c 100644 --- a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5aa445e7f051644d31e1_3.json +++ b/test/e2e/.snapshots/TestFlexBackup/Restores_Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e4bb31ead384fc6aba4_4.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 464 Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:38 GMT +Date: Mon, 31 Mar 2025 12:46:01 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 64 +X-Envoy-Upstream-Service-Time: 61 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexBackupResource::getRestoreJob X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"deliveryType":"RESTORE","expirationDate":"2025-03-31T15:04:36Z","id":"67ea5aa445e7f051644d31e1","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T09:05:34Z","restoreScheduledDate":"2025-03-31T09:04:36Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-981","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"} \ No newline at end of file +{"deliveryType":"RESTORE","expirationDate":"2025-03-31T18:44:59Z","id":"67ea8e4bb31ead384fc6aba4","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T12:45:58Z","restoreScheduledDate":"2025-03-31T12:44:59Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-137","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/Restores_List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_1.snaphost b/test/e2e/.snapshots/TestFlexBackup/Restores_List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_1.snaphost new file mode 100644 index 0000000000..38a5a64790 --- /dev/null +++ b/test/e2e/.snapshots/TestFlexBackup/Restores_List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 200 OK +Connection: close +Content-Length: 48161 +Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:46:01 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 91 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasFlexBackupResource::getRestoreJobs +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/flexClusters/doNotDeleteUsedForE2ETest/backup/restoreJobs?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/flexClusters/doNotDeleteUsedForE2ETest/backup/restoreJobs?includeCount=true&itemsPerPage=100&pageNum=2","rel":"next"}],"results":[{"deliveryType":"RESTORE","expirationDate":"2025-03-31T18:44:59Z","id":"67ea8e4bb31ead384fc6aba4","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T12:45:58Z","restoreScheduledDate":"2025-03-31T12:44:59Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-137","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-31T18:26:28Z","id":"67ea89f4b31ead384fc6855e","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T12:27:26Z","restoreScheduledDate":"2025-03-31T12:26:28Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-502","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-31T18:25:24Z","id":"67ea89b4a35f9f740bf5db7a","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T12:26:23Z","restoreScheduledDate":"2025-03-31T12:25:24Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-502","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-31T16:44:13Z","id":"67ea71fde470643dc2f7773d","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T10:45:10Z","restoreScheduledDate":"2025-03-31T10:44:13Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-635","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-31T16:43:06Z","id":"67ea71ba6257d31a195faf70","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T10:44:08Z","restoreScheduledDate":"2025-03-31T10:43:06Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-635","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-31T16:42:48Z","id":"67ea71a8e470643dc2f76be5","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T10:43:52Z","restoreScheduledDate":"2025-03-31T10:42:48Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-358-731aa2201cd","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-31T16:41:46Z","id":"67ea716a6257d31a195fa572","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T10:42:44Z","restoreScheduledDate":"2025-03-31T10:41:46Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-358-731aa2201cd","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-31T15:28:00Z","id":"67ea60206257d31a195f4073","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T09:28:55Z","restoreScheduledDate":"2025-03-31T09:28:00Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-422-16769997f17","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-31T15:27:02Z","id":"67ea5fe66257d31a195f3d15","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T09:27:59Z","restoreScheduledDate":"2025-03-31T09:27:02Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-422-16769997f17","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-31T15:05:39Z","id":"67ea5ae345e7f051644d3797","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T09:06:31Z","restoreScheduledDate":"2025-03-31T09:05:39Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-981","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-31T15:04:36Z","id":"67ea5aa445e7f051644d31e1","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T09:05:34Z","restoreScheduledDate":"2025-03-31T09:04:36Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-981","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-31T11:09:04Z","id":"67ea237045e7f051644cb494","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T05:09:58Z","restoreScheduledDate":"2025-03-31T05:09:04Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-63","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-31T11:08:03Z","id":"67ea233345e7f051644cb268","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T05:09:00Z","restoreScheduledDate":"2025-03-31T05:08:03Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-63","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-29T15:50:06Z","id":"67e7c24e63c6690eef5519f6","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-29T09:51:02Z","restoreScheduledDate":"2025-03-29T09:50:06Z","snapshotFinishedDate":"2025-03-21T17:07:20Z","snapshotId":"67dd9c7b46c02f550d4c00fc","status":"COMPLETED","targetDeploymentItemName":"cluster-94","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-29T15:49:07Z","id":"67e7c21363c6690eef5516a0","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-29T09:50:05Z","restoreScheduledDate":"2025-03-29T09:49:07Z","snapshotFinishedDate":"2025-03-21T17:07:20Z","snapshotId":"67dd9c7b46c02f550d4c00fc","status":"COMPLETED","targetDeploymentItemName":"cluster-94","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-29T00:23:59Z","id":"67e6e93faf17065f8d6cf991","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T18:25:13Z","restoreScheduledDate":"2025-03-28T18:23:59Z","snapshotFinishedDate":"2025-03-21T17:07:20Z","snapshotId":"67dd9c7b46c02f550d4c00fc","status":"COMPLETED","targetDeploymentItemName":"cluster-909","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-29T00:23:56Z","id":"67e6e93c43b7a574982e069c","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T18:25:13Z","restoreScheduledDate":"2025-03-28T18:23:56Z","snapshotFinishedDate":"2025-03-21T17:07:20Z","snapshotId":"67dd9c7b46c02f550d4c00fc","status":"COMPLETED","targetDeploymentItemName":"cluster-376","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-29T00:22:38Z","id":"67e6e8eeaf17065f8d6cf2f2","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T18:23:55Z","restoreScheduledDate":"2025-03-28T18:22:38Z","snapshotFinishedDate":"2025-03-21T17:07:20Z","snapshotId":"67dd9c7b46c02f550d4c00fc","status":"COMPLETED","targetDeploymentItemName":"cluster-909","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-29T00:22:37Z","id":"67e6e8edaf17065f8d6cf271","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T18:23:55Z","restoreScheduledDate":"2025-03-28T18:22:37Z","snapshotFinishedDate":"2025-03-21T17:07:20Z","snapshotId":"67dd9c7b46c02f550d4c00fc","status":"COMPLETED","targetDeploymentItemName":"cluster-376","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T21:31:56Z","id":"67e6c0ec11592b76706dc0e9","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T15:32:49Z","restoreScheduledDate":"2025-03-28T15:31:56Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-85-2d65cdd15245","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T21:30:45Z","id":"67e6c0a511592b76706dbabd","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T15:31:51Z","restoreScheduledDate":"2025-03-28T15:30:45Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-85-2d65cdd15245","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T21:30:26Z","id":"67e6c09211592b76706db57f","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T15:31:30Z","restoreScheduledDate":"2025-03-28T15:30:26Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-240","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T21:29:23Z","id":"67e6c053d485b104746e596b","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T15:30:21Z","restoreScheduledDate":"2025-03-28T15:29:23Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-240","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T18:55:13Z","id":"67e69c3147fd4c0678ba0b59","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T12:56:11Z","restoreScheduledDate":"2025-03-28T12:55:13Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-537","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T18:54:17Z","id":"67e69bf9f2460d4623e28abb","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T12:55:10Z","restoreScheduledDate":"2025-03-28T12:54:17Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-537","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T18:16:08Z","id":"67e6930847fd4c0678b9d91f","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T12:17:06Z","restoreScheduledDate":"2025-03-28T12:16:08Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-808-9b73a6def52","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T18:15:06Z","id":"67e692ca47fd4c0678b9d7ea","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T12:16:07Z","restoreScheduledDate":"2025-03-28T12:15:06Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-808-9b73a6def52","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T16:40:12Z","id":"67e67c8c01342155824ff46d","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T10:41:07Z","restoreScheduledDate":"2025-03-28T10:40:12Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-436-45c432961e3","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T16:39:02Z","id":"67e67c4601342155824febff","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T10:40:08Z","restoreScheduledDate":"2025-03-28T10:39:02Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-436-45c432961e3","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T16:38:47Z","id":"67e67c3701342155824fe53f","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T10:39:56Z","restoreScheduledDate":"2025-03-28T10:38:47Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-640","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T16:37:45Z","id":"67e67bf901342155824fd54b","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T10:38:41Z","restoreScheduledDate":"2025-03-28T10:37:45Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-640","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T16:33:07Z","id":"67e67ae301342155824fc10c","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T10:34:11Z","restoreScheduledDate":"2025-03-28T10:33:07Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-678-4af1c514defbb8f867a656a8ef4b61a1c2e185d7","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T16:32:06Z","id":"67e67aa601342155824fb9ac","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T10:33:06Z","restoreScheduledDate":"2025-03-28T10:32:06Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-678-4af1c514defbb8f867a656a8ef4b61a1c2e185d7","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T16:23:54Z","id":"67e678baf54d434adcb578b9","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T10:24:53Z","restoreScheduledDate":"2025-03-28T10:23:54Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-928-e1a69ef34cb39c6a4c4d4129d08678cecf3f47a8","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T16:22:48Z","id":"67e67878f54d434adcb574bb","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T10:23:49Z","restoreScheduledDate":"2025-03-28T10:22:48Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-928-e1a69ef34cb39c6a4c4d4129d08678cecf3f47a8","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T11:08:55Z","id":"67e62ee77062fc48ea34d9e4","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T05:09:58Z","restoreScheduledDate":"2025-03-28T05:08:55Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-129","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T11:07:49Z","id":"67e62ea558616125063f1294","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T05:08:52Z","restoreScheduledDate":"2025-03-28T05:07:49Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-129","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T10:25:57Z","id":"67e624d57062fc48ea34581f","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T04:26:59Z","restoreScheduledDate":"2025-03-28T04:25:57Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-45","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-28T10:24:51Z","id":"67e6249358616125063e924f","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-28T04:25:54Z","restoreScheduledDate":"2025-03-28T04:24:51Z","snapshotFinishedDate":"2025-03-20T17:07:27Z","snapshotId":"67dc4b01159cdc679dc51956","status":"COMPLETED","targetDeploymentItemName":"cluster-45","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T23:22:49Z","id":"67e437e97eb3c53300461d79","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T17:23:46Z","restoreScheduledDate":"2025-03-26T17:22:49Z","snapshotFinishedDate":"2025-03-19T17:07:26Z","snapshotId":"67daf982d3b66170d4ed6281","status":"COMPLETED","targetDeploymentItemName":"cluster-540-5619801f7de4d40cc20a5668fac229f4e100f760","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T23:21:46Z","id":"67e437aa7eb3c533004615ec","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T17:22:48Z","restoreScheduledDate":"2025-03-26T17:21:46Z","snapshotFinishedDate":"2025-03-19T17:07:26Z","snapshotId":"67daf982d3b66170d4ed6281","status":"COMPLETED","targetDeploymentItemName":"cluster-540-5619801f7de4d40cc20a5668fac229f4e100f760","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T22:58:27Z","id":"67e43233adba6513a8c64e78","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T16:59:23Z","restoreScheduledDate":"2025-03-26T16:58:27Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-390-6aad0ae1aa0f53eec389b6dcc5e94710db04888e","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T22:57:25Z","id":"67e431f5977b2776f7a79e3f","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T16:58:24Z","restoreScheduledDate":"2025-03-26T16:57:25Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-390-6aad0ae1aa0f53eec389b6dcc5e94710db04888e","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T22:39:52Z","id":"67e42dd8977b2776f7a76576","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T16:40:49Z","restoreScheduledDate":"2025-03-26T16:39:52Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-535-391281c5bfd4f841df1890b18987f02d43f64665","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T22:39:12Z","id":"67e42db0adba6513a8c60784","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T16:40:14Z","restoreScheduledDate":"2025-03-26T16:39:12Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-295","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T22:38:45Z","id":"67e42d95adba6513a8c6038a","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T16:39:48Z","restoreScheduledDate":"2025-03-26T16:38:45Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-535-391281c5bfd4f841df1890b18987f02d43f64665","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T22:38:08Z","id":"67e42d70adba6513a8c5fea0","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T16:39:08Z","restoreScheduledDate":"2025-03-26T16:38:08Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-295","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T21:35:44Z","id":"67e41ed0f1f90f3fe19c28c5","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T15:36:42Z","restoreScheduledDate":"2025-03-26T15:35:44Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-366","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T21:34:41Z","id":"67e41e91f1f90f3fe19c1bbb","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T15:35:41Z","restoreScheduledDate":"2025-03-26T15:34:41Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-366","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T20:44:46Z","id":"67e412de57dca2594d6f83cc","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T14:45:44Z","restoreScheduledDate":"2025-03-26T14:44:46Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-292","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T20:43:40Z","id":"67e4129c6ed5eb2bec6e5698","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T14:44:40Z","restoreScheduledDate":"2025-03-26T14:43:40Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-292","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T17:55:44Z","id":"67e3eb40989f247d51eb6bd4","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T11:56:44Z","restoreScheduledDate":"2025-03-26T11:55:44Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-413","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T17:54:42Z","id":"67e3eb02d9de6f6a6b9c82fb","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T11:55:43Z","restoreScheduledDate":"2025-03-26T11:54:42Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-413","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T07:49:51Z","id":"67e35d3feb397142090128f6","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T01:50:52Z","restoreScheduledDate":"2025-03-26T01:49:51Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-548","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T07:48:47Z","id":"67e35cffeb39714209012307","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T01:49:49Z","restoreScheduledDate":"2025-03-26T01:48:47Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-548","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T07:24:44Z","id":"67e3575ceb39714209009641","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T01:25:48Z","restoreScheduledDate":"2025-03-26T01:24:44Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-193","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T07:23:36Z","id":"67e35718eb39714209008dfd","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-26T01:24:39Z","restoreScheduledDate":"2025-03-26T01:23:36Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-193","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T03:05:29Z","id":"67e31a994763ae71d8bc0f10","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T21:06:30Z","restoreScheduledDate":"2025-03-25T21:05:29Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-788","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T03:04:22Z","id":"67e31a56bee3946eb955e169","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T21:05:23Z","restoreScheduledDate":"2025-03-25T21:04:22Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-788","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T01:35:39Z","id":"67e3058b9f7e895b711c6b47","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T19:36:40Z","restoreScheduledDate":"2025-03-25T19:35:39Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-491","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-26T01:34:40Z","id":"67e305509f7e895b711c5c42","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T19:35:35Z","restoreScheduledDate":"2025-03-25T19:34:40Z","snapshotFinishedDate":"2025-03-18T17:06:56Z","snapshotId":"67d9a7e45e90d409463d0500","status":"COMPLETED","targetDeploymentItemName":"cluster-491","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T22:17:43Z","id":"67e2d7277718962a0a602be3","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T16:18:43Z","restoreScheduledDate":"2025-03-25T16:17:43Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-229","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T22:16:40Z","id":"67e2d6e87718962a0a602922","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T16:17:39Z","restoreScheduledDate":"2025-03-25T16:16:40Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-229","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T20:57:47Z","id":"67e2c46b140d9a642f23f671","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T14:58:45Z","restoreScheduledDate":"2025-03-25T14:57:47Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-444","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T20:56:44Z","id":"67e2c42c140d9a642f23e7b6","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T14:57:43Z","restoreScheduledDate":"2025-03-25T14:56:44Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-444","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T19:22:16Z","id":"67e2ae08a906de07df585fa3","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T13:23:14Z","restoreScheduledDate":"2025-03-25T13:22:16Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-288","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T19:21:08Z","id":"67e2adc4e05d723035ee0512","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T13:22:15Z","restoreScheduledDate":"2025-03-25T13:21:08Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-288","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T18:00:23Z","id":"67e29ad7d8852460f77674ae","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T12:01:17Z","restoreScheduledDate":"2025-03-25T12:00:23Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-962-c20ae3e5ee874f6305855d1ce82f1e5a403bc8f0","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T17:59:20Z","id":"67e29a98d8852460f77672c5","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T12:00:18Z","restoreScheduledDate":"2025-03-25T11:59:20Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-962-c20ae3e5ee874f6305855d1ce82f1e5a403bc8f0","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T17:47:22Z","id":"67e297cad8852460f77656d8","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T11:48:17Z","restoreScheduledDate":"2025-03-25T11:47:22Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-489-7b8ce422e4d9922f33fb024a9e0e8ea10f38154e","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T17:46:19Z","id":"67e2978b1cb30a48ae346b1f","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T11:47:18Z","restoreScheduledDate":"2025-03-25T11:46:19Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-489-7b8ce422e4d9922f33fb024a9e0e8ea10f38154e","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T17:15:18Z","id":"67e290461cb30a48ae342fd9","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T11:16:17Z","restoreScheduledDate":"2025-03-25T11:15:18Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-599","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T17:14:15Z","id":"67e2900735a58d2c231545b4","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T11:15:16Z","restoreScheduledDate":"2025-03-25T11:14:15Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-599","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T16:01:02Z","id":"67e27ede8a26997b57674201","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T10:01:58Z","restoreScheduledDate":"2025-03-25T10:01:02Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-685-89523b61690500d8fc470fe643a16f9548d27a48","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T16:00:08Z","id":"67e27ea8d03c66361a28e199","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T10:01:00Z","restoreScheduledDate":"2025-03-25T10:00:08Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-685-89523b61690500d8fc470fe643a16f9548d27a48","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:57:19Z","id":"67e27dff8a26997b57672b9c","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:58:15Z","restoreScheduledDate":"2025-03-25T09:57:19Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-603-c288f3a6c4f299797cbd3a7d5b4b67d8fdaf13d7","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:56:21Z","id":"67e27dc58a26997b5767227e","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:57:17Z","restoreScheduledDate":"2025-03-25T09:56:21Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-603-c288f3a6c4f299797cbd3a7d5b4b67d8fdaf13d7","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:55:09Z","id":"67e27d7dd03c66361a28bea7","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:56:08Z","restoreScheduledDate":"2025-03-25T09:55:09Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-63-343ef41800765ea60fff1c24541742c9723f26bb","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:54:06Z","id":"67e27d3e8a26997b576710dc","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:55:06Z","restoreScheduledDate":"2025-03-25T09:54:06Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-63-343ef41800765ea60fff1c24541742c9723f26bb","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:52:26Z","id":"67e27cda8a26997b57670970","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:53:25Z","restoreScheduledDate":"2025-03-25T09:52:26Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-472-251593378d9519d41436b704c5b8a074e9d518ca","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:51:15Z","id":"67e27c938a26997b5767036f","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:52:22Z","restoreScheduledDate":"2025-03-25T09:51:15Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-472-251593378d9519d41436b704c5b8a074e9d518ca","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:28:52Z","id":"67e277548a26997b5766c4e4","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:29:50Z","restoreScheduledDate":"2025-03-25T09:28:52Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-245-4d44ff14960a77f09192403342836817a4258132","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:27:49Z","id":"67e277158a26997b5766be4e","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:28:50Z","restoreScheduledDate":"2025-03-25T09:27:49Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-245-4d44ff14960a77f09192403342836817a4258132","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:24:37Z","id":"67e276558a26997b5766ac6a","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:25:32Z","restoreScheduledDate":"2025-03-25T09:24:37Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-286-01094ef87b13e5d403439741291365394e020553","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T15:23:34Z","id":"67e276168a26997b5766a744","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T09:24:36Z","restoreScheduledDate":"2025-03-25T09:23:34Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-286-01094ef87b13e5d403439741291365394e020553","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T13:47:32Z","id":"67e25f94d03c66361a27e380","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T07:48:33Z","restoreScheduledDate":"2025-03-25T07:47:32Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-771","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T13:46:28Z","id":"67e25f55d03c66361a27dea2","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T07:47:30Z","restoreScheduledDate":"2025-03-25T07:46:28Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-771","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T09:33:43Z","id":"67e22417c23c23780500be17","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T03:34:46Z","restoreScheduledDate":"2025-03-25T03:33:43Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-519","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T09:32:37Z","id":"67e223d5c23c23780500b91a","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T03:33:39Z","restoreScheduledDate":"2025-03-25T03:32:37Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-519","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T08:03:30Z","id":"67e20ef2a99781388b8a0f86","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T02:04:32Z","restoreScheduledDate":"2025-03-25T02:03:30Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-790","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T08:02:23Z","id":"67e20eafa99781388b8a0c47","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-25T02:03:28Z","restoreScheduledDate":"2025-03-25T02:02:23Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-790","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T02:26:02Z","id":"67e1bfdacd93245ac13238e9","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-24T20:27:01Z","restoreScheduledDate":"2025-03-24T20:26:02Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-241","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-25T02:24:58Z","id":"67e1bf9acd93245ac1323150","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-24T20:26:00Z","restoreScheduledDate":"2025-03-24T20:24:58Z","snapshotFinishedDate":"2025-03-17T17:07:07Z","snapshotId":"67d8566de3f500129f37e8e3","status":"COMPLETED","targetDeploymentItemName":"cluster-241","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-22T08:21:11Z","id":"67de1e9767b56f6ab48c405b","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-22T02:22:12Z","restoreScheduledDate":"2025-03-22T02:21:11Z","snapshotFinishedDate":"2025-03-14T17:06:55Z","snapshotId":"67d461e2819fda67da313831","status":"COMPLETED","targetDeploymentItemName":"cluster-412","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-22T08:20:08Z","id":"67de1e58a32dd438c9194d2c","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-22T02:21:08Z","restoreScheduledDate":"2025-03-22T02:20:08Z","snapshotFinishedDate":"2025-03-14T17:06:55Z","snapshotId":"67d461e2819fda67da313831","status":"COMPLETED","targetDeploymentItemName":"cluster-412","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-22T07:58:27Z","id":"67de194367b56f6ab48be560","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-22T01:59:23Z","restoreScheduledDate":"2025-03-22T01:58:27Z","snapshotFinishedDate":"2025-03-14T17:06:55Z","snapshotId":"67d461e2819fda67da313831","status":"COMPLETED","targetDeploymentItemName":"cluster-358","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-22T07:57:24Z","id":"67de1904a32dd438c918ecc0","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-22T01:58:24Z","restoreScheduledDate":"2025-03-22T01:57:24Z","snapshotFinishedDate":"2025-03-14T17:06:55Z","snapshotId":"67d461e2819fda67da313831","status":"COMPLETED","targetDeploymentItemName":"cluster-358","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-21T23:58:22Z","id":"67dda8be65db2f50a01dce4c","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-21T17:59:18Z","restoreScheduledDate":"2025-03-21T17:58:22Z","snapshotFinishedDate":"2025-03-14T17:06:55Z","snapshotId":"67d461e2819fda67da313831","status":"COMPLETED","targetDeploymentItemName":"cluster-89","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-21T23:57:24Z","id":"67dda88465db2f50a01dcac0","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-21T17:58:21Z","restoreScheduledDate":"2025-03-21T17:57:24Z","snapshotFinishedDate":"2025-03-14T17:06:55Z","snapshotId":"67d461e2819fda67da313831","status":"COMPLETED","targetDeploymentItemName":"cluster-89","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"},{"deliveryType":"RESTORE","expirationDate":"2025-03-21T22:11:04Z","id":"67dd8f98853775616e60ef59","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-21T16:11:56Z","restoreScheduledDate":"2025-03-21T16:11:04Z","snapshotFinishedDate":"2025-03-13T17:06:38Z","snapshotId":"67d31051855bf229ea208167","status":"COMPLETED","targetDeploymentItemName":"cluster-725-871bc2ed890638ee4afc54a53d22e17e16a1e97d","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"}],"totalCount":407} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5ae345e7f051644d3797_2.json b/test/e2e/.snapshots/TestFlexBackup/Restores_Watch/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e4bb31ead384fc6aba4_1.snaphost similarity index 57% rename from test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5ae345e7f051644d3797_2.json rename to test/e2e/.snapshots/TestFlexBackup/Restores_Watch/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e4bb31ead384fc6aba4_1.snaphost index ee4c55873a..0e44e997b7 100644 --- a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5ae345e7f051644d3797_2.json +++ b/test/e2e/.snapshots/TestFlexBackup/Restores_Watch/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e4bb31ead384fc6aba4_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 417 Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:43 GMT +Date: Mon, 31 Mar 2025 12:44:59 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 53 +X-Envoy-Upstream-Service-Time: 64 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexBackupResource::getRestoreJob X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"deliveryType":"RESTORE","expirationDate":"2025-03-31T15:05:39Z","id":"67ea5ae345e7f051644d3797","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreScheduledDate":"2025-03-31T09:05:39Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"RUNNING","targetDeploymentItemName":"cluster-981","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"} \ No newline at end of file +{"deliveryType":"RESTORE","expirationDate":"2025-03-31T18:44:59Z","id":"67ea8e4bb31ead384fc6aba4","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreScheduledDate":"2025-03-31T12:44:59Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"PENDING","targetDeploymentItemName":"cluster-137","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5aa445e7f051644d31e1_2.json b/test/e2e/.snapshots/TestFlexBackup/Restores_Watch/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e4bb31ead384fc6aba4_2.snaphost similarity index 57% rename from test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5aa445e7f051644d31e1_2.json rename to test/e2e/.snapshots/TestFlexBackup/Restores_Watch/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e4bb31ead384fc6aba4_2.snaphost index 7c71a7409f..f5f451a2a1 100644 --- a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5aa445e7f051644d31e1_2.json +++ b/test/e2e/.snapshots/TestFlexBackup/Restores_Watch/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e4bb31ead384fc6aba4_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 417 Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:45 GMT +Date: Mon, 31 Mar 2025 12:45:07 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 58 +X-Envoy-Upstream-Service-Time: 50 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexBackupResource::getRestoreJob X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"deliveryType":"RESTORE","expirationDate":"2025-03-31T15:04:36Z","id":"67ea5aa445e7f051644d31e1","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreScheduledDate":"2025-03-31T09:04:36Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"RUNNING","targetDeploymentItemName":"cluster-981","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"} \ No newline at end of file +{"deliveryType":"RESTORE","expirationDate":"2025-03-31T18:44:59Z","id":"67ea8e4bb31ead384fc6aba4","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreScheduledDate":"2025-03-31T12:44:59Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"RUNNING","targetDeploymentItemName":"cluster-137","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5aa445e7f051644d31e1_4.json b/test/e2e/.snapshots/TestFlexBackup/Restores_Watch/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e4bb31ead384fc6aba4_3.snaphost similarity index 53% rename from test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5aa445e7f051644d31e1_4.json rename to test/e2e/.snapshots/TestFlexBackup/Restores_Watch/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e4bb31ead384fc6aba4_3.snaphost index 1d5e7dd5f7..439cf32259 100644 --- a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5aa445e7f051644d31e1_4.json +++ b/test/e2e/.snapshots/TestFlexBackup/Restores_Watch/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e4bb31ead384fc6aba4_3.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 464 Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:38 GMT +Date: Mon, 31 Mar 2025 12:46:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 49 +X-Envoy-Upstream-Service-Time: 48 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexBackupResource::getRestoreJob X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"deliveryType":"RESTORE","expirationDate":"2025-03-31T15:04:36Z","id":"67ea5aa445e7f051644d31e1","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T09:05:34Z","restoreScheduledDate":"2025-03-31T09:04:36Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-981","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"} \ No newline at end of file +{"deliveryType":"RESTORE","expirationDate":"2025-03-31T18:44:59Z","id":"67ea8e4bb31ead384fc6aba4","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T12:45:58Z","restoreScheduledDate":"2025-03-31T12:44:59Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-137","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5ae345e7f051644d3797_1.json b/test/e2e/.snapshots/TestFlexBackup/Restores_Watch_-_Download/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e89b31ead384fc6b1d5_1.snaphost similarity index 57% rename from test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5ae345e7f051644d3797_1.json rename to test/e2e/.snapshots/TestFlexBackup/Restores_Watch_-_Download/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e89b31ead384fc6b1d5_1.snaphost index 8ea03c31fe..f33a4b8fb6 100644 --- a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5ae345e7f051644d3797_1.json +++ b/test/e2e/.snapshots/TestFlexBackup/Restores_Watch_-_Download/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e89b31ead384fc6b1d5_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 417 Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:39 GMT +Date: Mon, 31 Mar 2025 12:46:02 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 66 +X-Envoy-Upstream-Service-Time: 61 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexBackupResource::getRestoreJob X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"deliveryType":"RESTORE","expirationDate":"2025-03-31T15:05:39Z","id":"67ea5ae345e7f051644d3797","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreScheduledDate":"2025-03-31T09:05:39Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"PENDING","targetDeploymentItemName":"cluster-981","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"} \ No newline at end of file +{"deliveryType":"RESTORE","expirationDate":"2025-03-31T18:46:01Z","id":"67ea8e89b31ead384fc6b1d5","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreScheduledDate":"2025-03-31T12:46:01Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"PENDING","targetDeploymentItemName":"cluster-137","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5aa445e7f051644d31e1_1.json b/test/e2e/.snapshots/TestFlexBackup/Restores_Watch_-_Download/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e89b31ead384fc6b1d5_2.snaphost similarity index 57% rename from test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5aa445e7f051644d31e1_1.json rename to test/e2e/.snapshots/TestFlexBackup/Restores_Watch_-_Download/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e89b31ead384fc6b1d5_2.snaphost index 79407a00fc..aca30bef7a 100644 --- a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5aa445e7f051644d31e1_1.json +++ b/test/e2e/.snapshots/TestFlexBackup/Restores_Watch_-_Download/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e89b31ead384fc6b1d5_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 417 Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:36 GMT +Date: Mon, 31 Mar 2025 12:46:10 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 54 +X-Envoy-Upstream-Service-Time: 62 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexBackupResource::getRestoreJob X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"deliveryType":"RESTORE","expirationDate":"2025-03-31T15:04:36Z","id":"67ea5aa445e7f051644d31e1","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreScheduledDate":"2025-03-31T09:04:36Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"PENDING","targetDeploymentItemName":"cluster-981","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"} \ No newline at end of file +{"deliveryType":"RESTORE","expirationDate":"2025-03-31T18:46:01Z","id":"67ea8e89b31ead384fc6b1d5","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreScheduledDate":"2025-03-31T12:46:01Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"RUNNING","targetDeploymentItemName":"cluster-137","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5ae345e7f051644d3797_3.json b/test/e2e/.snapshots/TestFlexBackup/Restores_Watch_-_Download/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e89b31ead384fc6b1d5_3.snaphost similarity index 53% rename from test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5ae345e7f051644d3797_3.json rename to test/e2e/.snapshots/TestFlexBackup/Restores_Watch_-_Download/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e89b31ead384fc6b1d5_3.snaphost index 5a4e3c7c3a..662f8906af 100644 --- a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea5ae345e7f051644d3797_3.json +++ b/test/e2e/.snapshots/TestFlexBackup/Restores_Watch_-_Download/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_restoreJobs_67ea8e89b31ead384fc6b1d5_3.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 464 Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:06:32 GMT +Date: Mon, 31 Mar 2025 12:46:59 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 55 +X-Envoy-Upstream-Service-Time: 60 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexBackupResource::getRestoreJob X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"deliveryType":"RESTORE","expirationDate":"2025-03-31T15:05:39Z","id":"67ea5ae345e7f051644d3797","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T09:06:31Z","restoreScheduledDate":"2025-03-31T09:05:39Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-981","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"} \ No newline at end of file +{"deliveryType":"RESTORE","expirationDate":"2025-03-31T18:46:01Z","id":"67ea8e89b31ead384fc6b1d5","instanceName":"doNotDeleteUsedForE2ETest","projectId":"5efda6aea3f2ed2e7dd6ce05","restoreFinishedDate":"2025-03-31T12:46:57Z","restoreScheduledDate":"2025-03-31T12:46:01Z","snapshotFinishedDate":"2025-03-23T17:06:45Z","snapshotId":"67e03f58030cea235cb97efe","status":"COMPLETED","targetDeploymentItemName":"cluster-137","targetProjectId":"5efda6aea3f2ed2e7dd6ce05"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_67e03f58030cea235cb97efe_1.json b/test/e2e/.snapshots/TestFlexBackup/Snapshot_Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_67e03f58030cea235cb97efe_1.snaphost similarity index 78% rename from test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_67e03f58030cea235cb97efe_1.json rename to test/e2e/.snapshots/TestFlexBackup/Snapshot_Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_67e03f58030cea235cb97efe_1.snaphost index 815c8a91fb..5a3ce5ed81 100644 --- a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_67e03f58030cea235cb97efe_1.json +++ b/test/e2e/.snapshots/TestFlexBackup/Snapshot_Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_67e03f58030cea235cb97efe_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 225 Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:35 GMT +Date: Mon, 31 Mar 2025 12:44:58 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 73 +X-Envoy-Upstream-Service-Time: 49 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexBackupResource::getSnapshot X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"expiration":"2025-03-31T17:05:10Z","finishTime":"2025-03-23T17:06:45Z","id":"67e03f58030cea235cb97efe","mongoDBVersion":"8.0.6","scheduledTime":"2025-03-23T17:05:10Z","startTime":"2025-03-23T17:05:33Z","status":"COMPLETED"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_1.json b/test/e2e/.snapshots/TestFlexBackup/Snapshot_List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_1.snaphost similarity index 93% rename from test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_1.json rename to test/e2e/.snapshots/TestFlexBackup/Snapshot_List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_1.snaphost index 2916ac9c48..5b3479dbaf 100644 --- a/test/e2e/.snapshots/TestFlexBackup/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_1.json +++ b/test/e2e/.snapshots/TestFlexBackup/Snapshot_List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 2046 Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:35 GMT +Date: Mon, 31 Mar 2025 12:44:58 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 60 +X-Envoy-Upstream-Service-Time: 66 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexBackupResource::getSnapshots X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/flexClusters/doNotDeleteUsedForE2ETest/backup/snapshots?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"expiration":"2025-03-31T17:05:10Z","finishTime":"2025-03-23T17:06:45Z","id":"67e03f58030cea235cb97efe","mongoDBVersion":"8.0.6","scheduledTime":"2025-03-23T17:05:10Z","startTime":"2025-03-23T17:05:33Z","status":"COMPLETED"},{"expiration":"2025-04-01T17:05:10Z","finishTime":"2025-03-24T17:06:47Z","id":"67e190dab431de472e472623","mongoDBVersion":"8.0.6","scheduledTime":"2025-03-24T17:05:10Z","startTime":"2025-03-24T17:05:36Z","status":"COMPLETED"},{"expiration":"2025-04-02T17:05:10Z","finishTime":"2025-03-25T17:06:39Z","id":"67e2e2510a565501c70679ae","mongoDBVersion":"8.0.6","scheduledTime":"2025-03-25T17:05:10Z","startTime":"2025-03-25T17:05:27Z","status":"COMPLETED"},{"expiration":"2025-04-03T17:05:10Z","finishTime":"2025-03-26T17:07:00Z","id":"67e433e61bde7904dfe6afda","mongoDBVersion":"8.0.6","scheduledTime":"2025-03-26T17:05:10Z","startTime":"2025-03-26T17:05:47Z","status":"COMPLETED"},{"expiration":"2025-04-04T17:05:10Z","finishTime":"2025-03-27T17:07:22Z","id":"67e5857a2d3d470e81a2d489","mongoDBVersion":"8.0.6","scheduledTime":"2025-03-27T17:05:10Z","startTime":"2025-03-27T17:06:08Z","status":"COMPLETED"},{"expiration":"2025-04-05T17:05:10Z","finishTime":"2025-03-28T17:07:10Z","id":"67e6d6eff6ecf317e66c22dc","mongoDBVersion":"8.0.6","scheduledTime":"2025-03-28T17:05:10Z","startTime":"2025-03-28T17:05:56Z","status":"COMPLETED"},{"expiration":"2025-04-06T17:05:10Z","finishTime":"2025-03-29T17:06:42Z","id":"67e828551b261c5b1f27f6d6","mongoDBVersion":"8.0.6","scheduledTime":"2025-03-29T17:05:10Z","startTime":"2025-03-29T17:05:31Z","status":"COMPLETED"},{"expiration":"2025-04-07T17:05:10Z","finishTime":"2025-03-30T17:07:20Z","id":"67e979fb810c2c59959053a5","mongoDBVersion":"8.0.6","scheduledTime":"2025-03-30T17:05:10Z","startTime":"2025-03-30T17:06:09Z","status":"COMPLETED"}],"totalCount":8} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/Snapshot_Watch/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_67e03f58030cea235cb97efe_2.snaphost b/test/e2e/.snapshots/TestFlexBackup/Snapshot_Watch/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_67e03f58030cea235cb97efe_2.snaphost new file mode 100644 index 0000000000..9118871bcd --- /dev/null +++ b/test/e2e/.snapshots/TestFlexBackup/Snapshot_Watch/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_doNotDeleteUsedForE2ETest_backup_snapshots_67e03f58030cea235cb97efe_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 225 +Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:58 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 53 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasFlexBackupResource::getSnapshot +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"expiration":"2025-03-31T17:05:10Z","finishTime":"2025-03-23T17:06:45Z","id":"67e03f58030cea235cb97efe","mongoDBVersion":"8.0.6","scheduledTime":"2025-03-23T17:05:10Z","startTime":"2025-03-23T17:05:33Z","status":"COMPLETED"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/memory.json b/test/e2e/.snapshots/TestFlexBackup/memory.json index 2053968f9b..5e0110005f 100644 --- a/test/e2e/.snapshots/TestFlexBackup/memory.json +++ b/test/e2e/.snapshots/TestFlexBackup/memory.json @@ -1 +1 @@ -{"generateFlexClusterName":"cluster-981"} \ No newline at end of file +{"generateFlexClusterName":"cluster-137"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexCluster/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.json b/test/e2e/.snapshots/TestFlexCluster/Create_flex_cluster/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.snaphost similarity index 64% rename from test/e2e/.snapshots/TestFlexCluster/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.json rename to test/e2e/.snapshots/TestFlexCluster/Create_flex_cluster/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.snaphost index 3a46a3cbeb..b59bea8e42 100644 --- a/test/e2e/.snapshots/TestFlexCluster/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.json +++ b/test/e2e/.snapshots/TestFlexCluster/Create_flex_cluster/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 201 Created Content-Length: 438 Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:25 GMT +Date: Mon, 31 Mar 2025 12:44:44 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 482 +X-Envoy-Upstream-Service-Time: 524 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexClusterResource::createFlexCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:25Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a9945e7f051644d3148","mongoDBVersion":"8.0.6","name":"cluster-926","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:45Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e3db31ead384fc6a729","mongoDBVersion":"8.0.6","name":"cluster-323","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexCluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-926_1.json b/test/e2e/.snapshots/TestFlexCluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-926_1.json deleted file mode 100644 index 9fdf675715..0000000000 --- a/test/e2e/.snapshots/TestFlexCluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-926_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 400 Bad Request -Content-Length: 189 -Content-Type: application/json -Date: Mon, 31 Mar 2025 09:04:26 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 58 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasClusterDescriptionV15Resource::deleteCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"detail":"Flex cluster cluster-926 cannot be used in the Cluster API.","error":400,"errorCode":"CANNOT_USE_FLEX_CLUSTER_IN_CLUSTER_API","parameters":["cluster-926"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-981_1.json b/test/e2e/.snapshots/TestFlexCluster/Delete_flex_cluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-323_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestFlexBackup/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-981_1.json rename to test/e2e/.snapshots/TestFlexCluster/Delete_flex_cluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-323_1.snaphost index ce3696f67b..f49939cb39 100644 --- a/test/e2e/.snapshots/TestFlexBackup/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-981_1.json +++ b/test/e2e/.snapshots/TestFlexCluster/Delete_flex_cluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-323_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 400 Bad Request Content-Length: 189 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:06:32 GMT +Date: Mon, 31 Mar 2025 12:44:47 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -10,7 +10,7 @@ X-Envoy-Upstream-Service-Time: 53 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::deleteCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"detail":"Flex cluster cluster-981 cannot be used in the Cluster API.","error":400,"errorCode":"CANNOT_USE_FLEX_CLUSTER_IN_CLUSTER_API","parameters":["cluster-981"],"reason":"Bad Request"} \ No newline at end of file +{"detail":"Flex cluster cluster-323 cannot be used in the Cluster API.","error":400,"errorCode":"CANNOT_USE_FLEX_CLUSTER_IN_CLUSTER_API","parameters":["cluster-323"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexCluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-926_1.json b/test/e2e/.snapshots/TestFlexCluster/Delete_flex_cluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-323_1.snaphost similarity index 70% rename from test/e2e/.snapshots/TestFlexCluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-926_1.json rename to test/e2e/.snapshots/TestFlexCluster/Delete_flex_cluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-323_1.snaphost index 5c71022499..c1df56ef09 100644 --- a/test/e2e/.snapshots/TestFlexCluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-926_1.json +++ b/test/e2e/.snapshots/TestFlexCluster/Delete_flex_cluster/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-323_1.snaphost @@ -1,14 +1,14 @@ HTTP/2.0 204 No Content Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:26 GMT +Date: Mon, 31 Mar 2025 12:44:47 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 233 +X-Envoy-Upstream-Service-Time: 237 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexClusterResource::deleteFlexCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/.snapshots/TestFlexCluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-926_2.json b/test/e2e/.snapshots/TestFlexCluster/Delete_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-323_2.snaphost similarity index 64% rename from test/e2e/.snapshots/TestFlexCluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-926_2.json rename to test/e2e/.snapshots/TestFlexCluster/Delete_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-323_2.snaphost index ec22261d28..3b21f1d824 100644 --- a/test/e2e/.snapshots/TestFlexCluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-926_2.json +++ b/test/e2e/.snapshots/TestFlexCluster/Delete_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-323_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 448 Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:26 GMT +Date: Mon, 31 Mar 2025 12:44:47 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 65 +X-Envoy-Upstream-Service-Time: 54 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexClusterResource::getFlexCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:25Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a9945e7f051644d3148","mongoDBVersion":"8.0.6","name":"cluster-926","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:45Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e3db31ead384fc6a729","mongoDBVersion":"8.0.6","name":"cluster-323","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexCluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-926_3.json b/test/e2e/.snapshots/TestFlexCluster/Delete_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-323_3.snaphost similarity index 60% rename from test/e2e/.snapshots/TestFlexCluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-926_3.json rename to test/e2e/.snapshots/TestFlexCluster/Delete_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-323_3.snaphost index fca5df676a..af7acc64d1 100644 --- a/test/e2e/.snapshots/TestFlexCluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-926_3.json +++ b/test/e2e/.snapshots/TestFlexCluster/Delete_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-323_3.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 404 Not Found Content-Length: 204 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:04:31 GMT +Date: Mon, 31 Mar 2025 12:45:04 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 32 +X-Envoy-Upstream-Service-Time: 89 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexClusterResource::getFlexCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"detail":"No cluster named cluster-926 exists in group 5efda6aea3f2ed2e7dd6ce05.","error":404,"errorCode":"CLUSTER_NOT_FOUND","parameters":["cluster-926","5efda6aea3f2ed2e7dd6ce05"],"reason":"Not Found"} \ No newline at end of file +{"detail":"No cluster named cluster-323 exists in group 5efda6aea3f2ed2e7dd6ce05.","error":404,"errorCode":"CLUSTER_NOT_FOUND","parameters":["cluster-323","5efda6aea3f2ed2e7dd6ce05"],"reason":"Not Found"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexCluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.json b/test/e2e/.snapshots/TestFlexCluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.json deleted file mode 100644 index beb1e1f8a4..0000000000 --- a/test/e2e/.snapshots/TestFlexCluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1869 -Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:26 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 155 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasFlexClusterResource::getAllFlexClusters -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/flexClusters?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-bcmsulp-shard-00-00.gm5almn.mongodb-dev.net:27017,ac-bcmsulp-shard-00-01.gm5almn.mongodb-dev.net:27017,ac-bcmsulp-shard-00-02.gm5almn.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-zgihuc-shard-0","standardSrv":"mongodb+srv://donotdeleteusedfore2ete.gm5almn.mongodb-dev.net"},"createDate":"2024-12-19T17:05:10Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"676452464e0c160700928953","mongoDBVersion":"8.0.6","name":"doNotDeleteUsedForE2ETest","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"IDLE","tags":[],"terminationProtectionEnabled":true,"versionReleaseSystem":"LTS"},{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:25Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a9945e7f051644d3148","mongoDBVersion":"8.0.6","name":"cluster-926","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"},{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:14Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a8e3720c31313777a55","mongoDBVersion":"8.0.6","name":"cluster-981","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"}],"totalCount":3} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexCluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-926_1.json b/test/e2e/.snapshots/TestFlexCluster/Get_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-323_1.snaphost similarity index 64% rename from test/e2e/.snapshots/TestFlexCluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-926_1.json rename to test/e2e/.snapshots/TestFlexCluster/Get_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-323_1.snaphost index 8811898458..01438c3883 100644 --- a/test/e2e/.snapshots/TestFlexCluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-926_1.json +++ b/test/e2e/.snapshots/TestFlexCluster/Get_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-323_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 400 Bad Request Content-Length: 189 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:04:25 GMT +Date: Mon, 31 Mar 2025 12:44:45 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 64 +X-Envoy-Upstream-Service-Time: 92 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"detail":"Flex cluster cluster-926 cannot be used in the Cluster API.","error":400,"errorCode":"CANNOT_USE_FLEX_CLUSTER_IN_CLUSTER_API","parameters":["cluster-926"],"reason":"Bad Request"} \ No newline at end of file +{"detail":"Flex cluster cluster-323 cannot be used in the Cluster API.","error":400,"errorCode":"CANNOT_USE_FLEX_CLUSTER_IN_CLUSTER_API","parameters":["cluster-323"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexCluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-926_1.json b/test/e2e/.snapshots/TestFlexCluster/Get_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-323_1.snaphost similarity index 64% rename from test/e2e/.snapshots/TestFlexCluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-926_1.json rename to test/e2e/.snapshots/TestFlexCluster/Get_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-323_1.snaphost index 3cef0bc644..9bc6a7e513 100644 --- a/test/e2e/.snapshots/TestFlexCluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-926_1.json +++ b/test/e2e/.snapshots/TestFlexCluster/Get_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-323_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 448 Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:26 GMT +Date: Mon, 31 Mar 2025 12:44:46 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 50 +X-Envoy-Upstream-Service-Time: 53 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexClusterResource::getFlexCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:25Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a9945e7f051644d3148","mongoDBVersion":"8.0.6","name":"cluster-926","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:45Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e3db31ead384fc6a729","mongoDBVersion":"8.0.6","name":"cluster-323","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexCluster/List_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.snaphost b/test/e2e/.snapshots/TestFlexCluster/List_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.snaphost new file mode 100644 index 0000000000..d5eb031e84 --- /dev/null +++ b/test/e2e/.snapshots/TestFlexCluster/List_flex_cluster/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1869 +Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:46 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 156 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasFlexClusterResource::getAllFlexClusters +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/flexClusters?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:36Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e34b31ead384fc6a066","mongoDBVersion":"8.0.6","name":"cluster-137","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"},{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:45Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e3db31ead384fc6a729","mongoDBVersion":"8.0.6","name":"cluster-323","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"},{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-bcmsulp-shard-00-00.gm5almn.mongodb-dev.net:27017,ac-bcmsulp-shard-00-01.gm5almn.mongodb-dev.net:27017,ac-bcmsulp-shard-00-02.gm5almn.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-zgihuc-shard-0","standardSrv":"mongodb+srv://donotdeleteusedfore2ete.gm5almn.mongodb-dev.net"},"createDate":"2024-12-19T17:05:10Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"676452464e0c160700928953","mongoDBVersion":"8.0.6","name":"doNotDeleteUsedForE2ETest","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"IDLE","tags":[],"terminationProtectionEnabled":true,"versionReleaseSystem":"LTS"}],"totalCount":3} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexCluster/memory.json b/test/e2e/.snapshots/TestFlexCluster/memory.json index 702ec63719..fd409b099e 100644 --- a/test/e2e/.snapshots/TestFlexCluster/memory.json +++ b/test/e2e/.snapshots/TestFlexCluster/memory.json @@ -1 +1 @@ -{"flexClusterName":"cluster-926"} \ No newline at end of file +{"flexClusterName":"cluster-323"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexClustersFile/Create_Flex_Cluster_via_file/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.snaphost b/test/e2e/.snapshots/TestFlexClustersFile/Create_Flex_Cluster_via_file/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.snaphost new file mode 100644 index 0000000000..57f69a89a1 --- /dev/null +++ b/test/e2e/.snapshots/TestFlexClustersFile/Create_Flex_Cluster_via_file/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 201 Created +Content-Length: 479 +Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:38 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 657 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasFlexClusterResource::createFlexCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:38Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e36b31ead384fc6a213","mongoDBVersion":"8.0.6","name":"cluster-44","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"CREATING","tags":[{"key":"e2e_test","value":"yes"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-44_1.snaphost b/test/e2e/.snapshots/TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-44_1.snaphost new file mode 100644 index 0000000000..062d31ca2b --- /dev/null +++ b/test/e2e/.snapshots/TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-44_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 400 Bad Request +Content-Length: 187 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:44:39 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 57 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::deleteCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"detail":"Flex cluster cluster-44 cannot be used in the Cluster API.","error":400,"errorCode":"CANNOT_USE_FLEX_CLUSTER_IN_CLUSTER_API","parameters":["cluster-44"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexBackup/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_1.json b/test/e2e/.snapshots/TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-44_1.snaphost similarity index 70% rename from test/e2e/.snapshots/TestFlexBackup/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_1.json rename to test/e2e/.snapshots/TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-44_1.snaphost index f0b4b5f627..021717c08e 100644 --- a/test/e2e/.snapshots/TestFlexBackup/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-981_1.json +++ b/test/e2e/.snapshots/TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-44_1.snaphost @@ -1,14 +1,14 @@ HTTP/2.0 204 No Content Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:06:32 GMT +Date: Mon, 31 Mar 2025 12:44:39 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 277 +X-Envoy-Upstream-Service-Time: 342 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexClusterResource::deleteFlexCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/.snapshots/TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-44_1.snaphost b/test/e2e/.snapshots/TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-44_1.snaphost new file mode 100644 index 0000000000..673bbc1432 --- /dev/null +++ b/test/e2e/.snapshots/TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-44_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 447 +Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:39 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 64 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasFlexClusterResource::getFlexCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:38Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e36b31ead384fc6a213","mongoDBVersion":"8.0.6","name":"cluster-44","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-44_2.snaphost b/test/e2e/.snapshots/TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-44_2.snaphost new file mode 100644 index 0000000000..0df1e0b2fe --- /dev/null +++ b/test/e2e/.snapshots/TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-44_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 404 Not Found +Content-Length: 202 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:44:44 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 53 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasFlexClusterResource::getFlexCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"detail":"No cluster named cluster-44 exists in group 5efda6aea3f2ed2e7dd6ce05.","error":404,"errorCode":"CLUSTER_NOT_FOUND","parameters":["cluster-44","5efda6aea3f2ed2e7dd6ce05"],"reason":"Not Found"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexClustersFile/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-652_1.json b/test/e2e/.snapshots/TestFlexClustersFile/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-652_1.json deleted file mode 100644 index fc4ef92049..0000000000 --- a/test/e2e/.snapshots/TestFlexClustersFile/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-652_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 448 -Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:21 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 55 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasFlexClusterResource::getFlexCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:20Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a943720c31313777bd0","mongoDBVersion":"8.0.6","name":"cluster-652","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexClustersFile/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-652_2.json b/test/e2e/.snapshots/TestFlexClustersFile/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-652_2.json deleted file mode 100644 index 678880fd07..0000000000 --- a/test/e2e/.snapshots/TestFlexClustersFile/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-652_2.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 404 Not Found -Content-Length: 204 -Content-Type: application/json -Date: Mon, 31 Mar 2025 09:04:25 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 45 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasFlexClusterResource::getFlexCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"detail":"No cluster named cluster-652 exists in group 5efda6aea3f2ed2e7dd6ce05.","error":404,"errorCode":"CLUSTER_NOT_FOUND","parameters":["cluster-652","5efda6aea3f2ed2e7dd6ce05"],"reason":"Not Found"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexClustersFile/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.json b/test/e2e/.snapshots/TestFlexClustersFile/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.json deleted file mode 100644 index e5604cf270..0000000000 --- a/test/e2e/.snapshots/TestFlexClustersFile/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 480 -Content-Type: application/vnd.atlas.2024-11-13+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:19 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 581 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasFlexClusterResource::createFlexCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"backupSettings":{"enabled":true},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:20Z","groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a943720c31313777bd0","mongoDBVersion":"8.0.6","name":"cluster-652","providerSettings":{"backingProviderName":"AWS","diskSizeGB":5.0,"providerName":"FLEX","regionName":"US_EAST_1"},"stateName":"CREATING","tags":[{"key":"e2e_test","value":"yes"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestFlexClustersFile/memory.json b/test/e2e/.snapshots/TestFlexClustersFile/memory.json index 6fe44f03bf..40571173d7 100644 --- a/test/e2e/.snapshots/TestFlexClustersFile/memory.json +++ b/test/e2e/.snapshots/TestFlexClustersFile/memory.json @@ -1 +1 @@ -{"clusterFileName":"cluster-652"} \ No newline at end of file +{"clusterFileName":"cluster-44"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/Connect_OIDC_IdP_WORKFORCE/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_2.snaphost b/test/e2e/.snapshots/TestIdentityProviders/Connect_OIDC_IdP_WORKFORCE/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_2.snaphost new file mode 100644 index 0000000000..5f0bab44aa --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/Connect_OIDC_IdP_WORKFORCE/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 251 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:11 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 39 +X-Frame-Options: DENY +X-Java-Method: ApiConnectedOrgConfigsResource::getConnectedOrgConfig +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"dataAccessIdentityProviderIds":["67ea8e56b31ead384fc6ad1c"],"domainAllowList":[],"domainRestrictionEnabled":false,"identityProviderId":null,"orgId":"5efda682a3f2ed2e7dd6cde4","postAuthRoleGrants":["ORG_OWNER"],"roleMappings":[],"userConflicts":null} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/Connect_OIDC_IdP_WORKFORCE/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_2.snaphost b/test/e2e/.snapshots/TestIdentityProviders/Connect_OIDC_IdP_WORKFORCE/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_2.snaphost new file mode 100644 index 0000000000..a7262af6a1 --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/Connect_OIDC_IdP_WORKFORCE/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 278 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:11 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 65 +X-Frame-Options: DENY +X-Java-Method: ApiConnectedOrgConfigsResource::updateConnectedOrgConfig +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"dataAccessIdentityProviderIds":["67ea8e56b31ead384fc6ad1c","67ea8e56b31ead384fc6ad2b"],"domainAllowList":[],"domainRestrictionEnabled":false,"identityProviderId":null,"orgId":"5efda682a3f2ed2e7dd6cde4","postAuthRoleGrants":["ORG_OWNER"],"roleMappings":[],"userConflicts":null} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/Connect_OIDC_IdP_WORKLOAD/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_1.snaphost b/test/e2e/.snapshots/TestIdentityProviders/Connect_OIDC_IdP_WORKLOAD/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_1.snaphost new file mode 100644 index 0000000000..12fad4da79 --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/Connect_OIDC_IdP_WORKLOAD/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 225 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:10 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 36 +X-Frame-Options: DENY +X-Java-Method: ApiConnectedOrgConfigsResource::getConnectedOrgConfig +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"dataAccessIdentityProviderIds":[],"domainAllowList":[],"domainRestrictionEnabled":false,"identityProviderId":null,"orgId":"5efda682a3f2ed2e7dd6cde4","postAuthRoleGrants":["ORG_OWNER"],"roleMappings":[],"userConflicts":null} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/Connect_OIDC_IdP_WORKLOAD/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_1.snaphost b/test/e2e/.snapshots/TestIdentityProviders/Connect_OIDC_IdP_WORKLOAD/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_1.snaphost new file mode 100644 index 0000000000..49608cc43f --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/Connect_OIDC_IdP_WORKLOAD/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 251 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:10 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 67 +X-Frame-Options: DENY +X-Java-Method: ApiConnectedOrgConfigsResource::updateConnectedOrgConfig +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"dataAccessIdentityProviderIds":["67ea8e56b31ead384fc6ad1c"],"domainAllowList":[],"domainRestrictionEnabled":false,"identityProviderId":null,"orgId":"5efda682a3f2ed2e7dd6cde4","postAuthRoleGrants":["ORG_OWNER"],"roleMappings":[],"userConflicts":null} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/Create_OIDC_IdP_WORKFORCE/POST__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_2.snaphost b/test/e2e/.snapshots/TestIdentityProviders/Create_OIDC_IdP_WORKFORCE/POST__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_2.snaphost new file mode 100644 index 0000000000..c961c25433 --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/Create_OIDC_IdP_WORKFORCE/POST__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 446 +Content-Type: application/vnd.atlas.2023-11-15+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:10 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 72 +X-Frame-Options: DENY +X-Java-Method: ApiFederationSettingsResource::createIdentityProvider +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"associatedDomains":["iam-test-domain-dev.com"],"associatedOrgs":[],"audience":"idp-292","authorizationType":"GROUP","clientId":"cliClients","createdAt":"2025-03-31T12:45:10Z","description":"CLI TEST Provider","displayName":"idp-292","groupsClaim":"groups","id":"67ea8e56b31ead384fc6ad2b","idpType":"WORKFORCE","issuerUri":"https://accounts.google.com","oktaIdpId":null,"protocol":"OIDC","requestedScopes":[],"updatedAt":null,"userClaim":"user"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/Create_OIDC_IdP_WORKLOAD/POST__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_1.snaphost b/test/e2e/.snapshots/TestIdentityProviders/Create_OIDC_IdP_WORKLOAD/POST__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_1.snaphost new file mode 100644 index 0000000000..baa11424db --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/Create_OIDC_IdP_WORKLOAD/POST__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 352 +Content-Type: application/vnd.atlas.2023-11-15+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:10 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 81 +X-Frame-Options: DENY +X-Java-Method: ApiFederationSettingsResource::createIdentityProvider +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"associatedOrgs":[],"audience":"idp-115","authorizationType":"GROUP","createdAt":"2025-03-31T12:45:10Z","description":"CLI TEST Provider","displayName":"idp-115","groupsClaim":"groups","id":"67ea8e56b31ead384fc6ad1c","idpType":"WORKLOAD","issuerUri":"https://accounts.google.com","oktaIdpId":null,"protocol":"OIDC","updatedAt":null,"userClaim":"user"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/DELETE__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad1c_1.snaphost b/test/e2e/.snapshots/TestIdentityProviders/DELETE__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad1c_1.snaphost new file mode 100644 index 0000000000..c9a64c2f72 --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/DELETE__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad1c_1.snaphost @@ -0,0 +1,14 @@ +HTTP/2.0 204 No Content +Content-Type: application/vnd.atlas.2023-11-15+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:14 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 47 +X-Frame-Options: DENY +X-Java-Method: ApiFederationSettingsResource::deleteIdentityProvider +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + diff --git a/test/e2e/.snapshots/TestIdentityProviders/DELETE__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad1c_jwks_1.snaphost b/test/e2e/.snapshots/TestIdentityProviders/DELETE__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad1c_jwks_1.snaphost new file mode 100644 index 0000000000..97803fd576 --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/DELETE__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad1c_jwks_1.snaphost @@ -0,0 +1,14 @@ +HTTP/2.0 204 No Content +Content-Type: application/vnd.atlas.2023-11-15+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:13 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 38 +X-Frame-Options: DENY +X-Java-Method: ApiFederationSettingsResource::revokeJwksFromIdentityProvider +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + diff --git a/test/e2e/.snapshots/TestIdentityProviders/DELETE__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad2b_1.snaphost b/test/e2e/.snapshots/TestIdentityProviders/DELETE__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad2b_1.snaphost new file mode 100644 index 0000000000..b8115e6221 --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/DELETE__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad2b_1.snaphost @@ -0,0 +1,14 @@ +HTTP/2.0 204 No Content +Content-Type: application/vnd.atlas.2023-11-15+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:13 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 56 +X-Frame-Options: DENY +X-Java-Method: ApiFederationSettingsResource::deleteIdentityProvider +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + diff --git a/test/e2e/.snapshots/TestIdentityProviders/DELETE__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad2b_jwks_1.snaphost b/test/e2e/.snapshots/TestIdentityProviders/DELETE__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad2b_jwks_1.snaphost new file mode 100644 index 0000000000..97803fd576 --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/DELETE__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad2b_jwks_1.snaphost @@ -0,0 +1,14 @@ +HTTP/2.0 204 No Content +Content-Type: application/vnd.atlas.2023-11-15+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:13 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 38 +X-Frame-Options: DENY +X-Java-Method: ApiFederationSettingsResource::revokeJwksFromIdentityProvider +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + diff --git a/test/e2e/.snapshots/TestIdentityProviders/Describe_OIDC_IdP_WORKFORCE#01/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad2b_2.snaphost b/test/e2e/.snapshots/TestIdentityProviders/Describe_OIDC_IdP_WORKFORCE#01/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad2b_2.snaphost new file mode 100644 index 0000000000..b332eaa538 --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/Describe_OIDC_IdP_WORKFORCE#01/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad2b_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 446 +Content-Type: application/vnd.atlas.2023-11-15+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:13 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 18 +X-Frame-Options: DENY +X-Java-Method: ApiFederationSettingsResource::getIdentityProviderById +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"associatedDomains":["iam-test-domain-dev.com"],"associatedOrgs":[],"audience":"idp-292","authorizationType":"GROUP","clientId":"cliClients","createdAt":"2025-03-31T12:45:10Z","description":"CLI TEST Provider","displayName":"idp-292","groupsClaim":"groups","id":"67ea8e56b31ead384fc6ad2b","idpType":"WORKFORCE","issuerUri":"https://accounts.google.com","oktaIdpId":null,"protocol":"OIDC","requestedScopes":[],"updatedAt":null,"userClaim":"user"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/Describe_OIDC_IdP_WORKFORCE/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad2b_1.snaphost b/test/e2e/.snapshots/TestIdentityProviders/Describe_OIDC_IdP_WORKFORCE/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad2b_1.snaphost new file mode 100644 index 0000000000..cdf9ef0ca5 --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/Describe_OIDC_IdP_WORKFORCE/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_67ea8e56b31ead384fc6ad2b_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 446 +Content-Type: application/vnd.atlas.2023-11-15+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:11 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 29 +X-Frame-Options: DENY +X-Java-Method: ApiFederationSettingsResource::getIdentityProviderById +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"associatedDomains":["iam-test-domain-dev.com"],"associatedOrgs":[],"audience":"idp-292","authorizationType":"GROUP","clientId":"cliClients","createdAt":"2025-03-31T12:45:10Z","description":"CLI TEST Provider","displayName":"idp-292","groupsClaim":"groups","id":"67ea8e56b31ead384fc6ad2b","idpType":"WORKFORCE","issuerUri":"https://accounts.google.com","oktaIdpId":null,"protocol":"OIDC","requestedScopes":[],"updatedAt":null,"userClaim":"user"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/Describe_an_org_federation_settings/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_federationSettings_1.snaphost b/test/e2e/.snapshots/TestIdentityProviders/Describe_an_org_federation_settings/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_federationSettings_1.snaphost new file mode 100644 index 0000000000..a99ecea3ea --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/Describe_an_org_federation_settings/GET__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_federationSettings_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 141 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:10 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 24 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationsResource::getFederationSettings +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"federatedDomains":[],"hasRoleMappings":false,"id":"656e4d8e91cb7d26db1bc9c6","identityProviderId":null,"identityProviderStatus":"INACTIVE"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/Describe_connectedOrgsConfig/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_3.snaphost b/test/e2e/.snapshots/TestIdentityProviders/Describe_connectedOrgsConfig/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_3.snaphost new file mode 100644 index 0000000000..c7e9d2aac6 --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/Describe_connectedOrgsConfig/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_3.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 278 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:11 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 31 +X-Frame-Options: DENY +X-Java-Method: ApiConnectedOrgConfigsResource::getConnectedOrgConfig +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"dataAccessIdentityProviderIds":["67ea8e56b31ead384fc6ad1c","67ea8e56b31ead384fc6ad2b"],"domainAllowList":[],"domainRestrictionEnabled":false,"identityProviderId":null,"orgId":"5efda682a3f2ed2e7dd6cde4","postAuthRoleGrants":["ORG_OWNER"],"roleMappings":[],"userConflicts":null} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/Disconnect_OIDC_IdP_WORKFORCE/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_5.snaphost b/test/e2e/.snapshots/TestIdentityProviders/Disconnect_OIDC_IdP_WORKFORCE/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_5.snaphost new file mode 100644 index 0000000000..2e84879374 --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/Disconnect_OIDC_IdP_WORKFORCE/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_5.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 251 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:12 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 48 +X-Frame-Options: DENY +X-Java-Method: ApiConnectedOrgConfigsResource::getConnectedOrgConfig +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"dataAccessIdentityProviderIds":["67ea8e56b31ead384fc6ad2b"],"domainAllowList":[],"domainRestrictionEnabled":false,"identityProviderId":null,"orgId":"5efda682a3f2ed2e7dd6cde4","postAuthRoleGrants":["ORG_OWNER"],"roleMappings":[],"userConflicts":null} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/Disconnect_OIDC_IdP_WORKFORCE/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_4.snaphost b/test/e2e/.snapshots/TestIdentityProviders/Disconnect_OIDC_IdP_WORKFORCE/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_4.snaphost new file mode 100644 index 0000000000..8c14e73ad3 --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/Disconnect_OIDC_IdP_WORKFORCE/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_4.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 225 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:12 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 67 +X-Frame-Options: DENY +X-Java-Method: ApiConnectedOrgConfigsResource::updateConnectedOrgConfig +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"dataAccessIdentityProviderIds":[],"domainAllowList":[],"domainRestrictionEnabled":false,"identityProviderId":null,"orgId":"5efda682a3f2ed2e7dd6cde4","postAuthRoleGrants":["ORG_OWNER"],"roleMappings":[],"userConflicts":null} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/Disconnect_OIDC_IdP_WORKLOAD/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_4.snaphost b/test/e2e/.snapshots/TestIdentityProviders/Disconnect_OIDC_IdP_WORKLOAD/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_4.snaphost new file mode 100644 index 0000000000..77565fba60 --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/Disconnect_OIDC_IdP_WORKLOAD/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_4.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 278 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:11 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 38 +X-Frame-Options: DENY +X-Java-Method: ApiConnectedOrgConfigsResource::getConnectedOrgConfig +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"dataAccessIdentityProviderIds":["67ea8e56b31ead384fc6ad1c","67ea8e56b31ead384fc6ad2b"],"domainAllowList":[],"domainRestrictionEnabled":false,"identityProviderId":null,"orgId":"5efda682a3f2ed2e7dd6cde4","postAuthRoleGrants":["ORG_OWNER"],"roleMappings":[],"userConflicts":null} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/Disconnect_OIDC_IdP_WORKLOAD/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_3.snaphost b/test/e2e/.snapshots/TestIdentityProviders/Disconnect_OIDC_IdP_WORKLOAD/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_3.snaphost new file mode 100644 index 0000000000..ff838e6ecd --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/Disconnect_OIDC_IdP_WORKLOAD/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_3.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 251 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:11 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 77 +X-Frame-Options: DENY +X-Java-Method: ApiConnectedOrgConfigsResource::updateConnectedOrgConfig +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"dataAccessIdentityProviderIds":["67ea8e56b31ead384fc6ad2b"],"domainAllowList":[],"domainRestrictionEnabled":false,"identityProviderId":null,"orgId":"5efda682a3f2ed2e7dd6cde4","postAuthRoleGrants":["ORG_OWNER"],"roleMappings":[],"userConflicts":null} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_1.snaphost b/test/e2e/.snapshots/TestIdentityProviders/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_1.snaphost new file mode 100644 index 0000000000..1ebc3f4afb --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 673 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:12 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 31 +X-Frame-Options: DENY +X-Java-Method: ApiFederationSettingsResource::getAllIdentityProviders +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/federationSettings/656e4d8e91cb7d26db1bc9c6/identityProviders?idpType=WORKFORCE&protocol=OIDC&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"associatedDomains":["iam-test-domain-dev.com"],"associatedOrgs":[],"audience":"idp-292","authorizationType":"GROUP","clientId":"cliClients","createdAt":"2025-03-31T12:45:10Z","description":"CLI TEST Provider","displayName":"idp-292","groupsClaim":"groups","id":"67ea8e56b31ead384fc6ad2b","idpType":"WORKFORCE","issuerUri":"https://accounts.google.com","oktaIdpId":null,"protocol":"OIDC","requestedScopes":[],"updatedAt":null,"userClaim":"user"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_2.snaphost b/test/e2e/.snapshots/TestIdentityProviders/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_2.snaphost new file mode 100644 index 0000000000..354b2205da --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1013 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:12 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 21 +X-Frame-Options: DENY +X-Java-Method: ApiFederationSettingsResource::getAllIdentityProviders +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/federationSettings/656e4d8e91cb7d26db1bc9c6/identityProviders?idpType=WORKLOAD&protocol=OIDC&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"associatedOrgs":[],"audience":"idp-115","authorizationType":"GROUP","createdAt":"2025-03-31T12:45:10Z","description":"CLI TEST Provider","displayName":"idp-115","groupsClaim":"groups","id":"67ea8e56b31ead384fc6ad1c","idpType":"WORKLOAD","issuerUri":"https://accounts.google.com","oktaIdpId":null,"protocol":"OIDC","updatedAt":null,"userClaim":"user"},{"associatedOrgs":[],"audience":"idp-195-96969c56155eeb7774e4596e6e3e65b5fc492e5d","authorizationType":"GROUP","createdAt":"2025-03-18T01:40:21Z","description":"CLI TEST Provider","displayName":"idp-195-96969c56155eeb7774e4596e6e3e65b5fc492e5d","groupsClaim":"groups","id":"67d8cf052f125539987fee8b","idpType":"WORKLOAD","issuerUri":"https://accounts.google.com","oktaIdpId":null,"protocol":"OIDC","updatedAt":null,"userClaim":"user"}],"totalCount":2} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_3.snaphost b/test/e2e/.snapshots/TestIdentityProviders/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_3.snaphost new file mode 100644 index 0000000000..834cde250b --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_3.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 962 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:13 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 20 +X-Frame-Options: DENY +X-Java-Method: ApiFederationSettingsResource::getAllIdentityProviders +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/federationSettings/656e4d8e91cb7d26db1bc9c6/identityProviders?idpType=WORKFORCE&protocol=SAML&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"acsUrl":"https://auth-qa.mongodb.com/sso/saml2/0oa17ziag59V93JYS358","associatedDomains":["iam-test-domain-dev.com"],"associatedOrgs":[],"audienceUri":"https://www.okta.com/saml2/service-provider/spkcaajgznyowoyqsiqn","createdAt":"2024-07-30T15:11:58Z","description":"","displayName":"FedTest","id":"66a902c08811d46a1db437ca","idpType":"WORKFORCE","issuerUri":"urn:idp:default","oktaIdpId":"0oa17ziag59V93JYS358","pemFileInfo":{"certificates":[{"notAfter":"2051-12-16T14:28:59Z","notBefore":"2024-07-30T14:28:59Z"}],"fileName":null},"protocol":"SAML","requestBinding":"HTTP-POST","responseSignatureAlgorithm":"SHA-256","slug":"","ssoDebugEnabled":true,"ssoUrl":"http://localhost","status":"ACTIVE","updatedAt":"2024-07-30T15:12:50Z"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/List_connectedOrgsConfig/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_1.snaphost b/test/e2e/.snapshots/TestIdentityProviders/List_connectedOrgsConfig/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_1.snaphost new file mode 100644 index 0000000000..64dde0ba35 --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/List_connectedOrgsConfig/GET__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 422 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:13 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 22 +X-Frame-Options: DENY +X-Java-Method: ApiConnectedOrgConfigsResource::getAllConnectedOrgConfigs +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/federationSettings/656e4d8e91cb7d26db1bc9c6/connectedOrgConfigs?pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"dataAccessIdentityProviderIds":[],"domainAllowList":[],"domainRestrictionEnabled":false,"identityProviderId":null,"orgId":"5efda682a3f2ed2e7dd6cde4","postAuthRoleGrants":["ORG_OWNER"],"roleMappings":[],"userConflicts":null}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/Update_connected_org_config/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_5.snaphost b/test/e2e/.snapshots/TestIdentityProviders/Update_connected_org_config/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_5.snaphost new file mode 100644 index 0000000000..01607df5b1 --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/Update_connected_org_config/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_5.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 254 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:12 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 66 +X-Frame-Options: DENY +X-Java-Method: ApiConnectedOrgConfigsResource::updateConnectedOrgConfig +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"dataAccessIdentityProviderIds":[],"domainAllowList":["https://accounts.google.com"],"domainRestrictionEnabled":false,"identityProviderId":null,"orgId":"5efda682a3f2ed2e7dd6cde4","postAuthRoleGrants":["ORG_OWNER"],"roleMappings":[],"userConflicts":null} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/Update_connected_org_config_back/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_6.snaphost b/test/e2e/.snapshots/TestIdentityProviders/Update_connected_org_config_back/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_6.snaphost new file mode 100644 index 0000000000..2185f45ba9 --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/Update_connected_org_config_back/PATCH__api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_5efda682a3f2ed2e7dd6cde4_6.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 225 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:12 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 64 +X-Frame-Options: DENY +X-Java-Method: ApiConnectedOrgConfigsResource::updateConnectedOrgConfig +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"dataAccessIdentityProviderIds":[],"domainAllowList":[],"domainRestrictionEnabled":false,"identityProviderId":null,"orgId":"5efda682a3f2ed2e7dd6cde4","postAuthRoleGrants":["ORG_OWNER"],"roleMappings":[],"userConflicts":null} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestIdentityProviders/memory.json b/test/e2e/.snapshots/TestIdentityProviders/memory.json new file mode 100644 index 0000000000..9e26dfeeb6 --- /dev/null +++ b/test/e2e/.snapshots/TestIdentityProviders/memory.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithStdin/DELETE__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_userSecurity_ldap_userToDNMapping_1.json b/test/e2e/.snapshots/TestLDAPWithFlags/Delete/DELETE__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_userToDNMapping_1.snaphost similarity index 78% rename from test/e2e/.snapshots/TestLDAPWithStdin/DELETE__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_userSecurity_ldap_userToDNMapping_1.json rename to test/e2e/.snapshots/TestLDAPWithFlags/Delete/DELETE__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_userToDNMapping_1.snaphost index ed63ac8751..cd684b169a 100644 --- a/test/e2e/.snapshots/TestLDAPWithStdin/DELETE__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_userSecurity_ldap_userToDNMapping_1.json +++ b/test/e2e/.snapshots/TestLDAPWithFlags/Delete/DELETE__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_userToDNMapping_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 167 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:30:30 GMT +Date: Mon, 31 Mar 2025 12:54:03 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 131 +X-Envoy-Upstream-Service-Time: 140 X-Frame-Options: DENY X-Java-Method: ApiAtlasUserSecurityResource::deleteUserSecurityLdapUserToDNMapping X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"customerX509":{},"ldap":{"authenticationEnabled":false,"authorizationEnabled":false,"bindUsername":"cn=admin,dc=example,dc=org","hostname":"localhost","port":19657}} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_logs-826_1.json b/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_clusters_ldap-820_1.snaphost similarity index 62% rename from test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_logs-826_1.json rename to test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_clusters_ldap-820_1.snaphost index 451d793626..396d996ead 100644 --- a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_logs-826_1.json +++ b/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_clusters_ldap-820_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1817 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:06 GMT +Date: Mon, 31 Mar 2025 12:45:39 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 74 +X-Envoy-Upstream-Service-Time: 58 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:23:06Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5ef8e470643dc2f6f456","id":"67ea5efa6257d31a195f31bc","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/clusters/logs-826","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/clusters/logs-826/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/clusters/logs-826/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"logs-826","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5efa6257d31a195f31ac","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5efa6257d31a195f31b4","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:45:38Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e6fb31ead384fc6af30","id":"67ea8e72b31ead384fc6b0c8","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/clusters/ldap-820","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/clusters/ldap-820/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/clusters/ldap-820/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"ldap-820","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e72b31ead384fc6b078","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e72b31ead384fc6b097","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_clusters_ldap-181_2.json b/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_clusters_ldap-820_2.snaphost similarity index 56% rename from test/e2e/.snapshots/TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_clusters_ldap-181_2.json rename to test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_clusters_ldap-820_2.snaphost index 773433e15b..bcd2b63cea 100644 --- a/test/e2e/.snapshots/TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_clusters_ldap-181_2.json +++ b/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_clusters_ldap-820_2.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2102 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:30:29 GMT +Date: Mon, 31 Mar 2025 12:53:56 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 60 +X-Envoy-Upstream-Service-Time: 65 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ldap-181-shard-00-00.jxbct.mongodb-dev.net:27017,ldap-181-shard-00-01.jxbct.mongodb-dev.net:27017,ldap-181-shard-00-02.jxbct.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-s9k5c0-shard-0","standardSrv":"mongodb+srv://ldap-181.jxbct.mongodb-dev.net"},"createDate":"2025-03-31T09:22:53Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5eebe470643dc2f6f39c","id":"67ea5eed6257d31a195f3175","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5eebe470643dc2f6f39c/clusters/ldap-181","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5eebe470643dc2f6f39c/clusters/ldap-181/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5eebe470643dc2f6f39c/clusters/ldap-181/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"ldap-181","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5eed6257d31a195f3164","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5eed6257d31a195f316c","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ldap-820-shard-00-00.vu6ah.mongodb-dev.net:27017,ldap-820-shard-00-01.vu6ah.mongodb-dev.net:27017,ldap-820-shard-00-02.vu6ah.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-3y6387-shard-0","standardSrv":"mongodb+srv://ldap-820.vu6ah.mongodb-dev.net"},"createDate":"2025-03-31T12:45:38Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e6fb31ead384fc6af30","id":"67ea8e72b31ead384fc6b0c8","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/clusters/ldap-820","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/clusters/ldap-820/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/clusters/ldap-820/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"ldap-820","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e72b31ead384fc6b078","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e72b31ead384fc6b097","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_provider_regions_1.json b/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_clusters_provider_regions_1.snaphost similarity index 90% rename from test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_provider_regions_1.json rename to test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_clusters_provider_regions_1.snaphost index f9b1deefdf..30b7eeb1eb 100644 --- a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_provider_regions_1.json +++ b/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_clusters_provider_regions_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 1556 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:06 GMT +Date: Mon, 31 Mar 2025 12:45:38 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -10,7 +10,7 @@ X-Envoy-Upstream-Service-Time: 58 X-Frame-Options: DENY X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost b/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost new file mode 100644 index 0000000000..8b9f7a2d69 --- /dev/null +++ b/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost @@ -0,0 +1,15 @@ +HTTP/2.0 200 OK +Content-Length: 3 +Content-Type: text/plain +Date: Mon, 31 Mar 2025 12:45:37 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Vary: Accept-Encoding +X-Content-Type-Options: nosniff +X-Frame-Options: DENY +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none +X-Xgen-Up-Proto: HTTP/2 + +8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_1.json b/test/e2e/.snapshots/TestLDAPWithFlags/Get/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_1.snaphost similarity index 80% rename from test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_1.json rename to test/e2e/.snapshots/TestLDAPWithFlags/Get/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_1.snaphost index 59b5cb0c64..cadb6ac6a7 100644 --- a/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_1.json +++ b/test/e2e/.snapshots/TestLDAPWithFlags/Get/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 285 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:50 GMT +Date: Mon, 31 Mar 2025 12:54:02 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 30 +X-Envoy-Upstream-Service-Time: 29 X-Frame-Options: DENY X-Java-Method: ApiAtlasUserSecurityResource::getUserSecurity X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"customerX509":{},"ldap":{"authenticationEnabled":false,"authorizationEnabled":false,"bindUsername":"cn=admin,dc=example,dc=org","hostname":"localhost","port":19657,"userToDNMapping":[{"match":"(.+)@ENGINEERING.EXAMPLE.COM","substitution":"cn={0},ou=engineering,dc=example,dc=com"}]}} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_ldap_verify_67ea5ee56257d31a195f3152_2.json b/test/e2e/.snapshots/TestLDAPWithFlags/Get_Status/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_verify_67ea906484391f6c24ea74a6_3.snaphost similarity index 59% rename from test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_ldap_verify_67ea5ee56257d31a195f3152_2.json rename to test/e2e/.snapshots/TestLDAPWithFlags/Get_Status/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_verify_67ea906484391f6c24ea74a6_3.snaphost index a9107f5d2f..b1eec3d10b 100644 --- a/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_ldap_verify_67ea5ee56257d31a195f3152_2.json +++ b/test/e2e/.snapshots/TestLDAPWithFlags/Get_Status/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_verify_67ea906484391f6c24ea74a6_3.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 431 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:49 GMT +Date: Mon, 31 Mar 2025 12:54:01 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 33 +X-Envoy-Upstream-Service-Time: 47 X-Frame-Options: DENY X-Java-Method: ApiAtlasUserSecurityResource::checkLDAPVerifyConnectivityRequestStatus X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"groupId":"67ea5a8f45e7f051644d2f42","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/userSecurity/ldap/verify/67ea5ee56257d31a195f3152","rel":"self"}],"request":{"authzQueryTemplate":"","bindUsername":"cn=admin,dc=example,dc=org","hostname":"localhost","port":19657},"requestId":"67ea5ee56257d31a195f3152","status":"FAILED","validations":[{"status":"FAIL","validationType":"CONNECT"}]} \ No newline at end of file +{"groupId":"67ea8e6fb31ead384fc6af30","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/userSecurity/ldap/verify/67ea906484391f6c24ea74a6","rel":"self"}],"request":{"authzQueryTemplate":"","bindUsername":"cn=admin,dc=example,dc=org","hostname":"localhost","port":19657},"requestId":"67ea906484391f6c24ea74a6","status":"FAILED","validations":[{"status":"FAIL","validationType":"CONNECT"}]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithFlags/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestLDAPWithFlags/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 94cd8d395f..0000000000 --- a/test/e2e/.snapshots/TestLDAPWithFlags/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1089 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:15 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1185 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:04:16Z","id":"67ea5a8f45e7f051644d2f42","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"ldap-e2e-553","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithFlags/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestLDAPWithFlags/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..5e97e952c0 --- /dev/null +++ b/test/e2e/.snapshots/TestLDAPWithFlags/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1089 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:35 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1847 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:45:37Z","id":"67ea8e6fb31ead384fc6af30","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"ldap-e2e-993","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithFlags/POST__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_clusters_1.json b/test/e2e/.snapshots/TestLDAPWithFlags/POST__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_clusters_1.snaphost similarity index 62% rename from test/e2e/.snapshots/TestLDAPWithFlags/POST__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_clusters_1.json rename to test/e2e/.snapshots/TestLDAPWithFlags/POST__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_clusters_1.snaphost index 24025e9504..397cfd7dcc 100644 --- a/test/e2e/.snapshots/TestLDAPWithFlags/POST__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_clusters_1.json +++ b/test/e2e/.snapshots/TestLDAPWithFlags/POST__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1807 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:16 GMT +Date: Mon, 31 Mar 2025 12:45:38 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 589 +X-Envoy-Upstream-Service-Time: 584 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:17Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a8f45e7f051644d2f42","id":"67ea5a9145e7f051644d2fe3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/clusters/ldap-696","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/clusters/ldap-696/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/clusters/ldap-696/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"ldap-696","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a9145e7f051644d2fcd","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a9145e7f051644d2fd7","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:45:38Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e6fb31ead384fc6af30","id":"67ea8e72b31ead384fc6b0c8","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/clusters/ldap-820","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/clusters/ldap-820/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/clusters/ldap-820/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"ldap-820","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e72b31ead384fc6b078","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e72b31ead384fc6b097","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithFlags/PATCH__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_1.json b/test/e2e/.snapshots/TestLDAPWithFlags/Save/PATCH__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_1.snaphost similarity index 80% rename from test/e2e/.snapshots/TestLDAPWithFlags/PATCH__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_1.json rename to test/e2e/.snapshots/TestLDAPWithFlags/Save/PATCH__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_1.snaphost index f3133f921e..1762933300 100644 --- a/test/e2e/.snapshots/TestLDAPWithFlags/PATCH__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_1.json +++ b/test/e2e/.snapshots/TestLDAPWithFlags/Save/PATCH__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 285 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:50 GMT +Date: Mon, 31 Mar 2025 12:54:02 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 152 +X-Envoy-Upstream-Service-Time: 85 X-Frame-Options: DENY X-Java-Method: ApiAtlasUserSecurityResource::patchUserSecurity X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"customerX509":{},"ldap":{"authenticationEnabled":false,"authorizationEnabled":false,"bindUsername":"cn=admin,dc=example,dc=org","hostname":"localhost","port":19657,"userToDNMapping":[{"match":"(.+)@ENGINEERING.EXAMPLE.COM","substitution":"cn={0},ou=engineering,dc=example,dc=com"}]}} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithFlags/POST__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_ldap_verify_1.json b/test/e2e/.snapshots/TestLDAPWithFlags/Verify/POST__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_verify_1.snaphost similarity index 56% rename from test/e2e/.snapshots/TestLDAPWithFlags/POST__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_ldap_verify_1.json rename to test/e2e/.snapshots/TestLDAPWithFlags/Verify/POST__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_verify_1.snaphost index 21041872b6..467b0db4d9 100644 --- a/test/e2e/.snapshots/TestLDAPWithFlags/POST__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_ldap_verify_1.json +++ b/test/e2e/.snapshots/TestLDAPWithFlags/Verify/POST__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_verify_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 388 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:45 GMT +Date: Mon, 31 Mar 2025 12:53:56 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 142 +X-Envoy-Upstream-Service-Time: 275 X-Frame-Options: DENY X-Java-Method: ApiAtlasUserSecurityResource::createLDAPVerifyConnectivityRequest X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"groupId":"67ea5a8f45e7f051644d2f42","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/userSecurity/ldap/verify/67ea5ee56257d31a195f3152","rel":"self"}],"request":{"authzQueryTemplate":"","bindUsername":"cn=admin,dc=example,dc=org","hostname":"localhost","port":19657},"requestId":"67ea5ee56257d31a195f3152","status":"PENDING","validations":[]} \ No newline at end of file +{"groupId":"67ea8e6fb31ead384fc6af30","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/userSecurity/ldap/verify/67ea906484391f6c24ea74a6","rel":"self"}],"request":{"authzQueryTemplate":"","bindUsername":"cn=admin,dc=example,dc=org","hostname":"localhost","port":19657},"requestId":"67ea906484391f6c24ea74a6","status":"PENDING","validations":[]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_ldap_verify_67ea5ee56257d31a195f3152_1.json b/test/e2e/.snapshots/TestLDAPWithFlags/Watch/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_verify_67ea906484391f6c24ea74a6_1.snaphost similarity index 57% rename from test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_ldap_verify_67ea5ee56257d31a195f3152_1.json rename to test/e2e/.snapshots/TestLDAPWithFlags/Watch/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_verify_67ea906484391f6c24ea74a6_1.snaphost index 322029f6ce..d33818689e 100644 --- a/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_ldap_verify_67ea5ee56257d31a195f3152_1.json +++ b/test/e2e/.snapshots/TestLDAPWithFlags/Watch/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_verify_67ea906484391f6c24ea74a6_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 388 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:45 GMT +Date: Mon, 31 Mar 2025 12:53:57 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 45 +X-Envoy-Upstream-Service-Time: 44 X-Frame-Options: DENY X-Java-Method: ApiAtlasUserSecurityResource::checkLDAPVerifyConnectivityRequestStatus X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"groupId":"67ea5a8f45e7f051644d2f42","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/userSecurity/ldap/verify/67ea5ee56257d31a195f3152","rel":"self"}],"request":{"authzQueryTemplate":"","bindUsername":"cn=admin,dc=example,dc=org","hostname":"localhost","port":19657},"requestId":"67ea5ee56257d31a195f3152","status":"PENDING","validations":[]} \ No newline at end of file +{"groupId":"67ea8e6fb31ead384fc6af30","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/userSecurity/ldap/verify/67ea906484391f6c24ea74a6","rel":"self"}],"request":{"authzQueryTemplate":"","bindUsername":"cn=admin,dc=example,dc=org","hostname":"localhost","port":19657},"requestId":"67ea906484391f6c24ea74a6","status":"PENDING","validations":[]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithFlags/Watch/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_verify_67ea906484391f6c24ea74a6_2.snaphost b/test/e2e/.snapshots/TestLDAPWithFlags/Watch/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_verify_67ea906484391f6c24ea74a6_2.snaphost new file mode 100644 index 0000000000..f598a6f0e7 --- /dev/null +++ b/test/e2e/.snapshots/TestLDAPWithFlags/Watch/GET__api_atlas_v2_groups_67ea8e6fb31ead384fc6af30_userSecurity_ldap_verify_67ea906484391f6c24ea74a6_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 431 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:54:01 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 29 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasUserSecurityResource::checkLDAPVerifyConnectivityRequestStatus +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"groupId":"67ea8e6fb31ead384fc6af30","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6fb31ead384fc6af30/userSecurity/ldap/verify/67ea906484391f6c24ea74a6","rel":"self"}],"request":{"authzQueryTemplate":"","bindUsername":"cn=admin,dc=example,dc=org","hostname":"localhost","port":19657},"requestId":"67ea906484391f6c24ea74a6","status":"FAILED","validations":[{"status":"FAIL","validationType":"CONNECT"}]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithFlags/memory.json b/test/e2e/.snapshots/TestLDAPWithFlags/memory.json index d40a997c6f..9b262900c5 100644 --- a/test/e2e/.snapshots/TestLDAPWithFlags/memory.json +++ b/test/e2e/.snapshots/TestLDAPWithFlags/memory.json @@ -1 +1 @@ -{"ldapGenerateClusterName":"ldap-696"} \ No newline at end of file +{"ldapGenerateClusterName":"ldap-820"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithFlags/DELETE__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_ldap_userToDNMapping_1.json b/test/e2e/.snapshots/TestLDAPWithStdin/Delete/DELETE__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_userSecurity_ldap_userToDNMapping_1.snaphost similarity index 78% rename from test/e2e/.snapshots/TestLDAPWithFlags/DELETE__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_ldap_userToDNMapping_1.json rename to test/e2e/.snapshots/TestLDAPWithStdin/Delete/DELETE__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_userSecurity_ldap_userToDNMapping_1.snaphost index 32610dbe40..09ecf9ceac 100644 --- a/test/e2e/.snapshots/TestLDAPWithFlags/DELETE__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_userSecurity_ldap_userToDNMapping_1.json +++ b/test/e2e/.snapshots/TestLDAPWithStdin/Delete/DELETE__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_userSecurity_ldap_userToDNMapping_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 167 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:50 GMT +Date: Mon, 31 Mar 2025 13:02:51 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 93 +X-Envoy-Upstream-Service-Time: 96 X-Frame-Options: DENY X-Java-Method: ApiAtlasUserSecurityResource::deleteUserSecurityLdapUserToDNMapping X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"customerX509":{},"ldap":{"authenticationEnabled":false,"authorizationEnabled":false,"bindUsername":"cn=admin,dc=example,dc=org","hostname":"localhost","port":19657}} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_clusters_ldap-696_1.json b/test/e2e/.snapshots/TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_clusters_ldap-114_1.snaphost similarity index 62% rename from test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_clusters_ldap-696_1.json rename to test/e2e/.snapshots/TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_clusters_ldap-114_1.snaphost index 2bb4361d37..15854afdb0 100644 --- a/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_clusters_ldap-696_1.json +++ b/test/e2e/.snapshots/TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_clusters_ldap-114_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1817 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:17 GMT +Date: Mon, 31 Mar 2025 12:54:08 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 70 +X-Envoy-Upstream-Service-Time: 75 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:17Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a8f45e7f051644d2f42","id":"67ea5a9145e7f051644d2fe3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/clusters/ldap-696","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/clusters/ldap-696/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/clusters/ldap-696/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"ldap-696","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a9145e7f051644d2fcd","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a9145e7f051644d2fd7","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:54:07Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea906b84391f6c24ea74b2","id":"67ea906fb31ead384fc6b830","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea906b84391f6c24ea74b2/clusters/ldap-114","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea906b84391f6c24ea74b2/clusters/ldap-114/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea906b84391f6c24ea74b2/clusters/ldap-114/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"ldap-114","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea906fb31ead384fc6b81e","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea906fb31ead384fc6b826","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_logs-826_2.json b/test/e2e/.snapshots/TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_clusters_ldap-114_2.snaphost similarity index 56% rename from test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_logs-826_2.json rename to test/e2e/.snapshots/TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_clusters_ldap-114_2.snaphost index cf8912ba70..72cf9a8e2b 100644 --- a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_logs-826_2.json +++ b/test/e2e/.snapshots/TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_clusters_ldap-114_2.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2102 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:31:42 GMT +Date: Mon, 31 Mar 2025 13:02:49 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 67 +X-Envoy-Upstream-Service-Time: 58 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://logs-826-shard-00-00.vvbcx.mongodb-dev.net:27017,logs-826-shard-00-01.vvbcx.mongodb-dev.net:27017,logs-826-shard-00-02.vvbcx.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-fxumxd-shard-0","standardSrv":"mongodb+srv://logs-826.vvbcx.mongodb-dev.net"},"createDate":"2025-03-31T09:23:06Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5ef8e470643dc2f6f456","id":"67ea5efa6257d31a195f31bc","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/clusters/logs-826","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/clusters/logs-826/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/clusters/logs-826/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"logs-826","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5efa6257d31a195f31ac","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5efa6257d31a195f31b4","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ldap-114-shard-00-00.t8tld.mongodb-dev.net:27017,ldap-114-shard-00-01.t8tld.mongodb-dev.net:27017,ldap-114-shard-00-02.t8tld.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-12qeei-shard-0","standardSrv":"mongodb+srv://ldap-114.t8tld.mongodb-dev.net"},"createDate":"2025-03-31T12:54:07Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea906b84391f6c24ea74b2","id":"67ea906fb31ead384fc6b830","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea906b84391f6c24ea74b2/clusters/ldap-114","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea906b84391f6c24ea74b2/clusters/ldap-114/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea906b84391f6c24ea74b2/clusters/ldap-114/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"ldap-114","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea906fb31ead384fc6b81e","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea906fb31ead384fc6b826","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_clusters_provider_regions_1.json b/test/e2e/.snapshots/TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_clusters_provider_regions_1.snaphost similarity index 89% rename from test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_clusters_provider_regions_1.json rename to test/e2e/.snapshots/TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_clusters_provider_regions_1.snaphost index c861b0347d..94df31b390 100644 --- a/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_clusters_provider_regions_1.json +++ b/test/e2e/.snapshots/TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_clusters_provider_regions_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1556 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:16 GMT +Date: Mon, 31 Mar 2025 12:54:06 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 46 +X-Envoy-Upstream-Service-Time: 71 X-Frame-Options: DENY X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea906b84391f6c24ea74b2/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithStdin/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json b/test/e2e/.snapshots/TestLDAPWithStdin/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json deleted file mode 100644 index 4e94a1ebb0..0000000000 --- a/test/e2e/.snapshots/TestLDAPWithStdin/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json +++ /dev/null @@ -1,15 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 3 -Content-Type: text/plain -Date: Mon, 31 Mar 2025 09:22:53 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Vary: Accept-Encoding -X-Content-Type-Options: nosniff -X-Frame-Options: DENY -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none -X-Xgen-Up-Proto: HTTP/2 - -8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithStdin/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost b/test/e2e/.snapshots/TestLDAPWithStdin/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost new file mode 100644 index 0000000000..4d91d55a75 --- /dev/null +++ b/test/e2e/.snapshots/TestLDAPWithStdin/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost @@ -0,0 +1,15 @@ +HTTP/2.0 200 OK +Content-Length: 3 +Content-Type: text/plain +Date: Mon, 31 Mar 2025 12:54:06 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Vary: Accept-Encoding +X-Content-Type-Options: nosniff +X-Frame-Options: DENY +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none +X-Xgen-Up-Proto: HTTP/2 + +8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithStdin/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestLDAPWithStdin/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index fd1a5dfc49..0000000000 --- a/test/e2e/.snapshots/TestLDAPWithStdin/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1089 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:51 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1901 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:22:53Z","id":"67ea5eebe470643dc2f6f39c","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5eebe470643dc2f6f39c","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5eebe470643dc2f6f39c/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5eebe470643dc2f6f39c/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5eebe470643dc2f6f39c/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5eebe470643dc2f6f39c/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5eebe470643dc2f6f39c/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5eebe470643dc2f6f39c/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"ldap-e2e-698","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithStdin/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestLDAPWithStdin/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..eb4c142f2f --- /dev/null +++ b/test/e2e/.snapshots/TestLDAPWithStdin/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1089 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:54:03 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 2182 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:54:06Z","id":"67ea906b84391f6c24ea74b2","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea906b84391f6c24ea74b2","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea906b84391f6c24ea74b2/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea906b84391f6c24ea74b2/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea906b84391f6c24ea74b2/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea906b84391f6c24ea74b2/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea906b84391f6c24ea74b2/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea906b84391f6c24ea74b2/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"ldap-e2e-786","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLogs/POST__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_1.json b/test/e2e/.snapshots/TestLDAPWithStdin/POST__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_clusters_1.snaphost similarity index 62% rename from test/e2e/.snapshots/TestLogs/POST__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_1.json rename to test/e2e/.snapshots/TestLDAPWithStdin/POST__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_clusters_1.snaphost index ad538cecd8..3d8ce1e460 100644 --- a/test/e2e/.snapshots/TestLogs/POST__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_1.json +++ b/test/e2e/.snapshots/TestLDAPWithStdin/POST__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1807 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:06 GMT +Date: Mon, 31 Mar 2025 12:54:07 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 583 +X-Envoy-Upstream-Service-Time: 591 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:23:06Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5ef8e470643dc2f6f456","id":"67ea5efa6257d31a195f31bc","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/clusters/logs-826","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/clusters/logs-826/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/clusters/logs-826/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"logs-826","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5efa6257d31a195f31ac","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5efa6257d31a195f31b4","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:54:07Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea906b84391f6c24ea74b2","id":"67ea906fb31ead384fc6b830","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea906b84391f6c24ea74b2/clusters/ldap-114","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea906b84391f6c24ea74b2/clusters/ldap-114/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea906b84391f6c24ea74b2/clusters/ldap-114/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"ldap-114","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea906fb31ead384fc6b81e","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea906fb31ead384fc6b826","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithStdin/PATCH__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_userSecurity_1.json b/test/e2e/.snapshots/TestLDAPWithStdin/Save/PATCH__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_userSecurity_1.snaphost similarity index 80% rename from test/e2e/.snapshots/TestLDAPWithStdin/PATCH__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_userSecurity_1.json rename to test/e2e/.snapshots/TestLDAPWithStdin/Save/PATCH__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_userSecurity_1.snaphost index 89e9ed6544..0b87bdc118 100644 --- a/test/e2e/.snapshots/TestLDAPWithStdin/PATCH__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_userSecurity_1.json +++ b/test/e2e/.snapshots/TestLDAPWithStdin/Save/PATCH__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_userSecurity_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 285 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:30:30 GMT +Date: Mon, 31 Mar 2025 13:02:51 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 114 +X-Envoy-Upstream-Service-Time: 139 X-Frame-Options: DENY X-Java-Method: ApiAtlasUserSecurityResource::patchUserSecurity X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"customerX509":{},"ldap":{"authenticationEnabled":false,"authorizationEnabled":false,"bindUsername":"cn=admin,dc=example,dc=org","hostname":"localhost","port":19657,"userToDNMapping":[{"match":"(.+)@ENGINEERING.EXAMPLE.COM","substitution":"cn={0},ou=engineering,dc=example,dc=com"}]}} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithStdin/POST__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_userSecurity_ldap_verify_1.json b/test/e2e/.snapshots/TestLDAPWithStdin/Verify/POST__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_userSecurity_ldap_verify_1.snaphost similarity index 56% rename from test/e2e/.snapshots/TestLDAPWithStdin/POST__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_userSecurity_ldap_verify_1.json rename to test/e2e/.snapshots/TestLDAPWithStdin/Verify/POST__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_userSecurity_ldap_verify_1.snaphost index eea45b8400..1e5ecb3b49 100644 --- a/test/e2e/.snapshots/TestLDAPWithStdin/POST__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_userSecurity_ldap_verify_1.json +++ b/test/e2e/.snapshots/TestLDAPWithStdin/Verify/POST__api_atlas_v2_groups_67ea906b84391f6c24ea74b2_userSecurity_ldap_verify_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 388 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:30:29 GMT +Date: Mon, 31 Mar 2025 13:02:50 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 138 +X-Envoy-Upstream-Service-Time: 242 X-Frame-Options: DENY X-Java-Method: ApiAtlasUserSecurityResource::createLDAPVerifyConnectivityRequest X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"groupId":"67ea5eebe470643dc2f6f39c","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5eebe470643dc2f6f39c/userSecurity/ldap/verify/67ea60b56257d31a195f43f2","rel":"self"}],"request":{"authzQueryTemplate":"","bindUsername":"cn=admin,dc=example,dc=org","hostname":"localhost","port":19657},"requestId":"67ea60b56257d31a195f43f2","status":"PENDING","validations":[]} \ No newline at end of file +{"groupId":"67ea906b84391f6c24ea74b2","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea906b84391f6c24ea74b2/userSecurity/ldap/verify/67ea927ab31ead384fc6cc82","rel":"self"}],"request":{"authzQueryTemplate":"","bindUsername":"cn=admin,dc=example,dc=org","hostname":"localhost","port":19657},"requestId":"67ea927ab31ead384fc6cc82","status":"PENDING","validations":[]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithStdin/memory.json b/test/e2e/.snapshots/TestLDAPWithStdin/memory.json index deaeeaa157..3477421b4b 100644 --- a/test/e2e/.snapshots/TestLDAPWithStdin/memory.json +++ b/test/e2e/.snapshots/TestLDAPWithStdin/memory.json @@ -1 +1 @@ -{"ldapGenerateClusterName":"ldap-181"} \ No newline at end of file +{"ldapGenerateClusterName":"ldap-114"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLinkToken/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_1.json b/test/e2e/.snapshots/TestLinkToken/Create/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_1.snaphost similarity index 60% rename from test/e2e/.snapshots/TestLinkToken/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_1.json rename to test/e2e/.snapshots/TestLinkToken/Create/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_1.snaphost index a06a478406..0f5111e8a6 100644 --- a/test/e2e/.snapshots/TestLinkToken/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_1.json +++ b/test/e2e/.snapshots/TestLinkToken/Create/POST__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 201 Created Content-Length: 208 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:15 GMT +Date: Mon, 31 Mar 2025 12:44:36 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 108 +X-Envoy-Upstream-Service-Time: 117 X-Frame-Options: DENY X-Java-Method: ApiLiveMigrationsLinkTokensResource::createLinkToken X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"linkToken":"eyJvcmdJZCI6IjVlZmRhNjgyYTNmMmVkMmU3ZGQ2Y2RlNCIsIm9yZ05hbWUiOiJBdGxhcyBDTEkgRTJFIiwicHJpdmF0ZUFwaUtleSI6ImFiYzdhNDJiLWQ2NjQtNGFmZi05NDQ3LWY3OTFiMjNjNTBiMCIsInB1YmxpY0FwaUtleSI6ImplbWh0bXVnIn0="} \ No newline at end of file +{"linkToken":"eyJvcmdJZCI6IjVlZmRhNjgyYTNmMmVkMmU3ZGQ2Y2RlNCIsIm9yZ05hbWUiOiJBdGxhcyBDTEkgRTJFIiwicHJpdmF0ZUFwaUtleSI6ImY3MDk2MzM2LTE2OGItNDBlYS04M2FhLTE4Y2IyNDRkODZiYSIsInB1YmxpY0FwaUtleSI6ImpvZXZ1d2txIn0="} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLinkToken/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_1.json b/test/e2e/.snapshots/TestLinkToken/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_1.snaphost similarity index 75% rename from test/e2e/.snapshots/TestLinkToken/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_1.json rename to test/e2e/.snapshots/TestLinkToken/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_1.snaphost index e70192c6e6..fd25ebfefb 100644 --- a/test/e2e/.snapshots/TestLinkToken/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_1.json +++ b/test/e2e/.snapshots/TestLinkToken/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 404 Not Found Content-Length: 137 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:04:15 GMT +Date: Mon, 31 Mar 2025 12:44:36 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 22 +X-Envoy-Upstream-Service-Time: 23 X-Frame-Options: DENY X-Java-Method: ApiLiveMigrationsLinkTokensResource::deleteOrgLink X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"detail":"Could not find the requested external organization link.","error":404,"errorCode":null,"parameters":null,"reason":"Not Found"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLinkToken/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_2.json b/test/e2e/.snapshots/TestLinkToken/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_2.snaphost similarity index 70% rename from test/e2e/.snapshots/TestLinkToken/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_2.json rename to test/e2e/.snapshots/TestLinkToken/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_2.snaphost index 109e3af48a..bcf98ac1c2 100644 --- a/test/e2e/.snapshots/TestLinkToken/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_2.json +++ b/test/e2e/.snapshots/TestLinkToken/Delete/DELETE__api_atlas_v2_orgs_5efda682a3f2ed2e7dd6cde4_liveMigrations_linkTokens_2.snaphost @@ -1,14 +1,14 @@ HTTP/2.0 204 No Content Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:16 GMT +Date: Mon, 31 Mar 2025 12:44:36 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 99 +X-Envoy-Upstream-Service-Time: 113 X-Frame-Options: DENY X-Java-Method: ApiLiveMigrationsLinkTokensResource::deleteOrgLink X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongos-audit-log.gz_1.json b/test/e2e/.snapshots/TestLogs/Download_mongodb-audit-log.gz/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongodb-audit-log.gz_1.snaphost similarity index 53% rename from test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongos-audit-log.gz_1.json rename to test/e2e/.snapshots/TestLogs/Download_mongodb-audit-log.gz/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongodb-audit-log.gz_1.snaphost index fddd1cfbd6..58c7a1e217 100644 --- a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongos-audit-log.gz_1.json +++ b/test/e2e/.snapshots/TestLogs/Download_mongodb-audit-log.gz/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongodb-audit-log.gz_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK -Content-Disposition: attachment; filename="atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_2025-03-30T09:31:43.000000867_2025-03-31T09:31:43.000000867_MONGOS_AUDIT_LOG.log.gz" +Content-Disposition: attachment; filename="atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_2025-03-30T13:03:26.000000597_2025-03-31T13:03:26.000000597_MONGODB_AUDIT_LOG.log.gz" Content-Type: application/vnd.atlas.2023-02-01+gzip -Date: Mon, 31 Mar 2025 09:31:43 GMT +Date: Mon, 31 Mar 2025 13:03:26 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 110 +X-Envoy-Upstream-Service-Time: 111 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::logsForHost X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none Content-Length: 0 diff --git a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongodb.gz_2.json b/test/e2e/.snapshots/TestLogs/Download_mongodb.gz/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongodb.gz_1.snaphost similarity index 54% rename from test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongodb.gz_2.json rename to test/e2e/.snapshots/TestLogs/Download_mongodb.gz/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongodb.gz_1.snaphost index 3aa16bd52f..4e1e948bfe 100644 --- a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongodb.gz_2.json +++ b/test/e2e/.snapshots/TestLogs/Download_mongodb.gz/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongodb.gz_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK -Content-Disposition: attachment; filename="atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_2025-03-30T09:31:44.000000109_2025-03-31T09:31:44.000000109_MONGODB.log.gz" +Content-Disposition: attachment; filename="atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_2025-03-30T13:03:25.000000904_2025-03-31T13:03:25.000000904_MONGODB.log.gz" Content-Type: application/vnd.atlas.2023-02-01+gzip -Date: Mon, 31 Mar 2025 09:31:44 GMT +Date: Mon, 31 Mar 2025 13:03:25 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 129 +X-Envoy-Upstream-Service-Time: 246 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::logsForHost X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none Content-Length: 0 diff --git a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongodb.gz_1.json b/test/e2e/.snapshots/TestLogs/Download_mongodb.gz_no_output_path/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongodb.gz_2.snaphost similarity index 59% rename from test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongodb.gz_1.json rename to test/e2e/.snapshots/TestLogs/Download_mongodb.gz_no_output_path/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongodb.gz_2.snaphost index 27392d21f2..8a2b233700 100644 --- a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongodb.gz_1.json +++ b/test/e2e/.snapshots/TestLogs/Download_mongodb.gz_no_output_path/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongodb.gz_2.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK -Content-Disposition: attachment; filename="atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_2025-03-30T09:31:43.00000013_2025-03-31T09:31:43.00000013_MONGODB.log.gz" +Content-Disposition: attachment; filename="atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_2025-03-30T13:03:27.00000009_2025-03-31T13:03:27.00000009_MONGODB.log.gz" Content-Type: application/vnd.atlas.2023-02-01+gzip -Date: Mon, 31 Mar 2025 09:31:43 GMT +Date: Mon, 31 Mar 2025 13:03:27 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -10,7 +10,7 @@ X-Envoy-Upstream-Service-Time: 122 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::logsForHost X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none Content-Length: 0 diff --git a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongodb-audit-log.gz_1.json b/test/e2e/.snapshots/TestLogs/Download_mongos-audit-log.gz/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongos-audit-log.gz_1.snaphost similarity index 53% rename from test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongodb-audit-log.gz_1.json rename to test/e2e/.snapshots/TestLogs/Download_mongos-audit-log.gz/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongos-audit-log.gz_1.snaphost index d39213a207..655dc53784 100644 --- a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongodb-audit-log.gz_1.json +++ b/test/e2e/.snapshots/TestLogs/Download_mongos-audit-log.gz/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongos-audit-log.gz_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK -Content-Disposition: attachment; filename="atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_2025-03-30T09:31:43.000000654_2025-03-31T09:31:43.000000654_MONGODB_AUDIT_LOG.log.gz" +Content-Disposition: attachment; filename="atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_2025-03-30T13:03:26.000000838_2025-03-31T13:03:26.000000838_MONGOS_AUDIT_LOG.log.gz" Content-Type: application/vnd.atlas.2023-02-01+gzip -Date: Mon, 31 Mar 2025 09:31:43 GMT +Date: Mon, 31 Mar 2025 13:03:26 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 97 +X-Envoy-Upstream-Service-Time: 101 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::logsForHost X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none Content-Length: 0 diff --git a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongos.gz_1.json b/test/e2e/.snapshots/TestLogs/Download_mongos.gz/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongos.gz_1.snaphost similarity index 54% rename from test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongos.gz_1.json rename to test/e2e/.snapshots/TestLogs/Download_mongos.gz/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongos.gz_1.snaphost index f96640332d..8b93071f7a 100644 --- a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_clusters_atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_logs_mongos.gz_1.json +++ b/test/e2e/.snapshots/TestLogs/Download_mongos.gz/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_logs_mongos.gz_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK -Content-Disposition: attachment; filename="atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net_2025-03-30T09:31:43.000000372_2025-03-31T09:31:43.000000372_MONGOS.log.gz" +Content-Disposition: attachment; filename="atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net_2025-03-30T13:03:26.000000285_2025-03-31T13:03:26.000000285_MONGOS.log.gz" Content-Type: application/vnd.atlas.2023-02-01+gzip -Date: Mon, 31 Mar 2025 09:31:43 GMT +Date: Mon, 31 Mar 2025 13:03:26 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 142 +X-Envoy-Upstream-Service-Time: 154 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::logsForHost X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none Content-Length: 0 diff --git a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_processes_1.json b/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_processes_1.json deleted file mode 100644 index 234034fdb8..0000000000 --- a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea5ef8e470643dc2f6f456_processes_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1861 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:31:42 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 54 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasProcessesResource::getAllAtlasProcesses -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/processes?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"created":"2025-03-31T09:30:56Z","groupId":"67ea5ef8e470643dc2f6f456","hostname":"atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net","id":"atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net:27017","lastPing":"2025-03-31T09:31:29Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/processes/atlas-fxumxd-shard-00-00.vvbcx.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-fxumxd-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"logs-826-shard-00-00.vvbcx.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T09:30:56Z","groupId":"67ea5ef8e470643dc2f6f456","hostname":"atlas-fxumxd-shard-00-01.vvbcx.mongodb-dev.net","id":"atlas-fxumxd-shard-00-01.vvbcx.mongodb-dev.net:27017","lastPing":"2025-03-31T09:31:29Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/processes/atlas-fxumxd-shard-00-01.vvbcx.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-fxumxd-shard-0","typeName":"REPLICA_PRIMARY","userAlias":"logs-826-shard-00-01.vvbcx.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T09:30:56Z","groupId":"67ea5ef8e470643dc2f6f456","hostname":"atlas-fxumxd-shard-00-02.vvbcx.mongodb-dev.net","id":"atlas-fxumxd-shard-00-02.vvbcx.mongodb-dev.net:27017","lastPing":"2025-03-31T09:31:29Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/processes/atlas-fxumxd-shard-00-02.vvbcx.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-fxumxd-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"logs-826-shard-00-02.vvbcx.mongodb-dev.net","version":"8.0.6"}],"totalCount":3} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_clusters_ldap-181_1.json b/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_logs-720_1.snaphost similarity index 62% rename from test/e2e/.snapshots/TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_clusters_ldap-181_1.json rename to test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_logs-720_1.snaphost index dfb9cf4431..5e9ed497ff 100644 --- a/test/e2e/.snapshots/TestLDAPWithStdin/GET__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_clusters_ldap-181_1.json +++ b/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_logs-720_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1817 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:54 GMT +Date: Mon, 31 Mar 2025 12:54:19 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 71 +X-Envoy-Upstream-Service-Time: 64 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:22:53Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5eebe470643dc2f6f39c","id":"67ea5eed6257d31a195f3175","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5eebe470643dc2f6f39c/clusters/ldap-181","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5eebe470643dc2f6f39c/clusters/ldap-181/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5eebe470643dc2f6f39c/clusters/ldap-181/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"ldap-181","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5eed6257d31a195f3164","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5eed6257d31a195f316c","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:54:18Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea9078b31ead384fc6b856","id":"67ea907a84391f6c24ea754c","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/clusters/logs-720","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/clusters/logs-720/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/clusters/logs-720/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"logs-720","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea907a84391f6c24ea753c","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea907a84391f6c24ea7544","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_clusters_ldap-696_2.json b/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_logs-720_2.snaphost similarity index 58% rename from test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_clusters_ldap-696_2.json rename to test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_logs-720_2.snaphost index 539d37b5fc..477e5d5865 100644 --- a/test/e2e/.snapshots/TestLDAPWithFlags/GET__api_atlas_v2_groups_67ea5a8f45e7f051644d2f42_clusters_ldap-696_2.json +++ b/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_logs-720_2.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 2102 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:45 GMT +Date: Mon, 31 Mar 2025 13:03:25 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws @@ -12,7 +12,7 @@ X-Envoy-Upstream-Service-Time: 73 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ldap-696-shard-00-00.cufeg.mongodb-dev.net:27017,ldap-696-shard-00-01.cufeg.mongodb-dev.net:27017,ldap-696-shard-00-02.cufeg.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-s6hinh-shard-0","standardSrv":"mongodb+srv://ldap-696.cufeg.mongodb-dev.net"},"createDate":"2025-03-31T09:04:17Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a8f45e7f051644d2f42","id":"67ea5a9145e7f051644d2fe3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/clusters/ldap-696","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/clusters/ldap-696/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8f45e7f051644d2f42/clusters/ldap-696/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"ldap-696","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a9145e7f051644d2fcd","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a9145e7f051644d2fd7","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://logs-720-shard-00-00.4n9cp.mongodb-dev.net:27017,logs-720-shard-00-01.4n9cp.mongodb-dev.net:27017,logs-720-shard-00-02.4n9cp.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-12lfq1-shard-0","standardSrv":"mongodb+srv://logs-720.4n9cp.mongodb-dev.net"},"createDate":"2025-03-31T12:54:18Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea9078b31ead384fc6b856","id":"67ea907a84391f6c24ea754c","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/clusters/logs-720","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/clusters/logs-720/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/clusters/logs-720/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"logs-720","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea907a84391f6c24ea753c","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea907a84391f6c24ea7544","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_provider_regions_1.snaphost b/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_provider_regions_1.snaphost new file mode 100644 index 0000000000..014fced608 --- /dev/null +++ b/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_provider_regions_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1556 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:54:18 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 71 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_processes_1.snaphost b/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_processes_1.snaphost new file mode 100644 index 0000000000..b4f3e36c9d --- /dev/null +++ b/test/e2e/.snapshots/TestLogs/GET__api_atlas_v2_groups_67ea9078b31ead384fc6b856_processes_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1861 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:03:25 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 51 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasProcessesResource::getAllAtlasProcesses +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/processes?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"created":"2025-03-31T13:02:41Z","groupId":"67ea9078b31ead384fc6b856","hostname":"atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net","id":"atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net:27017","lastPing":"2025-03-31T13:03:21Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/processes/atlas-12lfq1-shard-00-00.4n9cp.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-12lfq1-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"logs-720-shard-00-00.4n9cp.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T13:02:41Z","groupId":"67ea9078b31ead384fc6b856","hostname":"atlas-12lfq1-shard-00-01.4n9cp.mongodb-dev.net","id":"atlas-12lfq1-shard-00-01.4n9cp.mongodb-dev.net:27017","lastPing":"2025-03-31T13:03:21Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/processes/atlas-12lfq1-shard-00-01.4n9cp.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-12lfq1-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"logs-720-shard-00-01.4n9cp.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T13:02:41Z","groupId":"67ea9078b31ead384fc6b856","hostname":"atlas-12lfq1-shard-00-02.4n9cp.mongodb-dev.net","id":"atlas-12lfq1-shard-00-02.4n9cp.mongodb-dev.net:27017","lastPing":"2025-03-31T13:03:21Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/processes/atlas-12lfq1-shard-00-02.4n9cp.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-12lfq1-shard-0","typeName":"REPLICA_PRIMARY","userAlias":"logs-720-shard-00-02.4n9cp.mongodb-dev.net","version":"8.0.6"}],"totalCount":3} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLogs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json b/test/e2e/.snapshots/TestLogs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json deleted file mode 100644 index a5420e8c49..0000000000 --- a/test/e2e/.snapshots/TestLogs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json +++ /dev/null @@ -1,15 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 3 -Content-Type: text/plain -Date: Mon, 31 Mar 2025 09:23:05 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Vary: Accept-Encoding -X-Content-Type-Options: nosniff -X-Frame-Options: DENY -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none -X-Xgen-Up-Proto: HTTP/2 - -8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLogs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost b/test/e2e/.snapshots/TestLogs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost new file mode 100644 index 0000000000..aaed74670e --- /dev/null +++ b/test/e2e/.snapshots/TestLogs/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost @@ -0,0 +1,15 @@ +HTTP/2.0 200 OK +Content-Length: 3 +Content-Type: text/plain +Date: Mon, 31 Mar 2025 12:54:18 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Vary: Accept-Encoding +X-Content-Type-Options: nosniff +X-Frame-Options: DENY +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none +X-Xgen-Up-Proto: HTTP/2 + +8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLogs/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestLogs/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 33bf9e9d64..0000000000 --- a/test/e2e/.snapshots/TestLogs/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1089 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:04 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1774 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:23:05Z","id":"67ea5ef8e470643dc2f6f456","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ef8e470643dc2f6f456/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"logs-e2e-510","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLogs/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestLogs/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..6347bc43ba --- /dev/null +++ b/test/e2e/.snapshots/TestLogs/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1089 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:54:16 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1956 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:54:18Z","id":"67ea9078b31ead384fc6b856","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"logs-e2e-948","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLDAPWithStdin/POST__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_clusters_1.json b/test/e2e/.snapshots/TestLogs/POST__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_1.snaphost similarity index 62% rename from test/e2e/.snapshots/TestLDAPWithStdin/POST__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_clusters_1.json rename to test/e2e/.snapshots/TestLogs/POST__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_1.snaphost index ab8fd52a77..5a28262aeb 100644 --- a/test/e2e/.snapshots/TestLDAPWithStdin/POST__api_atlas_v2_groups_67ea5eebe470643dc2f6f39c_clusters_1.json +++ b/test/e2e/.snapshots/TestLogs/POST__api_atlas_v2_groups_67ea9078b31ead384fc6b856_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1807 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:53 GMT +Date: Mon, 31 Mar 2025 12:54:18 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 596 +X-Envoy-Upstream-Service-Time: 649 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:22:53Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5eebe470643dc2f6f39c","id":"67ea5eed6257d31a195f3175","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5eebe470643dc2f6f39c/clusters/ldap-181","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5eebe470643dc2f6f39c/clusters/ldap-181/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5eebe470643dc2f6f39c/clusters/ldap-181/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"ldap-181","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5eed6257d31a195f3164","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5eed6257d31a195f316c","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:54:18Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea9078b31ead384fc6b856","id":"67ea907a84391f6c24ea754c","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/clusters/logs-720","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/clusters/logs-720/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9078b31ead384fc6b856/clusters/logs-720/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"logs-720","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea907a84391f6c24ea753c","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea907a84391f6c24ea7544","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestLogs/memory.json b/test/e2e/.snapshots/TestLogs/memory.json index 907bf04436..12edab047d 100644 --- a/test/e2e/.snapshots/TestLogs/memory.json +++ b/test/e2e/.snapshots/TestLogs/memory.json @@ -1 +1 @@ -{"logsGenerateClusterName":"logs-826"} \ No newline at end of file +{"logsGenerateClusterName":"logs-720"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_clusters_provider_regions_1.json b/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_clusters_provider_regions_1.json deleted file mode 100644 index 7c3a6a6288..0000000000 --- a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_clusters_provider_regions_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1556 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:06 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 53 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_1.json b/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_1.json deleted file mode 100644 index 935e12e192..0000000000 --- a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1870 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:21 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 56 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasProcessesResource::getAllAtlasProcesses -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/processes?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"created":"2025-03-31T09:22:33Z","groupId":"67ea5abf45e7f051644d334b","hostname":"atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net","id":"atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017","lastPing":"2025-03-31T09:23:20Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/processes/atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-qgp575-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"metrics-872-shard-00-00.elqgo.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T09:22:33Z","groupId":"67ea5abf45e7f051644d334b","hostname":"atlas-qgp575-shard-00-01.elqgo.mongodb-dev.net","id":"atlas-qgp575-shard-00-01.elqgo.mongodb-dev.net:27017","lastPing":"2025-03-31T09:23:20Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/processes/atlas-qgp575-shard-00-01.elqgo.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-qgp575-shard-0","typeName":"REPLICA_PRIMARY","userAlias":"metrics-872-shard-00-01.elqgo.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T09:22:33Z","groupId":"67ea5abf45e7f051644d334b","hostname":"atlas-qgp575-shard-00-02.elqgo.mongodb-dev.net","id":"atlas-qgp575-shard-00-02.elqgo.mongodb-dev.net:27017","lastPing":"2025-03-31T09:23:20Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/processes/atlas-qgp575-shard-00-02.elqgo.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-qgp575-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"metrics-872-shard-00-02.elqgo.mongodb-dev.net","version":"8.0.6"}],"totalCount":3} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_databases_config_measurements_1.json b/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_databases_config_measurements_1.json deleted file mode 100644 index a5c420da24..0000000000 --- a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_databases_config_measurements_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1749 -Cache-Control: no-cache, no-transform, must-revalidate, proxy-revalidate, max-age=0 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:23 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 92 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasProcessMeasurementsResource::getSpecificDatabaseMeasurements -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"databaseName":"config","end":"2025-03-31T09:22:33Z","granularity":"PT30M","groupId":"67ea5abf45e7f051644d334b","hostId":"atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/processes/atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017/databases/config/measurements?granularity=PT30M&period=P1DT12H","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/processes/atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017","rel":"https://cloud.mongodb.com/host"}],"measurements":[{"dataPoints":[{"timestamp":"2025-03-31T09:22:33Z","value":0.0}],"name":"DATABASE_AVERAGE_OBJECT_SIZE","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:33Z","value":7.0}],"name":"DATABASE_COLLECTION_COUNT","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:33Z","value":0.0}],"name":"DATABASE_DATA_SIZE","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:33Z","value":28672.0}],"name":"DATABASE_STORAGE_SIZE","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:33Z","value":40960.0}],"name":"DATABASE_INDEX_SIZE","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:33Z","value":10.0}],"name":"DATABASE_INDEX_COUNT","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:33Z","value":0.0}],"name":"DATABASE_EXTENT_COUNT","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:33Z","value":0.0}],"name":"DATABASE_OBJECT_COUNT","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:33Z","value":0.0}],"name":"DATABASE_VIEW_COUNT","units":"SCALAR"}],"processId":"atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017","start":"2025-03-31T09:22:33Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_disks_data_measurements_1.json b/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_disks_data_measurements_1.json deleted file mode 100644 index 4c87a45496..0000000000 --- a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_disks_data_measurements_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 3680 -Cache-Control: no-cache, no-transform, must-revalidate, proxy-revalidate, max-age=0 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:24 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 144 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasProcessMeasurementsResource::getSpecificDiskMeasurements -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"end":"2025-03-31T09:22:35Z","granularity":"PT30M","groupId":"67ea5abf45e7f051644d334b","hostId":"atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/processes/atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017/disks/data/measurements?granularity=PT30M&period=P1DT12H","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/processes/atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017","rel":"https://cloud.mongodb.com/host"}],"measurements":[{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.21654714931772534}],"name":"DISK_PARTITION_IOPS_READ","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":4.1393800136555585}],"name":"DISK_PARTITION_IOPS_WRITE","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":4.355927162973284}],"name":"DISK_PARTITION_IOPS_TOTAL","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.76}],"name":"DISK_PARTITION_LATENCY_READ","units":"MILLISECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.8549154334038055}],"name":"DISK_PARTITION_LATENCY_WRITE","units":"MILLISECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":827.2766255460023}],"name":"DISK_PARTITION_THROUGHPUT_READ","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":66126.41067267756}],"name":"DISK_PARTITION_THROUGHPUT_WRITE","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":2.8104837802666664E10}],"name":"DISK_PARTITION_SPACE_FREE","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":4.002559317333333E9}],"name":"DISK_PARTITION_SPACE_USED","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":87.53384055900283}],"name":"DISK_PARTITION_SPACE_PERCENT_FREE","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":12.466159440997167}],"name":"DISK_PARTITION_SPACE_PERCENT_USED","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.004047766233069113}],"name":"DISK_QUEUE_DEPTH","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":2.0016750418760467}],"name":"MAX_DISK_PARTITION_IOPS_READ","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":43.30206737428403}],"name":"MAX_DISK_PARTITION_IOPS_WRITE","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":116.88311688311688}],"name":"MAX_DISK_PARTITION_IOPS_TOTAL","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.8333333333333333}],"name":"MAX_DISK_PARTITION_LATENCY_READ","units":"MILLISECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":1.5701754385964912}],"name":"MAX_DISK_PARTITION_LATENCY_WRITE","units":"MILLISECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":2.8172307114666664E10}],"name":"MAX_DISK_PARTITION_SPACE_FREE","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":4.005595818666666E9}],"name":"MAX_DISK_PARTITION_SPACE_USED","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":87.74397690779446}],"name":"MAX_DISK_PARTITION_SPACE_PERCENT_FREE","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":12.475616767363377}],"name":"MAX_DISK_PARTITION_SPACE_PERCENT_USED","units":"PERCENT"}],"partitionName":"data","processId":"atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017","start":"2025-03-31T09:22:35Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_measurements_1.json b/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_measurements_1.json deleted file mode 100644 index 184b88bc48..0000000000 --- a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_measurements_1.json +++ /dev/null @@ -1,18 +0,0 @@ -HTTP/2.0 200 OK -Connection: close -Content-Length: 17846 -Cache-Control: no-cache, no-transform, must-revalidate, proxy-revalidate, max-age=0 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:21 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 532 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasProcessMeasurementsResource::getHostMeasurements -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"end":"2025-03-31T09:23:17Z","granularity":"PT30M","groupId":"67ea5abf45e7f051644d334b","hostId":"atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/processes/atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017/measurements?granularity=PT30M&period=P1DT12H","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/processes/atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017","rel":"https://cloud.mongodb.com/host"}],"measurements":[{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"ASSERT_REGULAR","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"ASSERT_WARNING","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"ASSERT_MSG","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"ASSERT_USER","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"CACHE_BYTES_READ_INTO","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"CACHE_BYTES_WRITTEN_FROM","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":218249.0}],"name":"CACHE_DIRTY_BYTES","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":249285.0}],"name":"CACHE_USED_BYTES","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":0.04643294960260391}],"name":"CACHE_FILL_RATIO","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":0.040652044117450714}],"name":"DIRTY_FILL_RATIO","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":36.0}],"name":"CONNECTIONS","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":0.0}],"name":"CURSORS_TOTAL_OPEN","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"CURSORS_TOTAL_TIMED_OUT","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":233472.0}],"name":"DB_STORAGE_TOTAL","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":27363.0}],"name":"DB_DATA_SIZE_TOTAL","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":0.0}],"name":"DB_DATA_SIZE_TOTAL_WO_SYSTEM","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":233472.0}],"name":"DB_INDEX_SIZE_TOTAL","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"DOCUMENT_METRICS_RETURNED","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"DOCUMENT_METRICS_INSERTED","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"DOCUMENT_METRICS_UPDATED","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"DOCUMENT_METRICS_DELETED","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"EXTRA_INFO_PAGE_FAULTS","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":0.0}],"name":"GLOBAL_LOCK_CURRENT_QUEUE_TOTAL","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":0.0}],"name":"GLOBAL_LOCK_CURRENT_QUEUE_READERS","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":0.0}],"name":"GLOBAL_LOCK_CURRENT_QUEUE_WRITERS","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":200.0}],"name":"MEMORY_RESIDENT","units":"MEGABYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":4289.0}],"name":"MEMORY_VIRTUAL","units":"MEGABYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"MEMORY_MAPPED","units":"MEGABYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"NETWORK_BYTES_IN","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"NETWORK_BYTES_OUT","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"NETWORK_NUM_REQUESTS","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"OPCOUNTER_CMD","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"OPCOUNTER_QUERY","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"OPCOUNTER_UPDATE","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"OPCOUNTER_DELETE","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"OPCOUNTER_TTL_DELETED","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"OPCOUNTER_GETMORE","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"OPCOUNTER_INSERT","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"OPCOUNTER_REPL_CMD","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"OPCOUNTER_REPL_UPDATE","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"OPCOUNTER_REPL_DELETE","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"OPCOUNTER_REPL_INSERT","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"OPERATIONS_SCAN_AND_ORDER","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"OPERATIONS_QUERIES_KILLED","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"OP_EXECUTION_TIME_READS","units":"MILLISECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"OP_EXECUTION_TIME_WRITES","units":"MILLISECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"OP_EXECUTION_TIME_COMMANDS","units":"MILLISECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":0.0}],"name":"OPLOG_SLAVE_LAG_MASTER_TIME","units":"SECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":0.0}],"name":"OPLOG_REPLICATION_LAG_TIME","units":"SECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":36.2}],"name":"OPLOG_MASTER_TIME","units":"SECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":28.5}],"name":"OPLOG_MASTER_LAG_TIME_DIFF","units":"SECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":0.0015912}],"name":"OPLOG_RATE_GB_PER_HOUR","units":"GIGABYTES_PER_HOUR"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"QUERY_EXECUTOR_SCANNED","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"QUERY_EXECUTOR_SCANNED_OBJECTS","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"QUERY_TARGETING_SCANNED_PER_RETURNED","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"QUERY_TARGETING_SCANNED_OBJECTS_PER_RETURNED","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":4.0}],"name":"TICKETS_AVAILABLE_READS","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":4.0}],"name":"TICKETS_AVAILABLE_WRITE","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":0.0}],"name":"OPERATION_THROTTLING_REJECTED_OPERATIONS","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:23:17Z","value":null}],"name":"QUERY_SPILL_TO_DISK_DURING_SORT","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":null}],"name":"PROCESS_CPU_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":null}],"name":"PROCESS_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":null}],"name":"PROCESS_CPU_CHILDREN_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":null}],"name":"PROCESS_CPU_CHILDREN_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":null}],"name":"PROCESS_NORMALIZED_CPU_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":null}],"name":"PROCESS_NORMALIZED_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":null}],"name":"PROCESS_NORMALIZED_CPU_CHILDREN_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":null}],"name":"PROCESS_NORMALIZED_CPU_CHILDREN_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":82.63695450324977}],"name":"MAX_PROCESS_CPU_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":5.994005994005994}],"name":"MAX_PROCESS_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.0}],"name":"MAX_PROCESS_CPU_CHILDREN_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.0}],"name":"MAX_PROCESS_CPU_CHILDREN_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":41.318477251624884}],"name":"MAX_PROCESS_NORMALIZED_CPU_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":2.997002997002997}],"name":"MAX_PROCESS_NORMALIZED_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.0}],"name":"MAX_PROCESS_NORMALIZED_CPU_CHILDREN_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.0}],"name":"MAX_PROCESS_NORMALIZED_CPU_CHILDREN_KERNEL","units":"PERCENT"},{"dataPoints":[],"name":"FTS_PROCESS_RESIDENT_MEMORY","units":"BYTES"},{"dataPoints":[],"name":"FTS_PROCESS_VIRTUAL_MEMORY","units":"BYTES"},{"dataPoints":[],"name":"FTS_PROCESS_SHARED_MEMORY","units":"BYTES"},{"dataPoints":[],"name":"FTS_DISK_USAGE","units":"BYTES"},{"dataPoints":[],"name":"FTS_PROCESS_CPU_USER","units":"PERCENT"},{"dataPoints":[],"name":"FTS_PROCESS_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[],"name":"FTS_PROCESS_NORMALIZED_CPU_USER","units":"PERCENT"},{"dataPoints":[],"name":"FTS_PROCESS_NORMALIZED_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":7.081531074552831}],"name":"SYSTEM_CPU_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":2.1439238622576875}],"name":"SYSTEM_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.0}],"name":"SYSTEM_CPU_NICE","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":1.2100432375225392}],"name":"SYSTEM_CPU_IOWAIT","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.0}],"name":"SYSTEM_CPU_IRQ","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.18219990297426616}],"name":"SYSTEM_CPU_SOFTIRQ","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.0}],"name":"SYSTEM_CPU_GUEST","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.16078098615401806}],"name":"SYSTEM_CPU_STEAL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":3.5407655372764153}],"name":"SYSTEM_NORMALIZED_CPU_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":1.0719619311288437}],"name":"SYSTEM_NORMALIZED_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.0}],"name":"SYSTEM_NORMALIZED_CPU_NICE","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.6050216187612696}],"name":"SYSTEM_NORMALIZED_CPU_IOWAIT","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.0}],"name":"SYSTEM_NORMALIZED_CPU_IRQ","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.09109995148713308}],"name":"SYSTEM_NORMALIZED_CPU_SOFTIRQ","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.0}],"name":"SYSTEM_NORMALIZED_CPU_GUEST","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.08039049307700903}],"name":"SYSTEM_NORMALIZED_CPU_STEAL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":533658.5644462319}],"name":"SYSTEM_NETWORK_IN","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":11854.567943920496}],"name":"SYSTEM_NETWORK_OUT","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.0}],"name":"SWAP_IO_IN","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.02877205415809184}],"name":"SWAP_IO_OUT","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":41.892253899946205}],"name":"MAX_SYSTEM_CPU_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":17.3360485668178}],"name":"MAX_SYSTEM_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.0}],"name":"MAX_SYSTEM_CPU_NICE","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":24.523015446092366}],"name":"MAX_SYSTEM_CPU_IOWAIT","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.0}],"name":"MAX_SYSTEM_CPU_IRQ","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":2.3070006916160763}],"name":"MAX_SYSTEM_CPU_SOFTIRQ","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.0}],"name":"MAX_SYSTEM_CPU_GUEST","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":13.76700284208345}],"name":"MAX_SYSTEM_CPU_STEAL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":20.946126949973102}],"name":"MAX_SYSTEM_NORMALIZED_CPU_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":8.6680242834089}],"name":"MAX_SYSTEM_NORMALIZED_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.0}],"name":"MAX_SYSTEM_NORMALIZED_CPU_NICE","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":12.261507723046183}],"name":"MAX_SYSTEM_NORMALIZED_CPU_IOWAIT","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.0}],"name":"MAX_SYSTEM_NORMALIZED_CPU_IRQ","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":1.1535003458080382}],"name":"MAX_SYSTEM_NORMALIZED_CPU_SOFTIRQ","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.0}],"name":"MAX_SYSTEM_NORMALIZED_CPU_GUEST","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":6.883501421041725}],"name":"MAX_SYSTEM_NORMALIZED_CPU_STEAL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":7803225.846153846}],"name":"MAX_SYSTEM_NETWORK_IN","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":310734.2307692308}],"name":"MAX_SYSTEM_NETWORK_OUT","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":0.6147698455390763}],"name":"MAX_SWAP_IO_IN","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":1.9230769230769234}],"name":"MAX_SWAP_IO_OUT","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":385695.3846153847}],"name":"SYSTEM_MEMORY_USED","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":1395463.6923076925}],"name":"SYSTEM_MEMORY_AVAILABLE","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":325566.1538461539}],"name":"SYSTEM_MEMORY_FREE","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":2534.7692307692305}],"name":"SYSTEM_MEMORY_SHARED","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":1175801.2307692305}],"name":"SYSTEM_MEMORY_CACHED","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":3813.230769230769}],"name":"SYSTEM_MEMORY_BUFFERS","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":118.15384615384616}],"name":"SWAP_USAGE_USED","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":4194181.8461538465}],"name":"SWAP_USAGE_FREE","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":1615647.6923076923}],"name":"MAX_SYSTEM_MEMORY_USED","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":1418065.2307692308}],"name":"MAX_SYSTEM_MEMORY_AVAILABLE","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":341938.76923076925}],"name":"MAX_SYSTEM_MEMORY_FREE","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":2575.076923076923}],"name":"MAX_SYSTEM_MEMORY_SHARED","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":1209305.8461538462}],"name":"MAX_SYSTEM_MEMORY_CACHED","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":3930.153846153846}],"name":"MAX_SYSTEM_MEMORY_BUFFERS","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":118.15384615384616}],"name":"MAX_SWAP_USAGE_USED","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":4194221.230769231}],"name":"MAX_SWAP_USAGE_FREE","units":"KILOBYTES"}],"processId":"atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017","start":"2025-03-31T09:22:35Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_measurements_2.json b/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_measurements_2.json deleted file mode 100644 index 58017ad7c3..0000000000 --- a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_measurements_2.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 825 -Cache-Control: no-cache, no-transform, must-revalidate, proxy-revalidate, max-age=0 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:22 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 194 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasProcessMeasurementsResource::getHostMeasurements -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"end":"2025-03-31T09:22:35Z","granularity":"PT30M","groupId":"67ea5abf45e7f051644d334b","hostId":"atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/processes/atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017/measurements?granularity=PT30M&m=MAX_PROCESS_CPU_USER&period=P1DT12H","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/processes/atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017","rel":"https://cloud.mongodb.com/host"}],"measurements":[{"dataPoints":[{"timestamp":"2025-03-31T09:22:35Z","value":82.63695450324977}],"name":"MAX_PROCESS_CPU_USER","units":"PERCENT"}],"processId":"atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017","start":"2025-03-31T09:22:35Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_clusters_metrics-872_1.json b/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_clusters_metrics-629_1.snaphost similarity index 62% rename from test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_clusters_metrics-872_1.json rename to test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_clusters_metrics-629_1.snaphost index 30b19b1d96..1d091043f7 100644 --- a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_clusters_metrics-872_1.json +++ b/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_clusters_metrics-629_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1829 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:07 GMT +Date: Mon, 31 Mar 2025 12:44:37 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 51 +X-Envoy-Upstream-Service-Time: 56 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:05:06Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5abf45e7f051644d334b","id":"67ea5ac245e7f051644d34e3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/clusters/metrics-872","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/clusters/metrics-872/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/clusters/metrics-872/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"metrics-872","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5ac245e7f051644d349d","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5ac245e7f051644d34bf","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:37Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e33b31ead384fc69f64","id":"67ea8e35b31ead384fc6a109","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/clusters/metrics-629","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/clusters/metrics-629/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/clusters/metrics-629/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"metrics-629","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e35b31ead384fc6a0c1","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e35b31ead384fc6a0e1","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_clusters_metrics-872_2.json b/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_clusters_metrics-629_2.snaphost similarity index 57% rename from test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_clusters_metrics-872_2.json rename to test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_clusters_metrics-629_2.snaphost index 110b5b6435..b56b08541f 100644 --- a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_clusters_metrics-872_2.json +++ b/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_clusters_metrics-629_2.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2126 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:20 GMT +Date: Mon, 31 Mar 2025 12:53:02 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 60 +X-Envoy-Upstream-Service-Time: 63 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://metrics-872-shard-00-00.elqgo.mongodb-dev.net:27017,metrics-872-shard-00-01.elqgo.mongodb-dev.net:27017,metrics-872-shard-00-02.elqgo.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-qgp575-shard-0","standardSrv":"mongodb+srv://metrics-872.elqgo.mongodb-dev.net"},"createDate":"2025-03-31T09:05:06Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5abf45e7f051644d334b","id":"67ea5ac245e7f051644d34e3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/clusters/metrics-872","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/clusters/metrics-872/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/clusters/metrics-872/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"metrics-872","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5ac245e7f051644d349d","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5ac245e7f051644d34bf","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://metrics-629-shard-00-00.pvgtq.mongodb-dev.net:27017,metrics-629-shard-00-01.pvgtq.mongodb-dev.net:27017,metrics-629-shard-00-02.pvgtq.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-5tuv2s-shard-0","standardSrv":"mongodb+srv://metrics-629.pvgtq.mongodb-dev.net"},"createDate":"2025-03-31T12:44:37Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e33b31ead384fc69f64","id":"67ea8e35b31ead384fc6a109","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/clusters/metrics-629","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/clusters/metrics-629/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/clusters/metrics-629/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"metrics-629","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e35b31ead384fc6a0c1","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e35b31ead384fc6a0e1","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_clusters_provider_regions_1.snaphost b/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_clusters_provider_regions_1.snaphost new file mode 100644 index 0000000000..9d01a59610 --- /dev/null +++ b/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_clusters_provider_regions_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1556 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:37 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 70 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_1.snaphost b/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_1.snaphost new file mode 100644 index 0000000000..88bc11658b --- /dev/null +++ b/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1870 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:53:03 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 50 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasProcessesResource::getAllAtlasProcesses +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/processes?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"created":"2025-03-31T12:52:17Z","groupId":"67ea8e33b31ead384fc69f64","hostname":"atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net","id":"atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017","lastPing":"2025-03-31T12:52:50Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/processes/atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-5tuv2s-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"metrics-629-shard-00-00.pvgtq.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T12:52:17Z","groupId":"67ea8e33b31ead384fc69f64","hostname":"atlas-5tuv2s-shard-00-01.pvgtq.mongodb-dev.net","id":"atlas-5tuv2s-shard-00-01.pvgtq.mongodb-dev.net:27017","lastPing":"2025-03-31T12:52:50Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/processes/atlas-5tuv2s-shard-00-01.pvgtq.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-5tuv2s-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"metrics-629-shard-00-01.pvgtq.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T12:52:17Z","groupId":"67ea8e33b31ead384fc69f64","hostname":"atlas-5tuv2s-shard-00-02.pvgtq.mongodb-dev.net","id":"atlas-5tuv2s-shard-00-02.pvgtq.mongodb-dev.net:27017","lastPing":"2025-03-31T12:52:50Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/processes/atlas-5tuv2s-shard-00-02.pvgtq.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-5tuv2s-shard-0","typeName":"REPLICA_PRIMARY","userAlias":"metrics-629-shard-00-02.pvgtq.mongodb-dev.net","version":"8.0.6"}],"totalCount":3} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json b/test/e2e/.snapshots/TestMetrics/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json deleted file mode 100644 index f220fe33aa..0000000000 --- a/test/e2e/.snapshots/TestMetrics/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json +++ /dev/null @@ -1,15 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 3 -Content-Type: text/plain -Date: Mon, 31 Mar 2025 09:05:05 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Vary: Accept-Encoding -X-Content-Type-Options: nosniff -X-Frame-Options: DENY -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none -X-Xgen-Up-Proto: HTTP/2 - -8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost b/test/e2e/.snapshots/TestMetrics/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost new file mode 100644 index 0000000000..97c0e00b29 --- /dev/null +++ b/test/e2e/.snapshots/TestMetrics/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost @@ -0,0 +1,15 @@ +HTTP/2.0 200 OK +Content-Length: 3 +Content-Type: text/plain +Date: Mon, 31 Mar 2025 12:44:36 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Vary: Accept-Encoding +X-Content-Type-Options: nosniff +X-Frame-Options: DENY +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none +X-Xgen-Up-Proto: HTTP/2 + +8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestMetrics/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index e4328b58bd..0000000000 --- a/test/e2e/.snapshots/TestMetrics/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1092 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:03 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1821 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:05:05Z","id":"67ea5abf45e7f051644d334b","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"metrics-e2e-570","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestMetrics/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..26985d5c2a --- /dev/null +++ b/test/e2e/.snapshots/TestMetrics/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1092 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:35 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1444 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:36Z","id":"67ea8e33b31ead384fc69f64","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"metrics-e2e-573","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/POST__api_atlas_v2_groups_67ea5abf45e7f051644d334b_clusters_1.json b/test/e2e/.snapshots/TestMetrics/POST__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_clusters_1.snaphost similarity index 62% rename from test/e2e/.snapshots/TestMetrics/POST__api_atlas_v2_groups_67ea5abf45e7f051644d334b_clusters_1.json rename to test/e2e/.snapshots/TestMetrics/POST__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_clusters_1.snaphost index da8755fe71..001a1cd563 100644 --- a/test/e2e/.snapshots/TestMetrics/POST__api_atlas_v2_groups_67ea5abf45e7f051644d334b_clusters_1.json +++ b/test/e2e/.snapshots/TestMetrics/POST__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1819 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:06 GMT +Date: Mon, 31 Mar 2025 12:44:37 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 534 +X-Envoy-Upstream-Service-Time: 603 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:05:06Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5abf45e7f051644d334b","id":"67ea5ac245e7f051644d34e3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/clusters/metrics-872","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/clusters/metrics-872/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/clusters/metrics-872/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"metrics-872","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5ac245e7f051644d349d","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5ac245e7f051644d34bf","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:37Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e33b31ead384fc69f64","id":"67ea8e35b31ead384fc6a109","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/clusters/metrics-629","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/clusters/metrics-629/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/clusters/metrics-629/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"metrics-629","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e35b31ead384fc6a0c1","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e35b31ead384fc6a0e1","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/databases_describe/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_databases_config_measurements_1.snaphost b/test/e2e/.snapshots/TestMetrics/databases_describe/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_databases_config_measurements_1.snaphost new file mode 100644 index 0000000000..9312ebe83c --- /dev/null +++ b/test/e2e/.snapshots/TestMetrics/databases_describe/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_databases_config_measurements_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 200 OK +Content-Length: 1749 +Cache-Control: no-cache, no-transform, must-revalidate, proxy-revalidate, max-age=0 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:53:04 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 87 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasProcessMeasurementsResource::getSpecificDatabaseMeasurements +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"databaseName":"config","end":"2025-03-31T12:52:18Z","granularity":"PT30M","groupId":"67ea8e33b31ead384fc69f64","hostId":"atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/processes/atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017/databases/config/measurements?granularity=PT30M&period=P1DT12H","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/processes/atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017","rel":"https://cloud.mongodb.com/host"}],"measurements":[{"dataPoints":[{"timestamp":"2025-03-31T12:52:18Z","value":0.0}],"name":"DATABASE_AVERAGE_OBJECT_SIZE","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:18Z","value":7.0}],"name":"DATABASE_COLLECTION_COUNT","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:18Z","value":0.0}],"name":"DATABASE_DATA_SIZE","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:18Z","value":28672.0}],"name":"DATABASE_STORAGE_SIZE","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:18Z","value":40960.0}],"name":"DATABASE_INDEX_SIZE","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:18Z","value":10.0}],"name":"DATABASE_INDEX_COUNT","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:18Z","value":0.0}],"name":"DATABASE_EXTENT_COUNT","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:18Z","value":0.0}],"name":"DATABASE_OBJECT_COUNT","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:18Z","value":0.0}],"name":"DATABASE_VIEW_COUNT","units":"SCALAR"}],"processId":"atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017","start":"2025-03-31T12:52:18Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_databases_1.json b/test/e2e/.snapshots/TestMetrics/databases_list/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_databases_1.snaphost similarity index 56% rename from test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_databases_1.json rename to test/e2e/.snapshots/TestMetrics/databases_list/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_databases_1.snaphost index f4dc441530..d2c8765d20 100644 --- a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_databases_1.json +++ b/test/e2e/.snapshots/TestMetrics/databases_list/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_databases_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 683 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:22 GMT +Date: Mon, 31 Mar 2025 12:53:04 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 57 +X-Envoy-Upstream-Service-Time: 80 X-Frame-Options: DENY X-Java-Method: ApiAtlasProcessMeasurementsResource::getDatabaseMeasurementLinks X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/processes/atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017/databases?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"databaseName":"config","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/processes/atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017/databases/config","rel":"self"}]},{"databaseName":"local","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/processes/atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017/databases/local","rel":"self"}]}],"totalCount":2} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/processes/atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017/databases?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"databaseName":"config","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/processes/atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017/databases/config","rel":"self"}]},{"databaseName":"local","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/processes/atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017/databases/local","rel":"self"}]}],"totalCount":2} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/disks_describe/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_disks_data_measurements_1.snaphost b/test/e2e/.snapshots/TestMetrics/disks_describe/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_disks_data_measurements_1.snaphost new file mode 100644 index 0000000000..4b9ce98ab6 --- /dev/null +++ b/test/e2e/.snapshots/TestMetrics/disks_describe/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_disks_data_measurements_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 200 OK +Content-Length: 3679 +Cache-Control: no-cache, no-transform, must-revalidate, proxy-revalidate, max-age=0 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:53:04 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 99 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasProcessMeasurementsResource::getSpecificDiskMeasurements +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"end":"2025-03-31T12:52:31Z","granularity":"PT30M","groupId":"67ea8e33b31ead384fc69f64","hostId":"atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/processes/atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017/disks/data/measurements?granularity=PT30M&period=P1DT12H","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/processes/atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017","rel":"https://cloud.mongodb.com/host"}],"measurements":[{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.2995621341643717}],"name":"DISK_PARTITION_IOPS_READ","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":3.9403378530560786}],"name":"DISK_PARTITION_IOPS_WRITE","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":4.239899987220451}],"name":"DISK_PARTITION_IOPS_TOTAL","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.5277777777777777}],"name":"DISK_PARTITION_LATENCY_READ","units":"MILLISECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":1.2963849016480595}],"name":"DISK_PARTITION_LATENCY_WRITE","units":"MILLISECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":1227.0065015372666}],"name":"DISK_PARTITION_THROUGHPUT_READ","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":105020.02597284224}],"name":"DISK_PARTITION_THROUGHPUT_WRITE","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":2.7965808639999996E10}],"name":"DISK_PARTITION_SPACE_FREE","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":4.14158848E9}],"name":"DISK_PARTITION_SPACE_USED","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":87.10082768615284}],"name":"DISK_PARTITION_SPACE_PERCENT_FREE","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":12.89917231384716}],"name":"DISK_PARTITION_SPACE_PERCENT_USED","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0050883624596620575}],"name":"DISK_QUEUE_DEPTH","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":3.729365922777187}],"name":"MAX_DISK_PARTITION_IOPS_READ","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":89.69873353434997}],"name":"MAX_DISK_PARTITION_IOPS_WRITE","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":59.025549032398345}],"name":"MAX_DISK_PARTITION_IOPS_TOTAL","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.7777777777777778}],"name":"MAX_DISK_PARTITION_LATENCY_READ","units":"MILLISECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":5.429629629629629}],"name":"MAX_DISK_PARTITION_LATENCY_WRITE","units":"MILLISECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":2.8040205653333332E10}],"name":"MAX_DISK_PARTITION_SPACE_FREE","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":4.146581504E9}],"name":"MAX_DISK_PARTITION_SPACE_USED","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":87.33254068691487}],"name":"MAX_DISK_PARTITION_SPACE_PERCENT_FREE","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":12.91472332217505}],"name":"MAX_DISK_PARTITION_SPACE_PERCENT_USED","units":"PERCENT"}],"partitionName":"data","processId":"atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017","start":"2025-03-31T12:52:31Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_disks_1.json b/test/e2e/.snapshots/TestMetrics/disks_list/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_disks_1.snaphost similarity index 59% rename from test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_disks_1.json rename to test/e2e/.snapshots/TestMetrics/disks_list/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_disks_1.snaphost index 68cfcc633b..5891b6afd8 100644 --- a/test/e2e/.snapshots/TestMetrics/GET__api_atlas_v2_groups_67ea5abf45e7f051644d334b_processes_atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net_27017_disks_1.json +++ b/test/e2e/.snapshots/TestMetrics/disks_list/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_disks_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 459 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:23 GMT +Date: Mon, 31 Mar 2025 12:53:04 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 38 +X-Envoy-Upstream-Service-Time: 68 X-Frame-Options: DENY X-Java-Method: ApiAtlasProcessMeasurementsResource::getDiskMeasurementLinks X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/processes/atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017/disks?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5abf45e7f051644d334b/processes/atlas-qgp575-shard-00-00.elqgo.mongodb-dev.net:27017/disks/data","rel":"self"}],"partitionName":"data"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/processes/atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017/disks?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/processes/atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017/disks/data","rel":"self"}],"partitionName":"data"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/memory.json b/test/e2e/.snapshots/TestMetrics/memory.json index 670c931a09..51f77cf143 100644 --- a/test/e2e/.snapshots/TestMetrics/memory.json +++ b/test/e2e/.snapshots/TestMetrics/memory.json @@ -1 +1 @@ -{"metricsGenerateClusterName":"metrics-872"} \ No newline at end of file +{"metricsGenerateClusterName":"metrics-629"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/processes/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_measurements_1.snaphost b/test/e2e/.snapshots/TestMetrics/processes/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_measurements_1.snaphost new file mode 100644 index 0000000000..d3e98b1589 --- /dev/null +++ b/test/e2e/.snapshots/TestMetrics/processes/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_measurements_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Connection: close +Content-Length: 17829 +Cache-Control: no-cache, no-transform, must-revalidate, proxy-revalidate, max-age=0 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:53:03 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 423 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasProcessMeasurementsResource::getHostMeasurements +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"end":"2025-03-31T12:52:47Z","granularity":"PT30M","groupId":"67ea8e33b31ead384fc69f64","hostId":"atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/processes/atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017/measurements?granularity=PT30M&period=P1DT12H","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/processes/atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017","rel":"https://cloud.mongodb.com/host"}],"measurements":[{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"ASSERT_REGULAR","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"ASSERT_WARNING","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"ASSERT_MSG","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"ASSERT_USER","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"CACHE_BYTES_READ_INTO","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"CACHE_BYTES_WRITTEN_FROM","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":218491.0}],"name":"CACHE_DIRTY_BYTES","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":249631.0}],"name":"CACHE_USED_BYTES","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":0.0464973971247673}],"name":"CACHE_FILL_RATIO","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":0.0406971201300621}],"name":"DIRTY_FILL_RATIO","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":40.0}],"name":"CONNECTIONS","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":0.0}],"name":"CURSORS_TOTAL_OPEN","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"CURSORS_TOTAL_TIMED_OUT","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":233472.0}],"name":"DB_STORAGE_TOTAL","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":27363.0}],"name":"DB_DATA_SIZE_TOTAL","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":0.0}],"name":"DB_DATA_SIZE_TOTAL_WO_SYSTEM","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":233472.0}],"name":"DB_INDEX_SIZE_TOTAL","units":"BYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"DOCUMENT_METRICS_RETURNED","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"DOCUMENT_METRICS_INSERTED","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"DOCUMENT_METRICS_UPDATED","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"DOCUMENT_METRICS_DELETED","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"EXTRA_INFO_PAGE_FAULTS","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":0.0}],"name":"GLOBAL_LOCK_CURRENT_QUEUE_TOTAL","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":0.0}],"name":"GLOBAL_LOCK_CURRENT_QUEUE_READERS","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":0.0}],"name":"GLOBAL_LOCK_CURRENT_QUEUE_WRITERS","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":210.0}],"name":"MEMORY_RESIDENT","units":"MEGABYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":4293.0}],"name":"MEMORY_VIRTUAL","units":"MEGABYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"MEMORY_MAPPED","units":"MEGABYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"NETWORK_BYTES_IN","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"NETWORK_BYTES_OUT","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"NETWORK_NUM_REQUESTS","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"OPCOUNTER_CMD","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"OPCOUNTER_QUERY","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"OPCOUNTER_UPDATE","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"OPCOUNTER_DELETE","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"OPCOUNTER_TTL_DELETED","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"OPCOUNTER_GETMORE","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"OPCOUNTER_INSERT","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"OPCOUNTER_REPL_CMD","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"OPCOUNTER_REPL_UPDATE","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"OPCOUNTER_REPL_DELETE","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"OPCOUNTER_REPL_INSERT","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"OPERATIONS_SCAN_AND_ORDER","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"OPERATIONS_QUERIES_KILLED","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"OP_EXECUTION_TIME_READS","units":"MILLISECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"OP_EXECUTION_TIME_WRITES","units":"MILLISECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"OP_EXECUTION_TIME_COMMANDS","units":"MILLISECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":0.0}],"name":"OPLOG_SLAVE_LAG_MASTER_TIME","units":"SECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":0.0}],"name":"OPLOG_REPLICATION_LAG_TIME","units":"SECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":35.0}],"name":"OPLOG_MASTER_TIME","units":"SECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":28.0}],"name":"OPLOG_MASTER_LAG_TIME_DIFF","units":"SECONDS"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":0.0015525}],"name":"OPLOG_RATE_GB_PER_HOUR","units":"GIGABYTES_PER_HOUR"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"QUERY_EXECUTOR_SCANNED","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"QUERY_EXECUTOR_SCANNED_OBJECTS","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"QUERY_TARGETING_SCANNED_PER_RETURNED","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"QUERY_TARGETING_SCANNED_OBJECTS_PER_RETURNED","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":4.0}],"name":"TICKETS_AVAILABLE_READS","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":4.0}],"name":"TICKETS_AVAILABLE_WRITE","units":"SCALAR"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":0.0}],"name":"OPERATION_THROTTLING_REJECTED_OPERATIONS","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:47Z","value":null}],"name":"QUERY_SPILL_TO_DISK_DURING_SORT","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":20.739383226416464}],"name":"PROCESS_CPU_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.6929785662844462}],"name":"PROCESS_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"PROCESS_CPU_CHILDREN_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"PROCESS_CPU_CHILDREN_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":10.369691613208232}],"name":"PROCESS_NORMALIZED_CPU_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.3464892831422231}],"name":"PROCESS_NORMALIZED_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"PROCESS_NORMALIZED_CPU_CHILDREN_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"PROCESS_NORMALIZED_CPU_CHILDREN_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":50.926631216678786}],"name":"MAX_PROCESS_CPU_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":3.4649944075097268}],"name":"MAX_PROCESS_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"MAX_PROCESS_CPU_CHILDREN_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"MAX_PROCESS_CPU_CHILDREN_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":25.463315608339393}],"name":"MAX_PROCESS_NORMALIZED_CPU_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":1.7324972037548634}],"name":"MAX_PROCESS_NORMALIZED_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"MAX_PROCESS_NORMALIZED_CPU_CHILDREN_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"MAX_PROCESS_NORMALIZED_CPU_CHILDREN_KERNEL","units":"PERCENT"},{"dataPoints":[],"name":"FTS_PROCESS_RESIDENT_MEMORY","units":"BYTES"},{"dataPoints":[],"name":"FTS_PROCESS_VIRTUAL_MEMORY","units":"BYTES"},{"dataPoints":[],"name":"FTS_PROCESS_SHARED_MEMORY","units":"BYTES"},{"dataPoints":[],"name":"FTS_DISK_USAGE","units":"BYTES"},{"dataPoints":[],"name":"FTS_PROCESS_CPU_USER","units":"PERCENT"},{"dataPoints":[],"name":"FTS_PROCESS_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[],"name":"FTS_PROCESS_NORMALIZED_CPU_USER","units":"PERCENT"},{"dataPoints":[],"name":"FTS_PROCESS_NORMALIZED_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":26.23480608908589}],"name":"SYSTEM_CPU_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":2.3792372584013615}],"name":"SYSTEM_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"SYSTEM_CPU_NICE","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.38259601458359616}],"name":"SYSTEM_CPU_IOWAIT","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"SYSTEM_CPU_IRQ","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.38259601458359616}],"name":"SYSTEM_CPU_SOFTIRQ","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"SYSTEM_CPU_GUEST","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":67.89274044335565}],"name":"SYSTEM_CPU_STEAL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":13.117403044542945}],"name":"SYSTEM_NORMALIZED_CPU_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":1.1896186292006807}],"name":"SYSTEM_NORMALIZED_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"SYSTEM_NORMALIZED_CPU_NICE","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.19129800729179808}],"name":"SYSTEM_NORMALIZED_CPU_IOWAIT","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"SYSTEM_NORMALIZED_CPU_IRQ","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.19129800729179808}],"name":"SYSTEM_NORMALIZED_CPU_SOFTIRQ","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"SYSTEM_NORMALIZED_CPU_GUEST","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":33.946370221677824}],"name":"SYSTEM_NORMALIZED_CPU_STEAL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":14776.009681108884}],"name":"SYSTEM_NETWORK_IN","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":23796.37179693563}],"name":"SYSTEM_NETWORK_OUT","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"SWAP_IO_IN","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":4.30910654921267}],"name":"SWAP_IO_OUT","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":72.51511821511822}],"name":"MAX_SYSTEM_CPU_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":17.73602434726894}],"name":"MAX_SYSTEM_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"MAX_SYSTEM_CPU_NICE","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":32.72122575071637}],"name":"MAX_SYSTEM_CPU_IOWAIT","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"MAX_SYSTEM_CPU_IRQ","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":5.307026307026306}],"name":"MAX_SYSTEM_CPU_SOFTIRQ","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"MAX_SYSTEM_CPU_GUEST","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":157.8731891093663}],"name":"MAX_SYSTEM_CPU_STEAL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":36.25755910755911}],"name":"MAX_SYSTEM_NORMALIZED_CPU_USER","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":8.86801217363447}],"name":"MAX_SYSTEM_NORMALIZED_CPU_KERNEL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"MAX_SYSTEM_NORMALIZED_CPU_NICE","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":16.360612875358186}],"name":"MAX_SYSTEM_NORMALIZED_CPU_IOWAIT","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"MAX_SYSTEM_NORMALIZED_CPU_IRQ","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":2.653513153513153}],"name":"MAX_SYSTEM_NORMALIZED_CPU_SOFTIRQ","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.0}],"name":"MAX_SYSTEM_NORMALIZED_CPU_GUEST","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":78.93659455468315}],"name":"MAX_SYSTEM_NORMALIZED_CPU_STEAL","units":"PERCENT"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":1.2572089999999998E7}],"name":"MAX_SYSTEM_NETWORK_IN","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":401883.3333333333}],"name":"MAX_SYSTEM_NETWORK_OUT","units":"BYTES_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":0.999000999000999}],"name":"MAX_SWAP_IO_IN","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":184.2130092130092}],"name":"MAX_SWAP_IO_OUT","units":"SCALAR_PER_SECOND"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":569730.6666666666}],"name":"SYSTEM_MEMORY_USED","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":1185817.3333333333}],"name":"SYSTEM_MEMORY_AVAILABLE","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":141305.3333333333}],"name":"SYSTEM_MEMORY_FREE","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":656.0}],"name":"SYSTEM_MEMORY_SHARED","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":1178145.3333333333}],"name":"SYSTEM_MEMORY_CACHED","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":1694.6666666666665}],"name":"SYSTEM_MEMORY_BUFFERS","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":1450.6666666666665}],"name":"SWAP_USAGE_USED","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":4192849.333333333}],"name":"SWAP_USAGE_FREE","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":1800554.6666666665}],"name":"MAX_SYSTEM_MEMORY_USED","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":1285914.6666666665}],"name":"MAX_SYSTEM_MEMORY_AVAILABLE","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":180388.0}],"name":"MAX_SYSTEM_MEMORY_FREE","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":696.0}],"name":"MAX_SYSTEM_MEMORY_SHARED","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":1306332.0}],"name":"MAX_SYSTEM_MEMORY_CACHED","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":2524.0}],"name":"MAX_SYSTEM_MEMORY_BUFFERS","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":1450.6666666666665}],"name":"MAX_SWAP_USAGE_USED","units":"KILOBYTES"},{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":4193788.0}],"name":"MAX_SWAP_USAGE_FREE","units":"KILOBYTES"}],"processId":"atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017","start":"2025-03-31T12:52:31Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestMetrics/processes_with_type/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_measurements_2.snaphost b/test/e2e/.snapshots/TestMetrics/processes_with_type/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_measurements_2.snaphost new file mode 100644 index 0000000000..d34ddecb00 --- /dev/null +++ b/test/e2e/.snapshots/TestMetrics/processes_with_type/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69f64_processes_atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net_27017_measurements_2.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 200 OK +Content-Length: 826 +Cache-Control: no-cache, no-transform, must-revalidate, proxy-revalidate, max-age=0 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:53:03 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 116 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasProcessMeasurementsResource::getHostMeasurements +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"end":"2025-03-31T12:52:31Z","granularity":"PT30M","groupId":"67ea8e33b31ead384fc69f64","hostId":"atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/processes/atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017/measurements?granularity=PT30M&m=MAX_PROCESS_CPU_USER&period=P1DT12H","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69f64/processes/atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017","rel":"https://cloud.mongodb.com/host"}],"measurements":[{"dataPoints":[{"timestamp":"2025-03-31T12:52:31Z","value":50.926631216678786}],"name":"MAX_PROCESS_CPU_USER","units":"PERCENT"}],"processId":"atlas-5tuv2s-shard-00-00.pvgtq.mongodb-dev.net:27017","start":"2025-03-31T12:52:31Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestOnlineArchives/POST__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_1.json b/test/e2e/.snapshots/TestOnlineArchives/Create/POST__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestOnlineArchives/POST__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_1.json rename to test/e2e/.snapshots/TestOnlineArchives/Create/POST__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_1.snaphost index a73789d933..b491826cf8 100644 --- a/test/e2e/.snapshots/TestOnlineArchives/POST__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_1.json +++ b/test/e2e/.snapshots/TestOnlineArchives/Create/POST__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 453 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:56 GMT +Date: Mon, 31 Mar 2025 12:53:11 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1109 +X-Envoy-Upstream-Service-Time: 631 X-Frame-Options: DENY X-Java-Method: ApiAtlasOnlineArchiveResource::createOnlineArchive X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"_id":"67ea5ef06257d31a195f317f","clusterName":"onlineArchives-183","collName":"test","collectionType":"STANDARD","criteria":{"dateField":"test","dateFormat":"ISODATE","expireAfterDays":3,"type":"DATE"},"dataProcessRegion":{"cloudProvider":"AWS","region":"US_EAST_1"},"dbName":"test","groupId":"67ea5a8d45e7f051644d2e17","partitionFields":[{"fieldName":"test","fieldType":null,"order":0}],"paused":false,"schedule":{"type":"DEFAULT"},"state":"PENDING"} \ No newline at end of file +{"_id":"67ea9037b31ead384fc6b77e","clusterName":"onlineArchives-575","collName":"test","collectionType":"STANDARD","criteria":{"dateField":"test","dateFormat":"ISODATE","expireAfterDays":3,"type":"DATE"},"dataProcessRegion":{"cloudProvider":"AWS","region":"US_EAST_1"},"dbName":"test","groupId":"67ea8e24b31ead384fc69c49","partitionFields":[{"fieldName":"test","fieldType":null,"order":0}],"paused":false,"schedule":{"type":"DEFAULT"},"state":"PENDING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestOnlineArchives/DELETE__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_1.json b/test/e2e/.snapshots/TestOnlineArchives/Delete/DELETE__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_1.snaphost similarity index 71% rename from test/e2e/.snapshots/TestOnlineArchives/DELETE__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_1.json rename to test/e2e/.snapshots/TestOnlineArchives/Delete/DELETE__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_1.snaphost index 26f91ff93b..6535511f4a 100644 --- a/test/e2e/.snapshots/TestOnlineArchives/DELETE__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_1.json +++ b/test/e2e/.snapshots/TestOnlineArchives/Delete/DELETE__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 2 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:59 GMT +Date: Mon, 31 Mar 2025 12:53:13 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 249 +X-Envoy-Upstream-Service-Time: 235 X-Frame-Options: DENY X-Java-Method: ApiAtlasOnlineArchiveResource::deleteOnlineArchive X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_1.json b/test/e2e/.snapshots/TestOnlineArchives/Describe/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_1.json rename to test/e2e/.snapshots/TestOnlineArchives/Describe/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_1.snaphost index 90c3cc323c..3238f92e0e 100644 --- a/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_1.json +++ b/test/e2e/.snapshots/TestOnlineArchives/Describe/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 453 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:58 GMT +Date: Mon, 31 Mar 2025 12:53:12 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 47 +X-Envoy-Upstream-Service-Time: 28 X-Frame-Options: DENY X-Java-Method: ApiAtlasOnlineArchiveResource::getOnlineArchive X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"_id":"67ea5ef06257d31a195f317f","clusterName":"onlineArchives-183","collName":"test","collectionType":"STANDARD","criteria":{"dateField":"test","dateFormat":"ISODATE","expireAfterDays":3,"type":"DATE"},"dataProcessRegion":{"cloudProvider":"AWS","region":"US_EAST_1"},"dbName":"test","groupId":"67ea5a8d45e7f051644d2e17","partitionFields":[{"fieldName":"test","fieldType":null,"order":0}],"paused":false,"schedule":{"type":"DEFAULT"},"state":"PENDING"} \ No newline at end of file +{"_id":"67ea9037b31ead384fc6b77e","clusterName":"onlineArchives-575","collName":"test","collectionType":"STANDARD","criteria":{"dateField":"test","dateFormat":"ISODATE","expireAfterDays":3,"type":"DATE"},"dataProcessRegion":{"cloudProvider":"AWS","region":"US_EAST_1"},"dbName":"test","groupId":"67ea8e24b31ead384fc69c49","partitionFields":[{"fieldName":"test","fieldType":null,"order":0}],"paused":false,"schedule":{"type":"DEFAULT"},"state":"PENDING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_provider_regions_1.json b/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_provider_regions_1.json deleted file mode 100644 index a6cd390c5a..0000000000 --- a/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_provider_regions_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1556 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:16 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 49 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d45e7f051644d2e17/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_1.json b/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_1.json rename to test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_1.snaphost index 8aa4b01079..38b720228a 100644 --- a/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_1.json +++ b/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1857 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:17 GMT +Date: Mon, 31 Mar 2025 12:44:22 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 70 +X-Envoy-Upstream-Service-Time: 76 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:17Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a8d45e7f051644d2e17","id":"67ea5a913720c31313777ae3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d45e7f051644d2e17/clusters/onlineArchives-183","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d45e7f051644d2e17/clusters/onlineArchives-183/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d45e7f051644d2e17/clusters/onlineArchives-183/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"onlineArchives-183","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a903720c31313777acc","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a913720c31313777ad5","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:22Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e24b31ead384fc69c49","id":"67ea8e26b31ead384fc69d17","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49/clusters/onlineArchives-575","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49/clusters/onlineArchives-575/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49/clusters/onlineArchives-575/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"onlineArchives-575","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e25b31ead384fc69d07","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e26b31ead384fc69d0f","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_2.json b/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_2.snaphost similarity index 64% rename from test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_2.json rename to test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_2.snaphost index 8a769f9aca..d28d9ec544 100644 --- a/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_2.json +++ b/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_2.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2182 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:56 GMT +Date: Mon, 31 Mar 2025 12:53:11 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 75 +X-Envoy-Upstream-Service-Time: 58 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://onlinearchives-183-shard-00-00.6cjoc.mongodb-dev.net:27017,onlinearchives-183-shard-00-01.6cjoc.mongodb-dev.net:27017,onlinearchives-183-shard-00-02.6cjoc.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-l7d9po-shard-0","standardSrv":"mongodb+srv://onlinearchives-183.6cjoc.mongodb-dev.net"},"createDate":"2025-03-31T09:04:17Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a8d45e7f051644d2e17","id":"67ea5a913720c31313777ae3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d45e7f051644d2e17/clusters/onlineArchives-183","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d45e7f051644d2e17/clusters/onlineArchives-183/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d45e7f051644d2e17/clusters/onlineArchives-183/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"onlineArchives-183","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a903720c31313777acc","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a913720c31313777ad5","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://onlinearchives-575-shard-00-00.0roh7.mongodb-dev.net:27017,onlinearchives-575-shard-00-01.0roh7.mongodb-dev.net:27017,onlinearchives-575-shard-00-02.0roh7.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-1ljjko-shard-0","standardSrv":"mongodb+srv://onlinearchives-575.0roh7.mongodb-dev.net"},"createDate":"2025-03-31T12:44:22Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e24b31ead384fc69c49","id":"67ea8e26b31ead384fc69d17","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49/clusters/onlineArchives-575","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49/clusters/onlineArchives-575/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49/clusters/onlineArchives-575/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"onlineArchives-575","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e25b31ead384fc69d07","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e26b31ead384fc69d0f","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_provider_regions_1.json b/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_provider_regions_1.snaphost similarity index 90% rename from test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_provider_regions_1.json rename to test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_provider_regions_1.snaphost index 54a3c37cff..4ad1f9c1e6 100644 --- a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_provider_regions_1.json +++ b/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_provider_regions_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 1556 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:26:31 GMT +Date: Mon, 31 Mar 2025 12:44:21 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -10,7 +10,7 @@ X-Envoy-Upstream-Service-Time: 57 X-Frame-Options: DENY X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5fc46257d31a195f34e6/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestOnlineArchives/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json b/test/e2e/.snapshots/TestOnlineArchives/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json deleted file mode 100644 index c613a94547..0000000000 --- a/test/e2e/.snapshots/TestOnlineArchives/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json +++ /dev/null @@ -1,15 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 3 -Content-Type: text/plain -Date: Mon, 31 Mar 2025 09:04:16 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Vary: Accept-Encoding -X-Content-Type-Options: nosniff -X-Frame-Options: DENY -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none -X-Xgen-Up-Proto: HTTP/2 - -8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestOnlineArchives/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost b/test/e2e/.snapshots/TestOnlineArchives/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost new file mode 100644 index 0000000000..99dc57480a --- /dev/null +++ b/test/e2e/.snapshots/TestOnlineArchives/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost @@ -0,0 +1,15 @@ +HTTP/2.0 200 OK +Content-Length: 3 +Content-Type: text/plain +Date: Mon, 31 Mar 2025 12:44:21 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Vary: Accept-Encoding +X-Content-Type-Options: nosniff +X-Frame-Options: DENY +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none +X-Xgen-Up-Proto: HTTP/2 + +8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_1.json b/test/e2e/.snapshots/TestOnlineArchives/List/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_1.snaphost similarity index 61% rename from test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_1.json rename to test/e2e/.snapshots/TestOnlineArchives/List/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_1.snaphost index 4cd29b76b1..eba8100e3e 100644 --- a/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_1.json +++ b/test/e2e/.snapshots/TestOnlineArchives/List/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 679 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:58 GMT +Date: Mon, 31 Mar 2025 12:53:12 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 42 +X-Envoy-Upstream-Service-Time: 54 X-Frame-Options: DENY X-Java-Method: ApiAtlasOnlineArchiveResource::getOnlineArchives X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d45e7f051644d2e17/clusters/onlineArchives-183/onlineArchives?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"_id":"67ea5ef06257d31a195f317f","clusterName":"onlineArchives-183","collName":"test","collectionType":"STANDARD","criteria":{"dateField":"test","dateFormat":"ISODATE","expireAfterDays":3,"type":"DATE"},"dataProcessRegion":{"cloudProvider":"AWS","region":"US_EAST_1"},"dbName":"test","groupId":"67ea5a8d45e7f051644d2e17","partitionFields":[{"fieldName":"test","fieldType":null,"order":0}],"paused":false,"schedule":{"type":"DEFAULT"},"state":"PENDING"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49/clusters/onlineArchives-575/onlineArchives?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"_id":"67ea9037b31ead384fc6b77e","clusterName":"onlineArchives-575","collName":"test","collectionType":"STANDARD","criteria":{"dateField":"test","dateFormat":"ISODATE","expireAfterDays":3,"type":"DATE"},"dataProcessRegion":{"cloudProvider":"AWS","region":"US_EAST_1"},"dbName":"test","groupId":"67ea8e24b31ead384fc69c49","partitionFields":[{"fieldName":"test","fieldType":null,"order":0}],"paused":false,"schedule":{"type":"DEFAULT"},"state":"PENDING"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestOnlineArchives/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestOnlineArchives/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 05b278e899..0000000000 --- a/test/e2e/.snapshots/TestOnlineArchives/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1099 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:13 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 2995 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:04:16Z","id":"67ea5a8d45e7f051644d2e17","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d45e7f051644d2e17","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d45e7f051644d2e17/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d45e7f051644d2e17/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d45e7f051644d2e17/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d45e7f051644d2e17/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d45e7f051644d2e17/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d45e7f051644d2e17/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"onlineArchives-e2e-280","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestOnlineArchives/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestOnlineArchives/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..1b6c2d891e --- /dev/null +++ b/test/e2e/.snapshots/TestOnlineArchives/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1099 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:20 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1339 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:21Z","id":"67ea8e24b31ead384fc69c49","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"onlineArchives-e2e-110","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestOnlineArchives/POST__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_1.json b/test/e2e/.snapshots/TestOnlineArchives/POST__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestOnlineArchives/POST__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_1.json rename to test/e2e/.snapshots/TestOnlineArchives/POST__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_1.snaphost index 32b935db5f..4d22f2feb4 100644 --- a/test/e2e/.snapshots/TestOnlineArchives/POST__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_1.json +++ b/test/e2e/.snapshots/TestOnlineArchives/POST__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1847 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:16 GMT +Date: Mon, 31 Mar 2025 12:44:21 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 532 +X-Envoy-Upstream-Service-Time: 563 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:17Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a8d45e7f051644d2e17","id":"67ea5a913720c31313777ae3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d45e7f051644d2e17/clusters/onlineArchives-183","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d45e7f051644d2e17/clusters/onlineArchives-183/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8d45e7f051644d2e17/clusters/onlineArchives-183/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"onlineArchives-183","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a903720c31313777acc","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a913720c31313777ad5","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:22Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e24b31ead384fc69c49","id":"67ea8e26b31ead384fc69d17","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49/clusters/onlineArchives-575","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49/clusters/onlineArchives-575/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e24b31ead384fc69c49/clusters/onlineArchives-575/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"onlineArchives-575","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e25b31ead384fc69d07","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e26b31ead384fc69d0f","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestOnlineArchives/PATCH__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_1.json b/test/e2e/.snapshots/TestOnlineArchives/Pause/PATCH__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_1.snaphost similarity index 76% rename from test/e2e/.snapshots/TestOnlineArchives/PATCH__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_1.json rename to test/e2e/.snapshots/TestOnlineArchives/Pause/PATCH__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_1.snaphost index b08e6d08dc..63c3523cbc 100644 --- a/test/e2e/.snapshots/TestOnlineArchives/PATCH__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_1.json +++ b/test/e2e/.snapshots/TestOnlineArchives/Pause/PATCH__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 409 Conflict Content-Length: 174 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:22:58 GMT +Date: Mon, 31 Mar 2025 12:53:12 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 38 +X-Envoy-Upstream-Service-Time: 39 X-Frame-Options: DENY X-Java-Method: ApiAtlasOnlineArchiveResource::updateOnlineArchive X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"detail":"An archive must be in an active state in order to be paused.","error":409,"errorCode":"ONLINE_ARCHIVE_MUST_BE_ACTIVE_TO_PAUSE","parameters":[],"reason":"Conflict"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestOnlineArchives/PATCH__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_2.json b/test/e2e/.snapshots/TestOnlineArchives/Start/PATCH__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_2.snaphost similarity index 76% rename from test/e2e/.snapshots/TestOnlineArchives/PATCH__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_2.json rename to test/e2e/.snapshots/TestOnlineArchives/Start/PATCH__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_2.snaphost index 48b3718e06..2f67ce668b 100644 --- a/test/e2e/.snapshots/TestOnlineArchives/PATCH__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_2.json +++ b/test/e2e/.snapshots/TestOnlineArchives/Start/PATCH__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 400 Bad Request Content-Length: 169 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:22:58 GMT +Date: Mon, 31 Mar 2025 12:53:12 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 37 +X-Envoy-Upstream-Service-Time: 48 X-Frame-Options: DENY X-Java-Method: ApiAtlasOnlineArchiveResource::updateOnlineArchive X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"detail":"The request contained modifications to immutable fields.","error":400,"errorCode":"ONLINE_ARCHIVE_CANNOT_MODIFY_FIELD","parameters":[],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestOnlineArchives/PATCH__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_3.json b/test/e2e/.snapshots/TestOnlineArchives/Update/PATCH__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_3.snaphost similarity index 65% rename from test/e2e/.snapshots/TestOnlineArchives/PATCH__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_3.json rename to test/e2e/.snapshots/TestOnlineArchives/Update/PATCH__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_3.snaphost index 978cc97722..f21581be80 100644 --- a/test/e2e/.snapshots/TestOnlineArchives/PATCH__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_3.json +++ b/test/e2e/.snapshots/TestOnlineArchives/Update/PATCH__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_3.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 453 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:59 GMT +Date: Mon, 31 Mar 2025 12:53:12 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 63 +X-Envoy-Upstream-Service-Time: 62 X-Frame-Options: DENY X-Java-Method: ApiAtlasOnlineArchiveResource::updateOnlineArchive X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"_id":"67ea5ef06257d31a195f317f","clusterName":"onlineArchives-183","collName":"test","collectionType":"STANDARD","criteria":{"dateField":"test","dateFormat":"ISODATE","expireAfterDays":4,"type":"DATE"},"dataProcessRegion":{"cloudProvider":"AWS","region":"US_EAST_1"},"dbName":"test","groupId":"67ea5a8d45e7f051644d2e17","partitionFields":[{"fieldName":"test","fieldType":null,"order":0}],"paused":false,"schedule":{"type":"DEFAULT"},"state":"PENDING"} \ No newline at end of file +{"_id":"67ea9037b31ead384fc6b77e","clusterName":"onlineArchives-575","collName":"test","collectionType":"STANDARD","criteria":{"dateField":"test","dateFormat":"ISODATE","expireAfterDays":4,"type":"DATE"},"dataProcessRegion":{"cloudProvider":"AWS","region":"US_EAST_1"},"dbName":"test","groupId":"67ea8e24b31ead384fc69c49","partitionFields":[{"fieldName":"test","fieldType":null,"order":0}],"paused":false,"schedule":{"type":"DEFAULT"},"state":"PENDING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_2.json b/test/e2e/.snapshots/TestOnlineArchives/Watch/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_2.snaphost similarity index 53% rename from test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_2.json rename to test/e2e/.snapshots/TestOnlineArchives/Watch/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_2.snaphost index 54cf340f42..5f7f24af25 100644 --- a/test/e2e/.snapshots/TestOnlineArchives/GET__api_atlas_v2_groups_67ea5a8d45e7f051644d2e17_clusters_onlineArchives-183_onlineArchives_67ea5ef06257d31a195f317f_2.json +++ b/test/e2e/.snapshots/TestOnlineArchives/Watch/GET__api_atlas_v2_groups_67ea8e24b31ead384fc69c49_clusters_onlineArchives-575_onlineArchives_67ea9037b31ead384fc6b77e_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 404 Not Found Content-Length: 213 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:22:59 GMT +Date: Mon, 31 Mar 2025 12:53:13 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 40 +X-Envoy-Upstream-Service-Time: 41 X-Frame-Options: DENY X-Java-Method: ApiAtlasOnlineArchiveResource::getOnlineArchive X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"detail":"Cannot find resource Online archive with id 67ea5ef06257d31a195f317f.","error":404,"errorCode":"RESOURCE_NOT_FOUND","parameters":["Online archive with id 67ea5ef06257d31a195f317f"],"reason":"Not Found"} \ No newline at end of file +{"detail":"Cannot find resource Online archive with id 67ea9037b31ead384fc6b77e.","error":404,"errorCode":"RESOURCE_NOT_FOUND","parameters":["Online archive with id 67ea9037b31ead384fc6b77e"],"reason":"Not Found"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestOnlineArchives/memory.json b/test/e2e/.snapshots/TestOnlineArchives/memory.json index cd81aa0ae3..70c946a34b 100644 --- a/test/e2e/.snapshots/TestOnlineArchives/memory.json +++ b/test/e2e/.snapshots/TestOnlineArchives/memory.json @@ -1 +1 @@ -{"onlineArchivesGenerateClusterName":"onlineArchives-183"} \ No newline at end of file +{"onlineArchivesGenerateClusterName":"onlineArchives-575"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPerformanceAdvisor/0722b64853370004dc8369ba05ae691dac922b61_1.snaphost b/test/e2e/.snapshots/TestPerformanceAdvisor/0722b64853370004dc8369ba05ae691dac922b61_1.snaphost new file mode 100644 index 0000000000..cabdf5113f --- /dev/null +++ b/test/e2e/.snapshots/TestPerformanceAdvisor/0722b64853370004dc8369ba05ae691dac922b61_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1556 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:40 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 58 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_clusters_performanceAdvisor-907_1.json b/test/e2e/.snapshots/TestPerformanceAdvisor/0dc6672f4ae0357077ec0d828e911ff68086aed1_1.snaphost similarity index 68% rename from test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_clusters_performanceAdvisor-907_1.json rename to test/e2e/.snapshots/TestPerformanceAdvisor/0dc6672f4ae0357077ec0d828e911ff68086aed1_1.snaphost index 5fd9c6e038..ebce548521 100644 --- a/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_clusters_performanceAdvisor-907_1.json +++ b/test/e2e/.snapshots/TestPerformanceAdvisor/0dc6672f4ae0357077ec0d828e911ff68086aed1_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1873 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:11 GMT +Date: Mon, 31 Mar 2025 12:44:41 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 63 +X-Envoy-Upstream-Service-Time: 76 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:05:10Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5ac23720c31313777fbe","id":"67ea5ac63720c31313778064","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/clusters/performanceAdvisor-907","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/clusters/performanceAdvisor-907/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/clusters/performanceAdvisor-907/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"performanceAdvisor-907","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5ac63720c31313778050","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5ac63720c31313778058","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:40Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e36b31ead384fc6a250","id":"67ea8e38b31ead384fc6a4a0","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/clusters/performanceAdvisor-880","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/clusters/performanceAdvisor-880/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/clusters/performanceAdvisor-880/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"performanceAdvisor-880","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e38b31ead384fc6a3e8","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e38b31ead384fc6a426","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_clusters_performanceAdvisor-907_2.json b/test/e2e/.snapshots/TestPerformanceAdvisor/0dc6672f4ae0357077ec0d828e911ff68086aed1_2.snaphost similarity index 51% rename from test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_clusters_performanceAdvisor-907_2.json rename to test/e2e/.snapshots/TestPerformanceAdvisor/0dc6672f4ae0357077ec0d828e911ff68086aed1_2.snaphost index 3b40dfb374..c85571c5e6 100644 --- a/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_clusters_performanceAdvisor-907_2.json +++ b/test/e2e/.snapshots/TestPerformanceAdvisor/0dc6672f4ae0357077ec0d828e911ff68086aed1_2.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2214 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:12 GMT +Date: Mon, 31 Mar 2025 12:52:49 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 64 +X-Envoy-Upstream-Service-Time: 74 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://performanceadvisor-907-shard-00-00.9uvke.mongodb-dev.net:27017,performanceadvisor-907-shard-00-01.9uvke.mongodb-dev.net:27017,performanceadvisor-907-shard-00-02.9uvke.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-1489y0-shard-0","standardSrv":"mongodb+srv://performanceadvisor-907.9uvke.mongodb-dev.net"},"createDate":"2025-03-31T09:05:10Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5ac23720c31313777fbe","id":"67ea5ac63720c31313778064","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/clusters/performanceAdvisor-907","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/clusters/performanceAdvisor-907/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/clusters/performanceAdvisor-907/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"performanceAdvisor-907","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5ac63720c31313778050","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5ac63720c31313778058","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://performanceadvisor-880-shard-00-00.7e4xr.mongodb-dev.net:27017,performanceadvisor-880-shard-00-01.7e4xr.mongodb-dev.net:27017,performanceadvisor-880-shard-00-02.7e4xr.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-11ngfm-shard-0","standardSrv":"mongodb+srv://performanceadvisor-880.7e4xr.mongodb-dev.net"},"createDate":"2025-03-31T12:44:40Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e36b31ead384fc6a250","id":"67ea8e38b31ead384fc6a4a0","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/clusters/performanceAdvisor-880","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/clusters/performanceAdvisor-880/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/clusters/performanceAdvisor-880/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"performanceAdvisor-880","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e38b31ead384fc6a3e8","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e38b31ead384fc6a426","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPerformanceAdvisor/169091de68b3da4cd826992fb4f3526fe60a5286_1.snaphost b/test/e2e/.snapshots/TestPerformanceAdvisor/169091de68b3da4cd826992fb4f3526fe60a5286_1.snaphost new file mode 100644 index 0000000000..b4fae46420 --- /dev/null +++ b/test/e2e/.snapshots/TestPerformanceAdvisor/169091de68b3da4cd826992fb4f3526fe60a5286_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1903 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:50 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 42 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasProcessesResource::getAllAtlasProcesses +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/processes?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"created":"2025-03-31T12:52:10Z","groupId":"67ea8e36b31ead384fc6a250","hostname":"atlas-11ngfm-shard-00-00.7e4xr.mongodb-dev.net","id":"atlas-11ngfm-shard-00-00.7e4xr.mongodb-dev.net:27017","lastPing":"2025-03-31T12:52:45Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/processes/atlas-11ngfm-shard-00-00.7e4xr.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-11ngfm-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"performanceadvisor-880-shard-00-00.7e4xr.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T12:52:11Z","groupId":"67ea8e36b31ead384fc6a250","hostname":"atlas-11ngfm-shard-00-01.7e4xr.mongodb-dev.net","id":"atlas-11ngfm-shard-00-01.7e4xr.mongodb-dev.net:27017","lastPing":"2025-03-31T12:52:45Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/processes/atlas-11ngfm-shard-00-01.7e4xr.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-11ngfm-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"performanceadvisor-880-shard-00-01.7e4xr.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T12:52:11Z","groupId":"67ea8e36b31ead384fc6a250","hostname":"atlas-11ngfm-shard-00-02.7e4xr.mongodb-dev.net","id":"atlas-11ngfm-shard-00-02.7e4xr.mongodb-dev.net:27017","lastPing":"2025-03-31T12:52:45Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/processes/atlas-11ngfm-shard-00-02.7e4xr.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-11ngfm-shard-0","typeName":"REPLICA_PRIMARY","userAlias":"performanceadvisor-880-shard-00-02.7e4xr.mongodb-dev.net","version":"8.0.6"}],"totalCount":3} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPerformanceAdvisor/POST__api_atlas_v2_groups_67ea5ac23720c31313777fbe_clusters_1.json b/test/e2e/.snapshots/TestPerformanceAdvisor/18d3390c7477d070dda2437665d5ac81f02e31c0_1.snaphost similarity index 68% rename from test/e2e/.snapshots/TestPerformanceAdvisor/POST__api_atlas_v2_groups_67ea5ac23720c31313777fbe_clusters_1.json rename to test/e2e/.snapshots/TestPerformanceAdvisor/18d3390c7477d070dda2437665d5ac81f02e31c0_1.snaphost index 30232c400a..41cb43829b 100644 --- a/test/e2e/.snapshots/TestPerformanceAdvisor/POST__api_atlas_v2_groups_67ea5ac23720c31313777fbe_clusters_1.json +++ b/test/e2e/.snapshots/TestPerformanceAdvisor/18d3390c7477d070dda2437665d5ac81f02e31c0_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1863 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:10 GMT +Date: Mon, 31 Mar 2025 12:44:40 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 492 +X-Envoy-Upstream-Service-Time: 533 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:05:10Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5ac23720c31313777fbe","id":"67ea5ac63720c31313778064","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/clusters/performanceAdvisor-907","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/clusters/performanceAdvisor-907/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/clusters/performanceAdvisor-907/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"performanceAdvisor-907","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5ac63720c31313778050","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5ac63720c31313778058","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:40Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e36b31ead384fc6a250","id":"67ea8e38b31ead384fc6a4a0","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/clusters/performanceAdvisor-880","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/clusters/performanceAdvisor-880/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/clusters/performanceAdvisor-880/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"performanceAdvisor-880","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e38b31ead384fc6a3e8","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e38b31ead384fc6a426","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPerformanceAdvisor/3228e07aa44445854030f938a6e8420161065774_1.snaphost b/test/e2e/.snapshots/TestPerformanceAdvisor/3228e07aa44445854030f938a6e8420161065774_1.snaphost new file mode 100644 index 0000000000..1b6cea68f2 --- /dev/null +++ b/test/e2e/.snapshots/TestPerformanceAdvisor/3228e07aa44445854030f938a6e8420161065774_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1103 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:38 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1403 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:40Z","id":"67ea8e36b31ead384fc6a250","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e36b31ead384fc6a250/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"performanceAdvisor-e2e-772","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPerformanceAdvisor/DELETE__api_atlas_v2_groups_67ea5ac23720c31313777fbe_managedSlowMs_disable_1.json b/test/e2e/.snapshots/TestPerformanceAdvisor/Disable_Managed_Slow_Operation_Threshold/11292f35706ff1999c9125585d44b0f5702672e7_1.snaphost similarity index 70% rename from test/e2e/.snapshots/TestPerformanceAdvisor/DELETE__api_atlas_v2_groups_67ea5ac23720c31313777fbe_managedSlowMs_disable_1.json rename to test/e2e/.snapshots/TestPerformanceAdvisor/Disable_Managed_Slow_Operation_Threshold/11292f35706ff1999c9125585d44b0f5702672e7_1.snaphost index f6108fc817..c010b82184 100644 --- a/test/e2e/.snapshots/TestPerformanceAdvisor/DELETE__api_atlas_v2_groups_67ea5ac23720c31313777fbe_managedSlowMs_disable_1.json +++ b/test/e2e/.snapshots/TestPerformanceAdvisor/Disable_Managed_Slow_Operation_Threshold/11292f35706ff1999c9125585d44b0f5702672e7_1.snaphost @@ -1,14 +1,14 @@ HTTP/2.0 204 No Content Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:15 GMT +Date: Mon, 31 Mar 2025 12:52:51 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 39 +X-Envoy-Upstream-Service-Time: 45 X-Frame-Options: DENY X-Java-Method: ApiManagedSlowMsResource::disableManageSlowMs X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/.snapshots/TestPerformanceAdvisor/POST__api_atlas_v2_groups_67ea5ac23720c31313777fbe_managedSlowMs_enable_1.json b/test/e2e/.snapshots/TestPerformanceAdvisor/Enable_Managed_Slow_Operation_Threshold/ca11cc878a291f6ab5b20419cf82a8fc82dd6fe6_1.snaphost similarity index 71% rename from test/e2e/.snapshots/TestPerformanceAdvisor/POST__api_atlas_v2_groups_67ea5ac23720c31313777fbe_managedSlowMs_enable_1.json rename to test/e2e/.snapshots/TestPerformanceAdvisor/Enable_Managed_Slow_Operation_Threshold/ca11cc878a291f6ab5b20419cf82a8fc82dd6fe6_1.snaphost index 5adaa5021a..76eb74d507 100644 --- a/test/e2e/.snapshots/TestPerformanceAdvisor/POST__api_atlas_v2_groups_67ea5ac23720c31313777fbe_managedSlowMs_enable_1.json +++ b/test/e2e/.snapshots/TestPerformanceAdvisor/Enable_Managed_Slow_Operation_Threshold/ca11cc878a291f6ab5b20419cf82a8fc82dd6fe6_1.snaphost @@ -1,15 +1,15 @@ HTTP/2.0 204 No Content Content-Length: 0 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:15 GMT +Date: Mon, 31 Mar 2025 12:52:50 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 44 +X-Envoy-Upstream-Service-Time: 157 X-Frame-Options: DENY X-Java-Method: ApiManagedSlowMsResource::enableManageSlowMs X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_clusters_provider_regions_1.json b/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_clusters_provider_regions_1.json deleted file mode 100644 index 03aee0ea4a..0000000000 --- a/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_clusters_provider_regions_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1556 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:10 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 53 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_processes_1.json b/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_processes_1.json deleted file mode 100644 index 22397c8762..0000000000 --- a/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_processes_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1903 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:12 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 62 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasProcessesResource::getAllAtlasProcesses -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/processes?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"created":"2025-03-31T09:22:36Z","groupId":"67ea5ac23720c31313777fbe","hostname":"atlas-1489y0-shard-00-00.9uvke.mongodb-dev.net","id":"atlas-1489y0-shard-00-00.9uvke.mongodb-dev.net:27017","lastPing":"2025-03-31T09:23:08Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/processes/atlas-1489y0-shard-00-00.9uvke.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-1489y0-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"performanceadvisor-907-shard-00-00.9uvke.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T09:22:36Z","groupId":"67ea5ac23720c31313777fbe","hostname":"atlas-1489y0-shard-00-01.9uvke.mongodb-dev.net","id":"atlas-1489y0-shard-00-01.9uvke.mongodb-dev.net:27017","lastPing":"2025-03-31T09:23:08Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/processes/atlas-1489y0-shard-00-01.9uvke.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-1489y0-shard-0","typeName":"REPLICA_PRIMARY","userAlias":"performanceadvisor-907-shard-00-01.9uvke.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T09:22:36Z","groupId":"67ea5ac23720c31313777fbe","hostname":"atlas-1489y0-shard-00-02.9uvke.mongodb-dev.net","id":"atlas-1489y0-shard-00-02.9uvke.mongodb-dev.net:27017","lastPing":"2025-03-31T09:23:08Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/processes/atlas-1489y0-shard-00-02.9uvke.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-1489y0-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"performanceadvisor-907-shard-00-02.9uvke.mongodb-dev.net","version":"8.0.6"}],"totalCount":3} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json b/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json deleted file mode 100644 index 6da08263d1..0000000000 --- a/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json +++ /dev/null @@ -1,15 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 3 -Content-Type: text/plain -Date: Mon, 31 Mar 2025 09:05:09 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Vary: Accept-Encoding -X-Content-Type-Options: nosniff -X-Frame-Options: DENY -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none -X-Xgen-Up-Proto: HTTP/2 - -8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_processes_atlas-1489y0-shard-00-00.9uvke.mongodb-dev.net_27017_performanceAdvisor_namespaces_1.json b/test/e2e/.snapshots/TestPerformanceAdvisor/List_namespaces/f8f4aa794a53b361e87b65c83aa317957f6b8f01_1.snaphost similarity index 72% rename from test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_processes_atlas-1489y0-shard-00-00.9uvke.mongodb-dev.net_27017_performanceAdvisor_namespaces_1.json rename to test/e2e/.snapshots/TestPerformanceAdvisor/List_namespaces/f8f4aa794a53b361e87b65c83aa317957f6b8f01_1.snaphost index 38096c5890..2c3a57fcbd 100644 --- a/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_processes_atlas-1489y0-shard-00-00.9uvke.mongodb-dev.net_27017_performanceAdvisor_namespaces_1.json +++ b/test/e2e/.snapshots/TestPerformanceAdvisor/List_namespaces/f8f4aa794a53b361e87b65c83aa317957f6b8f01_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 200 OK Content-Length: 17 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:13 GMT +Date: Mon, 31 Mar 2025 12:52:50 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Vary: Accept-Encoding X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 238 +X-Envoy-Upstream-Service-Time: 80 X-Frame-Options: DENY X-Java-Method: ApiAtlasPerformanceAdvisorResource::getNamespaces X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"namespaces":[]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_processes_atlas-1489y0-shard-00-00.9uvke.mongodb-dev.net_27017_performanceAdvisor_slowQueryLogs_1.json b/test/e2e/.snapshots/TestPerformanceAdvisor/List_slow_query_logs/c6b7cef619082e17c617b6def366483a8c07c337_1.snaphost similarity index 73% rename from test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_processes_atlas-1489y0-shard-00-00.9uvke.mongodb-dev.net_27017_performanceAdvisor_slowQueryLogs_1.json rename to test/e2e/.snapshots/TestPerformanceAdvisor/List_slow_query_logs/c6b7cef619082e17c617b6def366483a8c07c337_1.snaphost index 64f9e73e54..ecb811188d 100644 --- a/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_processes_atlas-1489y0-shard-00-00.9uvke.mongodb-dev.net_27017_performanceAdvisor_slowQueryLogs_1.json +++ b/test/e2e/.snapshots/TestPerformanceAdvisor/List_slow_query_logs/c6b7cef619082e17c617b6def366483a8c07c337_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 200 OK Content-Length: 18 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:13 GMT +Date: Mon, 31 Mar 2025 12:52:50 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Vary: Accept-Encoding X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 155 +X-Envoy-Upstream-Service-Time: 81 X-Frame-Options: DENY X-Java-Method: ApiAtlasPerformanceAdvisorResource::getSlowQueryLogs X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"slowQueries":[]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_processes_atlas-1489y0-shard-00-00.9uvke.mongodb-dev.net_27017_performanceAdvisor_suggestedIndexes_1.json b/test/e2e/.snapshots/TestPerformanceAdvisor/List_suggested_indexes/2b6cbfcea885bd1e58ec4273ae30856e7e1301c0_1.snaphost similarity index 72% rename from test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_processes_atlas-1489y0-shard-00-00.9uvke.mongodb-dev.net_27017_performanceAdvisor_suggestedIndexes_1.json rename to test/e2e/.snapshots/TestPerformanceAdvisor/List_suggested_indexes/2b6cbfcea885bd1e58ec4273ae30856e7e1301c0_1.snaphost index b902d72848..6e1998a4cf 100644 --- a/test/e2e/.snapshots/TestPerformanceAdvisor/GET__api_atlas_v2_groups_67ea5ac23720c31313777fbe_processes_atlas-1489y0-shard-00-00.9uvke.mongodb-dev.net_27017_performanceAdvisor_suggestedIndexes_1.json +++ b/test/e2e/.snapshots/TestPerformanceAdvisor/List_suggested_indexes/2b6cbfcea885bd1e58ec4273ae30856e7e1301c0_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 35 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:14 GMT +Date: Mon, 31 Mar 2025 12:52:50 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 222 +X-Envoy-Upstream-Service-Time: 71 X-Frame-Options: DENY X-Java-Method: ApiAtlasPerformanceAdvisorResource::getSuggestedIndexes X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"shapes":[],"suggestedIndexes":[]} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPerformanceAdvisor/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestPerformanceAdvisor/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index bd13980b04..0000000000 --- a/test/e2e/.snapshots/TestPerformanceAdvisor/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1103 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:06 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 2647 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:05:09Z","id":"67ea5ac23720c31313777fbe","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac23720c31313777fbe/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"performanceAdvisor-e2e-504","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPerformanceAdvisor/b2b99e636f7baeaad714b292884352e4da267c6c_1.snaphost b/test/e2e/.snapshots/TestPerformanceAdvisor/b2b99e636f7baeaad714b292884352e4da267c6c_1.snaphost new file mode 100644 index 0000000000..ddf223b5c1 --- /dev/null +++ b/test/e2e/.snapshots/TestPerformanceAdvisor/b2b99e636f7baeaad714b292884352e4da267c6c_1.snaphost @@ -0,0 +1,15 @@ +HTTP/2.0 200 OK +Content-Length: 3 +Content-Type: text/plain +Date: Mon, 31 Mar 2025 12:44:40 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Vary: Accept-Encoding +X-Content-Type-Options: nosniff +X-Frame-Options: DENY +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none +X-Xgen-Up-Proto: HTTP/2 + +8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPerformanceAdvisor/memory.json b/test/e2e/.snapshots/TestPerformanceAdvisor/memory.json index 4f5219306d..022c98989a 100644 --- a/test/e2e/.snapshots/TestPerformanceAdvisor/memory.json +++ b/test/e2e/.snapshots/TestPerformanceAdvisor/memory.json @@ -1 +1 @@ -{"performanceAdvisorGenerateClusterName":"performanceAdvisor-907"} \ No newline at end of file +{"performanceAdvisorGenerateClusterName":"performanceAdvisor-880"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAWS/POST__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_endpointService_1.json b/test/e2e/.snapshots/TestPrivateEndpointsAWS/Create/POST__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_endpointService_1.snaphost similarity index 69% rename from test/e2e/.snapshots/TestPrivateEndpointsAWS/POST__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_endpointService_1.json rename to test/e2e/.snapshots/TestPrivateEndpointsAWS/Create/POST__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_endpointService_1.snaphost index b50f14582a..46ae205ee9 100644 --- a/test/e2e/.snapshots/TestPrivateEndpointsAWS/POST__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_endpointService_1.json +++ b/test/e2e/.snapshots/TestPrivateEndpointsAWS/Create/POST__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_endpointService_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 201 Created Content-Length: 173 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:14 GMT +Date: Mon, 31 Mar 2025 12:44:21 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 125 +X-Envoy-Upstream-Service-Time: 119 X-Frame-Options: DENY X-Java-Method: ApiAtlasPrivateEndpointResource::addEndpointService X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"cloudProvider":"AWS","endpointServiceName":null,"errorMessage":null,"id":"67ea5a8e45e7f051644d2ed3","interfaceEndpoints":[],"regionName":"US_WEST_1","status":"INITIATING"} \ No newline at end of file +{"cloudProvider":"AWS","endpointServiceName":null,"errorMessage":null,"id":"67ea8e25b31ead384fc69d04","interfaceEndpoints":[],"regionName":"US_WEST_1","status":"INITIATING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAWS/DELETE__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_AWS_endpointService_67ea5a8e45e7f051644d2ed3_1.json b/test/e2e/.snapshots/TestPrivateEndpointsAWS/Delete/DELETE__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_67ea8e25b31ead384fc69d04_1.snaphost similarity index 71% rename from test/e2e/.snapshots/TestPrivateEndpointsAWS/DELETE__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_AWS_endpointService_67ea5a8e45e7f051644d2ed3_1.json rename to test/e2e/.snapshots/TestPrivateEndpointsAWS/Delete/DELETE__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_67ea8e25b31ead384fc69d04_1.snaphost index 6d3809281c..3a1b3f1421 100644 --- a/test/e2e/.snapshots/TestPrivateEndpointsAWS/DELETE__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_AWS_endpointService_67ea5a8e45e7f051644d2ed3_1.json +++ b/test/e2e/.snapshots/TestPrivateEndpointsAWS/Delete/DELETE__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_67ea8e25b31ead384fc69d04_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 2 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:07:01 GMT +Date: Mon, 31 Mar 2025 12:47:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 220 +X-Envoy-Upstream-Service-Time: 773 X-Frame-Options: DENY X-Java-Method: ApiAtlasPrivateEndpointResource::deleteEndpointService X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAWS/GET__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_AWS_endpointService_67ea5a8e45e7f051644d2ed3_2.json b/test/e2e/.snapshots/TestPrivateEndpointsAWS/Describe/GET__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_67ea8e25b31ead384fc69d04_3.snaphost similarity index 67% rename from test/e2e/.snapshots/TestPrivateEndpointsAWS/GET__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_AWS_endpointService_67ea5a8e45e7f051644d2ed3_2.json rename to test/e2e/.snapshots/TestPrivateEndpointsAWS/Describe/GET__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_67ea8e25b31ead384fc69d04_3.snaphost index 5fbd99cf40..ba696e0c75 100644 --- a/test/e2e/.snapshots/TestPrivateEndpointsAWS/GET__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_AWS_endpointService_67ea5a8e45e7f051644d2ed3_2.json +++ b/test/e2e/.snapshots/TestPrivateEndpointsAWS/Describe/GET__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_67ea8e25b31ead384fc69d04_3.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 225 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:07:01 GMT +Date: Mon, 31 Mar 2025 12:47:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -10,7 +10,7 @@ X-Envoy-Upstream-Service-Time: 30 X-Frame-Options: DENY X-Java-Method: ApiAtlasPrivateEndpointResource::getEndPointService X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"cloudProvider":"AWS","endpointServiceName":"com.amazonaws.vpce.us-west-1.vpce-svc-036f3c2417aeb778d","errorMessage":null,"id":"67ea5a8e45e7f051644d2ed3","interfaceEndpoints":[],"regionName":"US_WEST_1","status":"AVAILABLE"} \ No newline at end of file +{"cloudProvider":"AWS","endpointServiceName":"com.amazonaws.vpce.us-west-1.vpce-svc-0ff338f024716ab16","errorMessage":null,"id":"67ea8e25b31ead384fc69d04","interfaceEndpoints":[],"regionName":"US_WEST_1","status":"AVAILABLE"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAWS/GET__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_AWS_endpointService_1.json b/test/e2e/.snapshots/TestPrivateEndpointsAWS/List/GET__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_1.snaphost similarity index 63% rename from test/e2e/.snapshots/TestPrivateEndpointsAWS/GET__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_AWS_endpointService_1.json rename to test/e2e/.snapshots/TestPrivateEndpointsAWS/List/GET__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_1.snaphost index 77122d2ef1..f43201ea91 100644 --- a/test/e2e/.snapshots/TestPrivateEndpointsAWS/GET__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_AWS_endpointService_1.json +++ b/test/e2e/.snapshots/TestPrivateEndpointsAWS/List/GET__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 227 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:07:01 GMT +Date: Mon, 31 Mar 2025 12:47:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 43 +X-Envoy-Upstream-Service-Time: 34 X-Frame-Options: DENY X-Java-Method: ApiAtlasPrivateEndpointResource::getEndpointServices X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -[{"cloudProvider":"AWS","endpointServiceName":"com.amazonaws.vpce.us-west-1.vpce-svc-036f3c2417aeb778d","errorMessage":null,"id":"67ea5a8e45e7f051644d2ed3","interfaceEndpoints":[],"regionName":"US_WEST_1","status":"AVAILABLE"}] \ No newline at end of file +[{"cloudProvider":"AWS","endpointServiceName":"com.amazonaws.vpce.us-west-1.vpce-svc-0ff338f024716ab16","errorMessage":null,"id":"67ea8e25b31ead384fc69d04","interfaceEndpoints":[],"regionName":"US_WEST_1","status":"AVAILABLE"}] \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAWS/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestPrivateEndpointsAWS/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index a14482e671..0000000000 --- a/test/e2e/.snapshots/TestPrivateEndpointsAWS/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1104 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:12 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1204 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:04:14Z","id":"67ea5a8c45e7f051644d2e0b","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8c45e7f051644d2e0b","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8c45e7f051644d2e0b/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8c45e7f051644d2e0b/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8c45e7f051644d2e0b/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8c45e7f051644d2e0b/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8c45e7f051644d2e0b/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8c45e7f051644d2e0b/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"privateEndpointsAWS-e2e-481","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAWS/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestPrivateEndpointsAWS/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..884dd7aa20 --- /dev/null +++ b/test/e2e/.snapshots/TestPrivateEndpointsAWS/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1104 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:19 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1289 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:21Z","id":"67ea8e23b31ead384fc69c1f","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e23b31ead384fc69c1f","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e23b31ead384fc69c1f/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e23b31ead384fc69c1f/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e23b31ead384fc69c1f/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e23b31ead384fc69c1f/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e23b31ead384fc69c1f/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e23b31ead384fc69c1f/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"privateEndpointsAWS-e2e-513","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAWS/GET__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_AWS_endpointService_67ea5a8e45e7f051644d2ed3_1.json b/test/e2e/.snapshots/TestPrivateEndpointsAWS/Watch/GET__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_67ea8e25b31ead384fc69d04_1.snaphost similarity index 69% rename from test/e2e/.snapshots/TestPrivateEndpointsAWS/GET__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_AWS_endpointService_67ea5a8e45e7f051644d2ed3_1.json rename to test/e2e/.snapshots/TestPrivateEndpointsAWS/Watch/GET__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_67ea8e25b31ead384fc69d04_1.snaphost index 690e9942af..ea80500ae4 100644 --- a/test/e2e/.snapshots/TestPrivateEndpointsAWS/GET__api_atlas_v2_groups_67ea5a8c45e7f051644d2e0b_privateEndpoint_AWS_endpointService_67ea5a8e45e7f051644d2ed3_1.json +++ b/test/e2e/.snapshots/TestPrivateEndpointsAWS/Watch/GET__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_67ea8e25b31ead384fc69d04_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 173 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:14 GMT +Date: Mon, 31 Mar 2025 12:44:21 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 29 +X-Envoy-Upstream-Service-Time: 31 X-Frame-Options: DENY X-Java-Method: ApiAtlasPrivateEndpointResource::getEndPointService X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"cloudProvider":"AWS","endpointServiceName":null,"errorMessage":null,"id":"67ea5a8e45e7f051644d2ed3","interfaceEndpoints":[],"regionName":"US_WEST_1","status":"INITIATING"} \ No newline at end of file +{"cloudProvider":"AWS","endpointServiceName":null,"errorMessage":null,"id":"67ea8e25b31ead384fc69d04","interfaceEndpoints":[],"regionName":"US_WEST_1","status":"INITIATING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAWS/Watch/GET__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_67ea8e25b31ead384fc69d04_2.snaphost b/test/e2e/.snapshots/TestPrivateEndpointsAWS/Watch/GET__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_67ea8e25b31ead384fc69d04_2.snaphost new file mode 100644 index 0000000000..bdcfc20629 --- /dev/null +++ b/test/e2e/.snapshots/TestPrivateEndpointsAWS/Watch/GET__api_atlas_v2_groups_67ea8e23b31ead384fc69c1f_privateEndpoint_AWS_endpointService_67ea8e25b31ead384fc69d04_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 225 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:46:59 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 35 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasPrivateEndpointResource::getEndPointService +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cloudProvider":"AWS","endpointServiceName":"com.amazonaws.vpce.us-west-1.vpce-svc-0ff338f024716ab16","errorMessage":null,"id":"67ea8e25b31ead384fc69d04","interfaceEndpoints":[],"regionName":"US_WEST_1","status":"AVAILABLE"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAzure/Create/POST__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_endpointService_1.snaphost b/test/e2e/.snapshots/TestPrivateEndpointsAzure/Create/POST__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_endpointService_1.snaphost new file mode 100644 index 0000000000..be276fbf65 --- /dev/null +++ b/test/e2e/.snapshots/TestPrivateEndpointsAzure/Create/POST__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_endpointService_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 201 Created +Content-Length: 218 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:47:03 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 110 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasPrivateEndpointResource::addEndpointService +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cloudProvider":"AZURE","errorMessage":null,"id":"67ea8ec8b31ead384fc6b33e","privateEndpoints":[],"privateLinkServiceName":null,"privateLinkServiceResourceId":null,"regionName":"ASIA_SOUTH_EAST","status":"INITIATING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsGCP/DELETE__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_1.json b/test/e2e/.snapshots/TestPrivateEndpointsAzure/Delete/DELETE__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_67ea8ec8b31ead384fc6b33e_1.snaphost similarity index 71% rename from test/e2e/.snapshots/TestPrivateEndpointsGCP/DELETE__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_1.json rename to test/e2e/.snapshots/TestPrivateEndpointsAzure/Delete/DELETE__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_67ea8ec8b31ead384fc6b33e_1.snaphost index 66b6007a89..4f2286a591 100644 --- a/test/e2e/.snapshots/TestPrivateEndpointsGCP/DELETE__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_1.json +++ b/test/e2e/.snapshots/TestPrivateEndpointsAzure/Delete/DELETE__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_67ea8ec8b31ead384fc6b33e_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 2 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:13:11 GMT +Date: Mon, 31 Mar 2025 12:48:21 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 95 +X-Envoy-Upstream-Service-Time: 79 X-Frame-Options: DENY X-Java-Method: ApiAtlasPrivateEndpointResource::deleteEndpointService X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAzure/Describe/GET__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_67ea8ec8b31ead384fc6b33e_3.snaphost b/test/e2e/.snapshots/TestPrivateEndpointsAzure/Describe/GET__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_67ea8ec8b31ead384fc6b33e_3.snaphost new file mode 100644 index 0000000000..c875766140 --- /dev/null +++ b/test/e2e/.snapshots/TestPrivateEndpointsAzure/Describe/GET__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_67ea8ec8b31ead384fc6b33e_3.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 421 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:48:21 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 31 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasPrivateEndpointResource::getEndPointService +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cloudProvider":"AZURE","errorMessage":null,"id":"67ea8ec8b31ead384fc6b33e","privateEndpoints":[],"privateLinkServiceName":"pls_67ea8ec8b31ead384fc6b33e","privateLinkServiceResourceId":"/subscriptions/4e133d35-e734-4380-a565-c0945535da37/resourceGroups/rg_67ea8ec8b31ead384fc6b33f_zvvmzket/providers/Microsoft.Network/privateLinkServices/pls_67ea8ec8b31ead384fc6b33e","regionName":"ASIA_SOUTH_EAST","status":"AVAILABLE"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAzure/GET__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_AZURE_endpointService_1.json b/test/e2e/.snapshots/TestPrivateEndpointsAzure/GET__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_AZURE_endpointService_1.json deleted file mode 100644 index 4cb9130d3c..0000000000 --- a/test/e2e/.snapshots/TestPrivateEndpointsAzure/GET__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_AZURE_endpointService_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 417 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:08:09 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 23 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasPrivateEndpointResource::getEndpointServices -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -[{"cloudProvider":"AZURE","errorMessage":null,"id":"67ea5b3845e7f051644d391d","privateEndpoints":[],"privateLinkServiceName":"pls_67ea5b3845e7f051644d391d","privateLinkServiceResourceId":"/subscriptions/4e133d35-e734-4380-a565-c0945535da37/resourceGroups/rg_67ea5b3845e7f051644d391e_7a7qybmj/providers/Microsoft.Network/privateLinkServices/pls_67ea5b3845e7f051644d391d","regionName":"US_WEST_2","status":"AVAILABLE"}] \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAzure/GET__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_AZURE_endpointService_67ea5b3845e7f051644d391d_1.json b/test/e2e/.snapshots/TestPrivateEndpointsAzure/GET__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_AZURE_endpointService_67ea5b3845e7f051644d391d_1.json deleted file mode 100644 index 16c4550182..0000000000 --- a/test/e2e/.snapshots/TestPrivateEndpointsAzure/GET__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_AZURE_endpointService_67ea5b3845e7f051644d391d_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 212 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:07:04 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 37 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasPrivateEndpointResource::getEndPointService -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"cloudProvider":"AZURE","errorMessage":null,"id":"67ea5b3845e7f051644d391d","privateEndpoints":[],"privateLinkServiceName":null,"privateLinkServiceResourceId":null,"regionName":"US_WEST_2","status":"INITIATING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAzure/GET__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_AZURE_endpointService_67ea5b3845e7f051644d391d_2.json b/test/e2e/.snapshots/TestPrivateEndpointsAzure/GET__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_AZURE_endpointService_67ea5b3845e7f051644d391d_2.json deleted file mode 100644 index 50adf34139..0000000000 --- a/test/e2e/.snapshots/TestPrivateEndpointsAzure/GET__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_AZURE_endpointService_67ea5b3845e7f051644d391d_2.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 415 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:08:09 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 31 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasPrivateEndpointResource::getEndPointService -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"cloudProvider":"AZURE","errorMessage":null,"id":"67ea5b3845e7f051644d391d","privateEndpoints":[],"privateLinkServiceName":"pls_67ea5b3845e7f051644d391d","privateLinkServiceResourceId":"/subscriptions/4e133d35-e734-4380-a565-c0945535da37/resourceGroups/rg_67ea5b3845e7f051644d391e_7a7qybmj/providers/Microsoft.Network/privateLinkServices/pls_67ea5b3845e7f051644d391d","regionName":"US_WEST_2","status":"AVAILABLE"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAzure/List/GET__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_1.snaphost b/test/e2e/.snapshots/TestPrivateEndpointsAzure/List/GET__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_1.snaphost new file mode 100644 index 0000000000..106c635e24 --- /dev/null +++ b/test/e2e/.snapshots/TestPrivateEndpointsAzure/List/GET__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 423 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:48:21 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 28 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasPrivateEndpointResource::getEndpointServices +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +[{"cloudProvider":"AZURE","errorMessage":null,"id":"67ea8ec8b31ead384fc6b33e","privateEndpoints":[],"privateLinkServiceName":"pls_67ea8ec8b31ead384fc6b33e","privateLinkServiceResourceId":"/subscriptions/4e133d35-e734-4380-a565-c0945535da37/resourceGroups/rg_67ea8ec8b31ead384fc6b33f_zvvmzket/providers/Microsoft.Network/privateLinkServices/pls_67ea8ec8b31ead384fc6b33e","regionName":"ASIA_SOUTH_EAST","status":"AVAILABLE"}] \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAzure/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestPrivateEndpointsAzure/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 3787d91a08..0000000000 --- a/test/e2e/.snapshots/TestPrivateEndpointsAzure/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1106 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:07:02 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1553 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:07:03Z","id":"67ea5b363720c31313778657","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5b363720c31313778657","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5b363720c31313778657/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5b363720c31313778657/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5b363720c31313778657/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5b363720c31313778657/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5b363720c31313778657/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5b363720c31313778657/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"privateEndpointsAzure-e2e-385","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAzure/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestPrivateEndpointsAzure/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..6984e0538a --- /dev/null +++ b/test/e2e/.snapshots/TestPrivateEndpointsAzure/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1106 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:47:01 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 2438 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:47:03Z","id":"67ea8ec584391f6c24ea6e52","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8ec584391f6c24ea6e52","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8ec584391f6c24ea6e52/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8ec584391f6c24ea6e52/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8ec584391f6c24ea6e52/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8ec584391f6c24ea6e52/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8ec584391f6c24ea6e52/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8ec584391f6c24ea6e52/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"privateEndpointsAzure-e2e-228","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAzure/POST__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_endpointService_1.json b/test/e2e/.snapshots/TestPrivateEndpointsAzure/POST__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_endpointService_1.json deleted file mode 100644 index 0516d25ab0..0000000000 --- a/test/e2e/.snapshots/TestPrivateEndpointsAzure/POST__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_endpointService_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 212 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:07:04 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 130 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasPrivateEndpointResource::addEndpointService -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"cloudProvider":"AZURE","errorMessage":null,"id":"67ea5b3845e7f051644d391d","privateEndpoints":[],"privateLinkServiceName":null,"privateLinkServiceResourceId":null,"regionName":"US_WEST_2","status":"INITIATING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAzure/Watch/GET__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_67ea8ec8b31ead384fc6b33e_1.snaphost b/test/e2e/.snapshots/TestPrivateEndpointsAzure/Watch/GET__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_67ea8ec8b31ead384fc6b33e_1.snaphost new file mode 100644 index 0000000000..6d28c70992 --- /dev/null +++ b/test/e2e/.snapshots/TestPrivateEndpointsAzure/Watch/GET__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_67ea8ec8b31ead384fc6b33e_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 218 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:47:04 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 48 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasPrivateEndpointResource::getEndPointService +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cloudProvider":"AZURE","errorMessage":null,"id":"67ea8ec8b31ead384fc6b33e","privateEndpoints":[],"privateLinkServiceName":null,"privateLinkServiceResourceId":null,"regionName":"ASIA_SOUTH_EAST","status":"INITIATING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAzure/Watch/GET__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_67ea8ec8b31ead384fc6b33e_2.snaphost b/test/e2e/.snapshots/TestPrivateEndpointsAzure/Watch/GET__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_67ea8ec8b31ead384fc6b33e_2.snaphost new file mode 100644 index 0000000000..13f68962d3 --- /dev/null +++ b/test/e2e/.snapshots/TestPrivateEndpointsAzure/Watch/GET__api_atlas_v2_groups_67ea8ec584391f6c24ea6e52_privateEndpoint_AZURE_endpointService_67ea8ec8b31ead384fc6b33e_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 421 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:48:21 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 28 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasPrivateEndpointResource::getEndPointService +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cloudProvider":"AZURE","errorMessage":null,"id":"67ea8ec8b31ead384fc6b33e","privateEndpoints":[],"privateLinkServiceName":"pls_67ea8ec8b31ead384fc6b33e","privateLinkServiceResourceId":"/subscriptions/4e133d35-e734-4380-a565-c0945535da37/resourceGroups/rg_67ea8ec8b31ead384fc6b33f_zvvmzket/providers/Microsoft.Network/privateLinkServices/pls_67ea8ec8b31ead384fc6b33e","regionName":"ASIA_SOUTH_EAST","status":"AVAILABLE"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAzure/memory.json b/test/e2e/.snapshots/TestPrivateEndpointsAzure/memory.json index 1bb570c89b..bd055d5722 100644 --- a/test/e2e/.snapshots/TestPrivateEndpointsAzure/memory.json +++ b/test/e2e/.snapshots/TestPrivateEndpointsAzure/memory.json @@ -1 +1 @@ -{"rand":"Ag=="} \ No newline at end of file +{"rand":"Aw=="} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsGCP/POST__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_endpointService_1.json b/test/e2e/.snapshots/TestPrivateEndpointsGCP/Create/POST__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_endpointService_1.snaphost similarity index 60% rename from test/e2e/.snapshots/TestPrivateEndpointsGCP/POST__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_endpointService_1.json rename to test/e2e/.snapshots/TestPrivateEndpointsGCP/Create/POST__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_endpointService_1.snaphost index 3e4057c31a..970dc4e224 100644 --- a/test/e2e/.snapshots/TestPrivateEndpointsGCP/POST__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_endpointService_1.json +++ b/test/e2e/.snapshots/TestPrivateEndpointsGCP/Create/POST__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_endpointService_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 201 Created -Content-Length: 179 +Content-Length: 174 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:08:12 GMT +Date: Mon, 31 Mar 2025 12:48:23 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 191 +X-Envoy-Upstream-Service-Time: 123 X-Frame-Options: DENY X-Java-Method: ApiAtlasPrivateEndpointResource::addEndpointService X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"cloudProvider":"GCP","endpointGroupNames":[],"errorMessage":null,"id":"67ea5b7c3720c313137788a7","regionName":"WESTERN_EUROPE","serviceAttachmentNames":[],"status":"INITIATING"} \ No newline at end of file +{"cloudProvider":"GCP","endpointGroupNames":[],"errorMessage":null,"id":"67ea8f17b31ead384fc6b446","regionName":"US_EAST_4","serviceAttachmentNames":[],"status":"INITIATING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsAzure/DELETE__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_AZURE_endpointService_67ea5b3845e7f051644d391d_1.json b/test/e2e/.snapshots/TestPrivateEndpointsGCP/Delete/DELETE__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_1.snaphost similarity index 71% rename from test/e2e/.snapshots/TestPrivateEndpointsAzure/DELETE__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_AZURE_endpointService_67ea5b3845e7f051644d391d_1.json rename to test/e2e/.snapshots/TestPrivateEndpointsGCP/Delete/DELETE__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_1.snaphost index 86a9918c58..f8a62e3785 100644 --- a/test/e2e/.snapshots/TestPrivateEndpointsAzure/DELETE__api_atlas_v2_groups_67ea5b363720c31313778657_privateEndpoint_AZURE_endpointService_67ea5b3845e7f051644d391d_1.json +++ b/test/e2e/.snapshots/TestPrivateEndpointsGCP/Delete/DELETE__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 2 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:08:09 GMT +Date: Mon, 31 Mar 2025 12:52:12 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 75 +X-Envoy-Upstream-Service-Time: 81 X-Frame-Options: DENY X-Java-Method: ApiAtlasPrivateEndpointResource::deleteEndpointService X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsGCP/Describe/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_5.snaphost b/test/e2e/.snapshots/TestPrivateEndpointsGCP/Describe/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_5.snaphost new file mode 100644 index 0000000000..43b16531e6 --- /dev/null +++ b/test/e2e/.snapshots/TestPrivateEndpointsGCP/Describe/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_5.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 850 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:12 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 45 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasPrivateEndpointResource::getEndPointService +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cloudProvider":"GCP","endpointGroupNames":[],"errorMessage":null,"id":"67ea8f17b31ead384fc6b446","regionName":"US_EAST_4","serviceAttachmentNames":["projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-0","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-1","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-2","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-3","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-4","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-5"],"status":"AVAILABLE"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_1.json b/test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_1.json deleted file mode 100644 index d9a212c485..0000000000 --- a/test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 905 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:13:10 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 28 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasPrivateEndpointResource::getEndpointServices -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -[{"cloudProvider":"GCP","endpointGroupNames":[],"errorMessage":null,"id":"67ea5b7c3720c313137788a7","regionName":"WESTERN_EUROPE","serviceAttachmentNames":["projects/p-lymdrgbdjhy7r7mgggdinjyo/regions/europe-west1/serviceAttachments/sa-europe-west1-67ea5b7a3720c3131377883a-0","projects/p-lymdrgbdjhy7r7mgggdinjyo/regions/europe-west1/serviceAttachments/sa-europe-west1-67ea5b7a3720c3131377883a-1","projects/p-lymdrgbdjhy7r7mgggdinjyo/regions/europe-west1/serviceAttachments/sa-europe-west1-67ea5b7a3720c3131377883a-2","projects/p-lymdrgbdjhy7r7mgggdinjyo/regions/europe-west1/serviceAttachments/sa-europe-west1-67ea5b7a3720c3131377883a-3","projects/p-lymdrgbdjhy7r7mgggdinjyo/regions/europe-west1/serviceAttachments/sa-europe-west1-67ea5b7a3720c3131377883a-4","projects/p-lymdrgbdjhy7r7mgggdinjyo/regions/europe-west1/serviceAttachments/sa-europe-west1-67ea5b7a3720c3131377883a-5"],"status":"AVAILABLE"}] \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_2.json b/test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_2.json deleted file mode 100644 index 813be54d67..0000000000 --- a/test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_2.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 299 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:12:54 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 43 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasPrivateEndpointResource::getEndPointService -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"cloudProvider":"GCP","endpointGroupNames":[],"errorMessage":null,"id":"67ea5b7c3720c313137788a7","regionName":"WESTERN_EUROPE","serviceAttachmentNames":["projects/p-lymdrgbdjhy7r7mgggdinjyo/regions/europe-west1/serviceAttachments/sa-europe-west1-67ea5b7a3720c3131377883a-0"],"status":"INITIATING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_3.json b/test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_3.json deleted file mode 100644 index 6f753372bc..0000000000 --- a/test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_3.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 420 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:12:58 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 47 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasPrivateEndpointResource::getEndPointService -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"cloudProvider":"GCP","endpointGroupNames":[],"errorMessage":null,"id":"67ea5b7c3720c313137788a7","regionName":"WESTERN_EUROPE","serviceAttachmentNames":["projects/p-lymdrgbdjhy7r7mgggdinjyo/regions/europe-west1/serviceAttachments/sa-europe-west1-67ea5b7a3720c3131377883a-0","projects/p-lymdrgbdjhy7r7mgggdinjyo/regions/europe-west1/serviceAttachments/sa-europe-west1-67ea5b7a3720c3131377883a-1"],"status":"INITIATING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_4.json b/test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_4.json deleted file mode 100644 index 263ca16c5c..0000000000 --- a/test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_4.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 903 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:13:10 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 26 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasPrivateEndpointResource::getEndPointService -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"cloudProvider":"GCP","endpointGroupNames":[],"errorMessage":null,"id":"67ea5b7c3720c313137788a7","regionName":"WESTERN_EUROPE","serviceAttachmentNames":["projects/p-lymdrgbdjhy7r7mgggdinjyo/regions/europe-west1/serviceAttachments/sa-europe-west1-67ea5b7a3720c3131377883a-0","projects/p-lymdrgbdjhy7r7mgggdinjyo/regions/europe-west1/serviceAttachments/sa-europe-west1-67ea5b7a3720c3131377883a-1","projects/p-lymdrgbdjhy7r7mgggdinjyo/regions/europe-west1/serviceAttachments/sa-europe-west1-67ea5b7a3720c3131377883a-2","projects/p-lymdrgbdjhy7r7mgggdinjyo/regions/europe-west1/serviceAttachments/sa-europe-west1-67ea5b7a3720c3131377883a-3","projects/p-lymdrgbdjhy7r7mgggdinjyo/regions/europe-west1/serviceAttachments/sa-europe-west1-67ea5b7a3720c3131377883a-4","projects/p-lymdrgbdjhy7r7mgggdinjyo/regions/europe-west1/serviceAttachments/sa-europe-west1-67ea5b7a3720c3131377883a-5"],"status":"AVAILABLE"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsGCP/List/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_1.snaphost b/test/e2e/.snapshots/TestPrivateEndpointsGCP/List/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_1.snaphost new file mode 100644 index 0000000000..a74fa5061d --- /dev/null +++ b/test/e2e/.snapshots/TestPrivateEndpointsGCP/List/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 852 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:12 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 32 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasPrivateEndpointResource::getEndpointServices +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +[{"cloudProvider":"GCP","endpointGroupNames":[],"errorMessage":null,"id":"67ea8f17b31ead384fc6b446","regionName":"US_EAST_4","serviceAttachmentNames":["projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-0","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-1","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-2","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-3","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-4","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-5"],"status":"AVAILABLE"}] \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsGCP/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestPrivateEndpointsGCP/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index b608992ed4..0000000000 --- a/test/e2e/.snapshots/TestPrivateEndpointsGCP/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1104 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:08:10 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 2368 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:08:12Z","id":"67ea5b7a3720c3131377883a","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5b7a3720c3131377883a","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5b7a3720c3131377883a/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5b7a3720c3131377883a/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5b7a3720c3131377883a/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5b7a3720c3131377883a/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5b7a3720c3131377883a/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5b7a3720c3131377883a/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"privateEndpointsGPC-e2e-342","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsGCP/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestPrivateEndpointsGCP/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..4e347dc5d5 --- /dev/null +++ b/test/e2e/.snapshots/TestPrivateEndpointsGCP/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1104 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:48:22 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1309 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:48:23Z","id":"67ea8f1684391f6c24ea6f8f","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8f1684391f6c24ea6f8f","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8f1684391f6c24ea6f8f/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8f1684391f6c24ea6f8f/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8f1684391f6c24ea6f8f/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8f1684391f6c24ea6f8f/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8f1684391f6c24ea6f8f/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8f1684391f6c24ea6f8f/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"privateEndpointsGPC-e2e-869","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_1.json b/test/e2e/.snapshots/TestPrivateEndpointsGCP/Watch/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_1.snaphost similarity index 60% rename from test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_1.json rename to test/e2e/.snapshots/TestPrivateEndpointsGCP/Watch/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_1.snaphost index a3eb5253d1..fc518aeb59 100644 --- a/test/e2e/.snapshots/TestPrivateEndpointsGCP/GET__api_atlas_v2_groups_67ea5b7a3720c3131377883a_privateEndpoint_GCP_endpointService_67ea5b7c3720c313137788a7_1.json +++ b/test/e2e/.snapshots/TestPrivateEndpointsGCP/Watch/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK -Content-Length: 179 +Content-Length: 174 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:08:13 GMT +Date: Mon, 31 Mar 2025 12:48:24 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 39 +X-Envoy-Upstream-Service-Time: 44 X-Frame-Options: DENY X-Java-Method: ApiAtlasPrivateEndpointResource::getEndPointService X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"cloudProvider":"GCP","endpointGroupNames":[],"errorMessage":null,"id":"67ea5b7c3720c313137788a7","regionName":"WESTERN_EUROPE","serviceAttachmentNames":[],"status":"INITIATING"} \ No newline at end of file +{"cloudProvider":"GCP","endpointGroupNames":[],"errorMessage":null,"id":"67ea8f17b31ead384fc6b446","regionName":"US_EAST_4","serviceAttachmentNames":[],"status":"INITIATING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsGCP/Watch/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_2.snaphost b/test/e2e/.snapshots/TestPrivateEndpointsGCP/Watch/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_2.snaphost new file mode 100644 index 0000000000..6e917963e4 --- /dev/null +++ b/test/e2e/.snapshots/TestPrivateEndpointsGCP/Watch/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 399 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:51:59 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 41 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasPrivateEndpointResource::getEndPointService +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cloudProvider":"GCP","endpointGroupNames":[],"errorMessage":null,"id":"67ea8f17b31ead384fc6b446","regionName":"US_EAST_4","serviceAttachmentNames":["projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-0","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-3"],"status":"INITIATING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsGCP/Watch/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_3.snaphost b/test/e2e/.snapshots/TestPrivateEndpointsGCP/Watch/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_3.snaphost new file mode 100644 index 0000000000..37c248fd5f --- /dev/null +++ b/test/e2e/.snapshots/TestPrivateEndpointsGCP/Watch/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_3.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 625 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:03 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 44 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasPrivateEndpointResource::getEndPointService +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cloudProvider":"GCP","endpointGroupNames":[],"errorMessage":null,"id":"67ea8f17b31ead384fc6b446","regionName":"US_EAST_4","serviceAttachmentNames":["projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-0","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-3","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-4","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-5"],"status":"INITIATING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsGCP/Watch/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_4.snaphost b/test/e2e/.snapshots/TestPrivateEndpointsGCP/Watch/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_4.snaphost new file mode 100644 index 0000000000..51d7f3fa1b --- /dev/null +++ b/test/e2e/.snapshots/TestPrivateEndpointsGCP/Watch/GET__api_atlas_v2_groups_67ea8f1684391f6c24ea6f8f_privateEndpoint_GCP_endpointService_67ea8f17b31ead384fc6b446_4.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 850 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:11 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 30 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasPrivateEndpointResource::getEndPointService +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cloudProvider":"GCP","endpointGroupNames":[],"errorMessage":null,"id":"67ea8f17b31ead384fc6b446","regionName":"US_EAST_4","serviceAttachmentNames":["projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-0","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-1","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-2","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-3","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-4","projects/p-pwxw3yaymchk5aeijhcx7df5/regions/us-east4/serviceAttachments/sa-us-east4-67ea8f1684391f6c24ea6f8f-5"],"status":"AVAILABLE"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestPrivateEndpointsGCP/memory.json b/test/e2e/.snapshots/TestPrivateEndpointsGCP/memory.json index 7a5e832010..deb70ce921 100644 --- a/test/e2e/.snapshots/TestPrivateEndpointsGCP/memory.json +++ b/test/e2e/.snapshots/TestPrivateEndpointsGCP/memory.json @@ -1 +1 @@ -{"rand":"CA=="} \ No newline at end of file +{"rand":"AQ=="} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea5ac73720c31313778067_processes_1.json b/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea5ac73720c31313778067_processes_1.json deleted file mode 100644 index 9049678db1..0000000000 --- a/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea5ac73720c31313778067_processes_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1876 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:20 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 41 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasProcessesResource::getAllAtlasProcesses -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/processes?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"created":"2025-03-31T09:22:42Z","groupId":"67ea5ac73720c31313778067","hostname":"atlas-93inff-shard-00-00.vqy3f.mongodb-dev.net","id":"atlas-93inff-shard-00-00.vqy3f.mongodb-dev.net:27017","lastPing":"2025-03-31T09:23:06Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/processes/atlas-93inff-shard-00-00.vqy3f.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-93inff-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"processes-637-shard-00-00.vqy3f.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T09:22:42Z","groupId":"67ea5ac73720c31313778067","hostname":"atlas-93inff-shard-00-01.vqy3f.mongodb-dev.net","id":"atlas-93inff-shard-00-01.vqy3f.mongodb-dev.net:27017","lastPing":"2025-03-31T09:23:06Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/processes/atlas-93inff-shard-00-01.vqy3f.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-93inff-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"processes-637-shard-00-01.vqy3f.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T09:22:42Z","groupId":"67ea5ac73720c31313778067","hostname":"atlas-93inff-shard-00-02.vqy3f.mongodb-dev.net","id":"atlas-93inff-shard-00-02.vqy3f.mongodb-dev.net:27017","lastPing":"2025-03-31T09:23:06Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/processes/atlas-93inff-shard-00-02.vqy3f.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-93inff-shard-0","typeName":"REPLICA_PRIMARY","userAlias":"processes-637-shard-00-02.vqy3f.mongodb-dev.net","version":"8.0.6"}],"totalCount":3} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea5ac73720c31313778067_processes_atlas-93inff-shard-00-00.vqy3f.mongodb-dev.net_27017_1.json b/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea5ac73720c31313778067_processes_atlas-93inff-shard-00-00.vqy3f.mongodb-dev.net_27017_1.json deleted file mode 100644 index 5d6e7553b7..0000000000 --- a/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea5ac73720c31313778067_processes_atlas-93inff-shard-00-00.vqy3f.mongodb-dev.net_27017_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 926 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:21 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 51 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasProcessesResource::getAtlasProcess -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"created":"2025-03-31T09:22:42Z","groupId":"67ea5ac73720c31313778067","hostname":"atlas-93inff-shard-00-00.vqy3f.mongodb-dev.net","id":"atlas-93inff-shard-00-00.vqy3f.mongodb-dev.net:27017","lastPing":"2025-03-31T09:23:06Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/processes/atlas-93inff-shard-00-00.vqy3f.mongodb-dev.net:27017","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067","rel":"https://cloud.mongodb.com/group"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/processes/atlas-93inff-shard-00-00.vqy3f.mongodb-dev.net:27017/measurements?granularity=PT5M&period=PT24H","rel":"https://cloud.mongodb.com/measurements"}],"port":27017,"replicaSetName":"atlas-93inff-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"processes-637-shard-00-00.vqy3f.mongodb-dev.net","version":"8.0.6"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea5ac73720c31313778067_clusters_processes-637_1.json b/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_clusters_processes-215_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea5ac73720c31313778067_clusters_processes-637_1.json rename to test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_clusters_processes-215_1.snaphost index d3472d54e8..a9290a0a14 100644 --- a/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea5ac73720c31313778067_clusters_processes-637_1.json +++ b/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_clusters_processes-215_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1837 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:14 GMT +Date: Mon, 31 Mar 2025 12:44:25 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 64 +X-Envoy-Upstream-Service-Time: 77 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:05:14Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5ac73720c31313778067","id":"67ea5aca3720c31313778176","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/clusters/processes-637","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/clusters/processes-637/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/clusters/processes-637/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"processes-637","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5ac93720c31313778138","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5ac93720c31313778147","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:25Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e27b31ead384fc69d1e","id":"67ea8e29b31ead384fc69d96","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/clusters/processes-215","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/clusters/processes-215/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/clusters/processes-215/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"processes-215","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e28b31ead384fc69d86","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e29b31ead384fc69d8e","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea5ac73720c31313778067_clusters_processes-637_2.json b/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_clusters_processes-215_2.snaphost similarity index 52% rename from test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea5ac73720c31313778067_clusters_processes-637_2.json rename to test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_clusters_processes-215_2.snaphost index 4f6f7d299b..6a96ac0f9f 100644 --- a/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea5ac73720c31313778067_clusters_processes-637_2.json +++ b/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_clusters_processes-215_2.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2142 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:23:19 GMT +Date: Mon, 31 Mar 2025 12:53:34 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 63 +X-Envoy-Upstream-Service-Time: 69 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://processes-637-shard-00-00.vqy3f.mongodb-dev.net:27017,processes-637-shard-00-01.vqy3f.mongodb-dev.net:27017,processes-637-shard-00-02.vqy3f.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-93inff-shard-0","standardSrv":"mongodb+srv://processes-637.vqy3f.mongodb-dev.net"},"createDate":"2025-03-31T09:05:14Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5ac73720c31313778067","id":"67ea5aca3720c31313778176","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/clusters/processes-637","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/clusters/processes-637/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/clusters/processes-637/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"processes-637","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5ac93720c31313778138","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5ac93720c31313778147","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://processes-215-shard-00-00.iqbzb.mongodb-dev.net:27017,processes-215-shard-00-01.iqbzb.mongodb-dev.net:27017,processes-215-shard-00-02.iqbzb.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-970mdr-shard-0","standardSrv":"mongodb+srv://processes-215.iqbzb.mongodb-dev.net"},"createDate":"2025-03-31T12:44:25Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e27b31ead384fc69d1e","id":"67ea8e29b31ead384fc69d96","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/clusters/processes-215","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/clusters/processes-215/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/clusters/processes-215/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"processes-215","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e28b31ead384fc69d86","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e29b31ead384fc69d8e","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_clusters_provider_regions_1.snaphost b/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_clusters_provider_regions_1.snaphost new file mode 100644 index 0000000000..034cffb5af --- /dev/null +++ b/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_clusters_provider_regions_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1556 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:24 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 76 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestProcesses/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json b/test/e2e/.snapshots/TestProcesses/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json deleted file mode 100644 index d73421ac1f..0000000000 --- a/test/e2e/.snapshots/TestProcesses/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json +++ /dev/null @@ -1,15 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 3 -Content-Type: text/plain -Date: Mon, 31 Mar 2025 09:05:12 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Vary: Accept-Encoding -X-Content-Type-Options: nosniff -X-Frame-Options: DENY -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none -X-Xgen-Up-Proto: HTTP/2 - -8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestProcesses/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost b/test/e2e/.snapshots/TestProcesses/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost new file mode 100644 index 0000000000..9fc64832b3 --- /dev/null +++ b/test/e2e/.snapshots/TestProcesses/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost @@ -0,0 +1,15 @@ +HTTP/2.0 200 OK +Content-Length: 3 +Content-Type: text/plain +Date: Mon, 31 Mar 2025 12:44:24 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Vary: Accept-Encoding +X-Content-Type-Options: nosniff +X-Frame-Options: DENY +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none +X-Xgen-Up-Proto: HTTP/2 + +8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestProcesses/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestProcesses/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 8a5292f4ca..0000000000 --- a/test/e2e/.snapshots/TestProcesses/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1094 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:11 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1584 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:05:12Z","id":"67ea5ac73720c31313778067","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"processes-e2e-752","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestProcesses/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestProcesses/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..7b2f19d726 --- /dev/null +++ b/test/e2e/.snapshots/TestProcesses/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1094 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:23 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1152 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:24Z","id":"67ea8e27b31ead384fc69d1e","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"processes-e2e-682","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestProcesses/POST__api_atlas_v2_groups_67ea5ac73720c31313778067_clusters_1.json b/test/e2e/.snapshots/TestProcesses/POST__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_clusters_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestProcesses/POST__api_atlas_v2_groups_67ea5ac73720c31313778067_clusters_1.json rename to test/e2e/.snapshots/TestProcesses/POST__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_clusters_1.snaphost index 2ef2c632f2..bfe6cd7402 100644 --- a/test/e2e/.snapshots/TestProcesses/POST__api_atlas_v2_groups_67ea5ac73720c31313778067_clusters_1.json +++ b/test/e2e/.snapshots/TestProcesses/POST__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1827 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:13 GMT +Date: Mon, 31 Mar 2025 12:44:24 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 466 +X-Envoy-Upstream-Service-Time: 576 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:05:14Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5ac73720c31313778067","id":"67ea5aca3720c31313778176","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/clusters/processes-637","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/clusters/processes-637/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/clusters/processes-637/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"processes-637","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5ac93720c31313778138","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5ac93720c31313778147","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:25Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e27b31ead384fc69d1e","id":"67ea8e29b31ead384fc69d96","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/clusters/processes-215","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/clusters/processes-215/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/clusters/processes-215/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"processes-215","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e28b31ead384fc69d86","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e29b31ead384fc69d8e","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestProcesses/describe/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_processes_atlas-970mdr-shard-00-00.iqbzb.mongodb-dev.net_27017_1.snaphost b/test/e2e/.snapshots/TestProcesses/describe/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_processes_atlas-970mdr-shard-00-00.iqbzb.mongodb-dev.net_27017_1.snaphost new file mode 100644 index 0000000000..0d2d8db1ef --- /dev/null +++ b/test/e2e/.snapshots/TestProcesses/describe/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_processes_atlas-970mdr-shard-00-00.iqbzb.mongodb-dev.net_27017_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 926 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:53:35 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 84 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasProcessesResource::getAtlasProcess +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"created":"2025-03-31T12:52:56Z","groupId":"67ea8e27b31ead384fc69d1e","hostname":"atlas-970mdr-shard-00-00.iqbzb.mongodb-dev.net","id":"atlas-970mdr-shard-00-00.iqbzb.mongodb-dev.net:27017","lastPing":"2025-03-31T12:53:29Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/processes/atlas-970mdr-shard-00-00.iqbzb.mongodb-dev.net:27017","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e","rel":"https://cloud.mongodb.com/group"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/processes/atlas-970mdr-shard-00-00.iqbzb.mongodb-dev.net:27017/measurements?granularity=PT5M&period=PT24H","rel":"https://cloud.mongodb.com/measurements"}],"port":27017,"replicaSetName":"atlas-970mdr-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"processes-215-shard-00-00.iqbzb.mongodb-dev.net","version":"8.0.6"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestProcesses/list/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_processes_1.snaphost b/test/e2e/.snapshots/TestProcesses/list/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_processes_1.snaphost new file mode 100644 index 0000000000..d7d66f77d6 --- /dev/null +++ b/test/e2e/.snapshots/TestProcesses/list/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_processes_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1876 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:53:34 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 47 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasProcessesResource::getAllAtlasProcesses +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/processes?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"created":"2025-03-31T12:52:56Z","groupId":"67ea8e27b31ead384fc69d1e","hostname":"atlas-970mdr-shard-00-00.iqbzb.mongodb-dev.net","id":"atlas-970mdr-shard-00-00.iqbzb.mongodb-dev.net:27017","lastPing":"2025-03-31T12:53:29Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/processes/atlas-970mdr-shard-00-00.iqbzb.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-970mdr-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"processes-215-shard-00-00.iqbzb.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T12:52:56Z","groupId":"67ea8e27b31ead384fc69d1e","hostname":"atlas-970mdr-shard-00-01.iqbzb.mongodb-dev.net","id":"atlas-970mdr-shard-00-01.iqbzb.mongodb-dev.net:27017","lastPing":"2025-03-31T12:53:29Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/processes/atlas-970mdr-shard-00-01.iqbzb.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-970mdr-shard-0","typeName":"REPLICA_PRIMARY","userAlias":"processes-215-shard-00-01.iqbzb.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T12:52:56Z","groupId":"67ea8e27b31ead384fc69d1e","hostname":"atlas-970mdr-shard-00-02.iqbzb.mongodb-dev.net","id":"atlas-970mdr-shard-00-02.iqbzb.mongodb-dev.net:27017","lastPing":"2025-03-31T12:53:29Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/processes/atlas-970mdr-shard-00-02.iqbzb.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-970mdr-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"processes-215-shard-00-02.iqbzb.mongodb-dev.net","version":"8.0.6"}],"totalCount":3} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestProcesses/list_compact/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_processes_2.snaphost b/test/e2e/.snapshots/TestProcesses/list_compact/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_processes_2.snaphost new file mode 100644 index 0000000000..970465f153 --- /dev/null +++ b/test/e2e/.snapshots/TestProcesses/list_compact/GET__api_atlas_v2_groups_67ea8e27b31ead384fc69d1e_processes_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1876 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:53:34 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 86 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasProcessesResource::getAllAtlasProcesses +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/processes?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"created":"2025-03-31T12:52:56Z","groupId":"67ea8e27b31ead384fc69d1e","hostname":"atlas-970mdr-shard-00-00.iqbzb.mongodb-dev.net","id":"atlas-970mdr-shard-00-00.iqbzb.mongodb-dev.net:27017","lastPing":"2025-03-31T12:53:29Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/processes/atlas-970mdr-shard-00-00.iqbzb.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-970mdr-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"processes-215-shard-00-00.iqbzb.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T12:52:56Z","groupId":"67ea8e27b31ead384fc69d1e","hostname":"atlas-970mdr-shard-00-01.iqbzb.mongodb-dev.net","id":"atlas-970mdr-shard-00-01.iqbzb.mongodb-dev.net:27017","lastPing":"2025-03-31T12:53:29Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/processes/atlas-970mdr-shard-00-01.iqbzb.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-970mdr-shard-0","typeName":"REPLICA_PRIMARY","userAlias":"processes-215-shard-00-01.iqbzb.mongodb-dev.net","version":"8.0.6"},{"created":"2025-03-31T12:52:56Z","groupId":"67ea8e27b31ead384fc69d1e","hostname":"atlas-970mdr-shard-00-02.iqbzb.mongodb-dev.net","id":"atlas-970mdr-shard-00-02.iqbzb.mongodb-dev.net:27017","lastPing":"2025-03-31T12:53:29Z","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e27b31ead384fc69d1e/processes/atlas-970mdr-shard-00-02.iqbzb.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-970mdr-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"processes-215-shard-00-02.iqbzb.mongodb-dev.net","version":"8.0.6"}],"totalCount":3} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestProcesses/memory.json b/test/e2e/.snapshots/TestProcesses/memory.json index 3039eee929..d80f9fcf62 100644 --- a/test/e2e/.snapshots/TestProcesses/memory.json +++ b/test/e2e/.snapshots/TestProcesses/memory.json @@ -1 +1 @@ -{"processesGenerateClusterName":"processes-637"} \ No newline at end of file +{"processesGenerateClusterName":"processes-215"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/PATCH__api_atlas_v2_groups_67ea5ca7e470643dc2f6ed0e_privateEndpoint_regionalMode_2.json b/test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/Disable_regionalized_private_endpoint_setting/PATCH__api_atlas_v2_groups_67ea8ffc84391f6c24ea72af_privateEndpoint_regionalMode_2.snaphost similarity index 73% rename from test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/PATCH__api_atlas_v2_groups_67ea5ca7e470643dc2f6ed0e_privateEndpoint_regionalMode_2.json rename to test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/Disable_regionalized_private_endpoint_setting/PATCH__api_atlas_v2_groups_67ea8ffc84391f6c24ea72af_privateEndpoint_regionalMode_2.snaphost index b9ad038e98..6489aaf2e8 100644 --- a/test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/PATCH__api_atlas_v2_groups_67ea5ca7e470643dc2f6ed0e_privateEndpoint_regionalMode_2.json +++ b/test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/Disable_regionalized_private_endpoint_setting/PATCH__api_atlas_v2_groups_67ea8ffc84391f6c24ea72af_privateEndpoint_regionalMode_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 17 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:13:14 GMT +Date: Mon, 31 Mar 2025 12:52:16 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 83 +X-Envoy-Upstream-Service-Time: 57 X-Frame-Options: DENY X-Java-Method: ApiAtlasPrivateEndpointResource::updateRegionalizedPrivateLinkEnabled X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"enabled":false} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/PATCH__api_atlas_v2_groups_67ea5ca7e470643dc2f6ed0e_privateEndpoint_regionalMode_1.json b/test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/Enable_regionalized_private_endpoint_setting/PATCH__api_atlas_v2_groups_67ea8ffc84391f6c24ea72af_privateEndpoint_regionalMode_1.snaphost similarity index 72% rename from test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/PATCH__api_atlas_v2_groups_67ea5ca7e470643dc2f6ed0e_privateEndpoint_regionalMode_1.json rename to test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/Enable_regionalized_private_endpoint_setting/PATCH__api_atlas_v2_groups_67ea8ffc84391f6c24ea72af_privateEndpoint_regionalMode_1.snaphost index e984c9691b..cba4f44d1e 100644 --- a/test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/PATCH__api_atlas_v2_groups_67ea5ca7e470643dc2f6ed0e_privateEndpoint_regionalMode_1.json +++ b/test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/Enable_regionalized_private_endpoint_setting/PATCH__api_atlas_v2_groups_67ea8ffc84391f6c24ea72af_privateEndpoint_regionalMode_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 16 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:13:13 GMT +Date: Mon, 31 Mar 2025 12:52:16 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 757 +X-Envoy-Upstream-Service-Time: 51 X-Frame-Options: DENY X-Java-Method: ApiAtlasPrivateEndpointResource::updateRegionalizedPrivateLinkEnabled X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"enabled":true} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/GET__api_atlas_v2_groups_67ea5ca7e470643dc2f6ed0e_privateEndpoint_regionalMode_1.json b/test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/Get_regionalized_private_endpoint_setting/GET__api_atlas_v2_groups_67ea8ffc84391f6c24ea72af_privateEndpoint_regionalMode_1.snaphost similarity index 73% rename from test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/GET__api_atlas_v2_groups_67ea5ca7e470643dc2f6ed0e_privateEndpoint_regionalMode_1.json rename to test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/Get_regionalized_private_endpoint_setting/GET__api_atlas_v2_groups_67ea8ffc84391f6c24ea72af_privateEndpoint_regionalMode_1.snaphost index 00f402a3a6..13bda2e424 100644 --- a/test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/GET__api_atlas_v2_groups_67ea5ca7e470643dc2f6ed0e_privateEndpoint_regionalMode_1.json +++ b/test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/Get_regionalized_private_endpoint_setting/GET__api_atlas_v2_groups_67ea8ffc84391f6c24ea72af_privateEndpoint_regionalMode_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 200 OK Content-Length: 17 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:13:15 GMT +Date: Mon, 31 Mar 2025 12:52:16 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Vary: Accept-Encoding X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 40 +X-Envoy-Upstream-Service-Time: 39 X-Frame-Options: DENY X-Java-Method: ApiAtlasPrivateEndpointResource::getRegionalizedPrivateLinkEnabled X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {"enabled":false} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 09dc6cef5b..0000000000 --- a/test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1121 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:13:11 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 2373 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:13:13Z","id":"67ea5ca7e470643dc2f6ed0e","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ca7e470643dc2f6ed0e","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ca7e470643dc2f6ed0e/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ca7e470643dc2f6ed0e/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ca7e470643dc2f6ed0e/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ca7e470643dc2f6ed0e/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ca7e470643dc2f6ed0e/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ca7e470643dc2f6ed0e/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"regionalizedPrivateEndpointsSettings-e2e-101","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..144a7f599c --- /dev/null +++ b/test/e2e/.snapshots/TestRegionalizedPrivateEndpointsSettings/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1121 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:12 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 3389 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:52:15Z","id":"67ea8ffc84391f6c24ea72af","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8ffc84391f6c24ea72af","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8ffc84391f6c24ea72af/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8ffc84391f6c24ea72af/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8ffc84391f6c24ea72af/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8ffc84391f6c24ea72af/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8ffc84391f6c24ea72af/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8ffc84391f6c24ea72af/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"regionalizedPrivateEndpointsSettings-e2e-277","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Create_snapshot/POST__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_1.snaphost b/test/e2e/.snapshots/TestRestores/Create_snapshot/POST__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_1.snaphost new file mode 100644 index 0000000000..1a148631f1 --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Create_snapshot/POST__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 617 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:02:19 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 129 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::onDemandSnapshot +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T13:02:19Z","frequencyType":"ondemand","id":"67ea925bb31ead384fc6cbf7","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots/67ea925bb31ead384fc6cbf7","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"https://cloud.mongodb.com/cluster"}],"policyItems":[],"replicaSetName":"backupRestores-305","snapshotType":"onDemand","status":"queued","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_1.json b/test/e2e/.snapshots/TestRestores/Delete_snapshot/DELETE__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_1.snaphost similarity index 70% rename from test/e2e/.snapshots/TestSnapshots/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_1.json rename to test/e2e/.snapshots/TestRestores/Delete_snapshot/DELETE__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_1.snaphost index 995e9a926d..295ff09961 100644 --- a/test/e2e/.snapshots/TestSnapshots/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_1.json +++ b/test/e2e/.snapshots/TestRestores/Delete_snapshot/DELETE__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_1.snaphost @@ -1,14 +1,14 @@ HTTP/2.0 204 No Content Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:21:36 GMT +Date: Mon, 31 Mar 2025 13:13:11 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 108 +X-Envoy-Upstream-Service-Time: 136 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::deleteSnapshot X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_1.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_1.json deleted file mode 100644 index fc72e2e9ea..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_1.json +++ /dev/null @@ -1,18 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1851 -Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:03:53 GMT -Deprecation: Mon, 5 Aug 2024 00:00:00 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Sunset: Sun, 1 Mar 2026 00:00:00 GMT -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 63 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:03:53Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a773720c31313777759","id":"67ea5a7945e7f051644d2d0e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupRestores-55","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5a7945e7f051644d2cfe","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a7945e7f051644d2d06","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_2.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_2.json deleted file mode 100644 index c89b7b3e36..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_2.json +++ /dev/null @@ -1,18 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 2172 -Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:35 GMT -Deprecation: Mon, 5 Aug 2024 00:00:00 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Sunset: Sun, 1 Mar 2026 00:00:00 GMT -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 77 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://backuprestores-55-shard-00-00.6ddqq.mongodb-dev.net:27017,backuprestores-55-shard-00-01.6ddqq.mongodb-dev.net:27017,backuprestores-55-shard-00-02.6ddqq.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-16ddtz-shard-0","standardSrv":"mongodb+srv://backuprestores-55.6ddqq.mongodb-dev.net"},"createDate":"2025-03-31T09:03:53Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a773720c31313777759","id":"67ea5a7945e7f051644d2d0e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupRestores-55","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5a7945e7f051644d2cfe","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a7945e7f051644d2d06","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_3.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_3.json deleted file mode 100644 index ab1ba57a13..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_3.json +++ /dev/null @@ -1,18 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 2172 -Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:35:05 GMT -Deprecation: Mon, 5 Aug 2024 00:00:00 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Sunset: Sun, 1 Mar 2026 00:00:00 GMT -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 56 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://backuprestores-55-shard-00-00.6ddqq.mongodb-dev.net:27017,backuprestores-55-shard-00-01.6ddqq.mongodb-dev.net:27017,backuprestores-55-shard-00-02.6ddqq.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-16ddtz-shard-0","standardSrv":"mongodb+srv://backuprestores-55.6ddqq.mongodb-dev.net"},"createDate":"2025-03-31T09:03:53Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a773720c31313777759","id":"67ea5a7945e7f051644d2d0e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupRestores-55","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5a7945e7f051644d2cfe","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a7945e7f051644d2d06","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_4.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_4.json deleted file mode 100644 index ef6e02451e..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_4.json +++ /dev/null @@ -1,18 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 2172 -Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:39:06 GMT -Deprecation: Mon, 5 Aug 2024 00:00:00 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Sunset: Sun, 1 Mar 2026 00:00:00 GMT -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 54 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://backuprestores-55-shard-00-00.6ddqq.mongodb-dev.net:27017,backuprestores-55-shard-00-01.6ddqq.mongodb-dev.net:27017,backuprestores-55-shard-00-02.6ddqq.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-16ddtz-shard-0","standardSrv":"mongodb+srv://backuprestores-55.6ddqq.mongodb-dev.net"},"createDate":"2025-03-31T09:03:53Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a773720c31313777759","id":"67ea5a7945e7f051644d2d0e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupRestores-55","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5a7945e7f051644d2cfe","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a7945e7f051644d2d06","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_1.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_1.json deleted file mode 100644 index bbb3959efd..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1313 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:39:06 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 51 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupRestoreJobsResource::getRestoreJobs -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/restoreJobs?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cancelled":false,"deliveryType":"automated","deliveryUrl":[],"desiredTimestamp":{"increment":null,"time":null,"date":null},"expired":false,"failed":false,"finishedAt":"2025-03-31T09:39:04Z","id":"67ea61c9e470643dc2f70adf","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/restoreJobs/67ea61c9e470643dc2f70adf","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots/67ea61116257d31a195f45a2","rel":"https://cloud.mongodb.com/snapshot"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"https://cloud.mongodb.com/cluster"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759","rel":"https://cloud.mongodb.com/group"}],"snapshotId":"67ea61116257d31a195f45a2","targetClusterName":"backupRestores2-25","targetDeploymentItemName":"atlas-g67wsw","targetGroupId":"67ea5edc6257d31a195f30c8","timestamp":"2025-03-31T09:33:48Z"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_1.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_1.json deleted file mode 100644 index d1ded9120a..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1048 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:35:05 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 38 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupRestoreJobsResource::getRestoreJob -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"cancelled":false,"deliveryType":"automated","deliveryUrl":[],"desiredTimestamp":{"increment":null,"time":null,"date":null},"expired":false,"failed":false,"id":"67ea61c9e470643dc2f70adf","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/restoreJobs/67ea61c9e470643dc2f70adf","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots/67ea61116257d31a195f45a2","rel":"https://cloud.mongodb.com/snapshot"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"https://cloud.mongodb.com/cluster"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759","rel":"https://cloud.mongodb.com/group"}],"snapshotId":"67ea61116257d31a195f45a2","targetClusterName":"backupRestores2-25","targetDeploymentItemName":"atlas-g67wsw","targetGroupId":"67ea5edc6257d31a195f30c8","timestamp":"2025-03-31T09:33:48Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_2.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_2.json deleted file mode 100644 index b87157e802..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_2.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1084 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:39:05 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 51 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupRestoreJobsResource::getRestoreJob -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"cancelled":false,"deliveryType":"automated","deliveryUrl":[],"desiredTimestamp":{"increment":null,"time":null,"date":null},"expired":false,"failed":false,"finishedAt":"2025-03-31T09:39:04Z","id":"67ea61c9e470643dc2f70adf","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/restoreJobs/67ea61c9e470643dc2f70adf","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots/67ea61116257d31a195f45a2","rel":"https://cloud.mongodb.com/snapshot"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"https://cloud.mongodb.com/cluster"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759","rel":"https://cloud.mongodb.com/group"}],"snapshotId":"67ea61116257d31a195f45a2","targetClusterName":"backupRestores2-25","targetDeploymentItemName":"atlas-g67wsw","targetGroupId":"67ea5edc6257d31a195f30c8","timestamp":"2025-03-31T09:33:48Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_3.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_3.json deleted file mode 100644 index d51007ce96..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_3.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1084 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:39:06 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 41 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupRestoreJobsResource::getRestoreJob -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"cancelled":false,"deliveryType":"automated","deliveryUrl":[],"desiredTimestamp":{"increment":null,"time":null,"date":null},"expired":false,"failed":false,"finishedAt":"2025-03-31T09:39:04Z","id":"67ea61c9e470643dc2f70adf","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/restoreJobs/67ea61c9e470643dc2f70adf","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots/67ea61116257d31a195f45a2","rel":"https://cloud.mongodb.com/snapshot"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"https://cloud.mongodb.com/cluster"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759","rel":"https://cloud.mongodb.com/group"}],"snapshotId":"67ea61116257d31a195f45a2","targetClusterName":"backupRestores2-25","targetDeploymentItemName":"atlas-g67wsw","targetGroupId":"67ea5edc6257d31a195f30c8","timestamp":"2025-03-31T09:33:48Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea62ba6257d31a195f4c26_1.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea62ba6257d31a195f4c26_1.json deleted file mode 100644 index 1e9b54d4de..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea62ba6257d31a195f4c26_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 921 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:39:07 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 38 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupRestoreJobsResource::getRestoreJob -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"cancelled":false,"deliveryType":"download","deliveryUrl":[],"desiredTimestamp":{"increment":null,"time":null,"date":null},"expired":false,"failed":false,"id":"67ea62ba6257d31a195f4c26","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/restoreJobs/67ea62ba6257d31a195f4c26","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots/67ea61116257d31a195f45a2","rel":"https://cloud.mongodb.com/snapshot"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"https://cloud.mongodb.com/cluster"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759","rel":"https://cloud.mongodb.com/group"}],"snapshotId":"67ea61116257d31a195f45a2","timestamp":"2025-03-31T09:33:48Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea62ba6257d31a195f4c26_2.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea62ba6257d31a195f4c26_2.json deleted file mode 100644 index c280ebc76b..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_67ea62ba6257d31a195f4c26_2.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1091 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:41:57 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 50 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupRestoreJobsResource::getRestoreJob -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"cancelled":false,"deliveryType":"download","deliveryUrl":["https://restore-67ea62ba6257d31a195f4c26.6ddqq.mongodb-dev.net:27017/BL0wgqJiOD3gBhEGQslzmV8r/restore-67ea61116257d31a195f45a2.tar.gz"],"desiredTimestamp":{"increment":null,"time":null,"date":null},"expired":false,"expiresAt":"2025-03-31T10:41:57Z","failed":false,"id":"67ea62ba6257d31a195f4c26","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/restoreJobs/67ea62ba6257d31a195f4c26","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots/67ea61116257d31a195f45a2","rel":"https://cloud.mongodb.com/snapshot"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"https://cloud.mongodb.com/cluster"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759","rel":"https://cloud.mongodb.com/group"}],"snapshotId":"67ea61116257d31a195f45a2","timestamp":"2025-03-31T09:33:48Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_1.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_1.json deleted file mode 100644 index 8fa018c1f0..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 614 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:32:01 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 49 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T09:32:01Z","frequencyType":"ondemand","id":"67ea61116257d31a195f45a2","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots/67ea61116257d31a195f45a2","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"https://cloud.mongodb.com/cluster"}],"policyItems":[],"replicaSetName":"backupRestores-55","snapshotType":"onDemand","status":"queued","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_2.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_2.json deleted file mode 100644 index 2c08cf8329..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_2.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 618 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:32:05 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 75 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T09:32:01Z","frequencyType":"ondemand","id":"67ea61116257d31a195f45a2","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots/67ea61116257d31a195f45a2","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"https://cloud.mongodb.com/cluster"}],"policyItems":[],"replicaSetName":"backupRestores-55","snapshotType":"onDemand","status":"inProgress","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_3.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_3.json deleted file mode 100644 index 895c47fa03..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_3.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 642 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:32:14 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 52 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T09:32:01Z","frequencyType":"ondemand","id":"67ea61116257d31a195f45a2","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots/67ea61116257d31a195f45a2","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"backupRestores-55","snapshotType":"onDemand","status":"inProgress","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_4.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_4.json deleted file mode 100644 index 889407a721..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_4.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 664 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:33:51 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 68 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"cloudProvider":"AWS","copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T09:32:01Z","frequencyType":"ondemand","id":"67ea61116257d31a195f45a2","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots/67ea61116257d31a195f45a2","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"backupRestores-55","snapshotType":"onDemand","status":"inProgress","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_5.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_5.json deleted file mode 100644 index c53c0d39db..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_5.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 707 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:35:05 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 49 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"cloudProvider":"AWS","copyRegions":[],"createdAt":"2025-03-31T09:33:48Z","description":"test-snapshot","expiresAt":"2025-04-01T09:35:02Z","frequencyType":"ondemand","id":"67ea61116257d31a195f45a2","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots/67ea61116257d31a195f45a2","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"backupRestores-55","snapshotType":"onDemand","status":"completed","storageSizeBytes":4265398272,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_restoreJobs_1.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_restoreJobs_1.json deleted file mode 100644 index 30c9fe55a7..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_restoreJobs_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 400 Bad Request -Content-Length: 199 -Content-Type: application/json -Date: Mon, 31 Mar 2025 09:39:06 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 48 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasFlexBackupResource::getRestoreJobs -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"detail":"Cannot use non-flex cluster backupRestores-55 in the flex API.","error":400,"errorCode":"CANNOT_USE_NON_FLEX_CLUSTER_IN_FLEX_API","parameters":["backupRestores-55"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_1.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_1.json deleted file mode 100644 index 0d3f946830..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 400 Bad Request -Content-Length: 199 -Content-Type: application/json -Date: Mon, 31 Mar 2025 09:35:05 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 40 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasFlexBackupResource::getRestoreJob -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"detail":"Cannot use non-flex cluster backupRestores-55 in the flex API.","error":400,"errorCode":"CANNOT_USE_NON_FLEX_CLUSTER_IN_FLEX_API","parameters":["backupRestores-55"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_2.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_2.json deleted file mode 100644 index e83bdefca2..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_restoreJobs_67ea61c9e470643dc2f70adf_2.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 400 Bad Request -Content-Length: 199 -Content-Type: application/json -Date: Mon, 31 Mar 2025 09:39:06 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 53 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasFlexBackupResource::getRestoreJob -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"detail":"Cannot use non-flex cluster backupRestores-55 in the flex API.","error":400,"errorCode":"CANNOT_USE_NON_FLEX_CLUSTER_IN_FLEX_API","parameters":["backupRestores-55"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_restoreJobs_67ea62ba6257d31a195f4c26_1.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_restoreJobs_67ea62ba6257d31a195f4c26_1.json deleted file mode 100644 index c34a508b4e..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_restoreJobs_67ea62ba6257d31a195f4c26_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 400 Bad Request -Content-Length: 199 -Content-Type: application/json -Date: Mon, 31 Mar 2025 09:39:07 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 33 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasFlexBackupResource::getRestoreJob -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"detail":"Cannot use non-flex cluster backupRestores-55 in the flex API.","error":400,"errorCode":"CANNOT_USE_NON_FLEX_CLUSTER_IN_FLEX_API","parameters":["backupRestores-55"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_1.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_1.json deleted file mode 100644 index fcafe3bfef..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5a773720c31313777759_flexClusters_backupRestores-55_backup_snapshots_67ea61116257d31a195f45a2_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 400 Bad Request -Content-Length: 199 -Content-Type: application/json -Date: Mon, 31 Mar 2025 09:32:01 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 39 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasFlexBackupResource::getSnapshot -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"detail":"Cannot use non-flex cluster backupRestores-55 in the flex API.","error":400,"errorCode":"CANNOT_USE_NON_FLEX_CLUSTER_IN_FLEX_API","parameters":["backupRestores-55"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5edc6257d31a195f30c8_clusters_provider_regions_1.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5edc6257d31a195f30c8_clusters_provider_regions_1.json deleted file mode 100644 index ad150d707a..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5edc6257d31a195f30c8_clusters_provider_regions_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1556 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:39 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 98 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5edc6257d31a195f30c8/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5edc6257d31a195f30c8_clusters_backupRestores2-25_1.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5edc6257d31a195f30c8_clusters_backupRestores2-25_1.json rename to test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_1.snaphost index bbda25166b..511d5e5350 100644 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5edc6257d31a195f30c8_clusters_backupRestores2-25_1.json +++ b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1855 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:40 GMT +Date: Mon, 31 Mar 2025 12:44:39 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 62 +X-Envoy-Upstream-Service-Time: 68 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:22:40Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5edc6257d31a195f30c8","id":"67ea5ee06257d31a195f314a","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5edc6257d31a195f30c8/clusters/backupRestores2-25","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5edc6257d31a195f30c8/clusters/backupRestores2-25/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5edc6257d31a195f30c8/clusters/backupRestores2-25/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupRestores2-25","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5edf6257d31a195f313a","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5ee06257d31a195f3142","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:39Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e34b31ead384fc6a058","id":"67ea8e37b31ead384fc6a2b6","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupRestores-305","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea8e36b31ead384fc6a25f","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e37b31ead384fc6a27d","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5edc6257d31a195f30c8_clusters_backupRestores2-25_2.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_2.snaphost similarity index 62% rename from test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5edc6257d31a195f30c8_clusters_backupRestores2-25_2.json rename to test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_2.snaphost index 0c1d4b7d59..1647e8476a 100644 --- a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea5edc6257d31a195f30c8_clusters_backupRestores2-25_2.json +++ b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_2.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2180 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:32:01 GMT +Date: Mon, 31 Mar 2025 12:52:48 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 63 +X-Envoy-Upstream-Service-Time: 79 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://backuprestores2-25-shard-00-00.axsyf.mongodb-dev.net:27017,backuprestores2-25-shard-00-01.axsyf.mongodb-dev.net:27017,backuprestores2-25-shard-00-02.axsyf.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-g67wsw-shard-0","standardSrv":"mongodb+srv://backuprestores2-25.axsyf.mongodb-dev.net"},"createDate":"2025-03-31T09:22:40Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5edc6257d31a195f30c8","id":"67ea5ee06257d31a195f314a","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5edc6257d31a195f30c8/clusters/backupRestores2-25","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5edc6257d31a195f30c8/clusters/backupRestores2-25/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5edc6257d31a195f30c8/clusters/backupRestores2-25/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupRestores2-25","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5edf6257d31a195f313a","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5ee06257d31a195f3142","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://backuprestores-305-shard-00-00.hq9xe.mongodb-dev.net:27017,backuprestores-305-shard-00-01.hq9xe.mongodb-dev.net:27017,backuprestores-305-shard-00-02.hq9xe.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-52iodo-shard-0","standardSrv":"mongodb+srv://backuprestores-305.hq9xe.mongodb-dev.net"},"createDate":"2025-03-31T12:44:39Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e34b31ead384fc6a058","id":"67ea8e37b31ead384fc6a2b6","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupRestores-305","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea8e36b31ead384fc6a25f","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e37b31ead384fc6a27d","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_provider_regions_1.json b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_provider_regions_1.snaphost similarity index 90% rename from test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_provider_regions_1.json rename to test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_provider_regions_1.snaphost index c223736b5c..e258da1a8f 100644 --- a/test/e2e/.snapshots/TestAutogeneratedCommands/GET__api_atlas_v2_groups_67ea5a7d3720c313137777c2_clusters_provider_regions_1.json +++ b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_provider_regions_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 1556 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:03:59 GMT +Date: Mon, 31 Mar 2025 12:44:38 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -10,7 +10,7 @@ X-Envoy-Upstream-Service-Time: 60 X-Frame-Options: DENY X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7d3720c313137777c2/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea902084391f6c24ea736c_clusters_backupRestores2-157_1.snaphost b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea902084391f6c24ea736c_clusters_backupRestores2-157_1.snaphost new file mode 100644 index 0000000000..7824934c10 --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea902084391f6c24ea736c_clusters_backupRestores2-157_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1859 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:52 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 80 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:52:52Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea902084391f6c24ea736c","id":"67ea9024b31ead384fc6b74f","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea902084391f6c24ea736c/clusters/backupRestores2-157","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea902084391f6c24ea736c/clusters/backupRestores2-157/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea902084391f6c24ea736c/clusters/backupRestores2-157/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupRestores2-157","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea9024b31ead384fc6b73f","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea9024b31ead384fc6b747","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea902084391f6c24ea736c_clusters_backupRestores2-157_2.snaphost b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea902084391f6c24ea736c_clusters_backupRestores2-157_2.snaphost new file mode 100644 index 0000000000..b0d6db511d --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea902084391f6c24ea736c_clusters_backupRestores2-157_2.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 2188 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:02:19 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 76 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://backuprestores2-157-shard-00-00.nxxkh.mongodb-dev.net:27017,backuprestores2-157-shard-00-01.nxxkh.mongodb-dev.net:27017,backuprestores2-157-shard-00-02.nxxkh.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-p5309g-shard-0","standardSrv":"mongodb+srv://backuprestores2-157.nxxkh.mongodb-dev.net"},"createDate":"2025-03-31T12:52:52Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea902084391f6c24ea736c","id":"67ea9024b31ead384fc6b74f","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea902084391f6c24ea736c/clusters/backupRestores2-157","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea902084391f6c24ea736c/clusters/backupRestores2-157/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea902084391f6c24ea736c/clusters/backupRestores2-157/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupRestores2-157","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea9024b31ead384fc6b73f","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea9024b31ead384fc6b747","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea902084391f6c24ea736c_clusters_provider_regions_1.snaphost b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea902084391f6c24ea736c_clusters_provider_regions_1.snaphost new file mode 100644 index 0000000000..a188e21183 --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/GET__api_atlas_v2_groups_67ea902084391f6c24ea736c_clusters_provider_regions_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1556 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:51 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 88 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea902084391f6c24ea736c/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json b/test/e2e/.snapshots/TestRestores/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json deleted file mode 100644 index 10fe6d567a..0000000000 --- a/test/e2e/.snapshots/TestRestores/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json +++ /dev/null @@ -1,15 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 3 -Content-Type: text/plain -Date: Mon, 31 Mar 2025 09:03:52 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Vary: Accept-Encoding -X-Content-Type-Options: nosniff -X-Frame-Options: DENY -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none -X-Xgen-Up-Proto: HTTP/2 - -8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost b/test/e2e/.snapshots/TestRestores/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost new file mode 100644 index 0000000000..292d88a4ba --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost @@ -0,0 +1,15 @@ +HTTP/2.0 200 OK +Content-Length: 3 +Content-Type: text/plain +Date: Mon, 31 Mar 2025 12:44:38 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Vary: Accept-Encoding +X-Content-Type-Options: nosniff +X-Frame-Options: DENY +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none +X-Xgen-Up-Proto: HTTP/2 + +8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 9df8f537a7..0000000000 --- a/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1099 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:03:51 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1571 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:03:52Z","id":"67ea5a773720c31313777759","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"backupRestores-e2e-988","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..5c502791e0 --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1099 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:36 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1662 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:38Z","id":"67ea8e34b31ead384fc6a058","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"backupRestores-e2e-979","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_2.json b/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_2.json deleted file mode 100644 index 8963a2d79d..0000000000 --- a/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_2.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1100 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:36 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 3440 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:22:39Z","id":"67ea5edc6257d31a195f30c8","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5edc6257d31a195f30c8","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5edc6257d31a195f30c8/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5edc6257d31a195f30c8/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5edc6257d31a195f30c8/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5edc6257d31a195f30c8/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5edc6257d31a195f30c8/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5edc6257d31a195f30c8/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"backupRestores2-e2e-259","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_2.snaphost b/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_2.snaphost new file mode 100644 index 0000000000..4bbd0c8885 --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_2.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1100 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:48 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 3542 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:52:51Z","id":"67ea902084391f6c24ea736c","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea902084391f6c24ea736c","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea902084391f6c24ea736c/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea902084391f6c24ea736c/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea902084391f6c24ea736c/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea902084391f6c24ea736c/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea902084391f6c24ea736c/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea902084391f6c24ea736c/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"backupRestores2-e2e-267","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_1.json b/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_1.json deleted file mode 100644 index 77d5ec2089..0000000000 --- a/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_1.json +++ /dev/null @@ -1,18 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1841 -Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:03:53 GMT -Deprecation: Mon, 5 Aug 2024 00:00:00 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Sunset: Sun, 1 Mar 2026 00:00:00 GMT -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 597 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:03:53Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a773720c31313777759","id":"67ea5a7945e7f051644d2d0e","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupRestores-55","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5a7945e7f051644d2cfe","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a7945e7f051644d2d06","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_1.json b/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_1.json deleted file mode 100644 index bf59be8694..0000000000 --- a/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1048 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:35:05 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 252 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupRestoreJobsResource::createRestoreJob -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"cancelled":false,"deliveryType":"automated","deliveryUrl":[],"desiredTimestamp":{"increment":null,"time":null,"date":null},"expired":false,"failed":false,"id":"67ea61c9e470643dc2f70adf","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/restoreJobs/67ea61c9e470643dc2f70adf","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots/67ea61116257d31a195f45a2","rel":"https://cloud.mongodb.com/snapshot"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"https://cloud.mongodb.com/cluster"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759","rel":"https://cloud.mongodb.com/group"}],"snapshotId":"67ea61116257d31a195f45a2","targetClusterName":"backupRestores2-25","targetDeploymentItemName":"atlas-g67wsw","targetGroupId":"67ea5edc6257d31a195f30c8","timestamp":"2025-03-31T09:33:48Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_2.json b/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_2.json deleted file mode 100644 index 111f340732..0000000000 --- a/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_restoreJobs_2.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 921 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:39:06 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 175 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupRestoreJobsResource::createRestoreJob -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"cancelled":false,"deliveryType":"download","deliveryUrl":[],"desiredTimestamp":{"increment":null,"time":null,"date":null},"expired":false,"failed":false,"id":"67ea62ba6257d31a195f4c26","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/restoreJobs/67ea62ba6257d31a195f4c26","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots/67ea61116257d31a195f45a2","rel":"https://cloud.mongodb.com/snapshot"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"https://cloud.mongodb.com/cluster"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759","rel":"https://cloud.mongodb.com/group"}],"snapshotId":"67ea61116257d31a195f45a2","timestamp":"2025-03-31T09:33:48Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_1.json b/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_1.json deleted file mode 100644 index b346ab6066..0000000000 --- a/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5a773720c31313777759_clusters_backupRestores-55_backup_snapshots_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 614 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:32:01 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 151 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::onDemandSnapshot -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T09:32:01Z","frequencyType":"ondemand","id":"67ea61116257d31a195f45a2","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55/backup/snapshots/67ea61116257d31a195f45a2","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a773720c31313777759/clusters/backupRestores-55","rel":"https://cloud.mongodb.com/cluster"}],"policyItems":[],"replicaSetName":"backupRestores-55","snapshotType":"onDemand","status":"queued","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5edc6257d31a195f30c8_clusters_1.json b/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5edc6257d31a195f30c8_clusters_1.json rename to test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_1.snaphost index 573dd6a3a1..1c8e733acb 100644 --- a/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea5edc6257d31a195f30c8_clusters_1.json +++ b/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1845 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:39 GMT +Date: Mon, 31 Mar 2025 12:44:38 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 829 +X-Envoy-Upstream-Service-Time: 525 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:22:40Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5edc6257d31a195f30c8","id":"67ea5ee06257d31a195f314a","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5edc6257d31a195f30c8/clusters/backupRestores2-25","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5edc6257d31a195f30c8/clusters/backupRestores2-25/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5edc6257d31a195f30c8/clusters/backupRestores2-25/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupRestores2-25","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5edf6257d31a195f313a","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5ee06257d31a195f3142","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:39Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e34b31ead384fc6a058","id":"67ea8e37b31ead384fc6a2b6","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupRestores-305","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea8e36b31ead384fc6a25f","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e37b31ead384fc6a27d","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea902084391f6c24ea736c_clusters_1.snaphost b/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea902084391f6c24ea736c_clusters_1.snaphost new file mode 100644 index 0000000000..72f9f3e74b --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/POST__api_atlas_v2_groups_67ea902084391f6c24ea736c_clusters_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 201 Created +Content-Length: 1849 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:52:52 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 621 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:52:52Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea902084391f6c24ea736c","id":"67ea9024b31ead384fc6b74f","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea902084391f6c24ea736c/clusters/backupRestores2-157","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea902084391f6c24ea736c/clusters/backupRestores2-157/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea902084391f6c24ea736c/clusters/backupRestores2-157/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupRestores2-157","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea9024b31ead384fc6b73f","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea9024b31ead384fc6b747","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_2.json b/test/e2e/.snapshots/TestRestores/Restores_Create_-_Automated/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_3.snaphost similarity index 62% rename from test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_2.json rename to test/e2e/.snapshots/TestRestores/Restores_Create_-_Automated/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_3.snaphost index b8cd5ef305..26e9ff3336 100644 --- a/test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_2.json +++ b/test/e2e/.snapshots/TestRestores/Restores_Create_-_Automated/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_3.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2180 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:58 GMT +Date: Mon, 31 Mar 2025 13:05:12 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 66 +X-Envoy-Upstream-Service-Time: 68 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://backupschedule-997-shard-00-00.mttgw.mongodb-dev.net:27017,backupschedule-997-shard-00-01.mttgw.mongodb-dev.net:27017,backupschedule-997-shard-00-02.mttgw.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-w6y3ef-shard-0","standardSrv":"mongodb+srv://backupschedule-997.mttgw.mongodb-dev.net"},"createDate":"2025-03-31T09:04:02Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a7f45e7f051644d2d16","id":"67ea5a8245e7f051644d2dee","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/clusters/backupSchedule-997","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/clusters/backupSchedule-997/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/clusters/backupSchedule-997/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupSchedule-997","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5a8245e7f051644d2dde","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a8245e7f051644d2de6","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://backuprestores-305-shard-00-00.hq9xe.mongodb-dev.net:27017,backuprestores-305-shard-00-01.hq9xe.mongodb-dev.net:27017,backuprestores-305-shard-00-02.hq9xe.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-52iodo-shard-0","standardSrv":"mongodb+srv://backuprestores-305.hq9xe.mongodb-dev.net"},"createDate":"2025-03-31T12:44:39Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e34b31ead384fc6a058","id":"67ea8e37b31ead384fc6a2b6","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupRestores-305","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea8e36b31ead384fc6a25f","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e37b31ead384fc6a27d","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Restores_Create_-_Automated/POST__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_1.snaphost b/test/e2e/.snapshots/TestRestores/Restores_Create_-_Automated/POST__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_1.snaphost new file mode 100644 index 0000000000..0ea820ef6d --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Restores_Create_-_Automated/POST__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1052 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:05:12 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 295 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupRestoreJobsResource::createRestoreJob +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cancelled":false,"deliveryType":"automated","deliveryUrl":[],"desiredTimestamp":{"increment":null,"time":null,"date":null},"expired":false,"failed":false,"id":"67ea9308b31ead384fc6cdba","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/restoreJobs/67ea9308b31ead384fc6cdba","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots/67ea925bb31ead384fc6cbf7","rel":"https://cloud.mongodb.com/snapshot"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"https://cloud.mongodb.com/cluster"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058","rel":"https://cloud.mongodb.com/group"}],"snapshotId":"67ea925bb31ead384fc6cbf7","targetClusterName":"backupRestores2-157","targetDeploymentItemName":"atlas-p5309g","targetGroupId":"67ea902084391f6c24ea736c","timestamp":"2025-03-31T13:03:55Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Restores_Create_-_Download/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_4.snaphost b/test/e2e/.snapshots/TestRestores/Restores_Create_-_Download/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_4.snaphost new file mode 100644 index 0000000000..0ee3758ae0 --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Restores_Create_-_Download/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_4.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 2180 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:09:01 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 75 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://backuprestores-305-shard-00-00.hq9xe.mongodb-dev.net:27017,backuprestores-305-shard-00-01.hq9xe.mongodb-dev.net:27017,backuprestores-305-shard-00-02.hq9xe.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-52iodo-shard-0","standardSrv":"mongodb+srv://backuprestores-305.hq9xe.mongodb-dev.net"},"createDate":"2025-03-31T12:44:39Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e34b31ead384fc6a058","id":"67ea8e37b31ead384fc6a2b6","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupRestores-305","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea8e36b31ead384fc6a25f","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e37b31ead384fc6a27d","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Restores_Create_-_Download/POST__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_2.snaphost b/test/e2e/.snapshots/TestRestores/Restores_Create_-_Download/POST__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_2.snaphost new file mode 100644 index 0000000000..b06435b3a6 --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Restores_Create_-_Download/POST__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 924 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:09:02 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 168 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupRestoreJobsResource::createRestoreJob +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cancelled":false,"deliveryType":"download","deliveryUrl":[],"desiredTimestamp":{"increment":null,"time":null,"date":null},"expired":false,"failed":false,"id":"67ea93ee84391f6c24ea8dc8","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/restoreJobs/67ea93ee84391f6c24ea8dc8","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots/67ea925bb31ead384fc6cbf7","rel":"https://cloud.mongodb.com/snapshot"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"https://cloud.mongodb.com/cluster"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058","rel":"https://cloud.mongodb.com/group"}],"snapshotId":"67ea925bb31ead384fc6cbf7","timestamp":"2025-03-31T13:03:55Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Restores_Describe/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_3.snaphost b/test/e2e/.snapshots/TestRestores/Restores_Describe/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_3.snaphost new file mode 100644 index 0000000000..3d6afc23ec --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Restores_Describe/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_3.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1088 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:09:01 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 29 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupRestoreJobsResource::getRestoreJob +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cancelled":false,"deliveryType":"automated","deliveryUrl":[],"desiredTimestamp":{"increment":null,"time":null,"date":null},"expired":false,"failed":false,"finishedAt":"2025-03-31T13:08:58Z","id":"67ea9308b31ead384fc6cdba","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/restoreJobs/67ea9308b31ead384fc6cdba","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots/67ea925bb31ead384fc6cbf7","rel":"https://cloud.mongodb.com/snapshot"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"https://cloud.mongodb.com/cluster"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058","rel":"https://cloud.mongodb.com/group"}],"snapshotId":"67ea925bb31ead384fc6cbf7","targetClusterName":"backupRestores2-157","targetDeploymentItemName":"atlas-p5309g","targetGroupId":"67ea902084391f6c24ea736c","timestamp":"2025-03-31T13:03:55Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Restores_Describe/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_2.snaphost b/test/e2e/.snapshots/TestRestores/Restores_Describe/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_2.snaphost new file mode 100644 index 0000000000..49300f0462 --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Restores_Describe/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 400 Bad Request +Content-Length: 201 +Content-Type: application/json +Date: Mon, 31 Mar 2025 13:09:01 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 41 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasFlexBackupResource::getRestoreJob +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"detail":"Cannot use non-flex cluster backupRestores-305 in the flex API.","error":400,"errorCode":"CANNOT_USE_NON_FLEX_CLUSTER_IN_FLEX_API","parameters":["backupRestores-305"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Restores_List/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_1.snaphost b/test/e2e/.snapshots/TestRestores/Restores_List/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_1.snaphost new file mode 100644 index 0000000000..f8c2328574 --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Restores_List/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1318 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:09:01 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 44 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupRestoreJobsResource::getRestoreJobs +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/restoreJobs?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cancelled":false,"deliveryType":"automated","deliveryUrl":[],"desiredTimestamp":{"increment":null,"time":null,"date":null},"expired":false,"failed":false,"finishedAt":"2025-03-31T13:08:58Z","id":"67ea9308b31ead384fc6cdba","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/restoreJobs/67ea9308b31ead384fc6cdba","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots/67ea925bb31ead384fc6cbf7","rel":"https://cloud.mongodb.com/snapshot"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"https://cloud.mongodb.com/cluster"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058","rel":"https://cloud.mongodb.com/group"}],"snapshotId":"67ea925bb31ead384fc6cbf7","targetClusterName":"backupRestores2-157","targetDeploymentItemName":"atlas-p5309g","targetGroupId":"67ea902084391f6c24ea736c","timestamp":"2025-03-31T13:03:55Z"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Restores_List/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_restoreJobs_1.snaphost b/test/e2e/.snapshots/TestRestores/Restores_List/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_restoreJobs_1.snaphost new file mode 100644 index 0000000000..fdc83fd634 --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Restores_List/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_restoreJobs_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 400 Bad Request +Content-Length: 201 +Content-Type: application/json +Date: Mon, 31 Mar 2025 13:09:01 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 38 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasFlexBackupResource::getRestoreJobs +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"detail":"Cannot use non-flex cluster backupRestores-305 in the flex API.","error":400,"errorCode":"CANNOT_USE_NON_FLEX_CLUSTER_IN_FLEX_API","parameters":["backupRestores-305"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Restores_Watch/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_1.snaphost b/test/e2e/.snapshots/TestRestores/Restores_Watch/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_1.snaphost new file mode 100644 index 0000000000..d8ee86622c --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Restores_Watch/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1052 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:05:12 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 41 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupRestoreJobsResource::getRestoreJob +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cancelled":false,"deliveryType":"automated","deliveryUrl":[],"desiredTimestamp":{"increment":null,"time":null,"date":null},"expired":false,"failed":false,"id":"67ea9308b31ead384fc6cdba","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/restoreJobs/67ea9308b31ead384fc6cdba","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots/67ea925bb31ead384fc6cbf7","rel":"https://cloud.mongodb.com/snapshot"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"https://cloud.mongodb.com/cluster"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058","rel":"https://cloud.mongodb.com/group"}],"snapshotId":"67ea925bb31ead384fc6cbf7","targetClusterName":"backupRestores2-157","targetDeploymentItemName":"atlas-p5309g","targetGroupId":"67ea902084391f6c24ea736c","timestamp":"2025-03-31T13:03:55Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Restores_Watch/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_2.snaphost b/test/e2e/.snapshots/TestRestores/Restores_Watch/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_2.snaphost new file mode 100644 index 0000000000..351fe64607 --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Restores_Watch/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1088 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:09:01 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 26 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupRestoreJobsResource::getRestoreJob +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cancelled":false,"deliveryType":"automated","deliveryUrl":[],"desiredTimestamp":{"increment":null,"time":null,"date":null},"expired":false,"failed":false,"finishedAt":"2025-03-31T13:08:58Z","id":"67ea9308b31ead384fc6cdba","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/restoreJobs/67ea9308b31ead384fc6cdba","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots/67ea925bb31ead384fc6cbf7","rel":"https://cloud.mongodb.com/snapshot"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"https://cloud.mongodb.com/cluster"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058","rel":"https://cloud.mongodb.com/group"}],"snapshotId":"67ea925bb31ead384fc6cbf7","targetClusterName":"backupRestores2-157","targetDeploymentItemName":"atlas-p5309g","targetGroupId":"67ea902084391f6c24ea736c","timestamp":"2025-03-31T13:03:55Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Restores_Watch/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_1.snaphost b/test/e2e/.snapshots/TestRestores/Restores_Watch/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_1.snaphost new file mode 100644 index 0000000000..dfd880aa52 --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Restores_Watch/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_restoreJobs_67ea9308b31ead384fc6cdba_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 400 Bad Request +Content-Length: 201 +Content-Type: application/json +Date: Mon, 31 Mar 2025 13:05:12 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 52 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasFlexBackupResource::getRestoreJob +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"detail":"Cannot use non-flex cluster backupRestores-305 in the flex API.","error":400,"errorCode":"CANNOT_USE_NON_FLEX_CLUSTER_IN_FLEX_API","parameters":["backupRestores-305"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Restores_Watch_-_Download/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea93ee84391f6c24ea8dc8_1.snaphost b/test/e2e/.snapshots/TestRestores/Restores_Watch_-_Download/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea93ee84391f6c24ea8dc8_1.snaphost new file mode 100644 index 0000000000..37d1bef3dc --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Restores_Watch_-_Download/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea93ee84391f6c24ea8dc8_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 924 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:09:02 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 29 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupRestoreJobsResource::getRestoreJob +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cancelled":false,"deliveryType":"download","deliveryUrl":[],"desiredTimestamp":{"increment":null,"time":null,"date":null},"expired":false,"failed":false,"id":"67ea93ee84391f6c24ea8dc8","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/restoreJobs/67ea93ee84391f6c24ea8dc8","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots/67ea925bb31ead384fc6cbf7","rel":"https://cloud.mongodb.com/snapshot"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"https://cloud.mongodb.com/cluster"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058","rel":"https://cloud.mongodb.com/group"}],"snapshotId":"67ea925bb31ead384fc6cbf7","timestamp":"2025-03-31T13:03:55Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Restores_Watch_-_Download/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea93ee84391f6c24ea8dc8_2.snaphost b/test/e2e/.snapshots/TestRestores/Restores_Watch_-_Download/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea93ee84391f6c24ea8dc8_2.snaphost new file mode 100644 index 0000000000..b4840be9f9 --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Restores_Watch_-_Download/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_restoreJobs_67ea93ee84391f6c24ea8dc8_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1094 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:13:11 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 39 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupRestoreJobsResource::getRestoreJob +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cancelled":false,"deliveryType":"download","deliveryUrl":["https://restore-67ea93ee84391f6c24ea8dc8.hq9xe.mongodb-dev.net:27017/7G7WlnrcgPOAUreJkM85K8Bp/restore-67ea925bb31ead384fc6cbf7.tar.gz"],"desiredTimestamp":{"increment":null,"time":null,"date":null},"expired":false,"expiresAt":"2025-03-31T14:13:08Z","failed":false,"id":"67ea93ee84391f6c24ea8dc8","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/restoreJobs/67ea93ee84391f6c24ea8dc8","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots/67ea925bb31ead384fc6cbf7","rel":"https://cloud.mongodb.com/snapshot"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"https://cloud.mongodb.com/cluster"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058","rel":"https://cloud.mongodb.com/group"}],"snapshotId":"67ea925bb31ead384fc6cbf7","timestamp":"2025-03-31T13:03:55Z"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Restores_Watch_-_Download/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_restoreJobs_67ea93ee84391f6c24ea8dc8_1.snaphost b/test/e2e/.snapshots/TestRestores/Restores_Watch_-_Download/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_restoreJobs_67ea93ee84391f6c24ea8dc8_1.snaphost new file mode 100644 index 0000000000..fb866f1839 --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Restores_Watch_-_Download/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_restoreJobs_67ea93ee84391f6c24ea8dc8_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 400 Bad Request +Content-Length: 201 +Content-Type: application/json +Date: Mon, 31 Mar 2025 13:09:02 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 41 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasFlexBackupResource::getRestoreJob +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"detail":"Cannot use non-flex cluster backupRestores-305 in the flex API.","error":400,"errorCode":"CANNOT_USE_NON_FLEX_CLUSTER_IN_FLEX_API","parameters":["backupRestores-305"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_1.snaphost b/test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_1.snaphost new file mode 100644 index 0000000000..b0e7c5cba6 --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 617 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:02:20 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 55 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T13:02:19Z","frequencyType":"ondemand","id":"67ea925bb31ead384fc6cbf7","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots/67ea925bb31ead384fc6cbf7","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"https://cloud.mongodb.com/cluster"}],"policyItems":[],"replicaSetName":"backupRestores-305","snapshotType":"onDemand","status":"queued","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_2.snaphost b/test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_2.snaphost new file mode 100644 index 0000000000..75a71ab261 --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 621 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:02:24 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 53 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T13:02:19Z","frequencyType":"ondemand","id":"67ea925bb31ead384fc6cbf7","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots/67ea925bb31ead384fc6cbf7","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"https://cloud.mongodb.com/cluster"}],"policyItems":[],"replicaSetName":"backupRestores-305","snapshotType":"onDemand","status":"inProgress","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_3.snaphost b/test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_3.snaphost new file mode 100644 index 0000000000..0943b6077d --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_3.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 645 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:02:44 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 41 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T13:02:19Z","frequencyType":"ondemand","id":"67ea925bb31ead384fc6cbf7","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots/67ea925bb31ead384fc6cbf7","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"backupRestores-305","snapshotType":"onDemand","status":"inProgress","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_4.snaphost b/test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_4.snaphost new file mode 100644 index 0000000000..2f5d7a524f --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_4.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 667 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:03:58 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 44 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cloudProvider":"AWS","copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T13:02:19Z","frequencyType":"ondemand","id":"67ea925bb31ead384fc6cbf7","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots/67ea925bb31ead384fc6cbf7","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"backupRestores-305","snapshotType":"onDemand","status":"inProgress","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_5.snaphost b/test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_5.snaphost new file mode 100644 index 0000000000..8a7564b55c --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_clusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_5.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 710 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:05:12 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 46 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cloudProvider":"AWS","copyRegions":[],"createdAt":"2025-03-31T13:03:55Z","description":"test-snapshot","expiresAt":"2025-04-01T13:05:08Z","frequencyType":"ondemand","id":"67ea925bb31ead384fc6cbf7","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305/backup/snapshots/67ea925bb31ead384fc6cbf7","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e34b31ead384fc6a058/clusters/backupRestores-305","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"backupRestores-305","snapshotType":"onDemand","status":"completed","storageSizeBytes":4246601728,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_1.snaphost b/test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_1.snaphost new file mode 100644 index 0000000000..6db6f8753d --- /dev/null +++ b/test/e2e/.snapshots/TestRestores/Watch_snapshot_creation/GET__api_atlas_v2_groups_67ea8e34b31ead384fc6a058_flexClusters_backupRestores-305_backup_snapshots_67ea925bb31ead384fc6cbf7_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 400 Bad Request +Content-Length: 201 +Content-Type: application/json +Date: Mon, 31 Mar 2025 13:02:20 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 42 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasFlexBackupResource::getSnapshot +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"detail":"Cannot use non-flex cluster backupRestores-305 in the flex API.","error":400,"errorCode":"CANNOT_USE_NON_FLEX_CLUSTER_IN_FLEX_API","parameters":["backupRestores-305"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestRestores/memory.json b/test/e2e/.snapshots/TestRestores/memory.json index aa8485f0f0..bc9431684e 100644 --- a/test/e2e/.snapshots/TestRestores/memory.json +++ b/test/e2e/.snapshots/TestRestores/memory.json @@ -1 +1 @@ -{"backupRestores2GenerateClusterName":"backupRestores2-25","backupRestoresGenerateClusterName":"backupRestores-55"} \ No newline at end of file +{"backupRestores2GenerateClusterName":"backupRestores2-157","backupRestoresGenerateClusterName":"backupRestores-305"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSchedule/DELETE__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_backup_schedule_1.json b/test/e2e/.snapshots/TestSchedule/DELETE__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_backup_schedule_1.json deleted file mode 100644 index fb453d0618..0000000000 --- a/test/e2e/.snapshots/TestSchedule/DELETE__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_backup_schedule_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 578 -Content-Type: application/vnd.atlas.2024-08-05+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:58 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 141 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupScheduleResource::deleteSnapshotSchedule -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"autoExportEnabled":false,"clusterId":"67ea5a8245e7f051644d2dee","clusterName":"backupSchedule-997","copySettings":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/clusters/backupSchedule-997/backup/schedule","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/public/v1.0/groups/67ea5a7f45e7f051644d2d16","rel":"https://cloud.mongodb.com/group"}],"policies":[{"id":"67ea5ecc4c640c177d6343d8","policyItems":[]}],"referenceHourOfDay":9,"referenceMinuteOfHour":22,"restoreWindowDays":7,"useOrgAndGroupNamesInExportPrefix":true} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSchedule/Delete/DELETE__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_backup_schedule_1.snaphost b/test/e2e/.snapshots/TestSchedule/Delete/DELETE__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_backup_schedule_1.snaphost new file mode 100644 index 0000000000..321ac217dd --- /dev/null +++ b/test/e2e/.snapshots/TestSchedule/Delete/DELETE__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_backup_schedule_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 579 +Content-Type: application/vnd.atlas.2024-08-05+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:54:01 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 97 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupScheduleResource::deleteSnapshotSchedule +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"autoExportEnabled":false,"clusterId":"67ea8e36b31ead384fc6a239","clusterName":"backupSchedule-117","copySettings":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/clusters/backupSchedule-117/backup/schedule","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/public/v1.0/groups/67ea8e33b31ead384fc69eed","rel":"https://cloud.mongodb.com/group"}],"policies":[{"id":"67ea903917d20e324abbf8e0","policyItems":[]}],"referenceHourOfDay":12,"referenceMinuteOfHour":53,"restoreWindowDays":7,"useOrgAndGroupNamesInExportPrefix":true} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSchedule/Describe/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_backup_schedule_1.snaphost b/test/e2e/.snapshots/TestSchedule/Describe/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_backup_schedule_1.snaphost new file mode 100644 index 0000000000..c2a9cc41ca --- /dev/null +++ b/test/e2e/.snapshots/TestSchedule/Describe/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_backup_schedule_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1239 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:54:00 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sat, 30 May 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 43 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupScheduleResource::getSnapshotSchedule +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"autoExportEnabled":false,"clusterId":"67ea8e36b31ead384fc6a239","clusterName":"backupSchedule-117","copySettings":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/clusters/backupSchedule-117/backup/schedule","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/public/v1.0/groups/67ea8e33b31ead384fc69eed","rel":"https://cloud.mongodb.com/group"}],"nextSnapshot":"2025-03-31T18:53:14Z","policies":[{"id":"67ea903917d20e324abbf8e0","policyItems":[{"frequencyInterval":6,"frequencyType":"hourly","id":"67ea903917d20e324abbf8e1","retentionUnit":"days","retentionValue":7},{"frequencyInterval":1,"frequencyType":"daily","id":"67ea903917d20e324abbf8e2","retentionUnit":"days","retentionValue":7},{"frequencyInterval":6,"frequencyType":"weekly","id":"67ea903917d20e324abbf8e3","retentionUnit":"weeks","retentionValue":4},{"frequencyInterval":40,"frequencyType":"monthly","id":"67ea903917d20e324abbf8e4","retentionUnit":"months","retentionValue":12},{"frequencyInterval":12,"frequencyType":"yearly","id":"67ea903917d20e324abbf8e5","retentionUnit":"years","retentionValue":1}]}],"referenceHourOfDay":12,"referenceMinuteOfHour":53,"restoreWindowDays":7,"useOrgAndGroupNamesInExportPrefix":false} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_backup_schedule_1.json b/test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_backup_schedule_1.json deleted file mode 100644 index 1cfd304fb3..0000000000 --- a/test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_backup_schedule_1.json +++ /dev/null @@ -1,18 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1238 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:58 GMT -Deprecation: Mon, 5 Aug 2024 00:00:00 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Sunset: Sat, 30 May 2026 00:00:00 GMT -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 47 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupScheduleResource::getSnapshotSchedule -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"autoExportEnabled":false,"clusterId":"67ea5a8245e7f051644d2dee","clusterName":"backupSchedule-997","copySettings":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/clusters/backupSchedule-997/backup/schedule","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/public/v1.0/groups/67ea5a7f45e7f051644d2d16","rel":"https://cloud.mongodb.com/group"}],"nextSnapshot":"2025-03-31T15:22:21Z","policies":[{"id":"67ea5ecc4c640c177d6343d8","policyItems":[{"frequencyInterval":6,"frequencyType":"hourly","id":"67ea5ecc4c640c177d6343d9","retentionUnit":"days","retentionValue":7},{"frequencyInterval":1,"frequencyType":"daily","id":"67ea5ecc4c640c177d6343da","retentionUnit":"days","retentionValue":7},{"frequencyInterval":6,"frequencyType":"weekly","id":"67ea5ecc4c640c177d6343db","retentionUnit":"weeks","retentionValue":4},{"frequencyInterval":40,"frequencyType":"monthly","id":"67ea5ecc4c640c177d6343dc","retentionUnit":"months","retentionValue":12},{"frequencyInterval":12,"frequencyType":"yearly","id":"67ea5ecc4c640c177d6343dd","retentionUnit":"years","retentionValue":1}]}],"referenceHourOfDay":9,"referenceMinuteOfHour":22,"restoreWindowDays":7,"useOrgAndGroupNamesInExportPrefix":false} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_provider_regions_1.json b/test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_provider_regions_1.json deleted file mode 100644 index 4c8e5bc79a..0000000000 --- a/test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_provider_regions_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1556 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:01 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 59 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_1.json b/test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_1.json rename to test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_1.snaphost index fd6209ed88..fb78190304 100644 --- a/test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_1.json +++ b/test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1855 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:02 GMT +Date: Mon, 31 Mar 2025 12:44:38 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 56 +X-Envoy-Upstream-Service-Time: 67 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:02Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a7f45e7f051644d2d16","id":"67ea5a8245e7f051644d2dee","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/clusters/backupSchedule-997","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/clusters/backupSchedule-997/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/clusters/backupSchedule-997/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupSchedule-997","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5a8245e7f051644d2dde","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a8245e7f051644d2de6","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:38Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e33b31ead384fc69eed","id":"67ea8e36b31ead384fc6a239","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/clusters/backupSchedule-117","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/clusters/backupSchedule-117/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/clusters/backupSchedule-117/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupSchedule-117","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea8e36b31ead384fc6a19d","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e36b31ead384fc6a1de","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_2.snaphost b/test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_2.snaphost new file mode 100644 index 0000000000..24bc715619 --- /dev/null +++ b/test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_2.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 2180 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:54:00 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 72 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://backupschedule-117-shard-00-00.ks2cr.mongodb-dev.net:27017,backupschedule-117-shard-00-01.ks2cr.mongodb-dev.net:27017,backupschedule-117-shard-00-02.ks2cr.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-je4t9h-shard-0","standardSrv":"mongodb+srv://backupschedule-117.ks2cr.mongodb-dev.net"},"createDate":"2025-03-31T12:44:38Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e33b31ead384fc69eed","id":"67ea8e36b31ead384fc6a239","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/clusters/backupSchedule-117","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/clusters/backupSchedule-117/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/clusters/backupSchedule-117/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupSchedule-117","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea8e36b31ead384fc6a19d","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e36b31ead384fc6a1de","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_provider_regions_1.snaphost b/test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_provider_regions_1.snaphost new file mode 100644 index 0000000000..efecfec5b6 --- /dev/null +++ b/test/e2e/.snapshots/TestSchedule/GET__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_provider_regions_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1556 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:37 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 74 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSchedule/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json b/test/e2e/.snapshots/TestSchedule/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json deleted file mode 100644 index 34884eb5b2..0000000000 --- a/test/e2e/.snapshots/TestSchedule/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json +++ /dev/null @@ -1,15 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 3 -Content-Type: text/plain -Date: Mon, 31 Mar 2025 09:04:01 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Vary: Accept-Encoding -X-Content-Type-Options: nosniff -X-Frame-Options: DENY -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none -X-Xgen-Up-Proto: HTTP/2 - -8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSchedule/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost b/test/e2e/.snapshots/TestSchedule/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost new file mode 100644 index 0000000000..8e28ff9213 --- /dev/null +++ b/test/e2e/.snapshots/TestSchedule/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost @@ -0,0 +1,15 @@ +HTTP/2.0 200 OK +Content-Length: 3 +Content-Type: text/plain +Date: Mon, 31 Mar 2025 12:44:37 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Vary: Accept-Encoding +X-Content-Type-Options: nosniff +X-Frame-Options: DENY +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none +X-Xgen-Up-Proto: HTTP/2 + +8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSchedule/PATCH__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_backup_schedule_1.json b/test/e2e/.snapshots/TestSchedule/PATCH__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_backup_schedule_1.json deleted file mode 100644 index 814f79f76a..0000000000 --- a/test/e2e/.snapshots/TestSchedule/PATCH__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_backupSchedule-997_backup_schedule_1.json +++ /dev/null @@ -1,18 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1237 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:22:58 GMT -Deprecation: Mon, 5 Aug 2024 00:00:00 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Sunset: Sat, 30 May 2026 00:00:00 GMT -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 177 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupScheduleResource::patchSnapshotSchedule -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"autoExportEnabled":false,"clusterId":"67ea5a8245e7f051644d2dee","clusterName":"backupSchedule-997","copySettings":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/clusters/backupSchedule-997/backup/schedule","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/public/v1.0/groups/67ea5a7f45e7f051644d2d16","rel":"https://cloud.mongodb.com/group"}],"nextSnapshot":"2025-03-31T15:22:21Z","policies":[{"id":"67ea5ecc4c640c177d6343d8","policyItems":[{"frequencyInterval":6,"frequencyType":"hourly","id":"67ea5ecc4c640c177d6343d9","retentionUnit":"days","retentionValue":7},{"frequencyInterval":1,"frequencyType":"daily","id":"67ea5ecc4c640c177d6343da","retentionUnit":"days","retentionValue":7},{"frequencyInterval":6,"frequencyType":"weekly","id":"67ea5ecc4c640c177d6343db","retentionUnit":"weeks","retentionValue":4},{"frequencyInterval":40,"frequencyType":"monthly","id":"67ea5ecc4c640c177d6343dc","retentionUnit":"months","retentionValue":12},{"frequencyInterval":12,"frequencyType":"yearly","id":"67ea5ecc4c640c177d6343dd","retentionUnit":"years","retentionValue":1}]}],"referenceHourOfDay":9,"referenceMinuteOfHour":22,"restoreWindowDays":7,"useOrgAndGroupNamesInExportPrefix":true} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSchedule/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestSchedule/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 868893f0a5..0000000000 --- a/test/e2e/.snapshots/TestSchedule/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1099 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:03:59 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 2235 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:04:01Z","id":"67ea5a7f45e7f051644d2d16","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"backupSchedule-e2e-264","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSchedule/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestSchedule/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..d3082d863e --- /dev/null +++ b/test/e2e/.snapshots/TestSchedule/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1099 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:35 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 2445 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:37Z","id":"67ea8e33b31ead384fc69eed","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"backupSchedule-e2e-969","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSchedule/POST__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_1.json b/test/e2e/.snapshots/TestSchedule/POST__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestSchedule/POST__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_1.json rename to test/e2e/.snapshots/TestSchedule/POST__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_1.snaphost index addf7cdfa9..dd8d997ab0 100644 --- a/test/e2e/.snapshots/TestSchedule/POST__api_atlas_v2_groups_67ea5a7f45e7f051644d2d16_clusters_1.json +++ b/test/e2e/.snapshots/TestSchedule/POST__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1845 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:02 GMT +Date: Mon, 31 Mar 2025 12:44:38 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 592 +X-Envoy-Upstream-Service-Time: 517 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:02Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a7f45e7f051644d2d16","id":"67ea5a8245e7f051644d2dee","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/clusters/backupSchedule-997","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/clusters/backupSchedule-997/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a7f45e7f051644d2d16/clusters/backupSchedule-997/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupSchedule-997","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5a8245e7f051644d2dde","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a8245e7f051644d2de6","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:38Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e33b31ead384fc69eed","id":"67ea8e36b31ead384fc6a239","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/clusters/backupSchedule-117","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/clusters/backupSchedule-117/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/clusters/backupSchedule-117/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"backupSchedule-117","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea8e36b31ead384fc6a19d","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e36b31ead384fc6a1de","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSchedule/Update/PATCH__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_backup_schedule_1.snaphost b/test/e2e/.snapshots/TestSchedule/Update/PATCH__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_backup_schedule_1.snaphost new file mode 100644 index 0000000000..cdf9d316ff --- /dev/null +++ b/test/e2e/.snapshots/TestSchedule/Update/PATCH__api_atlas_v2_groups_67ea8e33b31ead384fc69eed_clusters_backupSchedule-117_backup_schedule_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1238 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:54:00 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sat, 30 May 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 262 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupScheduleResource::patchSnapshotSchedule +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"autoExportEnabled":false,"clusterId":"67ea8e36b31ead384fc6a239","clusterName":"backupSchedule-117","copySettings":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e33b31ead384fc69eed/clusters/backupSchedule-117/backup/schedule","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/public/v1.0/groups/67ea8e33b31ead384fc69eed","rel":"https://cloud.mongodb.com/group"}],"nextSnapshot":"2025-03-31T18:53:14Z","policies":[{"id":"67ea903917d20e324abbf8e0","policyItems":[{"frequencyInterval":6,"frequencyType":"hourly","id":"67ea903917d20e324abbf8e1","retentionUnit":"days","retentionValue":7},{"frequencyInterval":1,"frequencyType":"daily","id":"67ea903917d20e324abbf8e2","retentionUnit":"days","retentionValue":7},{"frequencyInterval":6,"frequencyType":"weekly","id":"67ea903917d20e324abbf8e3","retentionUnit":"weeks","retentionValue":4},{"frequencyInterval":40,"frequencyType":"monthly","id":"67ea903917d20e324abbf8e4","retentionUnit":"months","retentionValue":12},{"frequencyInterval":12,"frequencyType":"yearly","id":"67ea903917d20e324abbf8e5","retentionUnit":"years","retentionValue":1}]}],"referenceHourOfDay":12,"referenceMinuteOfHour":53,"restoreWindowDays":7,"useOrgAndGroupNamesInExportPrefix":true} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSchedule/memory.json b/test/e2e/.snapshots/TestSchedule/memory.json index 0ec495a6d4..9fc2298ce3 100644 --- a/test/e2e/.snapshots/TestSchedule/memory.json +++ b/test/e2e/.snapshots/TestSchedule/memory.json @@ -1 +1 @@ -{"backupScheduleGenerateClusterName":"backupSchedule-997"} \ No newline at end of file +{"backupScheduleGenerateClusterName":"backupSchedule-117"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_search_indexes_3.json b/test/e2e/.snapshots/TestSearch/Create_array_mapping/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_search_indexes_3.snaphost similarity index 69% rename from test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_search_indexes_3.json rename to test/e2e/.snapshots/TestSearch/Create_array_mapping/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_search_indexes_3.snaphost index ca58d9f3a9..77febfbefb 100644 --- a/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_search_indexes_3.json +++ b/test/e2e/.snapshots/TestSearch/Create_array_mapping/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_search_indexes_3.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 201 Created Content-Length: 372 Content-Type: application/vnd.atlas.2024-05-30+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:26:23 GMT +Date: Mon, 31 Mar 2025 12:54:29 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 3681 +X-Envoy-Upstream-Service-Time: 2398 X-Frame-Options: DENY X-Java-Method: ApiAtlasSearchIndexConfigResource::createSearchIndex X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"collectionName":"posts","database":"sample_training","indexID":"67ea5fbfe470643dc2f6f711","latestDefinition":{"mappings":{"dynamic":false,"fields":{"comments":[{"dynamic":true,"type":"document"},{"type":"string"}]}},"searchAnalyzer":"lucene.standard"},"latestDefinitionVersion":{"version":0},"name":"index-array-537","queryable":false,"status":"PENDING","type":"search"} \ No newline at end of file +{"collectionName":"posts","database":"sample_training","indexID":"67ea9086b31ead384fc6b8d4","latestDefinition":{"mappings":{"dynamic":false,"fields":{"comments":[{"dynamic":true,"type":"document"},{"type":"string"}]}},"searchAnalyzer":"lucene.standard"},"latestDefinitionVersion":{"version":0},"name":"index-array-975","queryable":false,"status":"PENDING","type":"search"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_search_indexes_2.json b/test/e2e/.snapshots/TestSearch/Create_combinedMapping/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_search_indexes_2.snaphost similarity index 75% rename from test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_search_indexes_2.json rename to test/e2e/.snapshots/TestSearch/Create_combinedMapping/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_search_indexes_2.snaphost index a746a5104e..9cde7b1261 100644 --- a/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_search_indexes_2.json +++ b/test/e2e/.snapshots/TestSearch/Create_combinedMapping/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_search_indexes_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 201 Created Content-Length: 612 Content-Type: application/vnd.atlas.2024-05-30+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:26:19 GMT +Date: Mon, 31 Mar 2025 12:54:24 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1551 +X-Envoy-Upstream-Service-Time: 4148 X-Frame-Options: DENY X-Java-Method: ApiAtlasSearchIndexConfigResource::createSearchIndex X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"collectionName":"planets","database":"sample_guides","indexID":"67ea5fbbe470643dc2f6f6e5","latestDefinition":{"analyzer":"lucene.standard","mappings":{"dynamic":false,"fields":{"mainAtmosphere":{"analyzer":"lucene.standard","type":"string"},"name":{"analyzer":"lucene.whitespace","multi":{"mySecondaryAnalyzer":{"analyzer":"lucene.french","type":"string"}},"type":"string"},"surfaceTemperatureC":{"analyzer":"lucene.standard","dynamic":true,"type":"document"}}},"searchAnalyzer":"lucene.standard"},"latestDefinitionVersion":{"version":0},"name":"index-566","queryable":false,"status":"PENDING","type":"search"} \ No newline at end of file +{"collectionName":"planets","database":"sample_guides","indexID":"67ea908084391f6c24ea756f","latestDefinition":{"analyzer":"lucene.standard","mappings":{"dynamic":false,"fields":{"mainAtmosphere":{"analyzer":"lucene.standard","type":"string"},"name":{"analyzer":"lucene.whitespace","multi":{"mySecondaryAnalyzer":{"analyzer":"lucene.french","type":"string"}},"type":"string"},"surfaceTemperatureC":{"analyzer":"lucene.standard","dynamic":true,"type":"document"}}},"searchAnalyzer":"lucene.standard"},"latestDefinitionVersion":{"version":0},"name":"index-156","queryable":false,"status":"PENDING","type":"search"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_fts_indexes_1.json b/test/e2e/.snapshots/TestSearch/Create_staticMapping/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_fts_indexes_1.snaphost similarity index 80% rename from test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_fts_indexes_1.json rename to test/e2e/.snapshots/TestSearch/Create_staticMapping/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_fts_indexes_1.snaphost index 5abd479cf2..c2c1e94795 100644 --- a/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_fts_indexes_1.json +++ b/test/e2e/.snapshots/TestSearch/Create_staticMapping/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_fts_indexes_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 873 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:26:21 GMT +Date: Mon, 31 Mar 2025 12:54:28 GMT Deprecation: Thu, 30 May 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Mon, 30 Nov 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1916 +X-Envoy-Upstream-Service-Time: 1464 X-Frame-Options: DENY X-Java-Method: ApiAtlasFTSIndexConfigResource::createFTSIndex X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"analyzer":"lucene.standard","analyzers":[{"charFilters":[],"name":"keywordLowerCase","tokenFilters":[{"type":"lowercase"}],"tokenizer":{"type":"keyword"}},{"charFilters":[],"name":"standardLowerCase","tokenFilters":[{"type":"lowercase"}],"tokenizer":{"type":"standard"}}],"collectionName":"posts","database":"sample_training","indexID":"67ea5fbde470643dc2f6f701","mappings":{"dynamic":false,"fields":{"body":{"analyzer":"lucene.whitespace","multi":{"mySecondaryAnalyzer":{"analyzer":"keywordLowerCase","type":"string"}},"type":"string"},"comments":{"fields":{"author":{"analyzer":"keywordLowerCase","type":"string"},"body":{"analyzer":"lucene.simple","ignoreAbove":255,"type":"string"}},"type":"document"},"tags":{"analyzer":"standardLowerCase","type":"string"}}},"name":"index-566","searchAnalyzer":"lucene.standard","status":"IN_PROGRESS","synonyms":[],"type":"search"} \ No newline at end of file +{"analyzer":"lucene.standard","analyzers":[{"charFilters":[],"name":"keywordLowerCase","tokenFilters":[{"type":"lowercase"}],"tokenizer":{"type":"keyword"}},{"charFilters":[],"name":"standardLowerCase","tokenFilters":[{"type":"lowercase"}],"tokenizer":{"type":"standard"}}],"collectionName":"posts","database":"sample_training","indexID":"67ea908484391f6c24ea7583","mappings":{"dynamic":false,"fields":{"body":{"analyzer":"lucene.whitespace","multi":{"mySecondaryAnalyzer":{"analyzer":"keywordLowerCase","type":"string"}},"type":"string"},"comments":{"fields":{"author":{"analyzer":"keywordLowerCase","type":"string"},"body":{"analyzer":"lucene.simple","ignoreAbove":255,"type":"string"}},"type":"document"},"tags":{"analyzer":"standardLowerCase","type":"string"}}},"name":"index-156","searchAnalyzer":"lucene.standard","status":"IN_PROGRESS","synonyms":[],"type":"search"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_search_indexes_1.json b/test/e2e/.snapshots/TestSearch/Create_via_file/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_search_indexes_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_search_indexes_1.json rename to test/e2e/.snapshots/TestSearch/Create_via_file/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_search_indexes_1.snaphost index 8dd3ddacfd..0da9c96321 100644 --- a/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_search_indexes_1.json +++ b/test/e2e/.snapshots/TestSearch/Create_via_file/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_search_indexes_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 201 Created Content-Length: 251 Content-Type: application/vnd.atlas.2024-05-30+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:26:15 GMT +Date: Mon, 31 Mar 2025 12:54:19 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 2338 +X-Envoy-Upstream-Service-Time: 3340 X-Frame-Options: DENY X-Java-Method: ApiAtlasSearchIndexConfigResource::createSearchIndex X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"collectionName":"movies","database":"sample_mflix","indexID":"67ea5fb76257d31a195f33cb","latestDefinition":{"mappings":{"dynamic":true}},"latestDefinitionVersion":{"version":0},"name":"index-566","queryable":false,"status":"PENDING","type":"search"} \ No newline at end of file +{"collectionName":"movies","database":"sample_mflix","indexID":"67ea907b84391f6c24ea7552","latestDefinition":{"mappings":{"dynamic":true}},"latestDefinitionVersion":{"version":0},"name":"index-156","queryable":false,"status":"PENDING","type":"search"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/DELETE__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_fts_indexes_67ea5fb76257d31a195f33cb_1.json b/test/e2e/.snapshots/TestSearch/Delete/DELETE__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_fts_indexes_67ea907b84391f6c24ea7552_1.snaphost similarity index 74% rename from test/e2e/.snapshots/TestSearch/DELETE__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_fts_indexes_67ea5fb76257d31a195f33cb_1.json rename to test/e2e/.snapshots/TestSearch/Delete/DELETE__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_fts_indexes_67ea907b84391f6c24ea7552_1.snaphost index 52f97a8352..ff11b48a3e 100644 --- a/test/e2e/.snapshots/TestSearch/DELETE__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_fts_indexes_67ea5fb76257d31a195f33cb_1.json +++ b/test/e2e/.snapshots/TestSearch/Delete/DELETE__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_fts_indexes_67ea907b84391f6c24ea7552_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 202 Accepted Content-Length: 2 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:26:18 GMT +Date: Mon, 31 Mar 2025 12:54:23 GMT Deprecation: Thu, 30 May 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Mon, 30 Nov 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 74 +X-Envoy-Upstream-Service-Time: 75 X-Frame-Options: DENY X-Java-Method: ApiAtlasFTSIndexConfigResource::deleteFTSIndex X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_fts_indexes_67ea5fb76257d31a195f33cb_1.json b/test/e2e/.snapshots/TestSearch/Describe/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_fts_indexes_67ea907b84391f6c24ea7552_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_fts_indexes_67ea5fb76257d31a195f33cb_1.json rename to test/e2e/.snapshots/TestSearch/Describe/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_fts_indexes_67ea907b84391f6c24ea7552_1.snaphost index 7467e250e5..054c75cbb9 100644 --- a/test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_fts_indexes_67ea5fb76257d31a195f33cb_1.json +++ b/test/e2e/.snapshots/TestSearch/Describe/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_fts_indexes_67ea907b84391f6c24ea7552_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 204 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:26:17 GMT +Date: Mon, 31 Mar 2025 12:54:23 GMT Deprecation: Thu, 30 May 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Mon, 30 Nov 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 60 +X-Envoy-Upstream-Service-Time: 34 X-Frame-Options: DENY X-Java-Method: ApiAtlasFTSIndexConfigResource::getFTSIndex X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"collectionName":"movies","database":"sample_mflix","indexID":"67ea5fb76257d31a195f33cb","mappings":{"dynamic":true,"fields":null},"name":"index-566","status":"IN_PROGRESS","synonyms":[],"type":"search"} \ No newline at end of file +{"collectionName":"movies","database":"sample_mflix","indexID":"67ea907b84391f6c24ea7552","mappings":{"dynamic":true,"fields":null},"name":"index-156","status":"IN_PROGRESS","synonyms":[],"type":"search"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_provider_regions_1.json b/test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_provider_regions_1.snaphost similarity index 90% rename from test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_provider_regions_1.json rename to test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_provider_regions_1.snaphost index f2fd01d6f6..05094c239e 100644 --- a/test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_provider_regions_1.json +++ b/test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_provider_regions_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 1556 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:17 GMT +Date: Mon, 31 Mar 2025 12:44:44 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -10,7 +10,7 @@ X-Envoy-Upstream-Service-Time: 55 X-Frame-Options: DENY X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acc3720c313137781b3/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a435/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_1.json b/test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_1.snaphost similarity index 62% rename from test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_1.json rename to test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_1.snaphost index b0f5485a78..f580fcb8b6 100644 --- a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_1.json +++ b/test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1825 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:26:32 GMT +Date: Mon, 31 Mar 2025 12:44:45 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 57 +X-Envoy-Upstream-Service-Time: 70 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:26:32Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5fc46257d31a195f34e6","id":"67ea5fc86257d31a195f36b7","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5fc46257d31a195f34e6/clusters/search-847","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5fc46257d31a195f34e6/clusters/search-847/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5fc46257d31a195f34e6/clusters/search-847/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"search-847","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5fc76257d31a195f3661","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5fc76257d31a195f3681","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:44Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e38b31ead384fc6a435","id":"67ea8e3cb31ead384fc6a6c3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a435/clusters/search-729","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a435/clusters/search-729/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a435/clusters/search-729/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"search-729","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3cb31ead384fc6a690","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e3cb31ead384fc6a69b","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_2.json b/test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_2.snaphost similarity index 57% rename from test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_2.json rename to test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_2.snaphost index a1cb7316b4..964071ec53 100644 --- a/test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_2.json +++ b/test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_2.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2118 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:25:23 GMT +Date: Mon, 31 Mar 2025 12:53:14 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 71 +X-Envoy-Upstream-Service-Time: 76 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://search-366-shard-00-00.gcewv.mongodb-dev.net:27017,search-366-shard-00-01.gcewv.mongodb-dev.net:27017,search-366-shard-00-02.gcewv.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-j4ysqz-shard-0","standardSrv":"mongodb+srv://search-366.gcewv.mongodb-dev.net"},"createDate":"2025-03-31T09:05:18Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5acc3720c313137781b3","id":"67ea5ace45e7f051644d3604","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acc3720c313137781b3/clusters/search-366","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acc3720c313137781b3/clusters/search-366/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acc3720c313137781b3/clusters/search-366/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"search-366","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5ace45e7f051644d35ee","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5ace45e7f051644d35f6","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://search-729-shard-00-00.mqs96.mongodb-dev.net:27017,search-729-shard-00-01.mqs96.mongodb-dev.net:27017,search-729-shard-00-02.mqs96.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-4538cj-shard-0","standardSrv":"mongodb+srv://search-729.mqs96.mongodb-dev.net"},"createDate":"2025-03-31T12:44:44Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e38b31ead384fc6a435","id":"67ea8e3cb31ead384fc6a6c3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a435/clusters/search-729","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a435/clusters/search-729/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a435/clusters/search-729/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"search-729","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3cb31ead384fc6a690","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e3cb31ead384fc6a69b","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json b/test/e2e/.snapshots/TestSearch/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json deleted file mode 100644 index 18a2b7c622..0000000000 --- a/test/e2e/.snapshots/TestSearch/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json +++ /dev/null @@ -1,15 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 3 -Content-Type: text/plain -Date: Mon, 31 Mar 2025 09:05:17 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Vary: Accept-Encoding -X-Content-Type-Options: nosniff -X-Frame-Options: DENY -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none -X-Xgen-Up-Proto: HTTP/2 - -8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost b/test/e2e/.snapshots/TestSearch/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost new file mode 100644 index 0000000000..a0b8601d18 --- /dev/null +++ b/test/e2e/.snapshots/TestSearch/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost @@ -0,0 +1,15 @@ +HTTP/2.0 200 OK +Content-Length: 3 +Content-Type: text/plain +Date: Mon, 31 Mar 2025 12:44:44 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Vary: Accept-Encoding +X-Content-Type-Options: nosniff +X-Frame-Options: DENY +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none +X-Xgen-Up-Proto: HTTP/2 + +8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_sampleDatasetLoad_67ea5f84e470643dc2f6f663_1.json b/test/e2e/.snapshots/TestSearch/Load_Sample_data/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_sampleDatasetLoad_67ea903ab31ead384fc6b79a_1.snaphost similarity index 60% rename from test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_sampleDatasetLoad_67ea5f84e470643dc2f6f663_1.json rename to test/e2e/.snapshots/TestSearch/Load_Sample_data/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_sampleDatasetLoad_67ea903ab31ead384fc6b79a_1.snaphost index 863298a3a4..8ba70dbb1a 100644 --- a/test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_sampleDatasetLoad_67ea5f84e470643dc2f6f663_1.json +++ b/test/e2e/.snapshots/TestSearch/Load_Sample_data/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_sampleDatasetLoad_67ea903ab31ead384fc6b79a_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 155 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:25:24 GMT +Date: Mon, 31 Mar 2025 12:53:14 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 29 +X-Envoy-Upstream-Service-Time: 40 X-Frame-Options: DENY X-Java-Method: ApiAtlasSampleDatasetLoadResource::getSampleDatasetLoadStatus X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"_id":"67ea5f84e470643dc2f6f663","clusterName":"search-366","completeDate":null,"createDate":"2025-03-31T09:25:24Z","errorMessage":null,"state":"WORKING"} \ No newline at end of file +{"_id":"67ea903ab31ead384fc6b79a","clusterName":"search-729","completeDate":null,"createDate":"2025-03-31T12:53:14Z","errorMessage":null,"state":"WORKING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_sampleDatasetLoad_67ea5f84e470643dc2f6f663_2.json b/test/e2e/.snapshots/TestSearch/Load_Sample_data/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_sampleDatasetLoad_67ea903ab31ead384fc6b79a_2.snaphost similarity index 55% rename from test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_sampleDatasetLoad_67ea5f84e470643dc2f6f663_2.json rename to test/e2e/.snapshots/TestSearch/Load_Sample_data/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_sampleDatasetLoad_67ea903ab31ead384fc6b79a_2.snaphost index c03858c3ea..a992904ef8 100644 --- a/test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_sampleDatasetLoad_67ea5f84e470643dc2f6f663_2.json +++ b/test/e2e/.snapshots/TestSearch/Load_Sample_data/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_sampleDatasetLoad_67ea903ab31ead384fc6b79a_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 175 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:26:14 GMT +Date: Mon, 31 Mar 2025 12:54:19 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 33 +X-Envoy-Upstream-Service-Time: 26 X-Frame-Options: DENY X-Java-Method: ApiAtlasSampleDatasetLoadResource::getSampleDatasetLoadStatus X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"_id":"67ea5f84e470643dc2f6f663","clusterName":"search-366","completeDate":"2025-03-31T09:26:11Z","createDate":"2025-03-31T09:25:24Z","errorMessage":null,"state":"COMPLETED"} \ No newline at end of file +{"_id":"67ea903ab31ead384fc6b79a","clusterName":"search-729","completeDate":"2025-03-31T12:54:15Z","createDate":"2025-03-31T12:53:14Z","errorMessage":null,"state":"COMPLETED"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_sampleDatasetLoad_search-847_1.json b/test/e2e/.snapshots/TestSearch/Load_Sample_data/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_sampleDatasetLoad_search-729_1.snaphost similarity index 60% rename from test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_sampleDatasetLoad_search-847_1.json rename to test/e2e/.snapshots/TestSearch/Load_Sample_data/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_sampleDatasetLoad_search-729_1.snaphost index fba23b51e7..7722c9d1a3 100644 --- a/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_sampleDatasetLoad_search-847_1.json +++ b/test/e2e/.snapshots/TestSearch/Load_Sample_data/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_sampleDatasetLoad_search-729_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 201 Created Content-Length: 155 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:34:49 GMT +Date: Mon, 31 Mar 2025 12:53:14 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 121 +X-Envoy-Upstream-Service-Time: 88 X-Frame-Options: DENY X-Java-Method: ApiAtlasSampleDatasetLoadResource::sampleDatasetLoad X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"_id":"67ea61b9e470643dc2f70a87","clusterName":"search-847","completeDate":null,"createDate":"2025-03-31T09:34:49Z","errorMessage":null,"state":"WORKING"} \ No newline at end of file +{"_id":"67ea903ab31ead384fc6b79a","clusterName":"search-729","completeDate":null,"createDate":"2025-03-31T12:53:14Z","errorMessage":null,"state":"WORKING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 9b3e673286..0000000000 --- a/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1091 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:16 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1136 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:05:17Z","id":"67ea5acc3720c313137781b3","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acc3720c313137781b3","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acc3720c313137781b3/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acc3720c313137781b3/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acc3720c313137781b3/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acc3720c313137781b3/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acc3720c313137781b3/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acc3720c313137781b3/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"search-e2e-651","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..f4e911f102 --- /dev/null +++ b/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1091 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:40 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 3430 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:44Z","id":"67ea8e38b31ead384fc6a435","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a435","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a435/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a435/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a435/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a435/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a435/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a435/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"search-e2e-392","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_1.json b/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_1.snaphost similarity index 62% rename from test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_1.json rename to test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_1.snaphost index e357bb50ff..064210fee3 100644 --- a/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_1.json +++ b/test/e2e/.snapshots/TestSearch/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1815 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:18 GMT +Date: Mon, 31 Mar 2025 12:44:44 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 565 +X-Envoy-Upstream-Service-Time: 544 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:05:18Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5acc3720c313137781b3","id":"67ea5ace45e7f051644d3604","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acc3720c313137781b3/clusters/search-366","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acc3720c313137781b3/clusters/search-366/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5acc3720c313137781b3/clusters/search-366/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"search-366","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5ace45e7f051644d35ee","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5ace45e7f051644d35f6","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:44Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e38b31ead384fc6a435","id":"67ea8e3cb31ead384fc6a6c3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a435/clusters/search-729","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a435/clusters/search-729/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a435/clusters/search-729/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"search-729","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3cb31ead384fc6a690","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e3cb31ead384fc6a69b","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/PATCH__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_search_indexes_67ea5fb76257d31a195f33cb_1.json b/test/e2e/.snapshots/TestSearch/Update_via_file/PATCH__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_search_indexes_67ea907b84391f6c24ea7552_1.snaphost similarity index 64% rename from test/e2e/.snapshots/TestSearch/PATCH__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_search_indexes_67ea5fb76257d31a195f33cb_1.json rename to test/e2e/.snapshots/TestSearch/Update_via_file/PATCH__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_search_indexes_67ea907b84391f6c24ea7552_1.snaphost index dfe385b1d9..7ba48e35cc 100644 --- a/test/e2e/.snapshots/TestSearch/PATCH__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_search_indexes_67ea5fb76257d31a195f33cb_1.json +++ b/test/e2e/.snapshots/TestSearch/Update_via_file/PATCH__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_search_indexes_67ea907b84391f6c24ea7552_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 238 Content-Type: application/vnd.atlas.2024-05-30+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:26:18 GMT +Date: Mon, 31 Mar 2025 12:54:23 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 125 +X-Envoy-Upstream-Service-Time: 84 X-Frame-Options: DENY X-Java-Method: ApiAtlasSearchIndexConfigResource::updateUserDefinedIndexFields X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"collectionName":"movies","database":"sample_mflix","indexID":"67ea5fb76257d31a195f33cb","latestDefinition":{"analyzer":"lucene.simple","mappings":{"dynamic":true}},"name":"index-566","queryable":false,"status":"PENDING","type":"search"} \ No newline at end of file +{"collectionName":"movies","database":"sample_mflix","indexID":"67ea907b84391f6c24ea7552","latestDefinition":{"analyzer":"lucene.simple","mappings":{"dynamic":true}},"name":"index-156","queryable":false,"status":"PENDING","type":"search"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_sample_mflix_movies_1.json b/test/e2e/.snapshots/TestSearch/list/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_fts_indexes_sample_mflix_movies_1.snaphost similarity index 66% rename from test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_sample_mflix_movies_1.json rename to test/e2e/.snapshots/TestSearch/list/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_fts_indexes_sample_mflix_movies_1.snaphost index 84badec12d..b5894716dd 100644 --- a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_sample_mflix_movies_1.json +++ b/test/e2e/.snapshots/TestSearch/list/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a435_clusters_search-729_fts_indexes_sample_mflix_movies_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 219 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:35:48 GMT +Date: Mon, 31 Mar 2025 12:54:32 GMT Deprecation: Thu, 30 May 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Mon, 30 Nov 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 38 +X-Envoy-Upstream-Service-Time: 40 X-Frame-Options: DENY X-Java-Method: ApiAtlasFTSIndexConfigResource::getFTSIndexes X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -[{"analyzer":"lucene.simple","collectionName":"movies","database":"sample_mflix","indexID":"67ea61ec6257d31a195f485f","mappings":{"dynamic":true},"name":"index-554","status":"IN_PROGRESS","synonyms":[],"type":"search"}] \ No newline at end of file +[{"analyzer":"lucene.simple","collectionName":"movies","database":"sample_mflix","indexID":"67ea907b84391f6c24ea7552","mappings":{"dynamic":true},"name":"index-156","status":"IN_PROGRESS","synonyms":[],"type":"search"}] \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/memory.json b/test/e2e/.snapshots/TestSearch/memory.json index 24e3589bd2..1e03d4fd0c 100644 --- a/test/e2e/.snapshots/TestSearch/memory.json +++ b/test/e2e/.snapshots/TestSearch/memory.json @@ -1 +1 @@ -{"arrayRand":"Ahk=","rand":"AjY=","searchGenerateClusterName":"search-366"} \ No newline at end of file +{"arrayRand":"A88=","rand":"nA==","searchGenerateClusterName":"search-729"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_4.json b/test/e2e/.snapshots/TestSearchDeprecated/Create_array_mapping/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_4.snaphost similarity index 70% rename from test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_4.json rename to test/e2e/.snapshots/TestSearchDeprecated/Create_array_mapping/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_4.snaphost index b71e420afc..3de8ce5b92 100644 --- a/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_4.json +++ b/test/e2e/.snapshots/TestSearchDeprecated/Create_array_mapping/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_4.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 340 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:35:47 GMT +Date: Mon, 31 Mar 2025 13:04:08 GMT Deprecation: Thu, 30 May 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Mon, 30 Nov 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1264 +X-Envoy-Upstream-Service-Time: 1139 X-Frame-Options: DENY X-Java-Method: ApiAtlasFTSIndexConfigResource::createFTSIndex X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"analyzer":"lucene.standard","collectionName":"posts","database":"sample_training","indexID":"67ea61f36257d31a195f488c","mappings":{"dynamic":false,"fields":{"comments":[{"dynamic":true,"type":"document"},{"type":"string"}]}},"name":"index-array-541","searchAnalyzer":"lucene.standard","status":"IN_PROGRESS","synonyms":[],"type":"search"} \ No newline at end of file +{"analyzer":"lucene.standard","collectionName":"posts","database":"sample_training","indexID":"67ea92c8b31ead384fc6cd03","mappings":{"dynamic":false,"fields":{"comments":[{"dynamic":true,"type":"document"},{"type":"string"}]}},"name":"index-array-987","searchAnalyzer":"lucene.standard","status":"IN_PROGRESS","synonyms":[],"type":"search"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_2.json b/test/e2e/.snapshots/TestSearchDeprecated/Create_combinedMapping/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_2.snaphost similarity index 75% rename from test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_2.json rename to test/e2e/.snapshots/TestSearchDeprecated/Create_combinedMapping/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_2.snaphost index 2eb40b9123..2381aedffa 100644 --- a/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_2.json +++ b/test/e2e/.snapshots/TestSearchDeprecated/Create_combinedMapping/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_2.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 551 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:35:43 GMT +Date: Mon, 31 Mar 2025 13:04:06 GMT Deprecation: Thu, 30 May 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Mon, 30 Nov 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1012 +X-Envoy-Upstream-Service-Time: 1124 X-Frame-Options: DENY X-Java-Method: ApiAtlasFTSIndexConfigResource::createFTSIndex X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"analyzer":"lucene.standard","collectionName":"planets","database":"sample_guides","indexID":"67ea61ef6257d31a195f4874","mappings":{"dynamic":false,"fields":{"mainAtmosphere":{"analyzer":"lucene.standard","type":"string"},"name":{"analyzer":"lucene.whitespace","multi":{"mySecondaryAnalyzer":{"analyzer":"lucene.french","type":"string"}},"type":"string"},"surfaceTemperatureC":{"analyzer":"lucene.standard","dynamic":true,"type":"document"}}},"name":"index-554","searchAnalyzer":"lucene.standard","status":"IN_PROGRESS","synonyms":[],"type":"search"} \ No newline at end of file +{"analyzer":"lucene.standard","collectionName":"planets","database":"sample_guides","indexID":"67ea92c684391f6c24ea8b24","mappings":{"dynamic":false,"fields":{"mainAtmosphere":{"analyzer":"lucene.standard","type":"string"},"name":{"analyzer":"lucene.whitespace","multi":{"mySecondaryAnalyzer":{"analyzer":"lucene.french","type":"string"}},"type":"string"},"surfaceTemperatureC":{"analyzer":"lucene.standard","dynamic":true,"type":"document"}}},"name":"index-675","searchAnalyzer":"lucene.standard","status":"IN_PROGRESS","synonyms":[],"type":"search"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_3.json b/test/e2e/.snapshots/TestSearchDeprecated/Create_staticMapping/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_3.snaphost similarity index 80% rename from test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_3.json rename to test/e2e/.snapshots/TestSearchDeprecated/Create_staticMapping/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_3.snaphost index c371f7cbe2..a3b8eda78f 100644 --- a/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_3.json +++ b/test/e2e/.snapshots/TestSearchDeprecated/Create_staticMapping/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_3.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 873 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:35:44 GMT +Date: Mon, 31 Mar 2025 13:04:07 GMT Deprecation: Thu, 30 May 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Mon, 30 Nov 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1642 +X-Envoy-Upstream-Service-Time: 814 X-Frame-Options: DENY X-Java-Method: ApiAtlasFTSIndexConfigResource::createFTSIndex X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"analyzer":"lucene.standard","analyzers":[{"charFilters":[],"name":"keywordLowerCase","tokenFilters":[{"type":"lowercase"}],"tokenizer":{"type":"keyword"}},{"charFilters":[],"name":"standardLowerCase","tokenFilters":[{"type":"lowercase"}],"tokenizer":{"type":"standard"}}],"collectionName":"posts","database":"sample_training","indexID":"67ea61f1e470643dc2f70bb0","mappings":{"dynamic":false,"fields":{"body":{"analyzer":"lucene.whitespace","multi":{"mySecondaryAnalyzer":{"analyzer":"keywordLowerCase","type":"string"}},"type":"string"},"comments":{"fields":{"author":{"analyzer":"keywordLowerCase","type":"string"},"body":{"analyzer":"lucene.simple","ignoreAbove":255,"type":"string"}},"type":"document"},"tags":{"analyzer":"standardLowerCase","type":"string"}}},"name":"index-554","searchAnalyzer":"lucene.standard","status":"IN_PROGRESS","synonyms":[],"type":"search"} \ No newline at end of file +{"analyzer":"lucene.standard","analyzers":[{"charFilters":[],"name":"keywordLowerCase","tokenFilters":[{"type":"lowercase"}],"tokenizer":{"type":"keyword"}},{"charFilters":[],"name":"standardLowerCase","tokenFilters":[{"type":"lowercase"}],"tokenizer":{"type":"standard"}}],"collectionName":"posts","database":"sample_training","indexID":"67ea92c784391f6c24ea8b36","mappings":{"dynamic":false,"fields":{"body":{"analyzer":"lucene.whitespace","multi":{"mySecondaryAnalyzer":{"analyzer":"keywordLowerCase","type":"string"}},"type":"string"},"comments":{"fields":{"author":{"analyzer":"keywordLowerCase","type":"string"},"body":{"analyzer":"lucene.simple","ignoreAbove":255,"type":"string"}},"type":"document"},"tags":{"analyzer":"standardLowerCase","type":"string"}}},"name":"index-675","searchAnalyzer":"lucene.standard","status":"IN_PROGRESS","synonyms":[],"type":"search"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_1.json b/test/e2e/.snapshots/TestSearchDeprecated/Create_via_file/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_1.json rename to test/e2e/.snapshots/TestSearchDeprecated/Create_via_file/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_1.snaphost index eb0da80ad9..46cb658aba 100644 --- a/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_1.json +++ b/test/e2e/.snapshots/TestSearchDeprecated/Create_via_file/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 190 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:35:40 GMT +Date: Mon, 31 Mar 2025 13:04:03 GMT Deprecation: Thu, 30 May 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Mon, 30 Nov 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1765 +X-Envoy-Upstream-Service-Time: 2190 X-Frame-Options: DENY X-Java-Method: ApiAtlasFTSIndexConfigResource::createFTSIndex X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"collectionName":"movies","database":"sample_mflix","indexID":"67ea61ec6257d31a195f485f","mappings":{"dynamic":true},"name":"index-554","status":"IN_PROGRESS","synonyms":[],"type":"search"} \ No newline at end of file +{"collectionName":"movies","database":"sample_mflix","indexID":"67ea92c3b31ead384fc6cce8","mappings":{"dynamic":true},"name":"index-675","status":"IN_PROGRESS","synonyms":[],"type":"search"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/DELETE__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_67ea61ec6257d31a195f485f_1.json b/test/e2e/.snapshots/TestSearchDeprecated/Delete/DELETE__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_67ea92c3b31ead384fc6cce8_1.snaphost similarity index 74% rename from test/e2e/.snapshots/TestSearchDeprecated/DELETE__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_67ea61ec6257d31a195f485f_1.json rename to test/e2e/.snapshots/TestSearchDeprecated/Delete/DELETE__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_67ea92c3b31ead384fc6cce8_1.snaphost index 0aed104779..3f86f8d32c 100644 --- a/test/e2e/.snapshots/TestSearchDeprecated/DELETE__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_67ea61ec6257d31a195f485f_1.json +++ b/test/e2e/.snapshots/TestSearchDeprecated/Delete/DELETE__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_67ea92c3b31ead384fc6cce8_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 202 Accepted Content-Length: 2 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:35:43 GMT +Date: Mon, 31 Mar 2025 13:04:06 GMT Deprecation: Thu, 30 May 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Mon, 30 Nov 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 73 +X-Envoy-Upstream-Service-Time: 66 X-Frame-Options: DENY X-Java-Method: ApiAtlasFTSIndexConfigResource::deleteFTSIndex X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_67ea61ec6257d31a195f485f_1.json b/test/e2e/.snapshots/TestSearchDeprecated/Describe/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_67ea92c3b31ead384fc6cce8_1.snaphost similarity index 65% rename from test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_67ea61ec6257d31a195f485f_1.json rename to test/e2e/.snapshots/TestSearchDeprecated/Describe/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_67ea92c3b31ead384fc6cce8_1.snaphost index 7ba667190f..40f10ca6ab 100644 --- a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_67ea61ec6257d31a195f485f_1.json +++ b/test/e2e/.snapshots/TestSearchDeprecated/Describe/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_67ea92c3b31ead384fc6cce8_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 190 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:35:42 GMT +Date: Mon, 31 Mar 2025 13:04:05 GMT Deprecation: Thu, 30 May 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Mon, 30 Nov 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 45 +X-Envoy-Upstream-Service-Time: 37 X-Frame-Options: DENY X-Java-Method: ApiAtlasFTSIndexConfigResource::getFTSIndex X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"collectionName":"movies","database":"sample_mflix","indexID":"67ea61ec6257d31a195f485f","mappings":{"dynamic":true},"name":"index-554","status":"IN_PROGRESS","synonyms":[],"type":"search"} \ No newline at end of file +{"collectionName":"movies","database":"sample_mflix","indexID":"67ea92c3b31ead384fc6cce8","mappings":{"dynamic":true},"name":"index-675","status":"IN_PROGRESS","synonyms":[],"type":"search"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_2.json b/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_2.json deleted file mode 100644 index b0a6437860..0000000000 --- a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_2.json +++ /dev/null @@ -1,18 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 2118 -Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:34:48 GMT -Deprecation: Mon, 5 Aug 2024 00:00:00 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Sunset: Sun, 1 Mar 2026 00:00:00 GMT -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 68 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://search-847-shard-00-00.o0087.mongodb-dev.net:27017,search-847-shard-00-01.o0087.mongodb-dev.net:27017,search-847-shard-00-02.o0087.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-h02egt-shard-0","standardSrv":"mongodb+srv://search-847.o0087.mongodb-dev.net"},"createDate":"2025-03-31T09:26:32Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5fc46257d31a195f34e6","id":"67ea5fc86257d31a195f36b7","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5fc46257d31a195f34e6/clusters/search-847","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5fc46257d31a195f34e6/clusters/search-847/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5fc46257d31a195f34e6/clusters/search-847/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"search-847","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5fc76257d31a195f3661","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5fc76257d31a195f3681","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_provider_regions_1.snaphost b/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_provider_regions_1.snaphost new file mode 100644 index 0000000000..bdf4daff91 --- /dev/null +++ b/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_provider_regions_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1556 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:54:35 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 69 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9088b31ead384fc6b8e4/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_1.snaphost b/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_1.snaphost new file mode 100644 index 0000000000..7f080fd6bf --- /dev/null +++ b/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1821 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:54:36 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 61 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:54:36Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea9088b31ead384fc6b8e4","id":"67ea908c84391f6c24ea75ab","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9088b31ead384fc6b8e4/clusters/search-43","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9088b31ead384fc6b8e4/clusters/search-43/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9088b31ead384fc6b8e4/clusters/search-43/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"search-43","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea908b84391f6c24ea759b","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea908b84391f6c24ea75a3","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_2.snaphost b/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_2.snaphost new file mode 100644 index 0000000000..e56b1dcbac --- /dev/null +++ b/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_2.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 2110 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:03:13 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 68 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://search-43-shard-00-00.ht4rn.mongodb-dev.net:27017,search-43-shard-00-01.ht4rn.mongodb-dev.net:27017,search-43-shard-00-02.ht4rn.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-t8hmc1-shard-0","standardSrv":"mongodb+srv://search-43.ht4rn.mongodb-dev.net"},"createDate":"2025-03-31T12:54:36Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea9088b31ead384fc6b8e4","id":"67ea908c84391f6c24ea75ab","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9088b31ead384fc6b8e4/clusters/search-43","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9088b31ead384fc6b8e4/clusters/search-43/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9088b31ead384fc6b8e4/clusters/search-43/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"search-43","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea908b84391f6c24ea759b","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea908b84391f6c24ea75a3","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json b/test/e2e/.snapshots/TestSearchDeprecated/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json deleted file mode 100644 index 033224b57e..0000000000 --- a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json +++ /dev/null @@ -1,15 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 3 -Content-Type: text/plain -Date: Mon, 31 Mar 2025 09:26:30 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Vary: Accept-Encoding -X-Content-Type-Options: nosniff -X-Frame-Options: DENY -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none -X-Xgen-Up-Proto: HTTP/2 - -8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost b/test/e2e/.snapshots/TestSearchDeprecated/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost new file mode 100644 index 0000000000..1127e06216 --- /dev/null +++ b/test/e2e/.snapshots/TestSearchDeprecated/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost @@ -0,0 +1,15 @@ +HTTP/2.0 200 OK +Content-Length: 3 +Content-Type: text/plain +Date: Mon, 31 Mar 2025 12:54:35 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Vary: Accept-Encoding +X-Content-Type-Options: nosniff +X-Frame-Options: DENY +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none +X-Xgen-Up-Proto: HTTP/2 + +8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_sampleDatasetLoad_67ea61b9e470643dc2f70a87_1.json b/test/e2e/.snapshots/TestSearchDeprecated/Load_Sample_data/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_sampleDatasetLoad_67ea929284391f6c24ea8aaf_1.snaphost similarity index 54% rename from test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_sampleDatasetLoad_67ea61b9e470643dc2f70a87_1.json rename to test/e2e/.snapshots/TestSearchDeprecated/Load_Sample_data/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_sampleDatasetLoad_67ea929284391f6c24ea8aaf_1.snaphost index 00b8bde0df..0b814356db 100644 --- a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_sampleDatasetLoad_67ea61b9e470643dc2f70a87_1.json +++ b/test/e2e/.snapshots/TestSearchDeprecated/Load_Sample_data/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_sampleDatasetLoad_67ea929284391f6c24ea8aaf_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK -Content-Length: 155 +Content-Length: 154 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:34:49 GMT +Date: Mon, 31 Mar 2025 13:03:14 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 38 +X-Envoy-Upstream-Service-Time: 39 X-Frame-Options: DENY X-Java-Method: ApiAtlasSampleDatasetLoadResource::getSampleDatasetLoadStatus X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"_id":"67ea61b9e470643dc2f70a87","clusterName":"search-847","completeDate":null,"createDate":"2025-03-31T09:34:49Z","errorMessage":null,"state":"WORKING"} \ No newline at end of file +{"_id":"67ea929284391f6c24ea8aaf","clusterName":"search-43","completeDate":null,"createDate":"2025-03-31T13:03:14Z","errorMessage":null,"state":"WORKING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_sampleDatasetLoad_67ea61b9e470643dc2f70a87_2.json b/test/e2e/.snapshots/TestSearchDeprecated/Load_Sample_data/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_sampleDatasetLoad_67ea929284391f6c24ea8aaf_2.snaphost similarity index 52% rename from test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_sampleDatasetLoad_67ea61b9e470643dc2f70a87_2.json rename to test/e2e/.snapshots/TestSearchDeprecated/Load_Sample_data/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_sampleDatasetLoad_67ea929284391f6c24ea8aaf_2.snaphost index 3b1fd5d817..a44bef9bc6 100644 --- a/test/e2e/.snapshots/TestSearchDeprecated/GET__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_sampleDatasetLoad_67ea61b9e470643dc2f70a87_2.json +++ b/test/e2e/.snapshots/TestSearchDeprecated/Load_Sample_data/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_sampleDatasetLoad_67ea929284391f6c24ea8aaf_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK -Content-Length: 175 +Content-Length: 174 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:35:39 GMT +Date: Mon, 31 Mar 2025 13:04:03 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 27 +X-Envoy-Upstream-Service-Time: 25 X-Frame-Options: DENY X-Java-Method: ApiAtlasSampleDatasetLoadResource::getSampleDatasetLoadStatus X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"_id":"67ea61b9e470643dc2f70a87","clusterName":"search-847","completeDate":"2025-03-31T09:35:35Z","createDate":"2025-03-31T09:34:49Z","errorMessage":null,"state":"COMPLETED"} \ No newline at end of file +{"_id":"67ea929284391f6c24ea8aaf","clusterName":"search-43","completeDate":"2025-03-31T13:04:02Z","createDate":"2025-03-31T13:03:14Z","errorMessage":null,"state":"COMPLETED"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/Load_Sample_data/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_sampleDatasetLoad_search-43_1.snaphost b/test/e2e/.snapshots/TestSearchDeprecated/Load_Sample_data/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_sampleDatasetLoad_search-43_1.snaphost new file mode 100644 index 0000000000..4f1eee9b74 --- /dev/null +++ b/test/e2e/.snapshots/TestSearchDeprecated/Load_Sample_data/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_sampleDatasetLoad_search-43_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 201 Created +Content-Length: 154 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:03:14 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 128 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasSampleDatasetLoadResource::sampleDatasetLoad +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"_id":"67ea929284391f6c24ea8aaf","clusterName":"search-43","completeDate":null,"createDate":"2025-03-31T13:03:14Z","errorMessage":null,"state":"WORKING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index a5c7b9b9e8..0000000000 --- a/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1091 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:26:28 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 2422 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:26:30Z","id":"67ea5fc46257d31a195f34e6","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5fc46257d31a195f34e6","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5fc46257d31a195f34e6/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5fc46257d31a195f34e6/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5fc46257d31a195f34e6/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5fc46257d31a195f34e6/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5fc46257d31a195f34e6/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5fc46257d31a195f34e6/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"search-e2e-776","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..674eca1437 --- /dev/null +++ b/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1091 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:54:32 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 2652 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:54:35Z","id":"67ea9088b31ead384fc6b8e4","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9088b31ead384fc6b8e4","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9088b31ead384fc6b8e4/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9088b31ead384fc6b8e4/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9088b31ead384fc6b8e4/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9088b31ead384fc6b8e4/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9088b31ead384fc6b8e4/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9088b31ead384fc6b8e4/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"search-e2e-285","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_1.snaphost b/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_1.snaphost new file mode 100644 index 0000000000..516c75e400 --- /dev/null +++ b/test/e2e/.snapshots/TestSearchDeprecated/POST__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 201 Created +Content-Length: 1811 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:54:35 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 529 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:54:36Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea9088b31ead384fc6b8e4","id":"67ea908c84391f6c24ea75ab","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9088b31ead384fc6b8e4/clusters/search-43","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9088b31ead384fc6b8e4/clusters/search-43/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea9088b31ead384fc6b8e4/clusters/search-43/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"search-43","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea908b84391f6c24ea759b","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea908b84391f6c24ea75a3","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/PATCH__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_67ea61ec6257d31a195f485f_1.json b/test/e2e/.snapshots/TestSearchDeprecated/Update_via_file/PATCH__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_67ea92c3b31ead384fc6cce8_1.snaphost similarity index 66% rename from test/e2e/.snapshots/TestSearchDeprecated/PATCH__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_67ea61ec6257d31a195f485f_1.json rename to test/e2e/.snapshots/TestSearchDeprecated/Update_via_file/PATCH__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_67ea92c3b31ead384fc6cce8_1.snaphost index 0d71bcaf24..b10742d1d5 100644 --- a/test/e2e/.snapshots/TestSearchDeprecated/PATCH__api_atlas_v2_groups_67ea5fc46257d31a195f34e6_clusters_search-847_fts_indexes_67ea61ec6257d31a195f485f_1.json +++ b/test/e2e/.snapshots/TestSearchDeprecated/Update_via_file/PATCH__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_67ea92c3b31ead384fc6cce8_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 217 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:35:42 GMT +Date: Mon, 31 Mar 2025 13:04:05 GMT Deprecation: Thu, 30 May 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Mon, 30 Nov 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 75 +X-Envoy-Upstream-Service-Time: 109 X-Frame-Options: DENY X-Java-Method: ApiAtlasFTSIndexConfigResource::updateUserDefinedFTSIndexFields X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"analyzer":"lucene.simple","collectionName":"movies","database":"sample_mflix","indexID":"67ea61ec6257d31a195f485f","mappings":{"dynamic":true},"name":"index-554","status":"IN_PROGRESS","synonyms":[],"type":"search"} \ No newline at end of file +{"analyzer":"lucene.simple","collectionName":"movies","database":"sample_mflix","indexID":"67ea92c3b31ead384fc6cce8","mappings":{"dynamic":true},"name":"index-675","status":"IN_PROGRESS","synonyms":[],"type":"search"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_fts_indexes_sample_mflix_movies_1.json b/test/e2e/.snapshots/TestSearchDeprecated/list/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_sample_mflix_movies_1.snaphost similarity index 66% rename from test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_fts_indexes_sample_mflix_movies_1.json rename to test/e2e/.snapshots/TestSearchDeprecated/list/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_sample_mflix_movies_1.snaphost index 039395daa8..26c195ddb7 100644 --- a/test/e2e/.snapshots/TestSearch/GET__api_atlas_v2_groups_67ea5acc3720c313137781b3_clusters_search-366_fts_indexes_sample_mflix_movies_1.json +++ b/test/e2e/.snapshots/TestSearchDeprecated/list/GET__api_atlas_v2_groups_67ea9088b31ead384fc6b8e4_clusters_search-43_fts_indexes_sample_mflix_movies_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 219 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:26:27 GMT +Date: Mon, 31 Mar 2025 13:04:09 GMT Deprecation: Thu, 30 May 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Mon, 30 Nov 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 49 +X-Envoy-Upstream-Service-Time: 35 X-Frame-Options: DENY X-Java-Method: ApiAtlasFTSIndexConfigResource::getFTSIndexes X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -[{"analyzer":"lucene.simple","collectionName":"movies","database":"sample_mflix","indexID":"67ea5fb76257d31a195f33cb","mappings":{"dynamic":true},"name":"index-566","status":"IN_PROGRESS","synonyms":[],"type":"search"}] \ No newline at end of file +[{"analyzer":"lucene.simple","collectionName":"movies","database":"sample_mflix","indexID":"67ea92c3b31ead384fc6cce8","mappings":{"dynamic":true},"name":"index-675","status":"IN_PROGRESS","synonyms":[],"type":"search"}] \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchDeprecated/memory.json b/test/e2e/.snapshots/TestSearchDeprecated/memory.json index 5356554d1e..7e33727e09 100644 --- a/test/e2e/.snapshots/TestSearchDeprecated/memory.json +++ b/test/e2e/.snapshots/TestSearchDeprecated/memory.json @@ -1 +1 @@ -{"arrayRand":"Ah0=","rand":"Aio=","searchGenerateClusterName":"search-847"} \ No newline at end of file +{"arrayRand":"A9s=","rand":"AqM=","searchGenerateClusterName":"search-43"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchNodes/Create_search_node/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_2.snaphost b/test/e2e/.snapshots/TestSearchNodes/Create_search_node/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_2.snaphost new file mode 100644 index 0000000000..16f1ec95c2 --- /dev/null +++ b/test/e2e/.snapshots/TestSearchNodes/Create_search_node/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 152 +Content-Type: application/vnd.atlas.2025-03-12+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:53:02 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 45 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasSearchDeploymentResource::getSearchDeployment +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"groupId":"67ea8e5cb31ead384fc6addc","id":"67ea902e84391f6c24ea73f6","specs":[{"instanceSize":"S30_LOWCPU_NVME","nodeCount":2}],"stateName":"UPDATING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchNodes/Create_search_node/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_3.snaphost b/test/e2e/.snapshots/TestSearchNodes/Create_search_node/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_3.snaphost new file mode 100644 index 0000000000..b51e7a50ee --- /dev/null +++ b/test/e2e/.snapshots/TestSearchNodes/Create_search_node/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_3.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 148 +Content-Type: application/vnd.atlas.2025-03-12+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:02:01 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 36 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasSearchDeploymentResource::getSearchDeployment +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"groupId":"67ea8e5cb31ead384fc6addc","id":"67ea902e84391f6c24ea73f6","specs":[{"instanceSize":"S30_LOWCPU_NVME","nodeCount":2}],"stateName":"IDLE"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchNodes/Create_search_node/POST__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_1.snaphost b/test/e2e/.snapshots/TestSearchNodes/Create_search_node/POST__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_1.snaphost new file mode 100644 index 0000000000..2c133120ea --- /dev/null +++ b/test/e2e/.snapshots/TestSearchNodes/Create_search_node/POST__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 201 Created +Content-Length: 152 +Content-Type: application/vnd.atlas.2024-05-30+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:53:02 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 129 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasSearchDeploymentResource::createSearchDeployment +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"groupId":"67ea8e5cb31ead384fc6addc","id":"67ea902e84391f6c24ea73f6","specs":[{"instanceSize":"S30_LOWCPU_NVME","nodeCount":2}],"stateName":"UPDATING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchNodes/Delete_search_nodes/DELETE__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_1.snaphost b/test/e2e/.snapshots/TestSearchNodes/Delete_search_nodes/DELETE__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_1.snaphost new file mode 100644 index 0000000000..8653ef6c1d --- /dev/null +++ b/test/e2e/.snapshots/TestSearchNodes/Delete_search_nodes/DELETE__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_1.snaphost @@ -0,0 +1,14 @@ +HTTP/2.0 204 No Content +Date: Mon, 31 Mar 2025 13:13:17 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type: application/vnd.atlas.2024-05-30+json +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 110 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasSearchDeploymentResource::deleteSearchDeployment +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + diff --git a/test/e2e/.snapshots/TestSearchNodes/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_1.snaphost b/test/e2e/.snapshots/TestSearchNodes/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_1.snaphost new file mode 100644 index 0000000000..60d610c50d --- /dev/null +++ b/test/e2e/.snapshots/TestSearchNodes/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1830 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:19 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 75 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:45:19Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e5cb31ead384fc6addc","id":"67ea8e5fb31ead384fc6ae69","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e5cb31ead384fc6addc/clusters/cluster-798","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e5cb31ead384fc6addc/clusters/cluster-798/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e5cb31ead384fc6addc/clusters/cluster-798/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"6.0","mongoDBVersion":"6.0.21","name":"cluster-798","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e5eb31ead384fc6ae51","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M20","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M20","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M20","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e5eb31ead384fc6ae59","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchNodes/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_2.snaphost b/test/e2e/.snapshots/TestSearchNodes/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_2.snaphost new file mode 100644 index 0000000000..e947f7e604 --- /dev/null +++ b/test/e2e/.snapshots/TestSearchNodes/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_2.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 2127 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:53:01 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 77 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-798-shard-00-00.ltqno.mongodb-dev.net:27017,cluster-798-shard-00-01.ltqno.mongodb-dev.net:27017,cluster-798-shard-00-02.ltqno.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-xatbvr-shard-0","standardSrv":"mongodb+srv://cluster-798.ltqno.mongodb-dev.net"},"createDate":"2025-03-31T12:45:19Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e5cb31ead384fc6addc","id":"67ea8e5fb31ead384fc6ae69","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e5cb31ead384fc6addc/clusters/cluster-798","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e5cb31ead384fc6addc/clusters/cluster-798/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e5cb31ead384fc6addc/clusters/cluster-798/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"6.0","mongoDBVersion":"6.0.21","name":"cluster-798","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e5eb31ead384fc6ae51","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M20","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M20","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M20","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e5eb31ead384fc6ae59","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchNodes/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_provider_regions_1.snaphost b/test/e2e/.snapshots/TestSearchNodes/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_provider_regions_1.snaphost new file mode 100644 index 0000000000..759726f290 --- /dev/null +++ b/test/e2e/.snapshots/TestSearchNodes/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_provider_regions_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1556 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:18 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 68 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e5cb31ead384fc6addc/clusters/provider/regions?includeCount=true&providers=AWS&tier=M20&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M20"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchNodes/List_+_verify_created/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_4.snaphost b/test/e2e/.snapshots/TestSearchNodes/List_+_verify_created/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_4.snaphost new file mode 100644 index 0000000000..b51e7a50ee --- /dev/null +++ b/test/e2e/.snapshots/TestSearchNodes/List_+_verify_created/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_4.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 148 +Content-Type: application/vnd.atlas.2025-03-12+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:02:01 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 36 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasSearchDeploymentResource::getSearchDeployment +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"groupId":"67ea8e5cb31ead384fc6addc","id":"67ea902e84391f6c24ea73f6","specs":[{"instanceSize":"S30_LOWCPU_NVME","nodeCount":2}],"stateName":"IDLE"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchNodes/List_+_verify_updated/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_7.snaphost b/test/e2e/.snapshots/TestSearchNodes/List_+_verify_updated/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_7.snaphost new file mode 100644 index 0000000000..b194e7a039 --- /dev/null +++ b/test/e2e/.snapshots/TestSearchNodes/List_+_verify_updated/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_7.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 149 +Content-Type: application/vnd.atlas.2025-03-12+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:13:17 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 48 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasSearchDeploymentResource::getSearchDeployment +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"groupId":"67ea8e5cb31ead384fc6addc","id":"67ea902e84391f6c24ea73f6","specs":[{"instanceSize":"S20_HIGHCPU_NVME","nodeCount":3}],"stateName":"IDLE"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchNodes/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestSearchNodes/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..c5ac0df3ef --- /dev/null +++ b/test/e2e/.snapshots/TestSearchNodes/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1096 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:16 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1687 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:45:18Z","id":"67ea8e5cb31ead384fc6addc","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e5cb31ead384fc6addc","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e5cb31ead384fc6addc/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e5cb31ead384fc6addc/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e5cb31ead384fc6addc/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e5cb31ead384fc6addc/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e5cb31ead384fc6addc/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e5cb31ead384fc6addc/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"searchNodes-e2e-850","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchNodes/POST__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_1.snaphost b/test/e2e/.snapshots/TestSearchNodes/POST__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_1.snaphost new file mode 100644 index 0000000000..cdadcaf338 --- /dev/null +++ b/test/e2e/.snapshots/TestSearchNodes/POST__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 201 Created +Content-Length: 1820 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:18 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 565 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:45:19Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e5cb31ead384fc6addc","id":"67ea8e5fb31ead384fc6ae69","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e5cb31ead384fc6addc/clusters/cluster-798","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e5cb31ead384fc6addc/clusters/cluster-798/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e5cb31ead384fc6addc/clusters/cluster-798/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"6.0","mongoDBVersion":"6.0.21","name":"cluster-798","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e5eb31ead384fc6ae51","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M20","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M20","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M20","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e5eb31ead384fc6ae59","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchNodes/Update_search_node/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_5.snaphost b/test/e2e/.snapshots/TestSearchNodes/Update_search_node/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_5.snaphost new file mode 100644 index 0000000000..a3ab7f60e2 --- /dev/null +++ b/test/e2e/.snapshots/TestSearchNodes/Update_search_node/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_5.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 153 +Content-Type: application/vnd.atlas.2025-03-12+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:02:02 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 32 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasSearchDeploymentResource::getSearchDeployment +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"groupId":"67ea8e5cb31ead384fc6addc","id":"67ea902e84391f6c24ea73f6","specs":[{"instanceSize":"S20_HIGHCPU_NVME","nodeCount":3}],"stateName":"UPDATING"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchNodes/Update_search_node/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_6.snaphost b/test/e2e/.snapshots/TestSearchNodes/Update_search_node/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_6.snaphost new file mode 100644 index 0000000000..8b774913e4 --- /dev/null +++ b/test/e2e/.snapshots/TestSearchNodes/Update_search_node/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_6.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 149 +Content-Type: application/vnd.atlas.2025-03-12+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:13:16 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 34 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasSearchDeploymentResource::getSearchDeployment +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"groupId":"67ea8e5cb31ead384fc6addc","id":"67ea902e84391f6c24ea73f6","specs":[{"instanceSize":"S20_HIGHCPU_NVME","nodeCount":3}],"stateName":"IDLE"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchNodes/Update_search_node/PATCH__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_1.snaphost b/test/e2e/.snapshots/TestSearchNodes/Update_search_node/PATCH__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_1.snaphost new file mode 100644 index 0000000000..952f9bc293 --- /dev/null +++ b/test/e2e/.snapshots/TestSearchNodes/Update_search_node/PATCH__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 149 +Content-Type: application/vnd.atlas.2024-05-30+json;charset=utf-8 +Date: Mon, 31 Mar 2025 13:02:02 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 127 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasSearchDeploymentResource::updateSearchDeployment +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"groupId":"67ea8e5cb31ead384fc6addc","id":"67ea902e84391f6c24ea73f6","specs":[{"instanceSize":"S20_HIGHCPU_NVME","nodeCount":3}],"stateName":"IDLE"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchNodes/Verify_no_search_node_setup_yet/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_1.snaphost b/test/e2e/.snapshots/TestSearchNodes/Verify_no_search_node_setup_yet/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_1.snaphost new file mode 100644 index 0000000000..73ca76647c --- /dev/null +++ b/test/e2e/.snapshots/TestSearchNodes/Verify_no_search_node_setup_yet/GET__api_atlas_v2_groups_67ea8e5cb31ead384fc6addc_clusters_cluster-798_search_deployment_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 200 OK +Content-Length: 2 +Content-Type: application/vnd.atlas.2025-03-12+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:53:02 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Vary: Accept-Encoding +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 51 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasSearchDeploymentResource::getSearchDeployment +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSearchNodes/memory.json b/test/e2e/.snapshots/TestSearchNodes/memory.json new file mode 100644 index 0000000000..ae1d629733 --- /dev/null +++ b/test/e2e/.snapshots/TestSearchNodes/memory.json @@ -0,0 +1 @@ +{"clusterGenerateClusterName":"cluster-798"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestServerless/POST__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_1.json b/test/e2e/.snapshots/TestServerless/Create/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_1.snaphost similarity index 56% rename from test/e2e/.snapshots/TestServerless/POST__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_1.json rename to test/e2e/.snapshots/TestServerless/Create/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_1.snaphost index 3bb0b10d81..e24298ade0 100644 --- a/test/e2e/.snapshots/TestServerless/POST__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_1.json +++ b/test/e2e/.snapshots/TestServerless/Create/POST__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 201 Created Content-Length: 1085 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:03 GMT +Date: Mon, 31 Mar 2025 12:44:41 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 644 +X-Envoy-Upstream-Service-Time: 573 X-Frame-Options: DENY X-Java-Method: ApiAtlasLegacyServerlessInstanceDescriptionResource::createServerlessInstance X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"connectionStrings":{},"createDate":"2025-03-31T09:04:04Z","groupId":"67ea5a8145e7f051644d2d7a","id":"67ea5a843720c313137778bb","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless/cluster-658","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless/cluster-658/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless/cluster-658/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBVersion":"8.0.6","name":"cluster-658","providerSettings":{"backingProviderName":"AWS","effectiveDiskSizeGBLimit":5,"effectiveInstanceSizeName":"FLEX","effectiveProviderName":"TENANT","nextBackupDate":"2025-04-01T09:04:04Z","providerName":"SERVERLESS","regionName":"US_EAST_1","tenantBackupEnabled":true},"serverlessBackupOptions":{"serverlessContinuousBackupEnabled":false},"stateName":"CREATING","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":false} \ No newline at end of file +{"connectionStrings":{},"createDate":"2025-03-31T12:44:42Z","groupId":"67ea8e38b31ead384fc6a356","id":"67ea8e3ab31ead384fc6a569","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless/cluster-716","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless/cluster-716/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless/cluster-716/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBVersion":"8.0.6","name":"cluster-716","providerSettings":{"backingProviderName":"AWS","effectiveDiskSizeGBLimit":5,"effectiveInstanceSizeName":"FLEX","effectiveProviderName":"TENANT","nextBackupDate":"2025-04-01T12:44:41Z","providerName":"SERVERLESS","regionName":"US_EAST_1","tenantBackupEnabled":true},"serverlessBackupOptions":{"serverlessContinuousBackupEnabled":false},"stateName":"CREATING","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":false} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestServerless/DELETE__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_1.json b/test/e2e/.snapshots/TestServerless/Delete/DELETE__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_1.snaphost similarity index 72% rename from test/e2e/.snapshots/TestServerless/DELETE__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_1.json rename to test/e2e/.snapshots/TestServerless/Delete/DELETE__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_1.snaphost index 9feb58e4cf..6a1c43abf5 100644 --- a/test/e2e/.snapshots/TestServerless/DELETE__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_1.json +++ b/test/e2e/.snapshots/TestServerless/Delete/DELETE__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 2 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:26 GMT +Date: Mon, 31 Mar 2025 12:45:04 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 281 +X-Envoy-Upstream-Service-Time: 282 X-Frame-Options: DENY X-Java-Method: ApiAtlasLegacyServerlessInstanceDescriptionResource::deleteServerlessInstance X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestServerless/GET__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_3.json b/test/e2e/.snapshots/TestServerless/Describe/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_3.snaphost similarity index 54% rename from test/e2e/.snapshots/TestServerless/GET__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_3.json rename to test/e2e/.snapshots/TestServerless/Describe/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_3.snaphost index 7c5567ca83..a933ff09e4 100644 --- a/test/e2e/.snapshots/TestServerless/GET__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_3.json +++ b/test/e2e/.snapshots/TestServerless/Describe/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_3.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1149 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:26 GMT +Date: Mon, 31 Mar 2025 12:45:03 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 48 +X-Envoy-Upstream-Service-Time: 38 X-Frame-Options: DENY X-Java-Method: ApiAtlasLegacyServerlessInstanceDescriptionResource::getServerlessInstance X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"connectionStrings":{"standardSrv":"mongodb+srv://cluster-658.ztnzcko.mongodb-dev.net"},"createDate":"2025-03-31T09:04:04Z","groupId":"67ea5a8145e7f051644d2d7a","id":"67ea5a843720c313137778bb","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless/cluster-658","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless/cluster-658/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless/cluster-658/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBVersion":"8.0.6","name":"cluster-658","providerSettings":{"backingProviderName":"AWS","effectiveDiskSizeGBLimit":5,"effectiveInstanceSizeName":"FLEX","effectiveProviderName":"TENANT","nextBackupDate":"2025-04-01T09:04:04Z","providerName":"SERVERLESS","regionName":"US_EAST_1","tenantBackupEnabled":true},"serverlessBackupOptions":{"serverlessContinuousBackupEnabled":false},"stateName":"UPDATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false} \ No newline at end of file +{"connectionStrings":{"standardSrv":"mongodb+srv://cluster-716.rlk5r9s.mongodb-dev.net"},"createDate":"2025-03-31T12:44:42Z","groupId":"67ea8e38b31ead384fc6a356","id":"67ea8e3ab31ead384fc6a569","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless/cluster-716","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless/cluster-716/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless/cluster-716/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBVersion":"8.0.6","name":"cluster-716","providerSettings":{"backingProviderName":"AWS","effectiveDiskSizeGBLimit":5,"effectiveInstanceSizeName":"FLEX","effectiveProviderName":"TENANT","nextBackupDate":"2025-04-01T12:44:41Z","providerName":"SERVERLESS","regionName":"US_EAST_1","tenantBackupEnabled":true},"serverlessBackupOptions":{"serverlessContinuousBackupEnabled":false},"stateName":"UPDATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestServerless/GET__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_1.json b/test/e2e/.snapshots/TestServerless/List/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_1.snaphost similarity index 52% rename from test/e2e/.snapshots/TestServerless/GET__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_1.json rename to test/e2e/.snapshots/TestServerless/List/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_1.snaphost index bffc9f07c2..a4794039c8 100644 --- a/test/e2e/.snapshots/TestServerless/GET__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_1.json +++ b/test/e2e/.snapshots/TestServerless/List/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1343 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:25 GMT +Date: Mon, 31 Mar 2025 12:45:03 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 100 +X-Envoy-Upstream-Service-Time: 112 X-Frame-Options: DENY X-Java-Method: ApiAtlasLegacyServerlessInstanceDescriptionResource::getAllServerlessInstances X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"connectionStrings":{"standardSrv":"mongodb+srv://cluster-658.ztnzcko.mongodb-dev.net"},"createDate":"2025-03-31T09:04:04Z","groupId":"67ea5a8145e7f051644d2d7a","id":"67ea5a843720c313137778bb","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless/cluster-658","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless/cluster-658/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless/cluster-658/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBVersion":"8.0.6","name":"cluster-658","providerSettings":{"backingProviderName":"AWS","effectiveDiskSizeGBLimit":5,"effectiveInstanceSizeName":"FLEX","effectiveProviderName":"TENANT","nextBackupDate":"2025-04-01T09:04:04Z","providerName":"SERVERLESS","regionName":"US_EAST_1","tenantBackupEnabled":true},"serverlessBackupOptions":{"serverlessContinuousBackupEnabled":false},"stateName":"UPDATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"connectionStrings":{"standardSrv":"mongodb+srv://cluster-716.rlk5r9s.mongodb-dev.net"},"createDate":"2025-03-31T12:44:42Z","groupId":"67ea8e38b31ead384fc6a356","id":"67ea8e3ab31ead384fc6a569","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless/cluster-716","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless/cluster-716/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless/cluster-716/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBVersion":"8.0.6","name":"cluster-716","providerSettings":{"backingProviderName":"AWS","effectiveDiskSizeGBLimit":5,"effectiveInstanceSizeName":"FLEX","effectiveProviderName":"TENANT","nextBackupDate":"2025-04-01T12:44:41Z","providerName":"SERVERLESS","regionName":"US_EAST_1","tenantBackupEnabled":true},"serverlessBackupOptions":{"serverlessContinuousBackupEnabled":false},"stateName":"UPDATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestServerless/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestServerless/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 37d76d408e..0000000000 --- a/test/e2e/.snapshots/TestServerless/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1095 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:01 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 2633 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:04:03Z","id":"67ea5a8145e7f051644d2d7a","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"serverless-e2e-533","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestServerless/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestServerless/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..3f38782339 --- /dev/null +++ b/test/e2e/.snapshots/TestServerless/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1095 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:40 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1354 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:41Z","id":"67ea8e38b31ead384fc6a356","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"serverless-e2e-907","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestServerless/PATCH__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_1.json b/test/e2e/.snapshots/TestServerless/Update/PATCH__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_1.snaphost similarity index 54% rename from test/e2e/.snapshots/TestServerless/PATCH__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_1.json rename to test/e2e/.snapshots/TestServerless/Update/PATCH__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_1.snaphost index 801a73beb8..ccc62defbb 100644 --- a/test/e2e/.snapshots/TestServerless/PATCH__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_1.json +++ b/test/e2e/.snapshots/TestServerless/Update/PATCH__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1149 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:25 GMT +Date: Mon, 31 Mar 2025 12:45:03 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 490 +X-Envoy-Upstream-Service-Time: 454 X-Frame-Options: DENY X-Java-Method: ApiAtlasLegacyServerlessInstanceDescriptionResource::updateServerlessInstance X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"connectionStrings":{"standardSrv":"mongodb+srv://cluster-658.ztnzcko.mongodb-dev.net"},"createDate":"2025-03-31T09:04:04Z","groupId":"67ea5a8145e7f051644d2d7a","id":"67ea5a843720c313137778bb","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless/cluster-658","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless/cluster-658/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless/cluster-658/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBVersion":"8.0.6","name":"cluster-658","providerSettings":{"backingProviderName":"AWS","effectiveDiskSizeGBLimit":5,"effectiveInstanceSizeName":"FLEX","effectiveProviderName":"TENANT","nextBackupDate":"2025-04-01T09:04:04Z","providerName":"SERVERLESS","regionName":"US_EAST_1","tenantBackupEnabled":true},"serverlessBackupOptions":{"serverlessContinuousBackupEnabled":false},"stateName":"UPDATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false} \ No newline at end of file +{"connectionStrings":{"standardSrv":"mongodb+srv://cluster-716.rlk5r9s.mongodb-dev.net"},"createDate":"2025-03-31T12:44:42Z","groupId":"67ea8e38b31ead384fc6a356","id":"67ea8e3ab31ead384fc6a569","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless/cluster-716","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless/cluster-716/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless/cluster-716/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBVersion":"8.0.6","name":"cluster-716","providerSettings":{"backingProviderName":"AWS","effectiveDiskSizeGBLimit":5,"effectiveInstanceSizeName":"FLEX","effectiveProviderName":"TENANT","nextBackupDate":"2025-04-01T12:44:41Z","providerName":"SERVERLESS","regionName":"US_EAST_1","tenantBackupEnabled":true},"serverlessBackupOptions":{"serverlessContinuousBackupEnabled":false},"stateName":"UPDATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestServerless/GET__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_1.json b/test/e2e/.snapshots/TestServerless/Watch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_1.snaphost similarity index 56% rename from test/e2e/.snapshots/TestServerless/GET__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_1.json rename to test/e2e/.snapshots/TestServerless/Watch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_1.snaphost index d35c51df3f..0f476ac77b 100644 --- a/test/e2e/.snapshots/TestServerless/GET__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_1.json +++ b/test/e2e/.snapshots/TestServerless/Watch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1085 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:04 GMT +Date: Mon, 31 Mar 2025 12:44:42 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 48 +X-Envoy-Upstream-Service-Time: 37 X-Frame-Options: DENY X-Java-Method: ApiAtlasLegacyServerlessInstanceDescriptionResource::getServerlessInstance X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"connectionStrings":{},"createDate":"2025-03-31T09:04:04Z","groupId":"67ea5a8145e7f051644d2d7a","id":"67ea5a843720c313137778bb","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless/cluster-658","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless/cluster-658/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless/cluster-658/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBVersion":"8.0.6","name":"cluster-658","providerSettings":{"backingProviderName":"AWS","effectiveDiskSizeGBLimit":5,"effectiveInstanceSizeName":"FLEX","effectiveProviderName":"TENANT","nextBackupDate":"2025-04-01T09:04:04Z","providerName":"SERVERLESS","regionName":"US_EAST_1","tenantBackupEnabled":true},"serverlessBackupOptions":{"serverlessContinuousBackupEnabled":false},"stateName":"CREATING","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":false} \ No newline at end of file +{"connectionStrings":{},"createDate":"2025-03-31T12:44:42Z","groupId":"67ea8e38b31ead384fc6a356","id":"67ea8e3ab31ead384fc6a569","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless/cluster-716","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless/cluster-716/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless/cluster-716/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBVersion":"8.0.6","name":"cluster-716","providerSettings":{"backingProviderName":"AWS","effectiveDiskSizeGBLimit":5,"effectiveInstanceSizeName":"FLEX","effectiveProviderName":"TENANT","nextBackupDate":"2025-04-01T12:44:41Z","providerName":"SERVERLESS","regionName":"US_EAST_1","tenantBackupEnabled":true},"serverlessBackupOptions":{"serverlessContinuousBackupEnabled":false},"stateName":"CREATING","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":false} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestServerless/GET__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_2.json b/test/e2e/.snapshots/TestServerless/Watch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_2.snaphost similarity index 53% rename from test/e2e/.snapshots/TestServerless/GET__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_2.json rename to test/e2e/.snapshots/TestServerless/Watch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_2.snaphost index 6d91d3ab52..987650cc46 100644 --- a/test/e2e/.snapshots/TestServerless/GET__api_atlas_v2_groups_67ea5a8145e7f051644d2d7a_serverless_cluster-658_2.json +++ b/test/e2e/.snapshots/TestServerless/Watch/GET__api_atlas_v2_groups_67ea8e38b31ead384fc6a356_serverless_cluster-716_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1146 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:25 GMT +Date: Mon, 31 Mar 2025 12:45:02 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 42 +X-Envoy-Upstream-Service-Time: 46 X-Frame-Options: DENY X-Java-Method: ApiAtlasLegacyServerlessInstanceDescriptionResource::getServerlessInstance X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"connectionStrings":{"standardSrv":"mongodb+srv://cluster-658.ztnzcko.mongodb-dev.net"},"createDate":"2025-03-31T09:04:04Z","groupId":"67ea5a8145e7f051644d2d7a","id":"67ea5a843720c313137778bb","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless/cluster-658","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless/cluster-658/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a8145e7f051644d2d7a/serverless/cluster-658/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBVersion":"8.0.6","name":"cluster-658","providerSettings":{"backingProviderName":"AWS","effectiveDiskSizeGBLimit":5,"effectiveInstanceSizeName":"FLEX","effectiveProviderName":"TENANT","nextBackupDate":"2025-04-01T09:04:04Z","providerName":"SERVERLESS","regionName":"US_EAST_1","tenantBackupEnabled":true},"serverlessBackupOptions":{"serverlessContinuousBackupEnabled":false},"stateName":"IDLE","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":false} \ No newline at end of file +{"connectionStrings":{"standardSrv":"mongodb+srv://cluster-716.rlk5r9s.mongodb-dev.net"},"createDate":"2025-03-31T12:44:42Z","groupId":"67ea8e38b31ead384fc6a356","id":"67ea8e3ab31ead384fc6a569","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless/cluster-716","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless/cluster-716/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e38b31ead384fc6a356/serverless/cluster-716/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBVersion":"8.0.6","name":"cluster-716","providerSettings":{"backingProviderName":"AWS","effectiveDiskSizeGBLimit":5,"effectiveInstanceSizeName":"FLEX","effectiveProviderName":"TENANT","nextBackupDate":"2025-04-01T12:44:41Z","providerName":"SERVERLESS","regionName":"US_EAST_1","tenantBackupEnabled":true},"serverlessBackupOptions":{"serverlessContinuousBackupEnabled":false},"stateName":"IDLE","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":false} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestServerless/memory.json b/test/e2e/.snapshots/TestServerless/memory.json index e79661c2e9..0a5626a840 100644 --- a/test/e2e/.snapshots/TestServerless/memory.json +++ b/test/e2e/.snapshots/TestServerless/memory.json @@ -1 +1 @@ -{"clusterName":"cluster-658"} \ No newline at end of file +{"clusterName":"cluster-716"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Check_accessListIp_was_correctly_added/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_accessList_1.snaphost b/test/e2e/.snapshots/TestSetup/Check_accessListIp_was_correctly_added/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_accessList_1.snaphost new file mode 100644 index 0000000000..786f85704f --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Check_accessListIp_was_correctly_added/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_accessList_1.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:57 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="mmfZvd1CNVP+AZPT6BYFt0WXzlqqWnO0", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 6 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Check_accessListIp_was_correctly_added/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_accessList_2.snaphost b/test/e2e/.snapshots/TestSetup/Check_accessListIp_was_correctly_added/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_accessList_2.snaphost new file mode 100644 index 0000000000..a314e78344 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Check_accessListIp_was_correctly_added/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_accessList_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 476 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:57 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 38 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasNetworkAccessListResource::getAtlasWhitelist +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"21.150.105.221/32","comment":"IP added with atlas quickstart","groupId":"67ea8e70b31ead384fc6af98","ipAddress":"21.150.105.221","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/accessList/21.150.105.221%2F32","rel":"self"}]}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/DELETE__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_1.snaphost b/test/e2e/.snapshots/TestSetup/DELETE__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_1.snaphost new file mode 100644 index 0000000000..ef969e4f54 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/DELETE__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_1.snaphost @@ -0,0 +1,7 @@ +HTTP/2.0 401 Unauthorized +Date: Mon, 31 Mar 2025 12:45:59 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="QDzKC1+Mv/mROvbbyPoGI+DCTe/wpQtw", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 5 +Content-Length: 0 + diff --git a/test/e2e/.snapshots/TestSetup/DELETE__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_2.snaphost b/test/e2e/.snapshots/TestSetup/DELETE__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_2.snaphost new file mode 100644 index 0000000000..2242eda589 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/DELETE__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 202 Accepted +Content-Length: 2 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:59 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 377 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::deleteCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Describe_Cluster/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_17.snaphost b/test/e2e/.snapshots/TestSetup/Describe_Cluster/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_17.snaphost new file mode 100644 index 0000000000..813747537c --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Describe_Cluster/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_17.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:58 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="fStoyO1n5NCnoho7/K2ZZP9y0BcEc28x", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 5 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Describe_Cluster/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_18.snaphost b/test/e2e/.snapshots/TestSetup/Describe_Cluster/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_18.snaphost new file mode 100644 index 0000000000..9a7a0b0dae --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Describe_Cluster/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_18.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1717 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:58 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 60 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-dhme4oy-shard-00-00.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-01.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-02.rcm2wvc.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-r5uguc-shard-0","standardSrv":"mongodb+srv://cluster-573.rcm2wvc.mongodb-dev.net"},"createDate":"2025-03-31T12:45:39Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e70b31ead384fc6af98","id":"67ea8e73b31ead384fc6b0f3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-573","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e73b31ead384fc6b0e3","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e73b31ead384fc6b0ea","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"e2etest"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Describe_DB_User/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_databaseUsers_admin_cluster-525_1.snaphost b/test/e2e/.snapshots/TestSetup/Describe_DB_User/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_databaseUsers_admin_cluster-525_1.snaphost new file mode 100644 index 0000000000..48721d6a12 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Describe_DB_User/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_databaseUsers_admin_cluster-525_1.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:58 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="BQ8QC44xj3BaK3b+INqiaFRn/wVq5dF0", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 5 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Describe_DB_User/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_databaseUsers_admin_cluster-525_2.snaphost b/test/e2e/.snapshots/TestSetup/Describe_DB_User/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_databaseUsers_admin_cluster-525_2.snaphost new file mode 100644 index 0000000000..7ca9b522ce --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Describe_DB_User/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_databaseUsers_admin_cluster-525_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 392 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:58 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 28 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasV2DatabaseUsersResource::getUserByName +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"awsIAMType":"NONE","databaseName":"admin","groupId":"67ea8e70b31ead384fc6af98","labels":[],"ldapAuthType":"NONE","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/databaseUsers/admin/cluster-525","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"cluster-525","x509Type":"NONE"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_13.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_13.snaphost new file mode 100644 index 0000000000..2b25fd66c0 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_13.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:57 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="QXOxjF9Lpl8brSlmKn6QrXtUb1PJ1aYK", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 5 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_14.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_14.snaphost new file mode 100644 index 0000000000..fd86aaad94 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_14.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1717 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:57 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 62 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-dhme4oy-shard-00-00.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-01.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-02.rcm2wvc.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-r5uguc-shard-0","standardSrv":"mongodb+srv://cluster-573.rcm2wvc.mongodb-dev.net"},"createDate":"2025-03-31T12:45:39Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e70b31ead384fc6af98","id":"67ea8e73b31ead384fc6b0f3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-573","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e73b31ead384fc6b0e3","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e73b31ead384fc6b0ea","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"e2etest"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_15.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_15.snaphost new file mode 100644 index 0000000000..7886937cea --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_15.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:57 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="WwR/laJDYgW4DGIwuNIWTJJwsxl10gcf", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 5 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_16.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_16.snaphost new file mode 100644 index 0000000000..b5f388418b --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_16.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1717 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:57 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 57 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-dhme4oy-shard-00-00.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-01.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-02.rcm2wvc.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-r5uguc-shard-0","standardSrv":"mongodb+srv://cluster-573.rcm2wvc.mongodb-dev.net"},"createDate":"2025-03-31T12:45:39Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e70b31ead384fc6af98","id":"67ea8e73b31ead384fc6b0f3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-573","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e73b31ead384fc6b0e3","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e73b31ead384fc6b0ea","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"e2etest"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_19.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_19.snaphost new file mode 100644 index 0000000000..85e620471c --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_19.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:59 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="E6xLPFsjaksTny6lWu0vJGq5df6oNu13", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 4 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_20.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_20.snaphost new file mode 100644 index 0000000000..6a87d5319c --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_20.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1690 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:59 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 62 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-dhme4oy-shard-00-00.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-01.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-02.rcm2wvc.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-r5uguc-shard-0","standardSrv":"mongodb+srv://cluster-573.rcm2wvc.mongodb-dev.net"},"createDate":"2025-03-31T12:45:39Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e70b31ead384fc6af98","id":"67ea8e73b31ead384fc6b0f3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-573","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e73b31ead384fc6b0e3","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e73b31ead384fc6b0ea","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_21.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_21.snaphost new file mode 100644 index 0000000000..fcc1ca7999 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_21.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:46:00 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="Uclf5OcpGnlbyWK35VoV9+U1HbNGgwcR", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 6 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_22.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_22.snaphost new file mode 100644 index 0000000000..f5859e630d --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_22.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1690 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:46:00 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 70 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-dhme4oy-shard-00-00.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-01.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-02.rcm2wvc.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-r5uguc-shard-0","standardSrv":"mongodb+srv://cluster-573.rcm2wvc.mongodb-dev.net"},"createDate":"2025-03-31T12:45:39Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e70b31ead384fc6af98","id":"67ea8e73b31ead384fc6b0f3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-573","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e73b31ead384fc6b0e3","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e73b31ead384fc6b0ea","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_23.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_23.snaphost new file mode 100644 index 0000000000..e93323b65e --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_23.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:46:04 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="3LuFFuOnmQt0mlxBXj0q6EOMmzoEABoq", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 10 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_24.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_24.snaphost new file mode 100644 index 0000000000..fc3b05a920 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_24.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1690 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:46:04 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 66 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-dhme4oy-shard-00-00.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-01.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-02.rcm2wvc.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-r5uguc-shard-0","standardSrv":"mongodb+srv://cluster-573.rcm2wvc.mongodb-dev.net"},"createDate":"2025-03-31T12:45:39Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e70b31ead384fc6af98","id":"67ea8e73b31ead384fc6b0f3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-573","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e73b31ead384fc6b0e3","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e73b31ead384fc6b0ea","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_25.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_25.snaphost new file mode 100644 index 0000000000..d3727e7295 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_25.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:46:08 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="31P6KTi6Fo7k89W7FhFsPBFA0Ep89Zna", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 8 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_26.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_26.snaphost new file mode 100644 index 0000000000..8a3218cf3b --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_26.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1690 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:46:08 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 65 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-dhme4oy-shard-00-00.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-01.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-02.rcm2wvc.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-r5uguc-shard-0","standardSrv":"mongodb+srv://cluster-573.rcm2wvc.mongodb-dev.net"},"createDate":"2025-03-31T12:45:39Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e70b31ead384fc6af98","id":"67ea8e73b31ead384fc6b0f3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-573","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e73b31ead384fc6b0e3","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e73b31ead384fc6b0ea","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_27.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_27.snaphost new file mode 100644 index 0000000000..0e8429e894 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_27.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:46:12 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="mMkDHoX8cQj8HIVQ2YuwW/C6i6/S8Bps", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 5 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_28.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_28.snaphost new file mode 100644 index 0000000000..78d2768c37 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_28.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1690 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:46:12 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 55 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-dhme4oy-shard-00-00.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-01.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-02.rcm2wvc.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-r5uguc-shard-0","standardSrv":"mongodb+srv://cluster-573.rcm2wvc.mongodb-dev.net"},"createDate":"2025-03-31T12:45:39Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e70b31ead384fc6af98","id":"67ea8e73b31ead384fc6b0f3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-573","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e73b31ead384fc6b0e3","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e73b31ead384fc6b0ea","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_29.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_29.snaphost new file mode 100644 index 0000000000..1407cdf46e --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_29.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:46:16 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="xwhMWiGToFCy0x6WqxtIsY4n6zuMBWbI", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 6 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_30.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_30.snaphost new file mode 100644 index 0000000000..a910dd29f9 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_30.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1690 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:46:16 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 62 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-dhme4oy-shard-00-00.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-01.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-02.rcm2wvc.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-r5uguc-shard-0","standardSrv":"mongodb+srv://cluster-573.rcm2wvc.mongodb-dev.net"},"createDate":"2025-03-31T12:45:39Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e70b31ead384fc6af98","id":"67ea8e73b31ead384fc6b0f3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-573","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e73b31ead384fc6b0e3","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e73b31ead384fc6b0ea","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_31.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_31.snaphost new file mode 100644 index 0000000000..a08e74018d --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_31.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:46:21 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="+ETsd/CYkudoIeEd/urxgf6YuIKplpuE", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 5 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_32.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_32.snaphost new file mode 100644 index 0000000000..9e97ed999f --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_32.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1690 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:46:21 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 56 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-dhme4oy-shard-00-00.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-01.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-02.rcm2wvc.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-r5uguc-shard-0","standardSrv":"mongodb+srv://cluster-573.rcm2wvc.mongodb-dev.net"},"createDate":"2025-03-31T12:45:39Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e70b31ead384fc6af98","id":"67ea8e73b31ead384fc6b0f3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-573","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e73b31ead384fc6b0e3","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e73b31ead384fc6b0ea","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_33.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_33.snaphost new file mode 100644 index 0000000000..dd544b5a9d --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_33.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:46:25 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="2S7lOoTiVV2SA0zqyfbxKaldqJIhQxgv", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 8 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_34.snaphost b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_34.snaphost new file mode 100644 index 0000000000..6c9969c98f --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_34.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 404 Not Found +Content-Length: 204 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:46:25 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 48 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"detail":"No cluster named cluster-573 exists in group 67ea8e70b31ead384fc6af98.","error":404,"errorCode":"CLUSTER_NOT_FOUND","parameters":["cluster-573","67ea8e70b31ead384fc6af98"],"reason":"Not Found"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestSetup/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..108522130d --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:36 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="Vt7DLM1DuMCV2tm9tU0qC8vseSl2dhvs", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 6 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/POST__api_atlas_v2_groups_2.snaphost b/test/e2e/.snapshots/TestSetup/POST__api_atlas_v2_groups_2.snaphost new file mode 100644 index 0000000000..557e3d450e --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/POST__api_atlas_v2_groups_2.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1090 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:36 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1638 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:45:38Z","id":"67ea8e70b31ead384fc6af98","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"setup-e2e-103","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_1.snaphost b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_1.snaphost new file mode 100644 index 0000000000..a4c3d68068 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_1.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:39 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="uGbIruU+nIhFMGKCrBz4u2Ab3Va6bc34", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 6 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_10.snaphost b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_10.snaphost new file mode 100644 index 0000000000..efa56b09dd --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_10.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1717 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:56 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 57 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-dhme4oy-shard-00-00.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-01.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-02.rcm2wvc.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-r5uguc-shard-0","standardSrv":"mongodb+srv://cluster-573.rcm2wvc.mongodb-dev.net"},"createDate":"2025-03-31T12:45:39Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e70b31ead384fc6af98","id":"67ea8e73b31ead384fc6b0f3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-573","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e73b31ead384fc6b0e3","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e73b31ead384fc6b0ea","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"e2etest"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_11.snaphost b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_11.snaphost new file mode 100644 index 0000000000..9dbb5408c8 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_11.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:56 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="0Eaq5m9+kvUw2orOX99AjQ3FiBNB+MGt", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 4 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_12.snaphost b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_12.snaphost new file mode 100644 index 0000000000..35103e4fc1 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_12.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1717 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:56 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 70 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-dhme4oy-shard-00-00.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-01.rcm2wvc.mongodb-dev.net:27017,ac-dhme4oy-shard-00-02.rcm2wvc.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-r5uguc-shard-0","standardSrv":"mongodb+srv://cluster-573.rcm2wvc.mongodb-dev.net"},"createDate":"2025-03-31T12:45:39Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e70b31ead384fc6af98","id":"67ea8e73b31ead384fc6b0f3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-573","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e73b31ead384fc6b0e3","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e73b31ead384fc6b0ea","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"e2etest"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_2.snaphost b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_2.snaphost new file mode 100644 index 0000000000..c9ff262a48 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_2.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1415 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:39 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 55 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:45:39Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e70b31ead384fc6af98","id":"67ea8e73b31ead384fc6b0f3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-573","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e73b31ead384fc6b0e3","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e73b31ead384fc6b0ea","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[{"key":"env","value":"e2etest"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_3.snaphost b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_3.snaphost new file mode 100644 index 0000000000..5fedfd0d1f --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_3.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:43 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="AJ5OoVYXxEzcC5oNK/neDzmvbeRP2JrS", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 5 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_4.snaphost b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_4.snaphost new file mode 100644 index 0000000000..5aa45991f3 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_4.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1415 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:43 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 65 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:45:39Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e70b31ead384fc6af98","id":"67ea8e73b31ead384fc6b0f3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-573","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e73b31ead384fc6b0e3","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e73b31ead384fc6b0ea","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[{"key":"env","value":"e2etest"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_5.snaphost b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_5.snaphost new file mode 100644 index 0000000000..d8393f82d9 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_5.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:48 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="PlF5ZQLrf9A6+/nmdG//d+c0Q25StseH", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 5 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_6.snaphost b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_6.snaphost new file mode 100644 index 0000000000..9157e4b8f2 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_6.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1415 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:48 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 52 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:45:39Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e70b31ead384fc6af98","id":"67ea8e73b31ead384fc6b0f3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-573","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e73b31ead384fc6b0e3","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e73b31ead384fc6b0ea","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[{"key":"env","value":"e2etest"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_7.snaphost b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_7.snaphost new file mode 100644 index 0000000000..ee6ca5e2ac --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_7.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:52 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="B2V19E2NlIfP/VcnJpFzjHiTH/4IfYkV", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 5 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_8.snaphost b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_8.snaphost new file mode 100644 index 0000000000..e1fbe2e6d2 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_8.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1415 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:52 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 65 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:45:39Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e70b31ead384fc6af98","id":"67ea8e73b31ead384fc6b0f3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-573","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e73b31ead384fc6b0e3","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e73b31ead384fc6b0ea","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[{"key":"env","value":"e2etest"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_9.snaphost b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_9.snaphost new file mode 100644 index 0000000000..ceac7a0cb5 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Run/GET__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_cluster-573_9.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:56 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="d09GANb87brphj+aZsNtYOeElqseG3uA", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 7 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_accessList_1.snaphost b/test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_accessList_1.snaphost new file mode 100644 index 0000000000..ad6e75c57d --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_accessList_1.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:38 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="CwNe66tHdhk3xkK4K9qTHRiNU0i0EzGE", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 5 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_accessList_2.snaphost b/test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_accessList_2.snaphost new file mode 100644 index 0000000000..0bd852d46a --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_accessList_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 201 Created +Content-Length: 476 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:38 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 86 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasNetworkAccessListResource::addAtlasWhitelist +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"21.150.105.221/32","comment":"IP added with atlas quickstart","groupId":"67ea8e70b31ead384fc6af98","ipAddress":"21.150.105.221","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/accessList/21.150.105.221%2F32","rel":"self"}]}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_1.snaphost b/test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_1.snaphost new file mode 100644 index 0000000000..79d8a6d72e --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_1.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:38 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="P0nSA6zDkGO5fARAAKn0BaduQJXI7k4a", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 5 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_2.snaphost b/test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_2.snaphost new file mode 100644 index 0000000000..ad9b967830 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_clusters_2.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 201 Created +Content-Length: 1415 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:38 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 692 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:45:39Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e70b31ead384fc6af98","id":"67ea8e73b31ead384fc6b0f3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/clusters/cluster-573/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-573","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e73b31ead384fc6b0e3","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e73b31ead384fc6b0ea","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[{"key":"env","value":"e2etest"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_databaseUsers_1.snaphost b/test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_databaseUsers_1.snaphost new file mode 100644 index 0000000000..53743f8ba4 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_databaseUsers_1.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:38 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="WEJlkugWrECV5TmnMy82TqMNjvE5+bTj", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 5 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_databaseUsers_2.snaphost b/test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_databaseUsers_2.snaphost new file mode 100644 index 0000000000..f796e4347e --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/Run/POST__api_atlas_v2_groups_67ea8e70b31ead384fc6af98_databaseUsers_2.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 201 Created +Content-Length: 392 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:38 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 140 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasV2DatabaseUsersResource::addUser +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"awsIAMType":"NONE","databaseName":"admin","groupId":"67ea8e70b31ead384fc6af98","labels":[],"ldapAuthType":"NONE","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e70b31ead384fc6af98/databaseUsers/admin/cluster-525","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"cluster-525","x509Type":"NONE"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetup/memory.json b/test/e2e/.snapshots/TestSetup/memory.json new file mode 100644 index 0000000000..352af89714 --- /dev/null +++ b/test/e2e/.snapshots/TestSetup/memory.json @@ -0,0 +1 @@ +{"clusterName":"cluster-573","dbUserUsername":"cluster-525"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Private_Key/GET__api_private_ipinfo_3.snaphost b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Private_Key/GET__api_private_ipinfo_3.snaphost new file mode 100644 index 0000000000..ddf99b5e1f --- /dev/null +++ b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Private_Key/GET__api_private_ipinfo_3.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:35 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="RjqonwvW+Fid/IOLIeWz1ZWAV1i5rgh6", algorithm=MD5, qop="auth", stale=false +X-Xgen-Up-Proto: HTTP/2 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Private_Key/GET__api_private_ipinfo_4.snaphost b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Private_Key/GET__api_private_ipinfo_4.snaphost new file mode 100644 index 0000000000..c12e6c1717 --- /dev/null +++ b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Private_Key/GET__api_private_ipinfo_4.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:35 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="KxaY1aCBexduJf6Vy5VWvIB5GCHStU6e", algorithm=MD5, qop="auth", stale=false +X-Xgen-Up-Proto: HTTP/2 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Private_Key/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_databaseUsers_3.snaphost b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Private_Key/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_databaseUsers_3.snaphost new file mode 100644 index 0000000000..72a65418f7 --- /dev/null +++ b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Private_Key/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_databaseUsers_3.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:35 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="T0JLLt8uG6BJuazN03jNqG1tbkTWEL0z", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 5 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Private_Key/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_databaseUsers_4.snaphost b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Private_Key/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_databaseUsers_4.snaphost new file mode 100644 index 0000000000..5f02c58b65 --- /dev/null +++ b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Private_Key/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_databaseUsers_4.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:35 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="S87DixI4H3mzQuHcaaGBnDXgyp2CZV0T", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 13 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Project_ID/GET__api_private_ipinfo_5.snaphost b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Project_ID/GET__api_private_ipinfo_5.snaphost new file mode 100644 index 0000000000..30a29dbc7d --- /dev/null +++ b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Project_ID/GET__api_private_ipinfo_5.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:35 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="4xPRLmftY8zQW9DCDT6dvgkX23JSJWtq", algorithm=MD5, qop="auth", stale=false +X-Xgen-Up-Proto: HTTP/2 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Project_ID/GET__api_private_ipinfo_6.snaphost b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Project_ID/GET__api_private_ipinfo_6.snaphost new file mode 100644 index 0000000000..204a776f81 --- /dev/null +++ b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Project_ID/GET__api_private_ipinfo_6.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 39 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:35 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Frame-Options: DENY +X-Java-Method: ApiPrivateIpInfoResource::getIpInfo +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none +X-Xgen-Up-Proto: HTTP/2 + +{"currentIpv4Address":"20.171.103.251"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Project_ID/POST__api_atlas_v2_groups_111111111111111111111111_databaseUsers_1.snaphost b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Project_ID/POST__api_atlas_v2_groups_111111111111111111111111_databaseUsers_1.snaphost new file mode 100644 index 0000000000..40f20ea384 --- /dev/null +++ b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Project_ID/POST__api_atlas_v2_groups_111111111111111111111111_databaseUsers_1.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:35 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="T5Vn/5z+wD/T8HUxTrN3s6CglRsrHbgY", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 5 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Project_ID/POST__api_atlas_v2_groups_111111111111111111111111_databaseUsers_2.snaphost b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Project_ID/POST__api_atlas_v2_groups_111111111111111111111111_databaseUsers_2.snaphost new file mode 100644 index 0000000000..51ec30795b --- /dev/null +++ b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Project_ID/POST__api_atlas_v2_groups_111111111111111111111111_databaseUsers_2.snaphost @@ -0,0 +1,15 @@ +HTTP/2.0 404 Not Found +Content-Length: 167 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:35 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 14 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasV2DatabaseUsersResource::addUser +X-Java-Version: 17.0.14+7 +X-Permitted-Cross-Domain-Policies: none + +{"detail":"No group with ID 111111111111111111111111 exists.","error":404,"errorCode":"GROUP_NOT_FOUND","parameters":["111111111111111111111111"],"reason":"Not Found"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Public_Key/GET__api_private_ipinfo_1.snaphost b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Public_Key/GET__api_private_ipinfo_1.snaphost new file mode 100644 index 0000000000..92c53d7574 --- /dev/null +++ b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Public_Key/GET__api_private_ipinfo_1.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:34 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="189S8YUVCOlSQVtx/6qZ6jUdn3RcUKwZ", algorithm=MD5, qop="auth", stale=false +X-Xgen-Up-Proto: HTTP/2 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Public_Key/GET__api_private_ipinfo_2.snaphost b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Public_Key/GET__api_private_ipinfo_2.snaphost new file mode 100644 index 0000000000..67847b6cb5 --- /dev/null +++ b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Public_Key/GET__api_private_ipinfo_2.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:34 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="3UZkSOU/BSsJiDGaC7jp1VHAkt5QqkCa", algorithm=MD5, qop="auth", stale=false +X-Xgen-Up-Proto: HTTP/2 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Public_Key/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_databaseUsers_1.snaphost b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Public_Key/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_databaseUsers_1.snaphost new file mode 100644 index 0000000000..ac609b9595 --- /dev/null +++ b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Public_Key/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_databaseUsers_1.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:34 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="x6DfCF+kb4Ns+ot/0C7IyIgTqMghErzI", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 4 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Public_Key/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_databaseUsers_2.snaphost b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Public_Key/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_databaseUsers_2.snaphost new file mode 100644 index 0000000000..e38e20e882 --- /dev/null +++ b/test/e2e/.snapshots/TestSetupFailureFlow/Invalid_Public_Key/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_databaseUsers_2.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:34 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="6/sz9eU1iweyP223ZikbUDtDrbHlRtVq", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 9 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetupFailureFlow/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestSetupFailureFlow/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..cd7f7c33ca --- /dev/null +++ b/test/e2e/.snapshots/TestSetupFailureFlow/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,13 @@ +HTTP/2.0 401 Unauthorized +Content-Length: 106 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:32 GMT +Server: mdbws +Www-Authenticate: Digest realm="MMS Public API", domain="", nonce="h4pzeSx6IbtKpVhzOhUlV+MQdgkdzR8F", algorithm=MD5, qop="auth", stale=false +X-Envoy-Upstream-Service-Time: 6 + +{ + "error" : 401, + "reason" : "Unauthorized", + "detail" : "You are not authorized for this resource." +} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetupFailureFlow/POST__api_atlas_v2_groups_2.snaphost b/test/e2e/.snapshots/TestSetupFailureFlow/POST__api_atlas_v2_groups_2.snaphost new file mode 100644 index 0000000000..34b20f2f2b --- /dev/null +++ b/test/e2e/.snapshots/TestSetupFailureFlow/POST__api_atlas_v2_groups_2.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1090 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:32 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 1397 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:45:34Z","id":"67ea8e6cb31ead384fc6aebc","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6cb31ead384fc6aebc","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6cb31ead384fc6aebc/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6cb31ead384fc6aebc/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6cb31ead384fc6aebc/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6cb31ead384fc6aebc/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6cb31ead384fc6aebc/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e6cb31ead384fc6aebc/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"setup-e2e-694","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSetupFailureFlow/memory.json b/test/e2e/.snapshots/TestSetupFailureFlow/memory.json new file mode 100644 index 0000000000..9e26dfeeb6 --- /dev/null +++ b/test/e2e/.snapshots/TestSetupFailureFlow/memory.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestShardedCluster/Create_sharded_cluster/POST__api_atlas_v2_groups_67ea8e35b31ead384fc6a140_clusters_1.snaphost b/test/e2e/.snapshots/TestShardedCluster/Create_sharded_cluster/POST__api_atlas_v2_groups_67ea8e35b31ead384fc6a140_clusters_1.snaphost new file mode 100644 index 0000000000..d298a21f1f --- /dev/null +++ b/test/e2e/.snapshots/TestShardedCluster/Create_sharded_cluster/POST__api_atlas_v2_groups_67ea8e35b31ead384fc6a140_clusters_1.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 201 Created +Content-Length: 1926 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:40 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 602 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"SHARDED","configServerManagementMode":"ATLAS_MANAGED","configServerType":"EMBEDDED","connectionStrings":{"awsPrivateLinkSrv":{},"privateEndpoint":[]},"createDate":"2025-03-31T12:44:41Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e35b31ead384fc6a140","id":"67ea8e39b31ead384fc6a504","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a140/clusters/cluster-7","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a140/clusters/cluster-7/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a140/clusters/cluster-7/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-7","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e38b31ead384fc6a43d","numShards":2,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e38b31ead384fc6a486","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestShardedCluster/Delete_sharded_cluster/DELETE__api_atlas_v2_groups_67ea8e35b31ead384fc6a140_clusters_cluster-7_1.snaphost b/test/e2e/.snapshots/TestShardedCluster/Delete_sharded_cluster/DELETE__api_atlas_v2_groups_67ea8e35b31ead384fc6a140_clusters_cluster-7_1.snaphost new file mode 100644 index 0000000000..0f7b1d03ab --- /dev/null +++ b/test/e2e/.snapshots/TestShardedCluster/Delete_sharded_cluster/DELETE__api_atlas_v2_groups_67ea8e35b31ead384fc6a140_clusters_cluster-7_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 202 Accepted +Content-Length: 2 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:41 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 278 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::deleteCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestShardedCluster/GET__api_atlas_v2_groups_67ea5ac93720c3131377813d_clusters_provider_regions_1.json b/test/e2e/.snapshots/TestShardedCluster/GET__api_atlas_v2_groups_67ea5ac93720c3131377813d_clusters_provider_regions_1.json deleted file mode 100644 index 20d833bcce..0000000000 --- a/test/e2e/.snapshots/TestShardedCluster/GET__api_atlas_v2_groups_67ea5ac93720c3131377813d_clusters_provider_regions_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1556 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:15 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 62 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac93720c3131377813d/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea5ac73720c31313778067_clusters_provider_regions_1.json b/test/e2e/.snapshots/TestShardedCluster/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a140_clusters_provider_regions_1.snaphost similarity index 90% rename from test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea5ac73720c31313778067_clusters_provider_regions_1.json rename to test/e2e/.snapshots/TestShardedCluster/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a140_clusters_provider_regions_1.snaphost index 6d648ab30a..b5c9bf5672 100644 --- a/test/e2e/.snapshots/TestProcesses/GET__api_atlas_v2_groups_67ea5ac73720c31313778067_clusters_provider_regions_1.json +++ b/test/e2e/.snapshots/TestShardedCluster/GET__api_atlas_v2_groups_67ea8e35b31ead384fc6a140_clusters_provider_regions_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 1556 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:13 GMT +Date: Mon, 31 Mar 2025 12:44:40 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -10,7 +10,7 @@ X-Envoy-Upstream-Service-Time: 68 X-Frame-Options: DENY X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac73720c31313778067/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a140/clusters/provider/regions?includeCount=true&providers=AWS&tier=M10&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"},{"default":false,"name":"US_WEST_1"},{"default":true,"name":"US_WEST_2"},{"default":false,"name":"CA_CENTRAL_1"},{"default":false,"name":"EU_NORTH_1"},{"default":false,"name":"EU_WEST_1"},{"default":false,"name":"EU_WEST_2"},{"default":false,"name":"EU_WEST_3"},{"default":false,"name":"EU_CENTRAL_1"},{"default":false,"name":"EU_CENTRAL_2"},{"default":false,"name":"SA_EAST_1"},{"default":false,"name":"AP_EAST_1"},{"default":false,"name":"AP_SOUTHEAST_2"},{"default":false,"name":"AP_SOUTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_4"},{"default":false,"name":"AP_NORTHEAST_1"},{"default":false,"name":"AP_NORTHEAST_2"},{"default":false,"name":"AP_NORTHEAST_3"},{"default":false,"name":"AP_SOUTHEAST_1"},{"default":false,"name":"AP_SOUTH_1"},{"default":false,"name":"AP_SOUTH_2"},{"default":false,"name":"ME_CENTRAL_1"},{"default":false,"name":"ME_SOUTH_1"},{"default":false,"name":"AF_SOUTH_1"},{"default":false,"name":"EU_SOUTH_1"},{"default":false,"name":"EU_SOUTH_2"},{"default":false,"name":"IL_CENTRAL_1"},{"default":false,"name":"CA_WEST_1"},{"default":false,"name":"AP_SOUTHEAST_5"},{"default":false,"name":"AP_SOUTHEAST_7"},{"default":false,"name":"MX_CENTRAL_1"}],"name":"M10"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestShardedCluster/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json b/test/e2e/.snapshots/TestShardedCluster/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json deleted file mode 100644 index 05c809e6f5..0000000000 --- a/test/e2e/.snapshots/TestShardedCluster/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json +++ /dev/null @@ -1,15 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 3 -Content-Type: text/plain -Date: Mon, 31 Mar 2025 09:05:16 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Vary: Accept-Encoding -X-Content-Type-Options: nosniff -X-Frame-Options: DENY -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none -X-Xgen-Up-Proto: HTTP/2 - -8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestShardedCluster/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost b/test/e2e/.snapshots/TestShardedCluster/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost new file mode 100644 index 0000000000..ddf223b5c1 --- /dev/null +++ b/test/e2e/.snapshots/TestShardedCluster/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost @@ -0,0 +1,15 @@ +HTTP/2.0 200 OK +Content-Length: 3 +Content-Type: text/plain +Date: Mon, 31 Mar 2025 12:44:40 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Vary: Accept-Encoding +X-Content-Type-Options: nosniff +X-Frame-Options: DENY +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none +X-Xgen-Up-Proto: HTTP/2 + +8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestShardedCluster/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestShardedCluster/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 7f68cf7b5a..0000000000 --- a/test/e2e/.snapshots/TestShardedCluster/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1100 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:13 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1693 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:05:15Z","id":"67ea5ac93720c3131377813d","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac93720c3131377813d","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac93720c3131377813d/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac93720c3131377813d/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac93720c3131377813d/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac93720c3131377813d/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac93720c3131377813d/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac93720c3131377813d/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"shardedClusters-e2e-556","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestShardedCluster/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestShardedCluster/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..4b647a6be1 --- /dev/null +++ b/test/e2e/.snapshots/TestShardedCluster/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1100 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:37 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 2387 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:40Z","id":"67ea8e35b31ead384fc6a140","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a140","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a140/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a140/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a140/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a140/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a140/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e35b31ead384fc6a140/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"shardedClusters-e2e-926","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestShardedCluster/POST__api_atlas_v2_groups_67ea5ac93720c3131377813d_clusters_1.json b/test/e2e/.snapshots/TestShardedCluster/POST__api_atlas_v2_groups_67ea5ac93720c3131377813d_clusters_1.json deleted file mode 100644 index aac599595c..0000000000 --- a/test/e2e/.snapshots/TestShardedCluster/POST__api_atlas_v2_groups_67ea5ac93720c3131377813d_clusters_1.json +++ /dev/null @@ -1,18 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1934 -Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:16 GMT -Deprecation: Mon, 5 Aug 2024 00:00:00 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Sunset: Sun, 1 Mar 2026 00:00:00 GMT -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 484 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"SHARDED","configServerManagementMode":"ATLAS_MANAGED","configServerType":"EMBEDDED","connectionStrings":{"awsPrivateLinkSrv":{},"privateEndpoint":[]},"createDate":"2025-03-31T09:05:16Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5ac93720c3131377813d","id":"67ea5acc3720c31313778229","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac93720c3131377813d/clusters/cluster-364","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac93720c3131377813d/clusters/cluster-364/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac93720c3131377813d/clusters/cluster-364/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-364","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5acc3720c313137781da","numShards":2,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5acc3720c313137781fe","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestShardedCluster/memory.json b/test/e2e/.snapshots/TestShardedCluster/memory.json index e84c69117f..3627d72504 100644 --- a/test/e2e/.snapshots/TestShardedCluster/memory.json +++ b/test/e2e/.snapshots/TestShardedCluster/memory.json @@ -1 +1 @@ -{"shardedClusterName":"cluster-364"} \ No newline at end of file +{"shardedClusterName":"cluster-7"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v1.0_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_1.json b/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v1.0_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_1.json deleted file mode 100644 index 3ebe2577ca..0000000000 --- a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v1.0_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 2634 -Content-Type: application/json -Date: Mon, 31 Mar 2025 09:04:44 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Frame-Options: DENY -X-Java-Method: ApiAtlasLegacyClusterDescriptionResource::getCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none -X-Xgen-Up-Proto: HTTP/2 - -{"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGBEnabled":false},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-ks1vd04-shard-00-00.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-01.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-02.mdtcxvz.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-bh7cys-shard-0","standardSrv":"mongodb+srv://cluster-462.mdtcxvz.mongodb-dev.net"},"createDate":"2025-03-31T09:04:25Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a9645e7f051644d3093","id":"67ea5a993720c31313777c20","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v1.0/groups/67ea5a9645e7f051644d3093/clusters/cluster-462","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v1.0/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v1.0/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","mongoURI":"mongodb://ac-ks1vd04-shard-00-00.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-01.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-02.mdtcxvz.mongodb-dev.net:27017","mongoURIUpdated":"2025-03-31T09:04:42Z","mongoURIWithOptions":"mongodb://ac-ks1vd04-shard-00-00.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-01.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-02.mdtcxvz.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-bh7cys-shard-0","name":"cluster-462","numShards":1,"paused":false,"pitEnabled":false,"providerBackupEnabled":false,"providerSettings":{"providerName":"TENANT","autoScaling":{"compute":{"maxInstanceSize":null,"minInstanceSize":null}},"backingProviderName":"AWS","effectiveInstanceSizeName":"M0","instanceSizeName":"M0","regionName":"US_EAST_1"},"replicationFactor":3,"replicationSpec":{"US_EAST_1":{"analyticsNodes":0,"electableNodes":3,"priority":7,"readOnlyNodes":0}},"replicationSpecs":[{"id":"67ea5a993720c31313777c14","numShards":1,"regionsConfig":{"US_EAST_1":{"analyticsNodes":0,"electableNodes":3,"priority":7,"readOnlyNodes":0}},"zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","srvAddress":"mongodb+srv://cluster-462.mdtcxvz.mongodb-dev.net","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_2.json b/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_2.json deleted file mode 100644 index 952ab184a4..0000000000 --- a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_2.json +++ /dev/null @@ -1,18 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1686 -Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:43 GMT -Deprecation: Mon, 5 Aug 2024 00:00:00 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Sunset: Sun, 1 Mar 2026 00:00:00 GMT -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 54 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-ks1vd04-shard-00-00.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-01.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-02.mdtcxvz.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-bh7cys-shard-0","standardSrv":"mongodb+srv://cluster-462.mdtcxvz.mongodb-dev.net"},"createDate":"2025-03-31T09:04:25Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a9645e7f051644d3093","id":"67ea5a993720c31313777c20","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-462","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a993720c31313777c14","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea5a993720c31313777c1b","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_3.json b/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_3.json deleted file mode 100644 index af7ac5e533..0000000000 --- a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_3.json +++ /dev/null @@ -1,18 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1717 -Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:45 GMT -Deprecation: Mon, 5 Aug 2024 00:00:00 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Sunset: Sun, 1 Mar 2026 00:00:00 GMT -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 48 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-ks1vd04-shard-00-00.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-01.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-02.mdtcxvz.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-bh7cys-shard-0","standardSrv":"mongodb+srv://cluster-462.mdtcxvz.mongodb-dev.net"},"createDate":"2025-03-31T09:04:25Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a9645e7f051644d3093","id":"67ea5a993720c31313777c20","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-462","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a993720c31313777c14","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea5a993720c31313777c1b","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"UPDATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_4.json b/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_4.json deleted file mode 100644 index 12cfbfa336..0000000000 --- a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_4.json +++ /dev/null @@ -1,18 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1690 -Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:11 GMT -Deprecation: Mon, 5 Aug 2024 00:00:00 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Sunset: Sun, 1 Mar 2026 00:00:00 GMT -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 57 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-ks1vd04-shard-00-00.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-01.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-02.mdtcxvz.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-bh7cys-shard-0","standardSrv":"mongodb+srv://cluster-462.mdtcxvz.mongodb-dev.net"},"createDate":"2025-03-31T09:04:25Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a9645e7f051644d3093","id":"67ea5a993720c31313777c20","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-462","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a993720c31313777c14","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea5a993720c31313777c1b","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"UPDATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_7.json b/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_7.json deleted file mode 100644 index 8b85a953e5..0000000000 --- a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_7.json +++ /dev/null @@ -1,18 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 2129 -Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:26:04 GMT -Deprecation: Mon, 5 Aug 2024 00:00:00 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Sunset: Sun, 1 Mar 2026 00:00:00 GMT -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 60 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-ks1vd04-shard-00-00.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-01.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-02.mdtcxvz.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-bh7cys-shard-0","standardSrv":"mongodb+srv://cluster-462.mdtcxvz.mongodb-dev.net"},"createDate":"2025-03-31T09:04:44Z","diskSizeGB":40.0,"encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a9645e7f051644d3093","id":"67ea5aac3720c31313777d20","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-462","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a993720c31313777c14","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5aac3720c31313777d1e","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"UPDATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestClustersM0Flags/GET__api_atlas_v2_groups_67ea5ac245e7f051644d3463_clusters_cluster-656_1.json b/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_1.snaphost similarity index 54% rename from test/e2e/.snapshots/TestClustersM0Flags/GET__api_atlas_v2_groups_67ea5ac245e7f051644d3463_clusters_cluster-656_1.json rename to test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_1.snaphost index 12047b5d45..e1cb643329 100644 --- a/test/e2e/.snapshots/TestClustersM0Flags/GET__api_atlas_v2_groups_67ea5ac245e7f051644d3463_clusters_cluster-656_1.json +++ b/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1384 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:09 GMT +Date: Mon, 31 Mar 2025 12:44:45 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 62 +X-Envoy-Upstream-Service-Time: 56 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:05:08Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5ac245e7f051644d3463","id":"67ea5ac445e7f051644d357b","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac245e7f051644d3463/clusters/cluster-656","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac245e7f051644d3463/clusters/cluster-656/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5ac245e7f051644d3463/clusters/cluster-656/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-656","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5ac445e7f051644d3569","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea5ac445e7f051644d3570","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:45Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e3ab31ead384fc6a56a","id":"67ea8e3db31ead384fc6a78b","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-318","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3db31ead384fc6a75b","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e3db31ead384fc6a764","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_2.snaphost b/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_2.snaphost new file mode 100644 index 0000000000..9bc395ce76 --- /dev/null +++ b/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_2.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1686 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:02 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 60 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-x3zhj5g-shard-00-00.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-01.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-02.ap6tdvp.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-13bhd0-shard-0","standardSrv":"mongodb+srv://cluster-318.ap6tdvp.mongodb-dev.net"},"createDate":"2025-03-31T12:44:45Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e3ab31ead384fc6a56a","id":"67ea8e3db31ead384fc6a78b","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-318","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3db31ead384fc6a75b","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e3db31ead384fc6a764","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_provider_regions_1.json b/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_provider_regions_1.snaphost similarity index 75% rename from test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_provider_regions_1.json rename to test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_provider_regions_1.snaphost index 759d41282b..1717725dd1 100644 --- a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_provider_regions_1.json +++ b/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_provider_regions_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 375 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:25 GMT +Date: Mon, 31 Mar 2025 12:44:44 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 51 +X-Envoy-Upstream-Service-Time: 67 X-Frame-Options: DENY X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/provider/regions?includeCount=true&providers=AWS&tier=M0&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"}],"name":"M0"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/provider/regions?includeCount=true&providers=AWS&tier=M0&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"instanceSizes":[{"availableRegions":[{"default":true,"name":"US_EAST_1"},{"default":false,"name":"US_EAST_2"}],"name":"M0"}],"provider":"AWS"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json b/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json deleted file mode 100644 index 963f8ca82e..0000000000 --- a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json +++ /dev/null @@ -1,15 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 3 -Content-Type: text/plain -Date: Mon, 31 Mar 2025 09:04:24 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Vary: Accept-Encoding -X-Content-Type-Options: nosniff -X-Frame-Options: DENY -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none -X-Xgen-Up-Proto: HTTP/2 - -8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost b/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost new file mode 100644 index 0000000000..a0b8601d18 --- /dev/null +++ b/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost @@ -0,0 +1,15 @@ +HTTP/2.0 200 OK +Content-Length: 3 +Content-Type: text/plain +Date: Mon, 31 Mar 2025 12:44:44 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Vary: Accept-Encoding +X-Content-Type-Options: nosniff +X-Frame-Options: DENY +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none +X-Xgen-Up-Proto: HTTP/2 + +8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/POST__api_atlas_v1.0_groups_67ea5a9645e7f051644d3093_clusters_tenantUpgrade_1.json b/test/e2e/.snapshots/TestSharedClusterUpgrade/POST__api_atlas_v1.0_groups_67ea5a9645e7f051644d3093_clusters_tenantUpgrade_1.json deleted file mode 100644 index 96b432bc23..0000000000 --- a/test/e2e/.snapshots/TestSharedClusterUpgrade/POST__api_atlas_v1.0_groups_67ea5a9645e7f051644d3093_clusters_tenantUpgrade_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 2665 -Content-Type: application/json -Date: Mon, 31 Mar 2025 09:04:44 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Frame-Options: DENY -X-Java-Method: ApiAtlasLegacyClusterDescriptionResource::upgradeTenantCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none -X-Xgen-Up-Proto: HTTP/2 - -{"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGBEnabled":false},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-ks1vd04-shard-00-00.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-01.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-02.mdtcxvz.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-bh7cys-shard-0","standardSrv":"mongodb+srv://cluster-462.mdtcxvz.mongodb-dev.net"},"createDate":"2025-03-31T09:04:25Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a9645e7f051644d3093","id":"67ea5a993720c31313777c20","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v1.0/groups/67ea5a9645e7f051644d3093/clusters/cluster-462","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v1.0/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v1.0/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","mongoURI":"mongodb://ac-ks1vd04-shard-00-00.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-01.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-02.mdtcxvz.mongodb-dev.net:27017","mongoURIUpdated":"2025-03-31T09:04:42Z","mongoURIWithOptions":"mongodb://ac-ks1vd04-shard-00-00.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-01.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-02.mdtcxvz.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-bh7cys-shard-0","name":"cluster-462","numShards":1,"paused":false,"pitEnabled":false,"providerBackupEnabled":false,"providerSettings":{"providerName":"TENANT","autoScaling":{"compute":{"maxInstanceSize":null,"minInstanceSize":null}},"backingProviderName":"AWS","effectiveInstanceSizeName":"M0","instanceSizeName":"M0","regionName":"US_EAST_1"},"replicationFactor":3,"replicationSpec":{"US_EAST_1":{"analyticsNodes":0,"electableNodes":3,"priority":7,"readOnlyNodes":0}},"replicationSpecs":[{"id":"67ea5a993720c31313777c14","numShards":1,"regionsConfig":{"US_EAST_1":{"analyticsNodes":0,"electableNodes":3,"priority":7,"readOnlyNodes":0}},"zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","srvAddress":"mongodb+srv://cluster-462.mdtcxvz.mongodb-dev.net","stateName":"UPDATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/POST__api_atlas_v2_groups_1.json b/test/e2e/.snapshots/TestSharedClusterUpgrade/POST__api_atlas_v2_groups_1.json deleted file mode 100644 index 57134d5f61..0000000000 --- a/test/e2e/.snapshots/TestSharedClusterUpgrade/POST__api_atlas_v2_groups_1.json +++ /dev/null @@ -1,17 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 1100 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:22 GMT -Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 1753 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::addGroup -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-03-31T09:04:24Z","id":"67ea5a9645e7f051644d3093","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"clustersUpgrade-e2e-767","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/POST__api_atlas_v2_groups_1.snaphost b/test/e2e/.snapshots/TestSharedClusterUpgrade/POST__api_atlas_v2_groups_1.snaphost new file mode 100644 index 0000000000..98a4e63ca3 --- /dev/null +++ b/test/e2e/.snapshots/TestSharedClusterUpgrade/POST__api_atlas_v2_groups_1.snaphost @@ -0,0 +1,17 @@ +HTTP/2.0 201 Created +Content-Length: 1100 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:44:42 GMT +Location: https://cloud-dev.mongodb.com//api/atlas/v1.0 +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 2212 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::addGroup +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-03-31T12:44:44Z","id":"67ea8e3ab31ead384fc6a56a","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"clustersUpgrade-e2e-227","orgId":"5efda682a3f2ed2e7dd6cde4"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/POST__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_1.json b/test/e2e/.snapshots/TestSharedClusterUpgrade/POST__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_1.snaphost similarity index 54% rename from test/e2e/.snapshots/TestSharedClusterUpgrade/POST__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_1.json rename to test/e2e/.snapshots/TestSharedClusterUpgrade/POST__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_1.snaphost index a2718cfba2..c9dc89fbb6 100644 --- a/test/e2e/.snapshots/TestSharedClusterUpgrade/POST__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_1.json +++ b/test/e2e/.snapshots/TestSharedClusterUpgrade/POST__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1374 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:25 GMT +Date: Mon, 31 Mar 2025 12:44:44 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 532 +X-Envoy-Upstream-Service-Time: 900 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:25Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a9645e7f051644d3093","id":"67ea5a993720c31313777c20","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-462","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a993720c31313777c14","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea5a993720c31313777c1b","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:45Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e3ab31ead384fc6a56a","id":"67ea8e3db31ead384fc6a78b","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-318","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3db31ead384fc6a75b","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e3db31ead384fc6a764","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v1.0_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_1.snaphost b/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v1.0_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_1.snaphost new file mode 100644 index 0000000000..1e6e861d46 --- /dev/null +++ b/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v1.0_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 2634 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:02 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Frame-Options: DENY +X-Java-Method: ApiAtlasLegacyClusterDescriptionResource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none +X-Xgen-Up-Proto: HTTP/2 + +{"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGBEnabled":false},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-x3zhj5g-shard-00-00.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-01.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-02.ap6tdvp.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-13bhd0-shard-0","standardSrv":"mongodb+srv://cluster-318.ap6tdvp.mongodb-dev.net"},"createDate":"2025-03-31T12:44:45Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e3ab31ead384fc6a56a","id":"67ea8e3db31ead384fc6a78b","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v1.0/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v1.0/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v1.0/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","mongoURI":"mongodb://ac-x3zhj5g-shard-00-00.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-01.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-02.ap6tdvp.mongodb-dev.net:27017","mongoURIUpdated":"2025-03-31T12:44:59Z","mongoURIWithOptions":"mongodb://ac-x3zhj5g-shard-00-00.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-01.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-02.ap6tdvp.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-13bhd0-shard-0","name":"cluster-318","numShards":1,"paused":false,"pitEnabled":false,"providerBackupEnabled":false,"providerSettings":{"providerName":"TENANT","autoScaling":{"compute":{"maxInstanceSize":null,"minInstanceSize":null}},"backingProviderName":"AWS","effectiveInstanceSizeName":"M0","instanceSizeName":"M0","regionName":"US_EAST_1"},"replicationFactor":3,"replicationSpec":{"US_EAST_1":{"analyticsNodes":0,"electableNodes":3,"priority":7,"readOnlyNodes":0}},"replicationSpecs":[{"id":"67ea8e3db31ead384fc6a75b","numShards":1,"regionsConfig":{"US_EAST_1":{"analyticsNodes":0,"electableNodes":3,"priority":7,"readOnlyNodes":0}},"zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","srvAddress":"mongodb+srv://cluster-318.ap6tdvp.mongodb-dev.net","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_3.snaphost b/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_3.snaphost new file mode 100644 index 0000000000..cb069ff74f --- /dev/null +++ b/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_3.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1717 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:03 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 60 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-x3zhj5g-shard-00-00.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-01.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-02.ap6tdvp.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-13bhd0-shard-0","standardSrv":"mongodb+srv://cluster-318.ap6tdvp.mongodb-dev.net"},"createDate":"2025-03-31T12:44:45Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e3ab31ead384fc6a56a","id":"67ea8e3db31ead384fc6a78b","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-318","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3db31ead384fc6a75b","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e3db31ead384fc6a764","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"UPDATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_4.snaphost b/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_4.snaphost new file mode 100644 index 0000000000..9ea5b7e075 --- /dev/null +++ b/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_4.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 1690 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:45:28 GMT +Deprecation: Mon, 5 Aug 2024 00:00:00 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Sunset: Sun, 1 Mar 2026 00:00:00 GMT +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 51 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-x3zhj5g-shard-00-00.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-01.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-02.ap6tdvp.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-13bhd0-shard-0","standardSrv":"mongodb+srv://cluster-318.ap6tdvp.mongodb-dev.net"},"createDate":"2025-03-31T12:44:45Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e3ab31ead384fc6a56a","id":"67ea8e3db31ead384fc6a78b","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-318","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3db31ead384fc6a75b","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e3db31ead384fc6a764","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"UPDATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_5.json b/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_5.snaphost similarity index 52% rename from test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_5.json rename to test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_5.snaphost index cfe3ea4e2e..ec8ef07cea 100644 --- a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_5.json +++ b/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_5.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1449 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:36 GMT +Date: Mon, 31 Mar 2025 12:45:52 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 54 +X-Envoy-Upstream-Service-Time: 53 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standardSrv":"mongodb+srv://cluster-462.mdtcxvz.mongodb-dev.net"},"createDate":"2025-03-31T09:04:25Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a9645e7f051644d3093","id":"67ea5a993720c31313777c20","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-462","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a993720c31313777c14","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea5a993720c31313777c1b","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"UPDATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standardSrv":"mongodb+srv://cluster-318.ap6tdvp.mongodb-dev.net"},"createDate":"2025-03-31T12:44:45Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e3ab31ead384fc6a56a","id":"67ea8e3db31ead384fc6a78b","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-318","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3db31ead384fc6a75b","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"67ea8e3db31ead384fc6a764","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"UPDATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_6.json b/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_6.snaphost similarity index 62% rename from test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_6.json rename to test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_6.snaphost index 9253dc862b..d04876cf18 100644 --- a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_6.json +++ b/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_6.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1823 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:05:44 GMT +Date: Mon, 31 Mar 2025 12:46:00 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 56 +X-Envoy-Upstream-Service-Time: 55 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:44Z","diskSizeGB":40.0,"encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a9645e7f051644d3093","id":"67ea5aac3720c31313777d20","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-462","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a993720c31313777c14","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5aac3720c31313777d1e","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"UPDATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:45:02Z","diskSizeGB":40.0,"encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e3ab31ead384fc6a56a","id":"67ea8e4eb31ead384fc6abdf","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-318","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3db31ead384fc6a75b","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e4eb31ead384fc6abdd","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"UPDATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_9.json b/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_7.snaphost similarity index 59% rename from test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_9.json rename to test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_7.snaphost index 2e1c10edf0..5b9c5deb4a 100644 --- a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_9.json +++ b/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_7.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2129 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:26:26 GMT +Date: Mon, 31 Mar 2025 12:57:09 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 62 +X-Envoy-Upstream-Service-Time: 55 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-ks1vd04-shard-00-00.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-01.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-02.mdtcxvz.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-bh7cys-shard-0","standardSrv":"mongodb+srv://cluster-462.mdtcxvz.mongodb-dev.net"},"createDate":"2025-03-31T09:04:44Z","diskSizeGB":40.0,"encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a9645e7f051644d3093","id":"67ea5aac3720c31313777d20","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-462","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a993720c31313777c14","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5aac3720c31313777d1e","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"UPDATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-x3zhj5g-shard-00-00.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-01.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-02.ap6tdvp.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-13bhd0-shard-0","standardSrv":"mongodb+srv://cluster-318.ap6tdvp.mongodb-dev.net"},"createDate":"2025-03-31T12:45:02Z","diskSizeGB":40.0,"encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e3ab31ead384fc6a56a","id":"67ea8e4eb31ead384fc6abdf","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-318","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3db31ead384fc6a75b","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e4eb31ead384fc6abdd","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"UPDATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_8.json b/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_8.snaphost similarity index 59% rename from test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_8.json rename to test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_8.snaphost index e5fb8083cd..1d3d717acf 100644 --- a/test/e2e/.snapshots/TestSharedClusterUpgrade/GET__api_atlas_v2_groups_67ea5a9645e7f051644d3093_clusters_cluster-462_8.json +++ b/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET__api_atlas_v2_groups_67ea8e3ab31ead384fc6a56a_clusters_cluster-318_8.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2125 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:26:25 GMT +Date: Mon, 31 Mar 2025 12:57:54 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 67 +X-Envoy-Upstream-Service-Time: 73 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-ks1vd04-shard-00-00.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-01.mdtcxvz.mongodb-dev.net:27017,ac-ks1vd04-shard-00-02.mdtcxvz.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-bh7cys-shard-0","standardSrv":"mongodb+srv://cluster-462.mdtcxvz.mongodb-dev.net"},"createDate":"2025-03-31T09:04:44Z","diskSizeGB":40.0,"encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea5a9645e7f051644d3093","id":"67ea5aac3720c31313777d20","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea5a9645e7f051644d3093/clusters/cluster-462/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-462","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea5a993720c31313777c14","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5aac3720c31313777d1e","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-x3zhj5g-shard-00-00.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-01.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-02.ap6tdvp.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-13bhd0-shard-0","standardSrv":"mongodb+srv://cluster-318.ap6tdvp.mongodb-dev.net"},"createDate":"2025-03-31T12:45:02Z","diskSizeGB":40.0,"encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e3ab31ead384fc6a56a","id":"67ea8e4eb31ead384fc6abdf","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-318","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"67ea8e3db31ead384fc6a75b","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e4eb31ead384fc6abdd","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/POST__api_atlas_v1.0_groups_67ea8e3ab31ead384fc6a56a_clusters_tenantUpgrade_1.snaphost b/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/POST__api_atlas_v1.0_groups_67ea8e3ab31ead384fc6a56a_clusters_tenantUpgrade_1.snaphost new file mode 100644 index 0000000000..4935403ea1 --- /dev/null +++ b/test/e2e/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/POST__api_atlas_v1.0_groups_67ea8e3ab31ead384fc6a56a_clusters_tenantUpgrade_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 2665 +Content-Type: application/json +Date: Mon, 31 Mar 2025 12:45:02 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Frame-Options: DENY +X-Java-Method: ApiAtlasLegacyClusterDescriptionResource::upgradeTenantCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none +X-Xgen-Up-Proto: HTTP/2 + +{"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGBEnabled":false},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://ac-x3zhj5g-shard-00-00.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-01.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-02.ap6tdvp.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-13bhd0-shard-0","standardSrv":"mongodb+srv://cluster-318.ap6tdvp.mongodb-dev.net"},"createDate":"2025-03-31T12:44:45Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"67ea8e3ab31ead384fc6a56a","id":"67ea8e3db31ead384fc6a78b","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v1.0/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v1.0/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v1.0/groups/67ea8e3ab31ead384fc6a56a/clusters/cluster-318/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","mongoURI":"mongodb://ac-x3zhj5g-shard-00-00.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-01.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-02.ap6tdvp.mongodb-dev.net:27017","mongoURIUpdated":"2025-03-31T12:44:59Z","mongoURIWithOptions":"mongodb://ac-x3zhj5g-shard-00-00.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-01.ap6tdvp.mongodb-dev.net:27017,ac-x3zhj5g-shard-00-02.ap6tdvp.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-13bhd0-shard-0","name":"cluster-318","numShards":1,"paused":false,"pitEnabled":false,"providerBackupEnabled":false,"providerSettings":{"providerName":"TENANT","autoScaling":{"compute":{"maxInstanceSize":null,"minInstanceSize":null}},"backingProviderName":"AWS","effectiveInstanceSizeName":"M0","instanceSizeName":"M0","regionName":"US_EAST_1"},"replicationFactor":3,"replicationSpec":{"US_EAST_1":{"analyticsNodes":0,"electableNodes":3,"priority":7,"readOnlyNodes":0}},"replicationSpecs":[{"id":"67ea8e3db31ead384fc6a75b","numShards":1,"regionsConfig":{"US_EAST_1":{"analyticsNodes":0,"electableNodes":3,"priority":7,"readOnlyNodes":0}},"zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","srvAddress":"mongodb+srv://cluster-318.ap6tdvp.mongodb-dev.net","stateName":"UPDATING","tags":[{"key":"env","value":"e2e"}],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSharedClusterUpgrade/memory.json b/test/e2e/.snapshots/TestSharedClusterUpgrade/memory.json index ca80138afe..8fd5862be3 100644 --- a/test/e2e/.snapshots/TestSharedClusterUpgrade/memory.json +++ b/test/e2e/.snapshots/TestSharedClusterUpgrade/memory.json @@ -1 +1 @@ -{"clusterGenerateClusterName":"cluster-462"} \ No newline at end of file +{"clusterGenerateClusterName":"cluster-318"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_1.json b/test/e2e/.snapshots/TestSnapshots/Create_cluster/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_1.snaphost similarity index 70% rename from test/e2e/.snapshots/TestSnapshots/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_1.json rename to test/e2e/.snapshots/TestSnapshots/Create_cluster/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_1.snaphost index bc989025b8..8a79af27b6 100644 --- a/test/e2e/.snapshots/TestSnapshots/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_1.json +++ b/test/e2e/.snapshots/TestSnapshots/Create_cluster/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1817 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:18 GMT +Date: Mon, 31 Mar 2025 12:44:28 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 644 +X-Envoy-Upstream-Service-Time: 681 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:18Z","diskSizeGB":10.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a923720c31313777b40","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-221","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5a923720c31313777aea","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a923720c31313777b0a","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:29Z","diskSizeGB":10.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e2db31ead384fc69df3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-199","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea8e2cb31ead384fc69d9d","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e2db31ead384fc69dbd","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_1.json b/test/e2e/.snapshots/TestSnapshots/Create_snapshot/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_1.snaphost similarity index 53% rename from test/e2e/.snapshots/TestExportJobs/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_1.json rename to test/e2e/.snapshots/TestSnapshots/Create_snapshot/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_1.snaphost index 58090ee367..f2896b6fbe 100644 --- a/test/e2e/.snapshots/TestExportJobs/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_1.json +++ b/test/e2e/.snapshots/TestSnapshots/Create_snapshot/POST__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 596 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:19:35 GMT +Date: Mon, 31 Mar 2025 12:52:10 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 157 +X-Envoy-Upstream-Service-Time: 198 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::onDemandSnapshot X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T09:19:35Z","frequencyType":"ondemand","id":"67ea5e27e470643dc2f6f1a8","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443/backup/snapshots/67ea5e27e470643dc2f6f1a8","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443","rel":"https://cloud.mongodb.com/cluster"}],"policyItems":[],"replicaSetName":"cluster-443","snapshotType":"onDemand","status":"queued","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file +{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T12:52:10Z","frequencyType":"ondemand","id":"67ea8ffa84391f6c24ea7299","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199/backup/snapshots/67ea8ffa84391f6c24ea7299","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199","rel":"https://cloud.mongodb.com/cluster"}],"policyItems":[],"replicaSetName":"cluster-199","snapshotType":"onDemand","status":"queued","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_1.snaphost b/test/e2e/.snapshots/TestSnapshots/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_1.snaphost new file mode 100644 index 0000000000..eb3546ab0c --- /dev/null +++ b/test/e2e/.snapshots/TestSnapshots/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 202 Accepted +Content-Length: 2 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:55:07 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 240 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::deleteCluster +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_1.json b/test/e2e/.snapshots/TestSnapshots/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_1.json deleted file mode 100644 index 99663ef9b7..0000000000 --- a/test/e2e/.snapshots/TestSnapshots/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_1.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 202 Accepted -Content-Length: 2 -Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:21:37 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 379 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasClusterDescriptionV15Resource::deleteCluster -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_1.json b/test/e2e/.snapshots/TestSnapshots/Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_1.snaphost similarity index 70% rename from test/e2e/.snapshots/TestExportJobs/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_1.json rename to test/e2e/.snapshots/TestSnapshots/Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_1.snaphost index 1da4f8cbe8..b3084613c2 100644 --- a/test/e2e/.snapshots/TestExportJobs/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_1.json +++ b/test/e2e/.snapshots/TestSnapshots/Delete/DELETE__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_1.snaphost @@ -1,14 +1,14 @@ HTTP/2.0 204 No Content Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:35:50 GMT +Date: Mon, 31 Mar 2025 12:55:06 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 68 +X-Envoy-Upstream-Service-Time: 94 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::deleteSnapshot X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/.snapshots/TestSnapshots/Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_6.snaphost b/test/e2e/.snapshots/TestSnapshots/Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_6.snaphost new file mode 100644 index 0000000000..3191fb93a2 --- /dev/null +++ b/test/e2e/.snapshots/TestSnapshots/Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_6.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 689 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:55:06 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 41 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cloudProvider":"AWS","copyRegions":[],"createdAt":"2025-03-31T12:53:49Z","description":"test-snapshot","expiresAt":"2025-04-01T12:55:02Z","frequencyType":"ondemand","id":"67ea8ffa84391f6c24ea7299","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199/backup/snapshots/67ea8ffa84391f6c24ea7299","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"cluster-199","snapshotType":"onDemand","status":"completed","storageSizeBytes":1553043456,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_2.json b/test/e2e/.snapshots/TestSnapshots/Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_2.snaphost similarity index 60% rename from test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_2.json rename to test/e2e/.snapshots/TestSnapshots/Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_2.snaphost index 870f422bf1..52fbf89429 100644 --- a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_2.json +++ b/test/e2e/.snapshots/TestSnapshots/Describe/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 400 Bad Request Content-Length: 187 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:21:36 GMT +Date: Mon, 31 Mar 2025 12:55:06 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 48 +X-Envoy-Upstream-Service-Time: 39 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexBackupResource::getSnapshot X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"detail":"Cannot use non-flex cluster cluster-221 in the flex API.","error":400,"errorCode":"CANNOT_USE_NON_FLEX_CLUSTER_IN_FLEX_API","parameters":["cluster-221"],"reason":"Bad Request"} \ No newline at end of file +{"detail":"Cannot use non-flex cluster cluster-199 in the flex API.","error":400,"errorCode":"CANNOT_USE_NON_FLEX_CLUSTER_IN_FLEX_API","parameters":["cluster-199"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_1.json b/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_1.snaphost similarity index 70% rename from test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_1.json rename to test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_1.snaphost index 8155a3c10a..8c1ea99568 100644 --- a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_1.json +++ b/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1827 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:11 GMT +Date: Mon, 31 Mar 2025 12:44:29 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 89 +X-Envoy-Upstream-Service-Time: 83 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T09:04:10Z","diskSizeGB":10.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a8a3720c31313777945","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-443","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5a8a3720c313137778ea","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a8a3720c3131377790a","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-03-31T12:44:29Z","diskSizeGB":10.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e2db31ead384fc69df3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-199","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea8e2cb31ead384fc69d9d","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e2db31ead384fc69dbd","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_2.json b/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_2.snaphost similarity index 64% rename from test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_2.json rename to test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_2.snaphost index 75bae4e0e7..1c7241bd60 100644 --- a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_2.json +++ b/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_2.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2124 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:19:34 GMT +Date: Mon, 31 Mar 2025 12:52:09 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 85 +X-Envoy-Upstream-Service-Time: 70 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-443-shard-00-00.g1nxq.mongodb-dev.net:27017,cluster-443-shard-00-01.g1nxq.mongodb-dev.net:27017,cluster-443-shard-00-02.g1nxq.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-qi5pru-shard-0","standardSrv":"mongodb+srv://cluster-443.g1nxq.mongodb-dev.net"},"createDate":"2025-03-31T09:04:10Z","diskSizeGB":10.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a8a3720c31313777945","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-443","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5a8a3720c313137778ea","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a8a3720c3131377790a","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":true,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-199-shard-00-00.g1nxq.mongodb-dev.net:27017,cluster-199-shard-00-01.g1nxq.mongodb-dev.net:27017,cluster-199-shard-00-02.g1nxq.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-uzhwi6-shard-0","standardSrv":"mongodb+srv://cluster-199.g1nxq.mongodb-dev.net"},"createDate":"2025-03-31T12:44:29Z","diskSizeGB":10.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e2db31ead384fc69df3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-199","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea8e2cb31ead384fc69d9d","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e2db31ead384fc69dbd","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_3.json b/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_3.snaphost similarity index 64% rename from test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_3.json rename to test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_3.snaphost index 7cca446afc..319176a26b 100644 --- a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_3.json +++ b/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_3.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2129 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:21:37 GMT +Date: Mon, 31 Mar 2025 12:55:07 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 102 +X-Envoy-Upstream-Service-Time: 95 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-221-shard-00-00.g1nxq.mongodb-dev.net:27017,cluster-221-shard-00-01.g1nxq.mongodb-dev.net:27017,cluster-221-shard-00-02.g1nxq.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-10368r-shard-0","standardSrv":"mongodb+srv://cluster-221.g1nxq.mongodb-dev.net"},"createDate":"2025-03-31T09:04:18Z","diskSizeGB":10.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea5a923720c31313777b40","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-221","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea5a923720c31313777aea","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea5a923720c31313777b0a","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"advancedConfiguration":{"customOpensslCipherConfigTls12":[],"minimumEnabledTlsProtocol":"TLS1_2","tlsCipherConfigMode":"DEFAULT"},"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{"standard":"mongodb://cluster-199-shard-00-00.g1nxq.mongodb-dev.net:27017,cluster-199-shard-00-01.g1nxq.mongodb-dev.net:27017,cluster-199-shard-00-02.g1nxq.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-uzhwi6-shard-0","standardSrv":"mongodb+srv://cluster-199.g1nxq.mongodb-dev.net"},"createDate":"2025-03-31T12:44:29Z","diskSizeGB":10.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"5efda6aea3f2ed2e7dd6ce05","id":"67ea8e2db31ead384fc69df3","labels":[],"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.6","name":"cluster-199","paused":false,"pitEnabled":true,"replicationSpecs":[{"id":"67ea8e2cb31ead384fc69d9d","numShards":1,"regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"67ea8e2db31ead384fc69dbd","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_4.json b/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_4.snaphost similarity index 64% rename from test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_4.json rename to test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_4.snaphost index b22c3ca3eb..7c0589d168 100644 --- a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_4.json +++ b/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_4.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 404 Not Found Content-Length: 204 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:39:05 GMT +Date: Mon, 31 Mar 2025 12:56:50 GMT Deprecation: Mon, 5 Aug 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; Sunset: Sun, 1 Mar 2026 00:00:00 GMT X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 55 +X-Envoy-Upstream-Service-Time: 50 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"detail":"No cluster named cluster-443 exists in group 5efda6aea3f2ed2e7dd6ce05.","error":404,"errorCode":"CLUSTER_NOT_FOUND","parameters":["cluster-443","5efda6aea3f2ed2e7dd6ce05"],"reason":"Not Found"} \ No newline at end of file +{"detail":"No cluster named cluster-199 exists in group 5efda6aea3f2ed2e7dd6ce05.","error":404,"errorCode":"CLUSTER_NOT_FOUND","parameters":["cluster-199","5efda6aea3f2ed2e7dd6ce05"],"reason":"Not Found"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_5.json b/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_5.json deleted file mode 100644 index 797c8b259b..0000000000 --- a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_5.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 689 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:21:35 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 77 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"cloudProvider":"AWS","copyRegions":[],"createdAt":"2025-03-31T09:20:19Z","description":"test-snapshot","expiresAt":"2025-04-01T09:21:33Z","frequencyType":"ondemand","id":"67ea5e24e470643dc2f6f19a","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221/backup/snapshots/67ea5e24e470643dc2f6f19a","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"cluster-221","snapshotType":"onDemand","status":"completed","storageSizeBytes":1548791808,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_6.json b/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_6.json deleted file mode 100644 index 4146e00656..0000000000 --- a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_6.json +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 689 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:21:36 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 55 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot -X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"cloudProvider":"AWS","copyRegions":[],"createdAt":"2025-03-31T09:20:19Z","description":"test-snapshot","expiresAt":"2025-04-01T09:21:33Z","frequencyType":"ondemand","id":"67ea5e24e470643dc2f6f19a","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221/backup/snapshots/67ea5e24e470643dc2f6f19a","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"cluster-221","snapshotType":"onDemand","status":"completed","storageSizeBytes":1548791808,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json b/test/e2e/.snapshots/TestSnapshots/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json deleted file mode 100644 index 223f03831a..0000000000 --- a/test/e2e/.snapshots/TestSnapshots/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.json +++ /dev/null @@ -1,15 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 3 -Content-Type: text/plain -Date: Mon, 31 Mar 2025 09:04:18 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -Vary: Accept-Encoding -X-Content-Type-Options: nosniff -X-Frame-Options: DENY -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master -X-Permitted-Cross-Domain-Policies: none -X-Xgen-Up-Proto: HTTP/2 - -8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost b/test/e2e/.snapshots/TestSnapshots/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost new file mode 100644 index 0000000000..3e8b1ab904 --- /dev/null +++ b/test/e2e/.snapshots/TestSnapshots/GET__api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost @@ -0,0 +1,15 @@ +HTTP/2.0 200 OK +Content-Length: 3 +Content-Type: text/plain +Date: Mon, 31 Mar 2025 12:44:28 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +Vary: Accept-Encoding +X-Content-Type-Options: nosniff +X-Frame-Options: DENY +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none +X-Xgen-Up-Proto: HTTP/2 + +8.0 \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_1.json b/test/e2e/.snapshots/TestSnapshots/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_1.snaphost similarity index 54% rename from test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_1.json rename to test/e2e/.snapshots/TestSnapshots/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_1.snaphost index 66cffacc2e..229f212b86 100644 --- a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_1.json +++ b/test/e2e/.snapshots/TestSnapshots/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 910 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:21:36 GMT +Date: Mon, 31 Mar 2025 12:55:06 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 78 +X-Envoy-Upstream-Service-Time: 93 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshots X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221/backup/snapshots?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cloudProvider":"AWS","copyRegions":[],"createdAt":"2025-03-31T09:20:19Z","description":"test-snapshot","expiresAt":"2025-04-01T09:21:33Z","frequencyType":"ondemand","id":"67ea5e24e470643dc2f6f19a","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221/backup/snapshots/67ea5e24e470643dc2f6f19a","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"cluster-221","snapshotType":"onDemand","status":"completed","storageSizeBytes":1548791808,"type":"replicaSet"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199/backup/snapshots?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cloudProvider":"AWS","copyRegions":[],"createdAt":"2025-03-31T12:53:49Z","description":"test-snapshot","expiresAt":"2025-04-01T12:55:02Z","frequencyType":"ondemand","id":"67ea8ffa84391f6c24ea7299","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199/backup/snapshots/67ea8ffa84391f6c24ea7299","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"cluster-199","snapshotType":"onDemand","status":"completed","storageSizeBytes":1553043456,"type":"replicaSet"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-221_backup_snapshots_1.json b/test/e2e/.snapshots/TestSnapshots/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-199_backup_snapshots_1.snaphost similarity index 60% rename from test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-221_backup_snapshots_1.json rename to test/e2e/.snapshots/TestSnapshots/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-199_backup_snapshots_1.snaphost index 425098739d..2372e67fc1 100644 --- a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-221_backup_snapshots_1.json +++ b/test/e2e/.snapshots/TestSnapshots/List/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-199_backup_snapshots_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 400 Bad Request Content-Length: 187 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:21:36 GMT +Date: Mon, 31 Mar 2025 12:55:06 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 45 +X-Envoy-Upstream-Service-Time: 56 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexBackupResource::getSnapshots X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"detail":"Cannot use non-flex cluster cluster-221 in the flex API.","error":400,"errorCode":"CANNOT_USE_NON_FLEX_CLUSTER_IN_FLEX_API","parameters":["cluster-221"],"reason":"Bad Request"} \ No newline at end of file +{"detail":"Cannot use non-flex cluster cluster-199 in the flex API.","error":400,"errorCode":"CANNOT_USE_NON_FLEX_CLUSTER_IN_FLEX_API","parameters":["cluster-199"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_1.json b/test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_1.snaphost similarity index 53% rename from test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_1.json rename to test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_1.snaphost index 3cd742fee4..da203520dc 100644 --- a/test/e2e/.snapshots/TestSnapshots/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-221_backup_snapshots_67ea5e24e470643dc2f6f19a_1.json +++ b/test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 596 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:19:33 GMT +Date: Mon, 31 Mar 2025 12:52:10 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 47 +X-Envoy-Upstream-Service-Time: 76 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T09:19:32Z","frequencyType":"ondemand","id":"67ea5e24e470643dc2f6f19a","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221/backup/snapshots/67ea5e24e470643dc2f6f19a","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-221","rel":"https://cloud.mongodb.com/cluster"}],"policyItems":[],"replicaSetName":"cluster-221","snapshotType":"onDemand","status":"queued","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file +{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T12:52:10Z","frequencyType":"ondemand","id":"67ea8ffa84391f6c24ea7299","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199/backup/snapshots/67ea8ffa84391f6c24ea7299","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199","rel":"https://cloud.mongodb.com/cluster"}],"policyItems":[],"replicaSetName":"cluster-199","snapshotType":"onDemand","status":"queued","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_2.json b/test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_2.snaphost similarity index 56% rename from test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_2.json rename to test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_2.snaphost index e8544cf0c8..085ea8abaa 100644 --- a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_2.json +++ b/test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_2.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 600 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:19:40 GMT +Date: Mon, 31 Mar 2025 12:52:14 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -10,7 +10,7 @@ X-Envoy-Upstream-Service-Time: 73 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T09:19:35Z","frequencyType":"ondemand","id":"67ea5e27e470643dc2f6f1a8","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443/backup/snapshots/67ea5e27e470643dc2f6f1a8","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443","rel":"https://cloud.mongodb.com/cluster"}],"policyItems":[],"replicaSetName":"cluster-443","snapshotType":"onDemand","status":"inProgress","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file +{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T12:52:10Z","frequencyType":"ondemand","id":"67ea8ffa84391f6c24ea7299","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199/backup/snapshots/67ea8ffa84391f6c24ea7299","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199","rel":"https://cloud.mongodb.com/cluster"}],"policyItems":[],"replicaSetName":"cluster-199","snapshotType":"onDemand","status":"inProgress","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_3.json b/test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_3.snaphost similarity index 54% rename from test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_3.json rename to test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_3.snaphost index 86388a8480..6904e41490 100644 --- a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_3.json +++ b/test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_3.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 624 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:20:00 GMT +Date: Mon, 31 Mar 2025 12:52:39 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 49 +X-Envoy-Upstream-Service-Time: 35 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T09:19:35Z","frequencyType":"ondemand","id":"67ea5e27e470643dc2f6f1a8","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443/backup/snapshots/67ea5e27e470643dc2f6f1a8","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"cluster-443","snapshotType":"onDemand","status":"inProgress","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file +{"copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T12:52:10Z","frequencyType":"ondemand","id":"67ea8ffa84391f6c24ea7299","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199/backup/snapshots/67ea8ffa84391f6c24ea7299","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"cluster-199","snapshotType":"onDemand","status":"inProgress","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_4.json b/test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_4.snaphost similarity index 60% rename from test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_4.json rename to test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_4.snaphost index bc68537699..e4fc12bc31 100644 --- a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_4.json +++ b/test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_4.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 646 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:21:39 GMT +Date: Mon, 31 Mar 2025 12:53:52 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 55 +X-Envoy-Upstream-Service-Time: 52 X-Frame-Options: DENY X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"cloudProvider":"AWS","copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T09:19:35Z","frequencyType":"ondemand","id":"67ea5e27e470643dc2f6f1a8","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443/backup/snapshots/67ea5e27e470643dc2f6f1a8","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-443","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"cluster-443","snapshotType":"onDemand","status":"inProgress","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file +{"cloudProvider":"AWS","copyRegions":[],"description":"test-snapshot","expiresAt":"2025-04-01T12:52:10Z","frequencyType":"ondemand","id":"67ea8ffa84391f6c24ea7299","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199/backup/snapshots/67ea8ffa84391f6c24ea7299","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"cluster-199","snapshotType":"onDemand","status":"inProgress","storageSizeBytes":0,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_5.snaphost b/test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_5.snaphost new file mode 100644 index 0000000000..e23c3638a8 --- /dev/null +++ b/test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_clusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_5.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 689 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Mon, 31 Mar 2025 12:55:06 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 81 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasDiskBackupSnapshotsResource::getSnapshot +X-Java-Version: 17.0.14+7 +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"cloudProvider":"AWS","copyRegions":[],"createdAt":"2025-03-31T12:53:49Z","description":"test-snapshot","expiresAt":"2025-04-01T12:55:02Z","frequencyType":"ondemand","id":"67ea8ffa84391f6c24ea7299","links":[{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199/backup/snapshots/67ea8ffa84391f6c24ea7299","rel":"self"},{"href":"https://cloud-dev.mongodb.com/api/atlas/v2/groups/5efda6aea3f2ed2e7dd6ce05/clusters/cluster-199","rel":"https://cloud.mongodb.com/cluster"}],"mongodVersion":"8.0.6","policyItems":[],"replicaSetName":"cluster-199","snapshotType":"onDemand","status":"completed","storageSizeBytes":1553043456,"type":"replicaSet"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_1.json b/test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_1.snaphost similarity index 60% rename from test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_1.json rename to test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_1.snaphost index 023811f2ff..be229addcb 100644 --- a/test/e2e/.snapshots/TestExportJobs/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-443_backup_snapshots_67ea5e27e470643dc2f6f1a8_1.json +++ b/test/e2e/.snapshots/TestSnapshots/Watch_creation/GET__api_atlas_v2_groups_5efda6aea3f2ed2e7dd6ce05_flexClusters_cluster-199_backup_snapshots_67ea8ffa84391f6c24ea7299_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 400 Bad Request Content-Length: 187 Content-Type: application/json -Date: Mon, 31 Mar 2025 09:19:35 GMT +Date: Mon, 31 Mar 2025 12:52:10 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 52 +X-Envoy-Upstream-Service-Time: 57 X-Frame-Options: DENY X-Java-Method: ApiAtlasFlexBackupResource::getSnapshot X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=d9738db2661ac745595f15987b0c7f16f604cd21; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"detail":"Cannot use non-flex cluster cluster-443 in the flex API.","error":400,"errorCode":"CANNOT_USE_NON_FLEX_CLUSTER_IN_FLEX_API","parameters":["cluster-443"],"reason":"Bad Request"} \ No newline at end of file +{"detail":"Cannot use non-flex cluster cluster-199 in the flex API.","error":400,"errorCode":"CANNOT_USE_NON_FLEX_CLUSTER_IN_FLEX_API","parameters":["cluster-199"],"reason":"Bad Request"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestSnapshots/memory.json b/test/e2e/.snapshots/TestSnapshots/memory.json index 07649869cc..5732ce3290 100644 --- a/test/e2e/.snapshots/TestSnapshots/memory.json +++ b/test/e2e/.snapshots/TestSnapshots/memory.json @@ -1 +1 @@ -{"clusterName":"cluster-221"} \ No newline at end of file +{"clusterName":"cluster-199"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestStreams/POST__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_connections_1.json b/test/e2e/.snapshots/TestStreams/Creating_a_streams_connection/POST__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_connections_1.snaphost similarity index 63% rename from test/e2e/.snapshots/TestStreams/POST__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_connections_1.json rename to test/e2e/.snapshots/TestStreams/Creating_a_streams_connection/POST__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_connections_1.snaphost index c9261f5705..37ed081242 100644 --- a/test/e2e/.snapshots/TestStreams/POST__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_connections_1.json +++ b/test/e2e/.snapshots/TestStreams/Creating_a_streams_connection/POST__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_connections_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK -Content-Length: 283 +Content-Length: 281 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:27 GMT +Date: Mon, 31 Mar 2025 12:44:49 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -10,7 +10,7 @@ X-Envoy-Upstream-Service-Time: 119 X-Frame-Options: DENY X-Java-Method: ApiStreamsResource::createConnection X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authentication":{"mechanism":"SCRAM-256","username":"admin"},"bootstrapServers":"example.com:8080,fraud.example.com:8000","config":{"auto.offset.reset":"earliest"},"name":"connection-280","networking":{"access":{"type":"PUBLIC"}},"security":{"protocol":"PLAINTEXT"},"type":"Kafka"} \ No newline at end of file +{"authentication":{"mechanism":"SCRAM-256","username":"admin"},"bootstrapServers":"example.com:8080,fraud.example.com:8000","config":{"auto.offset.reset":"earliest"},"name":"connection-0","networking":{"access":{"type":"PUBLIC"}},"security":{"protocol":"PLAINTEXT"},"type":"Kafka"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestStreams/POST__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_1.json b/test/e2e/.snapshots/TestStreams/Creating_a_streams_instance/POST__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_1.snaphost similarity index 50% rename from test/e2e/.snapshots/TestStreams/POST__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_1.json rename to test/e2e/.snapshots/TestStreams/Creating_a_streams_instance/POST__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_1.snaphost index 33e36f27f0..2574bbd3f5 100644 --- a/test/e2e/.snapshots/TestStreams/POST__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_1.json +++ b/test/e2e/.snapshots/TestStreams/Creating_a_streams_instance/POST__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 289 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:24 GMT +Date: Mon, 31 Mar 2025 12:44:46 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 143 +X-Envoy-Upstream-Service-Time: 153 X-Frame-Options: DENY X-Java-Method: ApiStreamsResource::createTenant X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"_id":"67ea5a9845e7f051644d3108","dataProcessRegion":{"cloudProvider":"AWS","region":"VIRGINIA_USA"},"groupId":"67ea5a9545e7f051644d302f","hostnames":["atlas-stream-67ea5a9845e7f051644d3108-vpw7f.virginia-usa.a.query.mongodb-dev.net"],"name":"instance-989","streamConfig":{"tier":"SP30"}} \ No newline at end of file +{"_id":"67ea8e3fb31ead384fc6a82a","dataProcessRegion":{"cloudProvider":"AWS","region":"VIRGINIA_USA"},"groupId":"67ea8e3db31ead384fc6a76c","hostnames":["atlas-stream-67ea8e3fb31ead384fc6a82a-ezicw.virginia-usa.a.query.mongodb-dev.net"],"name":"instance-993","streamConfig":{"tier":"SP30"}} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestStreams/POST__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_privateLinkConnections_1.json b/test/e2e/.snapshots/TestStreams/Creating_a_streams_privateLink_endpoint/POST__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_privateLinkConnections_1.snaphost similarity index 72% rename from test/e2e/.snapshots/TestStreams/POST__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_privateLinkConnections_1.json rename to test/e2e/.snapshots/TestStreams/Creating_a_streams_privateLink_endpoint/POST__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_privateLinkConnections_1.snaphost index 1be8e85066..51885e5404 100644 --- a/test/e2e/.snapshots/TestStreams/POST__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_privateLinkConnections_1.json +++ b/test/e2e/.snapshots/TestStreams/Creating_a_streams_privateLink_endpoint/POST__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_privateLinkConnections_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 278 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:26 GMT +Date: Mon, 31 Mar 2025 12:44:48 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 61 +X-Envoy-Upstream-Service-Time: 70 X-Frame-Options: DENY X-Java-Method: ApiStreamsResource::createPrivateLinkConnection X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"_id":"67ea5a9a3720c31313777c33","dnsDomain":"test-namespace.servicebus.windows.net","provider":"Azure","region":"US_EAST_2","serviceEndpointId":"/subscriptions/fd01adff-b37e-4693-8497-83ecf183a145/resourceGroups/test-rg/providers/Microsoft.EventHub/namespaces/test-namespace"} \ No newline at end of file +{"_id":"67ea8e40b31ead384fc6a86c","dnsDomain":"test-namespace.servicebus.windows.net","provider":"Azure","region":"US_EAST_2","serviceEndpointId":"/subscriptions/fd01adff-b37e-4693-8497-83ecf183a145/resourceGroups/test-rg/providers/Microsoft.EventHub/namespaces/test-namespace"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestStreams/DELETE__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_connections_connection-280_1.json b/test/e2e/.snapshots/TestStreams/Deleting_a_streams_connection/DELETE__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_connections_connection-0_1.snaphost similarity index 70% rename from test/e2e/.snapshots/TestStreams/DELETE__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_connections_connection-280_1.json rename to test/e2e/.snapshots/TestStreams/Deleting_a_streams_connection/DELETE__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_connections_connection-0_1.snaphost index 1782ca7ed9..69c39fd20b 100644 --- a/test/e2e/.snapshots/TestStreams/DELETE__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_connections_connection-280_1.json +++ b/test/e2e/.snapshots/TestStreams/Deleting_a_streams_connection/DELETE__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_connections_connection-0_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 2 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:28 GMT +Date: Mon, 31 Mar 2025 12:44:50 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 144 +X-Envoy-Upstream-Service-Time: 140 X-Frame-Options: DENY X-Java-Method: ApiStreamsResource::deleteConnection X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestStreams/DELETE__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_1.json b/test/e2e/.snapshots/TestStreams/Deleting_a_streams_instance/DELETE__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_1.snaphost similarity index 70% rename from test/e2e/.snapshots/TestStreams/DELETE__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_1.json rename to test/e2e/.snapshots/TestStreams/Deleting_a_streams_instance/DELETE__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_1.snaphost index f751d47a39..3424b0bab1 100644 --- a/test/e2e/.snapshots/TestStreams/DELETE__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_1.json +++ b/test/e2e/.snapshots/TestStreams/Deleting_a_streams_instance/DELETE__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 2 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:28 GMT +Date: Mon, 31 Mar 2025 12:44:50 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 115 +X-Envoy-Upstream-Service-Time: 132 X-Frame-Options: DENY X-Java-Method: ApiStreamsResource::deleteTenant X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestStreams/DELETE__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_privateLinkConnections_67ea5a9a3720c31313777c33_1.json b/test/e2e/.snapshots/TestStreams/Deleting_a_streams_privateLink_endpoint/DELETE__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_privateLinkConnections_67ea8e40b31ead384fc6a86c_1.snaphost similarity index 71% rename from test/e2e/.snapshots/TestStreams/DELETE__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_privateLinkConnections_67ea5a9a3720c31313777c33_1.json rename to test/e2e/.snapshots/TestStreams/Deleting_a_streams_privateLink_endpoint/DELETE__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_privateLinkConnections_67ea8e40b31ead384fc6a86c_1.snaphost index ec996326dc..1d1fecce25 100644 --- a/test/e2e/.snapshots/TestStreams/DELETE__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_privateLinkConnections_67ea5a9a3720c31313777c33_1.json +++ b/test/e2e/.snapshots/TestStreams/Deleting_a_streams_privateLink_endpoint/DELETE__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_privateLinkConnections_67ea8e40b31ead384fc6a86c_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 2 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:27 GMT +Date: Mon, 31 Mar 2025 12:44:49 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 39 +X-Envoy-Upstream-Service-Time: 42 X-Frame-Options: DENY X-Java-Method: ApiStreamsResource::deletePrivateLinkConnection X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestStreams/GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_connections_connection-280_1.json b/test/e2e/.snapshots/TestStreams/Describing_a_streams_connection/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_connections_connection-0_1.snaphost similarity index 59% rename from test/e2e/.snapshots/TestStreams/GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_connections_connection-280_1.json rename to test/e2e/.snapshots/TestStreams/Describing_a_streams_connection/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_connections_connection-0_1.snaphost index 91bc077116..0d08c4eb12 100644 --- a/test/e2e/.snapshots/TestStreams/GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_connections_connection-280_1.json +++ b/test/e2e/.snapshots/TestStreams/Describing_a_streams_connection/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_connections_connection-0_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK -Content-Length: 283 +Content-Length: 281 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:27 GMT +Date: Mon, 31 Mar 2025 12:44:49 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 42 +X-Envoy-Upstream-Service-Time: 50 X-Frame-Options: DENY X-Java-Method: ApiStreamsResource::getConnection X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"authentication":{"mechanism":"SCRAM-256","username":"admin"},"bootstrapServers":"example.com:8080,fraud.example.com:8000","config":{"auto.offset.reset":"earliest"},"name":"connection-280","networking":{"access":{"type":"PUBLIC"}},"security":{"protocol":"PLAINTEXT"},"type":"Kafka"} \ No newline at end of file +{"authentication":{"mechanism":"SCRAM-256","username":"admin"},"bootstrapServers":"example.com:8080,fraud.example.com:8000","config":{"auto.offset.reset":"earliest"},"name":"connection-0","networking":{"access":{"type":"PUBLIC"}},"security":{"protocol":"PLAINTEXT"},"type":"Kafka"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestStreams/GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_1.json b/test/e2e/.snapshots/TestStreams/Describing_a_streams_instance/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_1.snaphost similarity index 50% rename from test/e2e/.snapshots/TestStreams/GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_1.json rename to test/e2e/.snapshots/TestStreams/Describing_a_streams_instance/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_1.snaphost index 00bd532f55..9244f78128 100644 --- a/test/e2e/.snapshots/TestStreams/GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_1.json +++ b/test/e2e/.snapshots/TestStreams/Describing_a_streams_instance/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 289 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:26 GMT +Date: Mon, 31 Mar 2025 12:44:48 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 32 +X-Envoy-Upstream-Service-Time: 49 X-Frame-Options: DENY X-Java-Method: ApiStreamsResource::getTenant X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"_id":"67ea5a9845e7f051644d3108","dataProcessRegion":{"cloudProvider":"AWS","region":"VIRGINIA_USA"},"groupId":"67ea5a9545e7f051644d302f","hostnames":["atlas-stream-67ea5a9845e7f051644d3108-vpw7f.virginia-usa.a.query.mongodb-dev.net"],"name":"instance-989","streamConfig":{"tier":"SP30"}} \ No newline at end of file +{"_id":"67ea8e3fb31ead384fc6a82a","dataProcessRegion":{"cloudProvider":"AWS","region":"VIRGINIA_USA"},"groupId":"67ea8e3db31ead384fc6a76c","hostnames":["atlas-stream-67ea8e3fb31ead384fc6a82a-ezicw.virginia-usa.a.query.mongodb-dev.net"],"name":"instance-993","streamConfig":{"tier":"SP30"}} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestStreams/GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_privateLinkConnections_67ea5a9a3720c31313777c33_1.json b/test/e2e/.snapshots/TestStreams/Describing_a_streams_privateLink_endpoint/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_privateLinkConnections_67ea8e40b31ead384fc6a86c_1.snaphost similarity index 73% rename from test/e2e/.snapshots/TestStreams/GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_privateLinkConnections_67ea5a9a3720c31313777c33_1.json rename to test/e2e/.snapshots/TestStreams/Describing_a_streams_privateLink_endpoint/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_privateLinkConnections_67ea8e40b31ead384fc6a86c_1.snaphost index 843c165ead..9a9eaedae5 100644 --- a/test/e2e/.snapshots/TestStreams/GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_privateLinkConnections_67ea5a9a3720c31313777c33_1.json +++ b/test/e2e/.snapshots/TestStreams/Describing_a_streams_privateLink_endpoint/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_privateLinkConnections_67ea8e40b31ead384fc6a86c_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 312 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Mon, 31 Mar 2025 09:04:26 GMT +Date: Mon, 31 Mar 2025 12:44:48 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 24 +X-Envoy-Upstream-Service-Time: 39 X-Frame-Options: DENY X-Java-Method: ApiStreamsResource::getPrivateLinkConnection X-Java-Version: 17.0.14+7 -X-Mongodb-Service-Version: gitHash=deb0d5da73b5311fa0e520fdae5055ba77d9372c; versionString=master +X-Mongodb-Service-Version: gitHash=2d549c805065c765810442bca5a24f63ca5de3db; versionString=master X-Permitted-Cross-Domain-Policies: none -{"_id":"67ea5a9a3720c31313777c33","dnsDomain":"test-namespace.servicebus.windows.net","provider":"AZURE","region":"US_EAST_2","serviceEndpointId":"/subscriptions/fd01adff-b37e-4693-8497-83ecf183a145/resourceGroups/test-rg/providers/Microsoft.EventHub/namespaces/test-namespace","state":"IDLE","vendor":"GENERIC"} \ No newline at end of file +{"_id":"67ea8e40b31ead384fc6a86c","dnsDomain":"test-namespace.servicebus.windows.net","provider":"AZURE","region":"US_EAST_2","serviceEndpointId":"/subscriptions/fd01adff-b37e-4693-8497-83ecf183a145/resourceGroups/test-rg/providers/Microsoft.EventHub/namespaces/test-namespace","state":"IDLE","vendor":"GENERIC"} \ No newline at end of file diff --git a/test/e2e/.snapshots/TestStreams/GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_auditLogs_1.json b/test/e2e/.snapshots/TestStreams/Downloading_streams_instance_logs_instance/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_auditLogs_1.snaphost similarity index 57% rename from test/e2e/.snapshots/TestStreams/GET__api_atlas_v2_groups_67ea5a9545e7f051644d302f_streams_instance-989_auditLogs_1.json rename to test/e2e/.snapshots/TestStreams/Downloading_streams_instance_logs_instance/GET__api_atlas_v2_groups_67ea8e3db31ead384fc6a76c_streams_instance-993_auditLogs_1.snaphost index ad311dd02195f11b99cf807f62cb4ee1a56afd7f..0b3781d74e8cf284900a01b23a21a6fe4353355e 100644 GIT binary patch delta 118 zcmbQkI-7Muq_(AType&Csjh*suCZZ=p^=q|iIuT=6sDkw`NS3v4u}FE`^pJs6AQD+ z3mB_3j8aTZER!t^ObyITlg-UcEes7zOpKC}6HOD1Ow!DZfsB+? Date: Mon, 31 Mar 2025 14:33:46 +0100 Subject: [PATCH 4/4] fix lint --- test/e2e/atlas_e2e_test_generator_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/atlas_e2e_test_generator_test.go b/test/e2e/atlas_e2e_test_generator_test.go index 3971e033d6..d7b1acb5c7 100644 --- a/test/e2e/atlas_e2e_test_generator_test.go +++ b/test/e2e/atlas_e2e_test_generator_test.go @@ -19,7 +19,7 @@ import ( "bytes" "compress/flate" "compress/gzip" - "crypto/sha1" + "crypto/sha1" //nolint:gosec // no need to be secure just replacing long filenames for windows "encoding/base64" "encoding/json" "fmt" @@ -525,7 +525,7 @@ func defaultSnapshotBaseName(r *http.Request) string { func snapshotHashedName(r *http.Request) string { defaultSnapshotBaseName := defaultSnapshotBaseName(r) - hash := fmt.Sprintf("%x", sha1.Sum([]byte(defaultSnapshotBaseName))) + hash := fmt.Sprintf("%x", sha1.Sum([]byte(defaultSnapshotBaseName))) //nolint:gosec // no need to be secure just replacing long filenames for windows return hash }