From da0e2b3d5722deb5501fbf9df9006c3a0e7b4f3e Mon Sep 17 00:00:00 2001 From: Jeroen Vervaeke Date: Thu, 24 Jul 2025 12:07:07 +0200 Subject: [PATCH 1/2] Removed defaultMongoDBVersion api call in builders. MongoDB version is still optional. --- docs/command/atlas-clusters-create.txt | 4 ++-- internal/cli/clusters/create.go | 10 ++++++---- internal/usage/usage.go | 1 + 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/command/atlas-clusters-create.txt b/docs/command/atlas-clusters-create.txt index f378e50ae0..4f14e97116 100644 --- a/docs/command/atlas-clusters-create.txt +++ b/docs/command/atlas-clusters-create.txt @@ -97,9 +97,9 @@ Options * - --mdbVersion - string - false - - Major MongoDB version of the cluster. + - Major MongoDB version of the cluster. When no value is specified, the latest stable MongoDB version is used, see: https://www.mongodb.com/resources/products/mongodb-version-history. - Mutually exclusive with --file. This value defaults to "8.0". + Mutually exclusive with --file. * - -m, --members - int - false diff --git a/internal/cli/clusters/create.go b/internal/cli/clusters/create.go index 612dfbde0a..73a38ce8ca 100644 --- a/internal/cli/clusters/create.go +++ b/internal/cli/clusters/create.go @@ -332,7 +332,11 @@ func (opts *CreateOpts) applyOptsAdvancedCluster(out *atlasClustersPinned.Advanc if !opts.isTenant() { out.DiskSizeGB = &opts.diskSizeGB - out.MongoDBMajorVersion = &opts.mdbVersion + + // If no MongoDB version is specified, the backend uses the default MongoDB version + if opts.mdbVersion != "" { + out.MongoDBMajorVersion = &opts.mdbVersion + } } out.ReplicationSpecs = &[]atlasClustersPinned.ReplicationSpec{replicationSpec} @@ -588,8 +592,6 @@ Deprecation note: the M2 and M5 tiers are now deprecated; when selecting M2 or M }, } - currentMDBVersion, _ := cli.DefaultMongoDBMajorVersion() - const ( defaultMembersSize = 3 defaultDiskSize = 2 @@ -600,7 +602,7 @@ Deprecation note: the M2 and M5 tiers are now deprecated; when selecting M2 or M cmd.Flags().IntVarP(&opts.members, flag.Members, flag.MembersShort, defaultMembersSize, usage.Members) cmd.Flags().StringVar(&opts.tier, flag.Tier, atlasFlex, usage.Tier) cmd.Flags().Float64Var(&opts.diskSizeGB, flag.DiskSizeGB, defaultDiskSize, usage.DiskSizeGB) - cmd.Flags().StringVar(&opts.mdbVersion, flag.MDBVersion, currentMDBVersion, usage.MDBVersion) + cmd.Flags().StringVar(&opts.mdbVersion, flag.MDBVersion, "", usage.MDBVersionCreate) cmd.Flags().BoolVar(&opts.backup, flag.Backup, false, usage.Backup) cmd.Flags().BoolVar(&opts.biConnector, flag.BIConnector, false, usage.BIConnector) cmd.Flags().StringVarP(&opts.filename, flag.File, flag.FileShort, "", usage.ClusterFilename) diff --git a/internal/usage/usage.go b/internal/usage/usage.go index 7bb932a1cf..96f44045b4 100644 --- a/internal/usage/usage.go +++ b/internal/usage/usage.go @@ -38,6 +38,7 @@ const ( NExamples = "Maximum number of example queries to provide that a suggested index will improve." NIndexes = "Maximum number of indexes to suggest." MDBVersion = "Major MongoDB version of the cluster." + MDBVersionCreate = "Major MongoDB version of the cluster. When no value is specified, the latest stable MongoDB version is used, see: https://www.mongodb.com/resources/products/mongodb-version-history." DeploymentMDBVersion = "Major MongoDB version of the deployment." AtlasAuthDB = "Authentication database name. If the user authenticates with AWS IAM, x.509, or LDAP, this value should be $external. If the user authenticates with SCRAM-SHA, this value should be admin." Granularity = "ISO 8601-formatted duration that specifies the interval between measurement data points. Only the following subset of ISO 8601-formatted time periods are supported: PT10S, PT1M, PT5M, PT1H, P1D. When you specify granularity, you must specify either period or start and end." From 3e171a379d5e4bedd81d7b06ae3189d955511e7a Mon Sep 17 00:00:00 2001 From: "apix-bot[bot]" <168195273+apix-bot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:38:14 +0000 Subject: [PATCH 2/2] Update snapshots --- ...bd5b4489810533462f2_accessList_1.snaphost} | 8 +- ...1dd0a799aa2ae9e80b99_accessList_1.snaphost | 16 --- ...4bd5b4489810533462f2_accessList_1.snaphost | 16 +++ .../GET_api_private_ipinfo_1.snaphost | 8 +- ...1dd0a799aa2ae9e80b99_accessList_1.snaphost | 16 --- ...4bd5b4489810533462f2_accessList_1.snaphost | 16 +++ ...3462f2_accessList_192.168.0.55_1.snaphost} | 6 +- ...3462f2_accessList_4.236.159.84_1.snaphost} | 6 +- ...3462f2_accessList_192.168.0.55_1.snaphost} | 6 +- ...3462f2_accessList_192.168.0.55_1.snaphost} | 8 +- ...1dd0a799aa2ae9e80b99_accessList_1.snaphost | 16 --- ...4bd5b4489810533462f2_accessList_1.snaphost | 16 +++ .../POST_api_atlas_v2_groups_1.snaphost | 8 +- .../.snapshots/TestAccessList/memory.json | 2 +- ...f1d7fa799aa2ae9e804de_processes_1.snaphost | 16 --- ...7f3874_clusters_accessLogs-542_1.snaphost} | 8 +- ...7f3874_clusters_accessLogs-542_2.snaphost} | 8 +- ...7f3874_clusters_accessLogs-542_3.snaphost} | 8 +- ...3874_clusters_provider_regions_1.snaphost} | 8 +- ...24ba542be0f23307f3874_processes_1.snaphost | 16 +++ ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- ...istory_clusters_accessLogs-542_1.snaphost} | 6 +- ...d-00-00.tribfe.mongodb-dev.net_1.snaphost} | 6 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...24ba542be0f23307f3874_clusters_1.snaphost} | 8 +- .../.snapshots/TestAccessLogs/memory.json | 2 +- ...1053346468_cloudProviderAccess_1.snaphost} | 8 +- ...1053346468_cloudProviderAccess_1.snaphost} | 8 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...56789abcdef012345b_alertConfigs_1.snaphost | 10 +- ...nfigs_68824be442be0f23307f3f65_1.snaphost} | 6 +- ...onfigs_687f1ddd44f1ab3f84231b73_1.snaphost | 16 --- ...onfigs_68824be442be0f23307f3f65_1.snaphost | 16 +++ ...56789abcdef012345b_alertConfigs_1.snaphost | 8 +- ...56789abcdef012345b_alertConfigs_1.snaphost | 8 +- ...lertConfigs_matchers_fieldNames_1.snaphost | 6 +- ...onfigs_687f1ddd44f1ab3f84231b73_1.snaphost | 16 --- ...onfigs_68824be442be0f23307f3f65_1.snaphost | 16 +++ ...onfigs_687f1ddd44f1ab3f84231b73_1.snaphost | 16 --- ...onfigs_68824be442be0f23307f3f65_1.snaphost | 16 +++ .../.snapshots/TestAlertConfig/memory.json | 2 +- ...alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost | 8 +- ...alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost | 8 +- ...alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost | 8 +- ...b0123456789abcdef012345b_alerts_1.snaphost | 8 +- ...b0123456789abcdef012345b_alerts_1.snaphost | 8 +- ...b0123456789abcdef012345b_alerts_1.snaphost | 8 +- ...alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost | 8 +- ...1d7da799aa2ae9e804ad_accessList_1.snaphost | 16 --- ...b9bb448981053345bb4_accessList_1.snaphost} | 8 +- .../GET_api_private_ipinfo_1.snaphost | 6 +- ...4b9bb448981053345bb4_accessList_1.snaphost | 16 +++ ...iKeys_68824b9bb448981053345bb4_1.snaphost} | 6 +- ...45bb4_accessList_4.236.159.225_1.snaphost} | 6 +- ...45bb4_accessList_192.168.0.245_1.snaphost} | 6 +- ...b9bb448981053345bb4_accessList_1.snaphost} | 10 +- ...0123456789abcdef012345a_apiKeys_1.snaphost | 8 +- .../TestAtlasOrgAPIKeyAccessList/memory.json | 2 +- ...0123456789abcdef012345a_apiKeys_1.snaphost | 8 +- ...iKeys_68824b9e42be0f23307f36e4_1.snaphost} | 6 +- ...iKeys_68824b9e42be0f23307f36e4_1.snaphost} | 6 +- ...0123456789abcdef012345a_apiKeys_1.snaphost | 10 +- ...0123456789abcdef012345a_apiKeys_1.snaphost | 10 +- ...iKeys_68824b9e42be0f23307f36e4_1.snaphost} | 6 +- ...vites_68824ba042be0f23307f377b_1.snaphost} | 6 +- ...vites_68824ba1b448981053345d2b_1.snaphost} | 4 +- ...vites_68824ba042be0f23307f377b_1.snaphost} | 8 +- ...0123456789abcdef012345a_invites_1.snaphost | 8 +- ...0123456789abcdef012345a_invites_1.snaphost | 10 +- ...0123456789abcdef012345a_invites_1.snaphost | 8 +- ...0123456789abcdef012345a_invites_1.snaphost | 10 +- ...vites_68824ba042be0f23307f377b_1.snaphost} | 8 +- ...0123456789abcdef012345a_invites_1.snaphost | 8 +- ...vites_68824ba042be0f23307f377b_1.snaphost} | 8 +- ...vites_68824ba042be0f23307f377b_1.snaphost} | 8 +- .../TestAtlasOrgInvitations/memory.json | 2 +- ...2_orgs_a0123456789abcdef012345a_1.snaphost | 6 +- .../List/GET_api_atlas_v2_orgs_1.snaphost | 6 +- ..._a0123456789abcdef012345a_users_1.snaphost | 10 +- .../.snapshots/TestAtlasOrgs/memory.json | 2 +- ...iKeys_68824ba642be0f23307f38e6_1.snaphost} | 8 +- ...0123456789abcdef012345b_apiKeys_1.snaphost | 8 +- ...iKeys_68824ba642be0f23307f38e6_1.snaphost} | 6 +- ...iKeys_68824ba642be0f23307f38e6_1.snaphost} | 6 +- ...0123456789abcdef012345b_apiKeys_1.snaphost | 8 +- ...0123456789abcdef012345b_apiKeys_1.snaphost | 8 +- ...vites_68824baab448981053345e8b_1.snaphost} | 6 +- ...vites_68824baab448981053345e8b_1.snaphost} | 8 +- ...824ba8b448981053345dc8_invites_1.snaphost} | 8 +- ...824ba8b448981053345dc8_invites_1.snaphost} | 8 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...vites_68824baab448981053345e8b_1.snaphost} | 8 +- ...824ba8b448981053345dc8_invites_1.snaphost} | 8 +- .../TestAtlasProjectInvitations/memory.json | 2 +- ..._687f1d9c44f1ab3f84231819_teams_1.snaphost | 16 --- ..._68824bb342be0f23307f3bc9_teams_1.snaphost | 16 +++ ...teams_68824bb6b448981053346106_1.snaphost} | 6 +- ...teams_68824bb6b448981053346106_1.snaphost} | 6 +- ..._a0123456789abcdef012345a_users_1.snaphost | 8 +- ..._687f1d9c44f1ab3f84231819_teams_1.snaphost | 16 --- ..._68824bb342be0f23307f3bc9_teams_1.snaphost | 16 +++ .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ..._a0123456789abcdef012345a_teams_1.snaphost | 10 +- ..._teams_687f1d9f44f1ab3f84231882_1.snaphost | 16 --- ..._teams_68824bb6b448981053346106_1.snaphost | 16 +++ .../TestAtlasProjectTeams/memory.json | 2 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...roups_68824bac42be0f23307f39ff_1.snaphost} | 4 +- ...groups_687f1d94a799aa2ae9e807fc_1.snaphost | 16 --- ...groups_68824bac42be0f23307f39ff_1.snaphost | 16 +++ .../List/GET_api_atlas_v2_groups_1.snaphost | 10 +- ...groups_687f1d94a799aa2ae9e807fc_1.snaphost | 16 --- ...groups_68824bac42be0f23307f39ff_1.snaphost | 16 +++ ...groups_687f1d94a799aa2ae9e807fc_1.snaphost | 16 --- ...groups_68824bac42be0f23307f39ff_1.snaphost | 16 +++ ...groups_687f1d94a799aa2ae9e807fc_1.snaphost | 16 --- ...groups_68824bac42be0f23307f39ff_1.snaphost | 16 +++ ...groups_687f1d94a799aa2ae9e807fc_1.snaphost | 16 --- ...groups_68824bac42be0f23307f39ff_1.snaphost | 16 +++ ...groups_687f1d94a799aa2ae9e807fc_1.snaphost | 16 --- ...groups_68824bac42be0f23307f39ff_1.snaphost | 16 +++ ...68824bac42be0f23307f39ff_users_1.snaphost} | 8 +- .../.snapshots/TestAtlasProjects/memory.json | 2 +- ...68824bbcb44898105334613c_users_1.snaphost} | 8 +- ...teams_68824bbcb44898105334613c_1.snaphost} | 6 +- ...users_61dc5929ae95796dcd418d1d_1.snaphost} | 6 +- ..._a0123456789abcdef012345a_users_1.snaphost | 8 +- ..._a0123456789abcdef012345a_users_2.snaphost | 8 +- ...68824bbcb44898105334613c_users_1.snaphost} | 8 +- ...68824bbcb44898105334613c_users_1.snaphost} | 8 +- ..._a0123456789abcdef012345a_teams_1.snaphost | 10 +- .../.snapshots/TestAtlasTeamUsers/memory.json | 2 +- ..._a0123456789abcdef012345a_users_1.snaphost | 8 +- ..._a0123456789abcdef012345a_teams_1.snaphost | 10 +- ...teams_68824bb942be0f23307f3c7d_1.snaphost} | 6 +- ...teams_68824bb942be0f23307f3c7d_1.snaphost} | 8 +- ...f012345a_teams_byName_teams873_1.snaphost} | 8 +- ..._a0123456789abcdef012345a_teams_1.snaphost | 8 +- ..._a0123456789abcdef012345a_teams_1.snaphost | 6 +- ...teams_68824bb942be0f23307f3c7d_1.snaphost} | 8 +- .../.snapshots/TestAtlasTeams/memory.json | 2 +- ..._users_5e4bc367c6b0f41bb9bbb178_1.snaphost | 6 +- ...e_andrea.angiolillo@mongodb.com_1.snaphost | 6 +- .../Invite/POST_api_atlas_v2_users_1.snaphost | 10 +- ..._b0123456789abcdef012345b_users_1.snaphost | 8 +- .../.snapshots/TestAtlasUsers/memory.json | 2 +- ...24be8b44898105334652d_auditLog_1.snaphost} | 6 +- .../POST_api_atlas_v2_groups_1.snaphost | 10 +- ...24be8b44898105334652d_auditLog_1.snaphost} | 6 +- ...24be8b44898105334652d_auditLog_1.snaphost} | 6 +- ...usters_AutogeneratedCommands-6_1.snaphost} | 8 +- ...usters_AutogeneratedCommands-6_2.snaphost} | 8 +- ...usters_AutogeneratedCommands-6_3.snaphost} | 8 +- ...3610_clusters_provider_regions_1.snaphost} | 6 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...24b9a42be0f23307f3610_clusters_1.snaphost} | 8 +- .../TestAutogeneratedCommands/memory.json | 2 +- ...07f352b_backupCompliancePolicy_1.snaphost} | 8 +- ...07f352b_backupCompliancePolicy_2.snaphost} | 8 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...07f352b_backupCompliancePolicy_1.snaphost} | 8 +- ...07f352b_backupCompliancePolicy_1.snaphost} | 6 +- ...07f352b_backupCompliancePolicy_1.snaphost} | 8 +- ...07f352b_backupCompliancePolicy_1.snaphost} | 8 +- ...07f352b_backupCompliancePolicy_2.snaphost} | 8 +- ...07f352b_backupCompliancePolicy_3.snaphost} | 8 +- ...07f352b_backupCompliancePolicy_1.snaphost} | 8 +- ...3345c72_backupCompliancePolicy_1.snaphost} | 8 +- ...3345c72_backupCompliancePolicy_2.snaphost} | 8 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...3345c72_backupCompliancePolicy_1.snaphost} | 8 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...3345d41_backupCompliancePolicy_1.snaphost} | 8 +- ...3345e17_backupCompliancePolicy_1.snaphost} | 8 +- ...3345e17_backupCompliancePolicy_2.snaphost} | 8 +- .../POST_api_atlas_v2_groups_1.snaphost | 10 +- ...3345e17_backupCompliancePolicy_1.snaphost} | 8 +- ...3345e17_backupCompliancePolicy_1.snaphost} | 8 +- ...3345e17_backupCompliancePolicy_1.snaphost} | 6 +- ...07f3c8a_backupCompliancePolicy_1.snaphost} | 8 +- ...07f3c8a_backupCompliancePolicy_2.snaphost} | 8 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...84231885_backupCompliancePolicy_1.snaphost | 16 --- ...307f3c8a_backupCompliancePolicy_1.snaphost | 16 +++ .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...3346169_backupCompliancePolicy_1.snaphost} | 8 +- ...ae3_clusters_cluster-192_index_1.snaphost} | 6 +- ...24bb042be0f23307f3ae3_clusters_1.snaphost} | 8 +- ...3307f3ae3_clusters_cluster-192_1.snaphost} | 6 +- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...3307f3ae3_clusters_cluster-192_1.snaphost} | 8 +- ...r-192_autoScalingConfiguration_1.snaphost} | 6 +- ...3307f3ae3_clusters_cluster-192_1.snaphost} | 8 +- ...3307f3ae3_clusters_cluster-192_1.snaphost} | 8 +- ...3307f3ae3_clusters_cluster-192_2.snaphost} | 8 +- ...3307f3ae3_clusters_cluster-192_3.snaphost} | 8 +- .../.snapshots/TestClustersFile/memory.json | 2 +- ...3307f33bd_clusters_cluster-759_1.snaphost} | 8 +- ...3307f33bd_clusters_cluster-759_2.snaphost} | 8 +- ...24b8642be0f23307f33bd_clusters_1.snaphost} | 8 +- ...3bd_clusters_cluster-759_index_1.snaphost} | 6 +- ...3307f33bd_clusters_cluster-759_1.snaphost} | 6 +- ...3307f33bd_clusters_cluster-759_1.snaphost} | 6 +- ...3307f33bd_clusters_cluster-759_2.snaphost} | 8 +- ...3307f33bd_clusters_cluster-759_1.snaphost} | 8 +- ...usters_cluster-759_processArgs_1.snaphost} | 6 +- ...3307f33bd_clusters_cluster-759_1.snaphost} | 8 +- ...3307f33bd_clusters_cluster-759_1.snaphost} | 8 +- ...33bd_clusters_provider_regions_1.snaphost} | 8 +- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- ...24b8642be0f23307f33bd_clusters_1.snaphost} | 8 +- ..._sampleDatasetLoad_cluster-759_1.snaphost} | 8 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...2ae9e8067f_clusters_cluster-925_2.snaphost | 18 ---- ...3307f33bd_clusters_cluster-759_1.snaphost} | 10 +- ...23307f33bd_clusters_cluster-759_2.snaphost | 18 ++++ ...r-759_autoScalingConfiguration_1.snaphost} | 4 +- ...3307f33bd_clusters_cluster-759_1.snaphost} | 8 +- ...usters_cluster-759_processArgs_1.snaphost} | 6 +- .../.snapshots/TestClustersFlags/memory.json | 2 +- ...24bcd42be0f23307f3e00_clusters_1.snaphost} | 8 +- ...3307f3e00_clusters_cluster-385_1.snaphost} | 6 +- ...3307f3e00_clusters_cluster-385_1.snaphost} | 8 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...3307f3e00_clusters_cluster-385_1.snaphost} | 8 +- ...3307f3e00_clusters_cluster-385_2.snaphost} | 8 +- ...3307f3e00_clusters_cluster-385_3.snaphost} | 8 +- .../TestClustersM0Flags/memory.json | 2 +- ...eb4489810533465c4_awsCustomDNS_1.snaphost} | 6 +- ...eb4489810533465c4_awsCustomDNS_1.snaphost} | 6 +- ...eb4489810533465c4_awsCustomDNS_1.snaphost} | 6 +- .../POST_api_atlas_v2_groups_1.snaphost | 10 +- ...cdef012345b_customDBRoles_roles_1.snaphost | 8 +- ...b_customDBRoles_roles_role-602_1.snaphost} | 6 +- ...b_customDBRoles_roles_role-602_1.snaphost} | 8 +- ...cdef012345b_customDBRoles_roles_1.snaphost | 8 +- ...b_customDBRoles_roles_role-602_1.snaphost} | 8 +- ...b_customDBRoles_roles_role-602_1.snaphost} | 8 +- ...b_customDBRoles_roles_role-602_1.snaphost} | 8 +- .../.snapshots/TestDBRoles/memory.json | 2 +- ...45b_databaseUsers_user625_certs_1.snaphost | 96 ------------------ ...45b_databaseUsers_user969_certs_1.snaphost | 96 ++++++++++++++++++ ...6789abcdef012345b_databaseUsers_1.snaphost | 8 +- ...atabaseUsers_$external_user969_1.snaphost} | 6 +- ...45b_databaseUsers_user625_certs_1.snaphost | 16 --- ...45b_databaseUsers_user969_certs_1.snaphost | 16 +++ .../.snapshots/TestDBUserCerts/memory.json | 2 +- ...6789abcdef012345b_databaseUsers_1.snaphost | 8 +- ...b_databaseUsers_admin_user-441_1.snaphost} | 6 +- ...b_databaseUsers_admin_user-441_1.snaphost} | 8 +- ...6789abcdef012345b_databaseUsers_1.snaphost | 8 +- ...6789abcdef012345b_databaseUsers_1.snaphost | 8 +- ...b_databaseUsers_admin_user-441_1.snaphost} | 8 +- ...b_databaseUsers_admin_user-441_1.snaphost} | 8 +- .../TestDBUserWithFlags/memory.json | 2 +- ...6789abcdef012345b_databaseUsers_1.snaphost | 8 +- ...6789abcdef012345b_databaseUsers_1.snaphost | 8 +- ...23456789abcdef012345d_user-884_1.snaphost} | 6 +- ...b_databaseUsers_admin_user-884_1.snaphost} | 6 +- ...23456789abcdef012345d_user-884_1.snaphost} | 8 +- ...b_databaseUsers_admin_user-884_1.snaphost} | 8 +- ...b_databaseUsers_admin_user-884_1.snaphost} | 8 +- .../TestDBUsersWithStdin/memory.json | 2 +- ...789abcdef012345b_dataFederation_1.snaphost | 8 +- ...ration_e2e-data-federation-843_1.snaphost} | 8 +- ...ration_e2e-data-federation-843_1.snaphost} | 6 +- ...ration_e2e-data-federation-843_1.snaphost} | 8 +- ...ta-federation-843_queryLogs.gz_1.snaphost} | Bin 709 -> 710 bytes ...789abcdef012345b_dataFederation_1.snaphost | 8 +- ...ta-federation-843_queryLogs.gz_1.snaphost} | Bin 690 -> 690 bytes ...ration_e2e-data-federation-843_1.snaphost} | 8 +- .../.snapshots/TestDataFederation/memory.json | 2 +- ...ateNetworkSettings_endpointIds_1.snaphost} | 8 +- ...ointIds_vpce-0fcd9d80bbafe6614_1.snaphost} | 6 +- ...ointIds_vpce-0fcd9d80bbafe6614_1.snaphost} | 8 +- ...ateNetworkSettings_endpointIds_1.snaphost} | 8 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- .../memory.json | 2 +- ...96_limits_bytesProcessed.query_1.snaphost} | 8 +- ...789abcdef012345b_dataFederation_1.snaphost | 8 +- ...96_limits_bytesProcessed.query_1.snaphost} | 6 +- ...ration_e2e-data-federation-896_1.snaphost} | 6 +- ...96_limits_bytesProcessed.query_1.snaphost} | 6 +- ...e2e-data-federation-896_limits_1.snaphost} | 8 +- .../TestDataFederationQueryLimit/memory.json | 2 +- ...a0123456789abcdef012345a_events_1.snaphost | 10 +- ...b0123456789abcdef012345b_events_1.snaphost | 10 +- ...def012345b_backup_exportBuckets_1.snaphost | 8 +- ...ckets_68824b8b42be0f23307f343f_1.snaphost} | 6 +- ...ckets_68824b8b42be0f23307f343f_1.snaphost} | 8 +- ...def012345b_backup_exportBuckets_1.snaphost | 8 +- ...def012345b_backup_exportBuckets_1.snaphost | 8 +- ...123456789abcdef012345b_clusters_1.snaphost | 8 +- ...ers_cluster-671_backup_exports_1.snaphost} | 8 +- ...s_cluster-671_backup_snapshots_1.snaphost} | 8 +- ...ef012345b_clusters_cluster-671_1.snaphost} | 6 +- ...shots_68824dabb448981053346fcf_1.snaphost} | 6 +- ...xports_687f1fbca799aa2ae9e8156a_1.snaphost | 16 --- ...xports_68824e60b44898105334725e_1.snaphost | 16 +++ ...ef012345b_clusters_cluster-671_1.snaphost} | 8 +- ...ef012345b_clusters_cluster-671_2.snaphost} | 8 +- ...ef012345b_clusters_cluster-671_3.snaphost} | 8 +- ...def012345b_clusters_cluster-671_4.snaphost | 16 +++ ...ef012345b_clusters_cluster-671_5.snaphost} | 8 +- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- ...ters_cluster-165_backup_exports_1.snaphost | 16 --- ...ters_cluster-671_backup_exports_1.snaphost | 16 +++ ...xports_687f1fbca799aa2ae9e8156a_3.snaphost | 16 --- ...ports_68824e60b44898105334725e_1.snaphost} | 8 +- ...ports_68824e60b44898105334725e_2.snaphost} | 8 +- ...xports_68824e60b44898105334725e_3.snaphost | 16 +++ ...pshots_687f1f1a44f1ab3f8423221b_5.snaphost | 16 --- ...shots_68824dabb448981053346fcf_1.snaphost} | 8 +- ...shots_68824dabb448981053346fcf_2.snaphost} | 8 +- ...shots_68824dabb448981053346fcf_3.snaphost} | 8 +- ...shots_68824dabb448981053346fcf_4.snaphost} | 8 +- ...pshots_68824dabb448981053346fcf_5.snaphost | 16 +++ ...shots_68824dabb448981053346fcf_1.snaphost} | 8 +- .../.snapshots/TestExportJobs/memory.json | 2 +- ...ef012345b_clusters_cluster-243_1.snaphost} | 8 +- ...2345b_flexClusters_cluster-243_1.snaphost} | 6 +- ...12345b_flexClusters_cluster-243_1.snaphost | 16 +++ ...2345b_flexClusters_cluster-243_2.snaphost} | 8 +- ...12345b_flexClusters_cluster-743_1.snaphost | 16 --- ...ef012345b_clusters_cluster-243_1.snaphost} | 8 +- ...2345b_flexClusters_cluster-243_1.snaphost} | 8 +- ...12345b_flexClusters_cluster-243_2.snaphost | 16 +++ ...12345b_flexClusters_cluster-743_2.snaphost | 16 --- ...56789abcdef012345b_flexClusters_1.snaphost | 8 +- ...bcdef012345b_clusters_test-flex_1.snaphost | 6 +- ...rs_test-flex_backup_restoreJobs_1.snaphost | 8 +- ...bcdef012345b_clusters_test-flex_1.snaphost | 6 +- ...rs_test-flex_backup_restoreJobs_1.snaphost | 8 +- ...reJobs_687f1d7c44f1ab3f842312bf_1.snaphost | 16 --- ...reJobs_68824bb1b44898105334602d_1.snaphost | 16 +++ ...rs_test-flex_backup_restoreJobs_1.snaphost | 8 +- ...reJobs_687f1d7c44f1ab3f842312bf_1.snaphost | 16 --- ...reJobs_687f1d7c44f1ab3f842312bf_3.snaphost | 16 --- ...eJobs_68824bb1b44898105334602d_1.snaphost} | 6 +- ...reJobs_68824bb1b44898105334602d_2.snaphost | 16 +++ ...reJobs_687f1dbc44f1ab3f84231a7b_1.snaphost | 16 --- ...reJobs_687f1dbc44f1ab3f84231a7b_3.snaphost | 16 --- ...reJobs_68824bf0b44898105334664c_1.snaphost | 16 +++ ...eJobs_68824bf0b44898105334664c_2.snaphost} | 6 +- ...reJobs_68824bf0b44898105334664c_3.snaphost | 16 +++ ...shots_6877dbfa11d6fd68785b443e_1.snaphost} | 8 +- ...ters_test-flex_backup_snapshots_1.snaphost | 8 +- ...shots_6877dbfa11d6fd68785b443e_1.snaphost} | 8 +- .../.snapshots/TestFlexBackup/memory.json | 2 +- ...56789abcdef012345b_flexClusters_1.snaphost | 8 +- ...ef012345b_clusters_cluster-144_1.snaphost} | 8 +- ...2345b_flexClusters_cluster-144_1.snaphost} | 6 +- ...2345b_flexClusters_cluster-144_1.snaphost} | 8 +- ...2345b_flexClusters_cluster-144_2.snaphost} | 8 +- ...ef012345b_clusters_cluster-144_1.snaphost} | 8 +- ...2345b_flexClusters_cluster-144_1.snaphost} | 8 +- ...56789abcdef012345b_flexClusters_1.snaphost | 8 +- .../.snapshots/TestFlexCluster/memory.json | 2 +- ...56789abcdef012345b_flexClusters_1.snaphost | 8 +- ...ef012345b_clusters_cluster-572_1.snaphost} | 6 +- ...2345b_flexClusters_cluster-572_1.snaphost} | 6 +- ...2345b_flexClusters_cluster-572_1.snaphost} | 8 +- ...2345b_flexClusters_cluster-572_2.snaphost} | 8 +- .../TestFlexClustersFile/memory.json | 2 +- ...123456789abcdef012345b_clusters_1.snaphost | 8 +- ...def012345b_clusters_cluster-311_1.snaphost | 16 +++ ...def012345b_clusters_cluster-337_1.snaphost | 16 --- ...ef012345b_clusters_cluster-311_1.snaphost} | 8 +- ...ef012345b_clusters_cluster-311_2.snaphost} | 8 +- ...r-311_autoScalingConfiguration_1.snaphost} | 6 +- ...ef012345b_clusters_cluster-311_1.snaphost} | 8 +- ...ef012345b_clusters_cluster-311_1.snaphost} | 8 +- ...ef012345b_clusters_cluster-311_1.snaphost} | 8 +- ...ef012345b_clusters_cluster-311_1.snaphost} | 8 +- ...ef012345b_clusters_cluster-311_1.snaphost} | 8 +- ...ef012345b_clusters_cluster-311_2.snaphost} | 8 +- ...ef012345b_clusters_cluster-311_3.snaphost} | 8 +- .../TestISSClustersFile/memory.json | 2 +- ...onfigs_a0123456789abcdef012345a_1.snaphost | 8 +- ...onfigs_a0123456789abcdef012345a_1.snaphost | 8 +- ...onfigs_a0123456789abcdef012345a_1.snaphost | 6 +- ...onfigs_a0123456789abcdef012345a_1.snaphost | 8 +- ...b7d26db1bc9c6_identityProviders_1.snaphost | 8 +- ...b7d26db1bc9c6_identityProviders_1.snaphost | 10 +- ...iders_68824bc2b448981053346166_1.snaphost} | 6 +- ..._68824bc2b448981053346166_jwks_1.snaphost} | 4 +- ...iders_68824bc3b4489810533461c8_1.snaphost} | 6 +- ..._68824bc3b4489810533461c8_jwks_1.snaphost} | 6 +- ...iders_68824bc3b4489810533461c8_1.snaphost} | 8 +- ...iders_68824bc3b4489810533461c8_1.snaphost} | 8 +- ...bcdef012345a_federationSettings_1.snaphost | 6 +- ...onfigs_a0123456789abcdef012345a_1.snaphost | 8 +- ...onfigs_a0123456789abcdef012345a_1.snaphost | 8 +- ...onfigs_a0123456789abcdef012345a_1.snaphost | 6 +- ...onfigs_a0123456789abcdef012345a_1.snaphost | 8 +- ...onfigs_a0123456789abcdef012345a_1.snaphost | 8 +- ...b7d26db1bc9c6_identityProviders_1.snaphost | 8 +- ...b7d26db1bc9c6_identityProviders_2.snaphost | 10 +- ...b7d26db1bc9c6_identityProviders_3.snaphost | 6 +- ...d26db1bc9c6_connectedOrgConfigs_1.snaphost | 6 +- ...onfigs_a0123456789abcdef012345a_1.snaphost | 6 +- ...onfigs_a0123456789abcdef012345a_1.snaphost | 6 +- ...r-525_autoScalingConfiguration_1.snaphost} | 6 +- ...ef012345b_clusters_cluster-525_1.snaphost} | 8 +- ...ef012345b_clusters_cluster-525_2.snaphost} | 8 +- ...123456789abcdef012345b_clusters_1.snaphost | 8 +- ...def012345b_clusters_cluster-525_1.snaphost | 16 +++ ...def012345b_clusters_cluster-769_1.snaphost | 16 --- ...ef012345b_clusters_cluster-525_1.snaphost} | 8 +- ...ef012345b_clusters_cluster-525_2.snaphost} | 8 +- ...3673_clusters_provider_regions_1.snaphost} | 8 +- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- ...ef012345b_clusters_cluster-525_1.snaphost} | 8 +- ...r-525_autoScalingConfiguration_1.snaphost} | 6 +- ...123456789abcdef012345b_clusters_1.snaphost | 10 +- ...r-525_autoScalingConfiguration_1.snaphost} | 6 +- ...r-671_autoScalingConfiguration_1.snaphost} | 6 +- ...r-944_autoScalingConfiguration_1.snaphost} | 6 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...ef012345b_clusters_cluster-525_1.snaphost} | 8 +- ...ef012345b_clusters_cluster-525_1.snaphost} | 8 +- .../memory.json | 2 +- ...3307f41b0_integrations_DATADOG_1.snaphost} | 8 +- ...07f41b0_integrations_OPS_GENIE_1.snaphost} | 8 +- ...4231ce2_integrations_PAGER_DUTY_1.snaphost | 16 --- ...07f41b0_integrations_PAGER_DUTY_1.snaphost | 16 +++ ...4231ce2_integrations_VICTOR_OPS_1.snaphost | 16 --- ...07f41b0_integrations_VICTOR_OPS_1.snaphost | 16 +++ ...3f84231ce2_integrations_WEBHOOK_1.snaphost | 16 --- ...23307f41b0_integrations_WEBHOOK_1.snaphost | 16 +++ ...3307f41b0_integrations_WEBHOOK_1.snaphost} | 6 +- ...3307f41b0_integrations_WEBHOOK_1.snaphost} | 8 +- ...fb44f1ab3f84231ce2_integrations_1.snaphost | 16 --- ...0042be0f23307f41b0_integrations_1.snaphost | 16 +++ .../POST_api_atlas_v2_groups_1.snaphost | 8 +- .../.snapshots/TestIntegrations/memory.json | 2 +- ...rSecurity_ldap_userToDNMapping_1.snaphost} | 6 +- ...0f23307f34b2_clusters_ldap-971_1.snaphost} | 8 +- ...0f23307f34b2_clusters_ldap-971_2.snaphost} | 8 +- ...0f23307f34b2_clusters_ldap-971_3.snaphost} | 8 +- ...34b2_clusters_provider_regions_1.snaphost} | 6 +- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- ...d42be0f23307f34b2_userSecurity_1.snaphost} | 6 +- ...erify_68824de1b4489810533470bd_1.snaphost} | 8 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...24b8d42be0f23307f34b2_clusters_1.snaphost} | 8 +- ...d42be0f23307f34b2_userSecurity_1.snaphost} | 6 +- ...f34b2_userSecurity_ldap_verify_1.snaphost} | 8 +- ...erify_68824de1b4489810533470bd_1.snaphost} | 8 +- ...erify_68824de1b4489810533470bd_2.snaphost} | 8 +- .../.snapshots/TestLDAPWithFlags/memory.json | 2 +- ...rSecurity_ldap_userToDNMapping_1.snaphost} | 6 +- ...3231e_clusters_provider_regions_1.snaphost | 16 --- ...0f23307f4ded_clusters_ldap-797_1.snaphost} | 8 +- ...0f23307f4ded_clusters_ldap-797_2.snaphost} | 8 +- ...0f23307f4ded_clusters_ldap-797_3.snaphost} | 8 +- ...f4ded_clusters_provider_regions_1.snaphost | 16 +++ ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- .../POST_api_atlas_v2_groups_1.snaphost | 10 +- ...24e0042be0f23307f4ded_clusters_1.snaphost} | 8 +- ...042be0f23307f4ded_userSecurity_1.snaphost} | 6 +- ...f4ded_userSecurity_ldap_verify_1.snaphost} | 8 +- .../.snapshots/TestLDAPWithStdin/memory.json | 2 +- ...2345a_liveMigrations_linkTokens_1.snaphost | 6 +- ...2345a_liveMigrations_linkTokens_1.snaphost | 6 +- ...2345a_liveMigrations_linkTokens_1.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_1.snaphost} | 8 +- ...v.net_logs_mongos-audit-log.gz_1.snaphost} | 8 +- ...mongodb-dev.net_logs_mongos.gz_1.snaphost} | 8 +- ...f1fcca799aa2ae9e8158a_processes_1.snaphost | 16 --- ...0f23307f4a7a_clusters_logs-826_1.snaphost} | 8 +- ...0f23307f4a7a_clusters_logs-826_2.snaphost} | 8 +- ...0f23307f4a7a_clusters_logs-826_3.snaphost} | 8 +- ...4a7a_clusters_provider_regions_1.snaphost} | 6 +- ...24d8842be0f23307f4a7a_processes_1.snaphost | 16 +++ ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...24d8842be0f23307f4a7a_clusters_1.snaphost} | 8 +- .../testdata/.snapshots/TestLogs/memory.json | 2 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...981053346773_maintenanceWindow_1.snaphost} | 6 +- ...981053346773_maintenanceWindow_1.snaphost} | 6 +- ...981053346773_maintenanceWindow_1.snaphost} | 6 +- ...f1d8e44f1ab3f84231649_processes_1.snaphost | 16 --- ...053345f1a_clusters_metrics-674_1.snaphost} | 8 +- ...053345f1a_clusters_metrics-674_2.snaphost} | 8 +- ...053345f1a_clusters_metrics-674_3.snaphost} | 8 +- ...5f1a_clusters_provider_regions_1.snaphost} | 6 +- ...24baeb448981053345f1a_processes_1.snaphost | 16 +++ ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...24baeb448981053345f1a_clusters_1.snaphost} | 8 +- ...7_databases_config_measurements_1.snaphost | 17 ---- ...7_databases_config_measurements_1.snaphost | 17 ++++ ...ongodb-dev.net_27017_databases_1.snaphost} | 8 +- ...t_27017_disks_data_measurements_1.snaphost | 17 ---- ...t_27017_disks_data_measurements_1.snaphost | 17 ++++ ...u4.mongodb-dev.net_27017_disks_1.snaphost} | 8 +- .../.snapshots/TestMetrics/memory.json | 2 +- ...godb-dev.net_27017_measurements_1.snaphost | 18 ---- ...godb-dev.net_27017_measurements_1.snaphost | 18 ++++ ...godb-dev.net_27017_measurements_1.snaphost | 17 ---- ...godb-dev.net_27017_measurements_1.snaphost | 17 ++++ ...ineArchives-660_onlineArchives_1.snaphost} | 8 +- ...hives_68824d8f42be0f23307f4aed_1.snaphost} | 6 +- ...hives_68824d8f42be0f23307f4aed_1.snaphost} | 8 +- ...70_clusters_onlineArchives-660_1.snaphost} | 8 +- ...70_clusters_onlineArchives-660_2.snaphost} | 8 +- ...70_clusters_onlineArchives-660_3.snaphost} | 8 +- ...3a70_clusters_provider_regions_1.snaphost} | 6 +- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- ...ineArchives-660_onlineArchives_1.snaphost} | 8 +- .../POST_api_atlas_v2_groups_1.snaphost | 10 +- ...24bae42be0f23307f3a70_clusters_1.snaphost} | 8 +- ...hives_68824d8f42be0f23307f4aed_1.snaphost} | 6 +- ...hives_68824d8f42be0f23307f4aed_1.snaphost} | 6 +- ...hives_68824d8f42be0f23307f4aed_1.snaphost} | 8 +- ...hives_68824d8f42be0f23307f4aed_1.snaphost} | 8 +- .../.snapshots/TestOnlineArchives/memory.json | 2 +- ...b361e890b66ae0a9d4f5ab834c5ed98_1.snaphost | 16 --- ...68541e057aeabc36a0d3c7e124fb858_1.snaphost | 16 +++ ...9b7b5373dd88f727689fa57442a8014_1.snaphost | 4 +- ...dcdc168c1f50b9a168a90c98e7f7df3_1.snaphost | 18 ---- ...dcdc168c1f50b9a168a90c98e7f7df3_2.snaphost | 16 --- ...dcdc168c1f50b9a168a90c98e7f7df3_3.snaphost | 16 --- ...4391b5bf9958d8f1c85c782054e254_1.snaphost} | 6 +- ...bf799304eb079b4905b8156319d524_1.snaphost} | 4 +- ...eb7f965f6757a46648f4031a9a8960_1.snaphost} | 6 +- ...5ae0671391ec6b63bd78dbcf14ce6e_1.snaphost} | 6 +- ...37b338ca6906cf216d2e0a2f845c48_1.snaphost} | 6 +- ...7ed0ab2503227d334dc08d3ad9e552d_1.snaphost | 18 ++++ ...7ed0ab2503227d334dc08d3ad9e552d_2.snaphost | 16 +++ ...7ed0ab2503227d334dc08d3ad9e552d_3.snaphost | 16 +++ ...7ed0ab2503227d334dc08d3ad9e552d_4.snaphost | 16 +++ ...8e1e54fd8b6cbd8c58278e82f8fa194_1.snaphost | 16 +++ ...1948b30c7b53782e569de1fdf3dc367_1.snaphost | 18 ---- ...ad0d748813fcc178141cb89eeb026ac_1.snaphost | 18 ++++ ...fccd0941e181b0ece95d180e16cdfc9_1.snaphost | 8 +- .../TestPerformanceAdvisor/memory.json | 2 +- ...rivateEndpoint_endpointService_1.snaphost} | 8 +- ...rvice_68824b8f42be0f23307f3515_1.snaphost} | 6 +- ...rvice_68824b8f42be0f23307f3515_1.snaphost} | 8 +- ...teEndpoint_AWS_endpointService_1.snaphost} | 8 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...rvice_68824b8f42be0f23307f3515_1.snaphost} | 8 +- ...rvice_68824b8f42be0f23307f3515_2.snaphost} | 8 +- ...privateEndpoint_endpointService_1.snaphost | 16 --- ...privateEndpoint_endpointService_1.snaphost | 16 +++ ...rvice_68824c2b42be0f23307f43b0_1.snaphost} | 6 +- ...ervice_687f1e54a799aa2ae9e80f52_1.snaphost | 16 --- ...ervice_68824c2b42be0f23307f43b0_1.snaphost | 16 +++ ...eEndpoint_AZURE_endpointService_1.snaphost | 16 --- ...eEndpoint_AZURE_endpointService_1.snaphost | 16 +++ .../POST_api_atlas_v2_groups_1.snaphost | 10 +- ...ervice_687f1e54a799aa2ae9e80f52_1.snaphost | 16 --- ...ervice_687f1e54a799aa2ae9e80f52_2.snaphost | 16 --- ...ervice_68824c2b42be0f23307f43b0_1.snaphost | 16 +++ ...ervice_68824c2b42be0f23307f43b0_2.snaphost | 16 +++ .../TestPrivateEndpointsAzure/memory.json | 2 +- ...rivateEndpoint_endpointService_1.snaphost} | 10 +- ...rvice_68824c6942be0f23307f4567_1.snaphost} | 6 +- ...ervice_687f1e8da799aa2ae9e81074_1.snaphost | 16 --- ...ervice_68824c6942be0f23307f4567_1.snaphost | 16 +++ ...ateEndpoint_GCP_endpointService_1.snaphost | 16 --- ...ateEndpoint_GCP_endpointService_1.snaphost | 16 +++ .../POST_api_atlas_v2_groups_1.snaphost | 10 +- ...ervice_687f1e8da799aa2ae9e81074_2.snaphost | 16 --- ...ervice_687f1e8da799aa2ae9e81074_3.snaphost | 16 --- ...ervice_687f1e8da799aa2ae9e81074_4.snaphost | 16 --- ...rvice_68824c6942be0f23307f4567_1.snaphost} | 10 +- ...ervice_68824c6942be0f23307f4567_2.snaphost | 16 +++ .../TestPrivateEndpointsGCP/memory.json | 2 +- ...07f3451_clusters_processes-935_1.snaphost} | 8 +- ...07f3451_clusters_processes-935_2.snaphost} | 8 +- ...07f3451_clusters_processes-935_3.snaphost} | 8 +- ...3451_clusters_provider_regions_1.snaphost} | 6 +- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...24b8c42be0f23307f3451_clusters_1.snaphost} | 8 +- ...00.dyhcbh.mongodb-dev.net_27017_1.snaphost | 16 --- ...00.0eiwse.mongodb-dev.net_27017_1.snaphost | 16 +++ ...f1d7044f1ab3f84230fb6_processes_1.snaphost | 16 --- ...24b8c42be0f23307f3451_processes_1.snaphost | 16 +++ ...f1d7044f1ab3f84230fb6_processes_1.snaphost | 16 --- ...24b8c42be0f23307f3451_processes_1.snaphost | 16 +++ .../.snapshots/TestProcesses/memory.json | 2 +- ...24c0942be0f23307f4260_settings_1.snaphost} | 6 +- ...7f1e0744f1ab3f84231e0d_settings_1.snaphost | 17 ---- ...24c0942be0f23307f4260_settings_1.snaphost} | 6 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...0_privateEndpoint_regionalMode_1.snaphost} | 6 +- ...0_privateEndpoint_regionalMode_1.snaphost} | 6 +- ...0_privateEndpoint_regionalMode_1.snaphost} | 6 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...upRestores-295_backup_snapshots_1.snaphost | 16 --- ...kupRestores-54_backup_snapshots_1.snaphost | 16 +++ ...858_clusters_backupRestores-295_1.snaphost | 16 --- ...e1_clusters_backupRestores2-712_1.snaphost | 16 --- ...roups_68824bafb448981053345f6d_1.snaphost} | 6 +- ...5f6d_clusters_backupRestores-54_1.snaphost | 16 +++ ...roups_68824d9d42be0f23307f4b11_1.snaphost} | 6 +- ...b11_clusters_backupRestores2-78_1.snaphost | 16 +++ ...shots_68824fb142be0f23307f541b_1.snaphost} | 6 +- ...858_clusters_backupRestores-295_3.snaphost | 16 --- ...858_clusters_backupRestores-295_5.snaphost | 16 --- ...e1_clusters_backupRestores2-712_1.snaphost | 18 ---- ...e1_clusters_backupRestores2-712_2.snaphost | 16 --- ...e1_clusters_backupRestores2-712_3.snaphost | 16 --- ...e1_clusters_backupRestores2-712_4.snaphost | 16 --- ...e1_clusters_backupRestores2-712_5.snaphost | 16 --- ...812e1_clusters_provider_regions_1.snaphost | 16 --- ...f6d_clusters_backupRestores-54_1.snaphost} | 8 +- ...f6d_clusters_backupRestores-54_2.snaphost} | 8 +- ...f6d_clusters_backupRestores-54_3.snaphost} | 8 +- ...5f6d_clusters_backupRestores-54_4.snaphost | 16 +++ ...5f6d_clusters_backupRestores-54_5.snaphost | 16 +++ ...45f6d_clusters_provider_regions_1.snaphost | 16 +++ ...11_clusters_backupRestores2-78_1.snaphost} | 8 +- ...11_clusters_backupRestores2-78_2.snaphost} | 8 +- ...11_clusters_backupRestores2-78_3.snaphost} | 8 +- ...11_clusters_backupRestores2-78_4.snaphost} | 8 +- ...11_clusters_backupRestores2-78_5.snaphost} | 8 +- ...4b11_clusters_provider_regions_1.snaphost} | 6 +- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- .../POST_api_atlas_v2_groups_1.snaphost | 10 +- .../POST_api_atlas_v2_groups_2.snaphost | 8 +- ...7f1f61a799aa2ae9e812e1_clusters_1.snaphost | 18 ---- ...24bafb448981053345f6d_clusters_1.snaphost} | 8 +- ...24d9d42be0f23307f4b11_clusters_1.snaphost} | 8 +- ...5f6d_clusters_backupRestores-54_1.snaphost | 16 +++ ...Restores-295_backup_restoreJobs_1.snaphost | 16 --- ...pRestores-54_backup_restoreJobs_1.snaphost | 16 +++ ...5f6d_clusters_backupRestores-54_1.snaphost | 16 +++ ...Restores-295_backup_restoreJobs_1.snaphost | 16 --- ...pRestores-54_backup_restoreJobs_1.snaphost | 16 +++ ...reJobs_687f21d044f1ab3f84232980_1.snaphost | 16 --- ...reJobs_687f21d044f1ab3f84232980_1.snaphost | 16 --- ...reJobs_6882506f42be0f23307f55a3_1.snaphost | 16 +++ ...reJobs_6882506f42be0f23307f55a3_1.snaphost | 16 +++ ...Restores-295_backup_restoreJobs_1.snaphost | 16 --- ...Restores-295_backup_restoreJobs_1.snaphost | 16 --- ...pRestores-54_backup_restoreJobs_1.snaphost | 16 +++ ...pRestores-54_backup_restoreJobs_1.snaphost | 16 +++ ...reJobs_687f21d044f1ab3f84232980_1.snaphost | 16 --- ...reJobs_687f21d044f1ab3f84232980_2.snaphost | 16 --- ...reJobs_687f21d044f1ab3f84232980_1.snaphost | 16 --- ...reJobs_6882506f42be0f23307f55a3_1.snaphost | 16 +++ ...reJobs_6882506f42be0f23307f55a3_2.snaphost | 16 +++ ...reJobs_6882506f42be0f23307f55a3_1.snaphost | 16 +++ ...reJobs_687f22b4a799aa2ae9e81b97_1.snaphost | 16 --- ...reJobs_687f22b4a799aa2ae9e81b97_2.snaphost | 16 --- ...reJobs_687f22b4a799aa2ae9e81b97_1.snaphost | 16 --- ...reJobs_6882516542be0f23307f58a7_1.snaphost | 16 +++ ...reJobs_6882516542be0f23307f58a7_2.snaphost | 16 +++ ...reJobs_6882516542be0f23307f58a7_1.snaphost | 16 +++ ...pshots_687f211ca799aa2ae9e818e2_1.snaphost | 16 --- ...pshots_687f211ca799aa2ae9e818e2_2.snaphost | 16 --- ...pshots_687f211ca799aa2ae9e818e2_3.snaphost | 16 --- ...pshots_687f211ca799aa2ae9e818e2_4.snaphost | 16 --- ...pshots_687f211ca799aa2ae9e818e2_5.snaphost | 16 --- ...pshots_687f211ca799aa2ae9e818e2_6.snaphost | 16 --- ...pshots_687f211ca799aa2ae9e818e2_1.snaphost | 16 --- ...pshots_68824fb142be0f23307f541b_1.snaphost | 16 +++ ...pshots_68824fb142be0f23307f541b_2.snaphost | 16 +++ ...pshots_68824fb142be0f23307f541b_3.snaphost | 16 +++ ...pshots_68824fb142be0f23307f541b_4.snaphost | 16 +++ ...pshots_68824fb142be0f23307f541b_5.snaphost | 16 +++ ...pshots_68824fb142be0f23307f541b_1.snaphost | 16 +++ .../.snapshots/TestRestores/memory.json | 2 +- ...ckupSchedule-42_backup_schedule_1.snaphost | 16 --- ...kupSchedule-839_backup_schedule_1.snaphost | 16 +++ ...ckupSchedule-42_backup_schedule_1.snaphost | 18 ---- ...kupSchedule-839_backup_schedule_1.snaphost | 18 ++++ ...30f92_clusters_provider_regions_1.snaphost | 16 --- ...93e_clusters_backupSchedule-839_1.snaphost | 18 ++++ ...93e_clusters_backupSchedule-839_2.snaphost | 16 +++ ...3e_clusters_backupSchedule-839_3.snaphost} | 8 +- ...4593e_clusters_provider_regions_1.snaphost | 16 +++ ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...824b89b44898105334593e_clusters_1.snaphost | 18 ++++ ...ckupSchedule-42_backup_schedule_1.snaphost | 18 ---- ...kupSchedule-839_backup_schedule_1.snaphost | 18 ++++ .../.snapshots/TestSchedule/memory.json | 2 +- ...ters_search-543_search_indexes_1.snaphost} | 8 +- ...ters_search-543_search_indexes_1.snaphost} | 8 +- ...lusters_search-543_fts_indexes_1.snaphost} | 8 +- ...ters_search-543_search_indexes_1.snaphost} | 8 +- ...dexes_68824e6742be0f23307f4f76_1.snaphost} | 6 +- ...dexes_68824e6742be0f23307f4f76_1.snaphost} | 10 +- ...31064_clusters_provider_regions_1.snaphost | 16 --- ...ab3f84231064_clusters_search-18_1.snaphost | 18 ---- ...ab3f84231064_clusters_search-18_2.snaphost | 16 --- ...ab3f84231064_clusters_search-18_3.snaphost | 16 --- ...6359_clusters_provider_regions_1.snaphost} | 6 +- ...1053346359_clusters_search-543_1.snaphost} | 8 +- ...1053346359_clusters_search-543_2.snaphost} | 8 +- ...1053346359_clusters_search-543_3.snaphost} | 8 +- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- ...tLoad_68824e24b4489810533471d3_1.snaphost} | 8 +- ...tLoad_68824e24b4489810533471d3_2.snaphost} | 8 +- ...9_sampleDatasetLoad_search-543_1.snaphost} | 8 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...7f1d7444f1ab3f84231064_clusters_1.snaphost | 18 ---- ...24bd6b448981053346359_clusters_1.snaphost} | 8 +- ...dexes_68824e6742be0f23307f4f76_1.snaphost} | 8 +- ...ts_indexes_sample_mflix_movies_1.snaphost} | 8 +- .../.snapshots/TestSearch/memory.json | 2 +- ...lusters_search-400_fts_indexes_1.snaphost} | 8 +- ...lusters_search-400_fts_indexes_1.snaphost} | 8 +- ...lusters_search-400_fts_indexes_1.snaphost} | 8 +- ...lusters_search-400_fts_indexes_1.snaphost} | 8 +- ...dexes_68825082b44898105334781c_1.snaphost} | 6 +- ...dexes_68825082b44898105334781c_1.snaphost} | 8 +- ...72af_clusters_provider_regions_1.snaphost} | 6 +- ...810533472af_clusters_search-400_1.snaphost | 18 ++++ ...810533472af_clusters_search-400_2.snaphost | 16 +++ ...810533472af_clusters_search-400_3.snaphost | 16 +++ ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- ...tLoad_6882505842be0f23307f557a_1.snaphost} | 10 +- ...tLoad_6882505842be0f23307f557a_2.snaphost} | 8 +- ...f_sampleDatasetLoad_search-400_1.snaphost} | 10 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...824e70b4489810533472af_clusters_1.snaphost | 18 ++++ ...dexes_68825082b44898105334781c_1.snaphost} | 8 +- ...ts_indexes_sample_mflix_movies_1.snaphost} | 8 +- .../TestSearchDeprecated/memory.json | 2 +- ..._cluster-315_search_deployment_1.snaphost} | 8 +- ..._cluster-315_search_deployment_2.snaphost} | 8 +- ..._cluster-315_search_deployment_1.snaphost} | 6 +- ..._cluster-315_search_deployment_1.snaphost} | 6 +- ...3307f398e_clusters_cluster-315_1.snaphost} | 8 +- ...3307f398e_clusters_cluster-315_2.snaphost} | 8 +- ...3307f398e_clusters_cluster-315_3.snaphost} | 8 +- ...398e_clusters_provider_regions_1.snaphost} | 8 +- ..._cluster-315_search_deployment_1.snaphost} | 8 +- ..._cluster-315_search_deployment_1.snaphost} | 8 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...24ba942be0f23307f398e_clusters_1.snaphost} | 8 +- ..._cluster-315_search_deployment_1.snaphost} | 8 +- ..._cluster-315_search_deployment_2.snaphost} | 8 +- ..._cluster-315_search_deployment_1.snaphost} | 8 +- ..._cluster-315_search_deployment_1.snaphost} | 6 +- .../.snapshots/TestSearchNodes/memory.json | 2 +- ...bc8b4489810533461eb_serverless_1.snaphost} | 8 +- ...33461eb_serverless_cluster-200_1.snaphost} | 6 +- ...e9e8054b_serverless_cluster-605_1.snaphost | 16 --- ...533461eb_serverless_cluster-200_1.snaphost | 16 +++ ...bc8b4489810533461eb_serverless_1.snaphost} | 8 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- ...33461eb_serverless_cluster-200_1.snaphost} | 8 +- ...e9e8054b_serverless_cluster-605_2.snaphost | 16 --- ...33461eb_serverless_cluster-200_1.snaphost} | 8 +- ...533461eb_serverless_cluster-200_2.snaphost | 16 +++ .../.snapshots/TestServerless/memory.json | 2 +- ...1d84a799aa2ae9e805b9_accessList_2.snaphost | 16 --- ...b8fb448981053345b19_accessList_1.snaphost} | 6 +- ...4b8fb448981053345b19_accessList_2.snaphost | 16 +++ ...a2ae9e805b9_clusters_cluster-98_2.snaphost | 16 --- ...1053345b19_clusters_cluster-61_1.snaphost} | 4 +- ...81053345b19_clusters_cluster-61_2.snaphost | 16 +++ ...a2ae9e805b9_clusters_cluster-98_2.snaphost | 18 ---- ...1053345b19_clusters_cluster-61_1.snaphost} | 4 +- ...81053345b19_clusters_cluster-61_2.snaphost | 18 ++++ ..._databaseUsers_admin_cluster-63_2.snaphost | 16 --- ...atabaseUsers_admin_cluster-370_1.snaphost} | 4 +- ...databaseUsers_admin_cluster-370_2.snaphost | 16 +++ ...2ae9e805b9_clusters_cluster-98_10.snaphost | 16 --- ...2ae9e805b9_clusters_cluster-98_12.snaphost | 16 --- ...2ae9e805b9_clusters_cluster-98_13.snaphost | 13 --- ...2ae9e805b9_clusters_cluster-98_14.snaphost | 16 --- ...2ae9e805b9_clusters_cluster-98_15.snaphost | 13 --- ...2ae9e805b9_clusters_cluster-98_16.snaphost | 16 --- ...2ae9e805b9_clusters_cluster-98_18.snaphost | 16 --- ...2ae9e805b9_clusters_cluster-98_19.snaphost | 13 --- ...a2ae9e805b9_clusters_cluster-98_2.snaphost | 18 ---- ...a2ae9e805b9_clusters_cluster-98_3.snaphost | 13 --- ...a2ae9e805b9_clusters_cluster-98_4.snaphost | 16 --- ...a2ae9e805b9_clusters_cluster-98_6.snaphost | 16 --- ...a2ae9e805b9_clusters_cluster-98_7.snaphost | 13 --- ...a2ae9e805b9_clusters_cluster-98_8.snaphost | 16 --- ...a2ae9e805b9_clusters_cluster-98_9.snaphost | 13 --- ...1053345b19_clusters_cluster-61_1.snaphost} | 4 +- ...1053345b19_clusters_cluster-61_10.snaphost | 16 +++ ...1053345b19_clusters_cluster-61_11.snaphost | 13 +++ ...1053345b19_clusters_cluster-61_12.snaphost | 16 +++ ...053345b19_clusters_cluster-61_13.snaphost} | 4 +- ...1053345b19_clusters_cluster-61_14.snaphost | 16 +++ ...053345b19_clusters_cluster-61_15.snaphost} | 4 +- ...1053345b19_clusters_cluster-61_16.snaphost | 16 +++ ...1053345b19_clusters_cluster-61_17.snaphost | 13 +++ ...1053345b19_clusters_cluster-61_18.snaphost | 16 +++ ...053345b19_clusters_cluster-61_19.snaphost} | 4 +- ...81053345b19_clusters_cluster-61_2.snaphost | 18 ++++ ...1053345b19_clusters_cluster-61_20.snaphost | 16 +++ ...1053345b19_clusters_cluster-61_21.snaphost | 13 +++ ...053345b19_clusters_cluster-61_22.snaphost} | 8 +- ...81053345b19_clusters_cluster-61_3.snaphost | 13 +++ ...81053345b19_clusters_cluster-61_4.snaphost | 16 +++ ...81053345b19_clusters_cluster-61_5.snaphost | 13 +++ ...81053345b19_clusters_cluster-61_6.snaphost | 16 +++ ...81053345b19_clusters_cluster-61_7.snaphost | 13 +++ ...81053345b19_clusters_cluster-61_8.snaphost | 16 +++ ...81053345b19_clusters_cluster-61_9.snaphost | 13 +++ .../POST_api_atlas_v2_groups_1.snaphost | 6 +- .../POST_api_atlas_v2_groups_2.snaphost | 8 +- ...a2ae9e805b9_clusters_cluster-98_1.snaphost | 13 --- ...a2ae9e805b9_clusters_cluster-98_3.snaphost | 13 --- ...a2ae9e805b9_clusters_cluster-98_4.snaphost | 16 --- ...a2ae9e805b9_clusters_cluster-98_5.snaphost | 13 --- ...a2ae9e805b9_clusters_cluster-98_6.snaphost | 16 --- ...81053345b19_clusters_cluster-61_1.snaphost | 13 +++ ...1053345b19_clusters_cluster-61_2.snaphost} | 8 +- ...81053345b19_clusters_cluster-61_3.snaphost | 13 +++ ...81053345b19_clusters_cluster-61_4.snaphost | 16 +++ ...81053345b19_clusters_cluster-61_5.snaphost | 13 +++ ...81053345b19_clusters_cluster-61_6.snaphost | 16 +++ ..._nds_defaultMongoDBMajorVersion_1.snaphost | 15 +++ ...1d84a799aa2ae9e805b9_accessList_1.snaphost | 13 --- ...1d84a799aa2ae9e805b9_accessList_2.snaphost | 16 --- ...7f1d84a799aa2ae9e805b9_clusters_1.snaphost | 13 --- ...4a799aa2ae9e805b9_databaseUsers_1.snaphost | 13 --- ...4a799aa2ae9e805b9_databaseUsers_2.snaphost | 16 --- ...4b8fb448981053345b19_accessList_1.snaphost | 13 +++ ...4b8fb448981053345b19_accessList_2.snaphost | 16 +++ ...824b8fb448981053345b19_clusters_1.snaphost | 13 +++ ...24b8fb448981053345b19_clusters_2.snaphost} | 8 +- ...fb448981053345b19_databaseUsers_1.snaphost | 13 +++ ...fb448981053345b19_databaseUsers_2.snaphost | 16 +++ .../testdata/.snapshots/TestSetup/memory.json | 2 +- .../GET_api_private_ipinfo_1.snaphost | 4 +- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 15 +++ ...6789abcdef012345b_databaseUsers_1.snaphost | 6 +- .../GET_api_private_ipinfo_1.snaphost | 4 +- .../GET_api_private_ipinfo_2.snaphost | 6 +- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 15 +++ ...11111111111111111_databaseUsers_1.snaphost | 6 +- ...11111111111111111_databaseUsers_2.snaphost | 4 +- .../GET_api_private_ipinfo_1.snaphost | 4 +- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 15 +++ ...6789abcdef012345b_databaseUsers_1.snaphost | 6 +- .../POST_api_atlas_v2_groups_1.snaphost | 4 +- .../POST_api_atlas_v2_groups_2.snaphost | 8 +- ...7f1d9ba799aa2ae9e80955_clusters_1.snaphost | 18 ---- ...824ba442be0f23307f380f_clusters_1.snaphost | 18 ++++ ...a2ae9e80955_clusters_cluster-41_1.snaphost | 16 --- ...23307f380f_clusters_cluster-273_1.snaphost | 16 +++ ...80955_clusters_provider_regions_1.snaphost | 16 --- ...f380f_clusters_provider_regions_1.snaphost | 16 +++ ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- .../POST_api_atlas_v2_groups_1.snaphost | 8 +- .../.snapshots/TestShardedCluster/memory.json | 2 +- ...2ae9e8009f_clusters_cluster-404_3.snaphost | 16 --- ...053346275_clusters_cluster-297_1.snaphost} | 8 +- ...053346275_clusters_cluster-297_2.snaphost} | 8 +- ...1053346275_clusters_cluster-297_3.snaphost | 16 +++ ...6275_clusters_provider_regions_1.snaphost} | 8 +- ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- .../POST_api_atlas_v2_groups_1.snaphost | 10 +- ...24bd0b448981053346275_clusters_1.snaphost} | 8 +- ...2ae9e8009f_clusters_cluster-404_1.snaphost | 16 --- ...1053346275_clusters_cluster-297_1.snaphost | 16 +++ ...2ae9e8009f_clusters_cluster-404_1.snaphost | 18 ---- ...2ae9e8009f_clusters_cluster-404_2.snaphost | 16 --- ...2ae9e8009f_clusters_cluster-404_3.snaphost | 16 --- ...1053346275_clusters_cluster-297_1.snaphost | 18 ++++ ...1053346275_clusters_cluster-297_2.snaphost | 16 +++ ...1053346275_clusters_cluster-297_3.snaphost | 16 +++ ...1053346275_clusters_cluster-297_4.snaphost | 16 +++ ...053346275_clusters_cluster-297_5.snaphost} | 8 +- ...053346275_clusters_cluster-297_6.snaphost} | 8 +- ...053346275_clusters_cluster-297_7.snaphost} | 8 +- ...053346275_clusters_cluster-297_8.snaphost} | 8 +- ...e9e8009f_clusters_tenantUpgrade_1.snaphost | 16 --- ...53346275_clusters_tenantUpgrade_1.snaphost | 16 +++ .../TestSharedClusterUpgrade/memory.json | 2 +- ...123456789abcdef012345b_clusters_1.snaphost | 10 +- ...ers_cluster-36_backup_snapshots_1.snaphost | 16 --- ...rs_cluster-944_backup_snapshots_1.snaphost | 16 +++ ...cdef012345b_clusters_cluster-36_1.snaphost | 16 --- ...def012345b_clusters_cluster-944_1.snaphost | 16 +++ ...shots_68824e0742be0f23307f4e7b_1.snaphost} | 4 +- ...pshots_687f1f0c44f1ab3f842321db_1.snaphost | 16 --- ...pshots_68824e0742be0f23307f4e7b_1.snaphost | 16 +++ ...pshots_687f1f0c44f1ab3f842321db_1.snaphost | 16 --- ...pshots_68824e0742be0f23307f4e7b_1.snaphost | 16 +++ ...cdef012345b_clusters_cluster-36_1.snaphost | 18 ---- ...cdef012345b_clusters_cluster-36_2.snaphost | 16 --- ...cdef012345b_clusters_cluster-36_3.snaphost | 16 --- ...cdef012345b_clusters_cluster-36_4.snaphost | 16 --- ...def012345b_clusters_cluster-944_1.snaphost | 18 ++++ ...def012345b_clusters_cluster-944_2.snaphost | 16 +++ ...def012345b_clusters_cluster-944_3.snaphost | 16 +++ ...ef012345b_clusters_cluster-944_4.snaphost} | 6 +- ...def012345b_clusters_cluster-944_5.snaphost | 16 +++ ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- ...ers_cluster-36_backup_snapshots_1.snaphost | 16 --- ...rs_cluster-944_backup_snapshots_1.snaphost | 16 +++ ...ers_cluster-36_backup_snapshots_1.snaphost | 16 --- ...rs_cluster-944_backup_snapshots_1.snaphost | 16 +++ ...pshots_687f1f0c44f1ab3f842321db_1.snaphost | 16 --- ...pshots_687f1f0c44f1ab3f842321db_2.snaphost | 16 --- ...pshots_687f1f0c44f1ab3f842321db_3.snaphost | 16 --- ...pshots_687f1f0c44f1ab3f842321db_4.snaphost | 16 --- ...pshots_687f1f0c44f1ab3f842321db_5.snaphost | 16 --- ...pshots_68824e0742be0f23307f4e7b_1.snaphost | 16 +++ ...pshots_68824e0742be0f23307f4e7b_2.snaphost | 16 +++ ...pshots_68824e0742be0f23307f4e7b_3.snaphost | 16 +++ ...pshots_68824e0742be0f23307f4e7b_4.snaphost | 16 +++ ...pshots_68824e0742be0f23307f4e7b_5.snaphost | 16 +++ ...pshots_687f1f0c44f1ab3f842321db_1.snaphost | 16 --- ...pshots_68824e0742be0f23307f4e7b_1.snaphost | 16 +++ .../.snapshots/TestSnapshots/memory.json | 2 +- ...reams_instance-990_connections_1.snaphost} | 8 +- ...87f1d91a799aa2ae9e8077d_streams_1.snaphost | 16 --- ...824babb448981053345e9a_streams_1.snaphost} | 8 +- ...streams_privateLinkConnections_1.snaphost} | 8 +- ...990_connections_connection-684_1.snaphost} | 6 +- ...053345e9a_streams_instance-990_1.snaphost} | 6 +- ...tions_68824bb1b44898105334600a_1.snaphost} | 6 +- ...990_connections_connection-684_1.snaphost} | 8 +- ...2ae9e8077d_streams_instance-916_1.snaphost | 16 --- ...1053345e9a_streams_instance-990_1.snaphost | 16 +++ ...tions_68824bb1b44898105334600a_1.snaphost} | 8 +- ...streams_instance-990_auditLogs_1.snaphost} | Bin 668 -> 668 bytes ...824babb448981053345e9a_streams_1.snaphost} | 8 +- ...87f1d91a799aa2ae9e8077d_streams_1.snaphost | 16 --- ...8824babb448981053345e9a_streams_1.snaphost | 16 +++ ...streams_privateLinkConnections_1.snaphost} | 8 +- ...reams_instance-990_connections_1.snaphost} | 8 +- .../POST_api_atlas_v2_groups_1.snaphost | 10 +- ...990_connections_connection-684_1.snaphost} | 8 +- ...2ae9e8077d_streams_instance-916_1.snaphost | 16 --- ...1053345e9a_streams_instance-990_1.snaphost | 16 +++ .../.snapshots/TestStreams/memory.json | 2 +- ...reams_instance-852_connections_1.snaphost} | 8 +- ...8824b9842be0f23307f35ad_streams_1.snaphost | 16 +++ ...3307f35ad_streams_instance-852_1.snaphost} | 6 +- ...31469_clusters_provider_regions_1.snaphost | 16 --- ...3307f35ad_clusters_cluster-173_1.snaphost} | 8 +- ...3307f35ad_clusters_cluster-173_2.snaphost} | 6 +- ...3307f35ad_clusters_cluster-173_3.snaphost} | 8 +- ...f35ad_clusters_provider_regions_1.snaphost | 16 +++ ..._nds_defaultMongoDBMajorVersion_1.snaphost | 4 +- .../POST_api_atlas_v2_groups_1.snaphost | 10 +- ...24b9842be0f23307f35ad_clusters_1.snaphost} | 8 +- .../TestStreamsWithClusters/memory.json | 2 +- 950 files changed, 4881 insertions(+), 4841 deletions(-) rename test/e2e/testdata/.snapshots/TestAccessList/Create_Delete_After/{POST_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_1.snaphost => POST_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_1.snaphost} (53%) delete mode 100644 test/e2e/testdata/.snapshots/TestAccessList/Create_Forever/POST_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestAccessList/Create_Forever/POST_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestAccessList/Create_with_CurrentIp/POST_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestAccessList/Create_with_CurrentIp/POST_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_1.snaphost rename test/e2e/testdata/.snapshots/TestAccessList/{Delete#02/DELETE_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_172.174.166.194_1.snaphost => Delete#01/DELETE_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_192.168.0.55_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestAccessList/{Delete/DELETE_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_192.168.0.97_1.snaphost => Delete#02/DELETE_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_4.236.159.84_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestAccessList/{Delete#01/DELETE_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_192.168.0.97_1.snaphost => Delete/DELETE_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_192.168.0.55_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestAccessList/Describe/{GET_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_192.168.0.97_1.snaphost => GET_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_192.168.0.55_1.snaphost} (51%) delete mode 100644 test/e2e/testdata/.snapshots/TestAccessList/List/GET_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestAccessList/List/GET_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_processes_1.snaphost rename test/e2e/testdata/.snapshots/TestAccessLogs/{GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_clusters_accessLogs-141_1.snaphost => GET_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_accessLogs-542_1.snaphost} (59%) rename test/e2e/testdata/.snapshots/TestAccessLogs/{GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_clusters_accessLogs-141_2.snaphost => GET_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_accessLogs-542_2.snaphost} (64%) rename test/e2e/testdata/.snapshots/TestAccessLogs/{GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_clusters_accessLogs-141_3.snaphost => GET_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_accessLogs-542_3.snaphost} (57%) rename test/e2e/testdata/.snapshots/{TestAutogeneratedCommands/GET_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_provider_regions_1.snaphost => TestAccessLogs/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_provider_regions_1.snaphost} (86%) create mode 100644 test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_processes_1.snaphost rename test/e2e/testdata/.snapshots/TestAccessLogs/List_by_clusterName/{GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_dbAccessHistory_clusters_accessLogs-141_1.snaphost => GET_api_atlas_v2_groups_68824ba542be0f23307f3874_dbAccessHistory_clusters_accessLogs-542_1.snaphost} (73%) rename test/e2e/testdata/.snapshots/TestAccessLogs/List_by_hostname/{GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_dbAccessHistory_processes_atlas-60w0wm-shard-00-00.oxgknb.mongodb-dev.net_1.snaphost => GET_api_atlas_v2_groups_68824ba542be0f23307f3874_dbAccessHistory_processes_atlas-k273el-shard-00-00.tribfe.mongodb-dev.net_1.snaphost} (73%) rename test/e2e/testdata/.snapshots/TestAccessLogs/{POST_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_clusters_1.snaphost => POST_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_1.snaphost} (59%) rename test/e2e/testdata/.snapshots/TestAccessRoles/Create/{POST_api_atlas_v2_groups_687f1dd544f1ab3f84231adb_cloudProviderAccess_1.snaphost => POST_api_atlas_v2_groups_68824bdab448981053346468_cloudProviderAccess_1.snaphost} (63%) rename test/e2e/testdata/.snapshots/TestAccessRoles/List/{GET_api_atlas_v2_groups_687f1dd544f1ab3f84231adb_cloudProviderAccess_1.snaphost => GET_api_atlas_v2_groups_68824bdab448981053346468_cloudProviderAccess_1.snaphost} (55%) rename test/e2e/testdata/.snapshots/TestAlertConfig/Delete/{DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_687f1ddd44f1ab3f84231b73_1.snaphost => DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_68824be442be0f23307f3f65_1.snaphost} (70%) delete mode 100644 test/e2e/testdata/.snapshots/TestAlertConfig/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_687f1ddd44f1ab3f84231b73_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestAlertConfig/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_68824be442be0f23307f3f65_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestAlertConfig/Update/PUT_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_687f1ddd44f1ab3f84231b73_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestAlertConfig/Update/PUT_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_68824be442be0f23307f3f65_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestAlertConfig/Update_Setting_using_file_input/PUT_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_687f1ddd44f1ab3f84231b73_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestAlertConfig/Update_Setting_using_file_input/PUT_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_68824be442be0f23307f3f65_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Create/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_1.snaphost rename test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/{Create_Current_IP/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_1.snaphost => Create/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_1.snaphost} (60%) create mode 100644 test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_1.snaphost rename test/e2e/testdata/.snapshots/{TestAtlasOrgAPIKeys/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d8144f1ab3f8423142a_1.snaphost => TestAtlasOrgAPIKeyAccessList/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete#01/{DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_64.236.193.18_1.snaphost => DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_4.236.159.225_1.snaphost} (71%) rename test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete/{DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_192.168.0.92_1.snaphost => DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_192.168.0.245_1.snaphost} (71%) rename test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/List/{GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_1.snaphost => GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_1.snaphost} (50%) rename test/e2e/testdata/.snapshots/{TestAtlasProjectAPIKeys/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d8b44f1ab3f84231539_1.snaphost => TestAtlasOrgAPIKeys/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9e42be0f23307f36e4_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Describe/{GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d8144f1ab3f8423142a_1.snaphost => GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9e42be0f23307f36e4_1.snaphost} (50%) rename test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Update/{PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d8144f1ab3f8423142a_1.snaphost => PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9e42be0f23307f36e4_1.snaphost} (51%) rename test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/{Delete_Invitation_from_File_Test/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d85a799aa2ae9e8062e_1.snaphost => Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost} (74%) rename test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/{Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost => Delete_Invitation_from_File_Test/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba1b448981053345d2b_1.snaphost} (79%) rename test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Describe/{GET_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost => GET_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost} (65%) rename test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_by_ID/{PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost => PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost} (65%) rename test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_with_File#01/{PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost => PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost} (65%) rename test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_with_File/{PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost => PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost} (65%) rename test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/Assign/{PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_687f1d8b44f1ab3f84231539_1.snaphost => PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_68824ba642be0f23307f38e6_1.snaphost} (63%) rename test/e2e/testdata/.snapshots/{TestAtlasOrgAPIKeyAccessList/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_1.snaphost => TestAtlasProjectAPIKeys/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824ba642be0f23307f38e6_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/Delete/{DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_687f1d8b44f1ab3f84231539_1.snaphost => DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_68824ba642be0f23307f38e6_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Delete/{DELETE_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_687f1d9144f1ab3f84231712_1.snaphost => DELETE_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_68824baab448981053345e8b_1.snaphost} (74%) rename test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Describe/{GET_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_687f1d9144f1ab3f84231712_1.snaphost => GET_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_68824baab448981053345e8b_1.snaphost} (54%) rename test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Invite/{POST_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_1.snaphost => POST_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_1.snaphost} (54%) rename test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/List/{GET_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_1.snaphost => GET_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_1.snaphost} (54%) rename test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Update_by_ID/{PATCH_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_687f1d9144f1ab3f84231712_1.snaphost => PATCH_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_68824baab448981053345e8b_1.snaphost} (52%) rename test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Update_by_email/{PATCH_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_1.snaphost => PATCH_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_1.snaphost} (58%) delete mode 100644 test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Add/POST_api_atlas_v2_groups_687f1d9c44f1ab3f84231819_teams_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Add/POST_api_atlas_v2_groups_68824bb342be0f23307f3bc9_teams_1.snaphost rename test/e2e/testdata/.snapshots/TestAtlasProjectTeams/{DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1d9f44f1ab3f84231882_1.snaphost => DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bb6b448981053346106_1.snaphost} (69%) rename test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Delete/{DELETE_api_atlas_v2_groups_687f1d9c44f1ab3f84231819_teams_687f1d9f44f1ab3f84231882_1.snaphost => DELETE_api_atlas_v2_groups_68824bb342be0f23307f3bc9_teams_68824bb6b448981053346106_1.snaphost} (69%) delete mode 100644 test/e2e/testdata/.snapshots/TestAtlasProjectTeams/List/GET_api_atlas_v2_groups_687f1d9c44f1ab3f84231819_teams_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestAtlasProjectTeams/List/GET_api_atlas_v2_groups_68824bb342be0f23307f3bc9_teams_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Update/PATCH_api_atlas_v2_groups_687f1d9c44f1ab3f84231819_teams_687f1d9f44f1ab3f84231882_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Update/PATCH_api_atlas_v2_groups_68824bb342be0f23307f3bc9_teams_68824bb6b448981053346106_1.snaphost rename test/e2e/testdata/.snapshots/{TestRestores/DELETE_api_atlas_v2_groups_687f1f61a799aa2ae9e812e1_1.snaphost => TestAtlasProjects/Delete/DELETE_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost} (76%) delete mode 100644 test/e2e/testdata/.snapshots/TestAtlasProjects/Describe/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestAtlasProjects/Describe/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestAtlasProjects/Tags/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestAtlasProjects/Tags/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestAtlasProjects/Update_resetTags/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestAtlasProjects/Update_resetTags/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestAtlasProjects/Update_resetTags/PATCH_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestAtlasProjects/Update_resetTags/PATCH_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestAtlasProjects/Update_setNameAndTags/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestAtlasProjects/Update_setNameAndTags/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestAtlasProjects/Update_setNameAndTags/PATCH_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestAtlasProjects/Update_setNameAndTags/PATCH_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost rename test/e2e/testdata/.snapshots/TestAtlasProjects/Users/{GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_users_1.snaphost => GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_users_1.snaphost} (72%) rename test/e2e/testdata/.snapshots/TestAtlasTeamUsers/Add/{POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_users_1.snaphost => POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_users_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestAtlasTeamUsers/{DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_1.snaphost => DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_1.snaphost} (69%) rename test/e2e/testdata/.snapshots/TestAtlasTeamUsers/Delete/{DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_users_61dc5929ae95796dcd418d1d_1.snaphost => DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_users_61dc5929ae95796dcd418d1d_1.snaphost} (73%) rename test/e2e/testdata/.snapshots/TestAtlasTeamUsers/List/{GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_users_1.snaphost => GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_users_1.snaphost} (73%) rename test/e2e/testdata/.snapshots/TestAtlasTeamUsers/List_Compact/{GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_users_1.snaphost => GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_users_1.snaphost} (73%) rename test/e2e/testdata/.snapshots/TestAtlasTeams/Delete/{DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da3a799aa2ae9e80a75_1.snaphost => DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bb942be0f23307f3c7d_1.snaphost} (69%) rename test/e2e/testdata/.snapshots/TestAtlasTeams/Describe_By_ID/{GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da3a799aa2ae9e80a75_1.snaphost => GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bb942be0f23307f3c7d_1.snaphost} (53%) rename test/e2e/testdata/.snapshots/TestAtlasTeams/Describe_By_Name/{GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_byName_teams760_1.snaphost => GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_byName_teams873_1.snaphost} (53%) rename test/e2e/testdata/.snapshots/TestAtlasTeams/Rename/{PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da3a799aa2ae9e80a75_1.snaphost => PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bb942be0f23307f3c7d_1.snaphost} (53%) rename test/e2e/testdata/.snapshots/TestAuditing/Describe/{GET_api_atlas_v2_groups_687f1de1a799aa2ae9e80cd7_auditLog_1.snaphost => GET_api_atlas_v2_groups_68824be8b44898105334652d_auditLog_1.snaphost} (74%) rename test/e2e/testdata/.snapshots/TestAuditing/Update/{PATCH_api_atlas_v2_groups_687f1de1a799aa2ae9e80cd7_auditLog_1.snaphost => PATCH_api_atlas_v2_groups_68824be8b44898105334652d_auditLog_1.snaphost} (76%) rename test/e2e/testdata/.snapshots/TestAuditing/Update_via_file/{PATCH_api_atlas_v2_groups_687f1de1a799aa2ae9e80cd7_auditLog_1.snaphost => PATCH_api_atlas_v2_groups_68824be8b44898105334652d_auditLog_1.snaphost} (79%) rename test/e2e/testdata/.snapshots/TestAutogeneratedCommands/{GET_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_AutogeneratedCommands-2_1.snaphost => GET_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_AutogeneratedCommands-6_1.snaphost} (60%) rename test/e2e/testdata/.snapshots/TestAutogeneratedCommands/{GET_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_AutogeneratedCommands-2_2.snaphost => GET_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_AutogeneratedCommands-6_2.snaphost} (68%) rename test/e2e/testdata/.snapshots/TestAutogeneratedCommands/{GET_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_AutogeneratedCommands-2_3.snaphost => GET_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_AutogeneratedCommands-6_3.snaphost} (54%) rename test/e2e/testdata/.snapshots/{TestPerformanceAdvisor/a2d2202c41ead3cbbe50610384361ec85cbb5964_1.snaphost => TestAutogeneratedCommands/GET_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_provider_regions_1.snaphost} (87%) rename test/e2e/testdata/.snapshots/TestAutogeneratedCommands/{POST_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_1.snaphost => POST_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_1.snaphost} (60%) rename test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/{GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost => GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost} (67%) rename test/e2e/testdata/.snapshots/{TestBackupCompliancePolicyDescribe/GET_api_atlas_v2_groups_687f1d8da799aa2ae9e806ec_backupCompliancePolicy_2.snaphost => TestBackupCompliancePolicyCopyProtection/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_2.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/{disable/PUT_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost => PUT_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/{GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost => GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/{TestBackupCompliancePolicyDescribe/PUT_api_atlas_v2_groups_687f1d8da799aa2ae9e806ec_backupCompliancePolicy_1.snaphost => TestBackupCompliancePolicyCopyProtection/disable/PUT_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/{GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost => GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/{GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_2.snaphost => GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_2.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/{GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_3.snaphost => GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_3.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/{PUT_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost => PUT_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/{GET_api_atlas_v2_groups_687f1d8da799aa2ae9e806ec_backupCompliancePolicy_1.snaphost => GET_api_atlas_v2_groups_68824b9db448981053345c72_backupCompliancePolicy_1.snaphost} (67%) rename test/e2e/testdata/.snapshots/{TestBackupCompliancePolicyCopyProtection/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_2.snaphost => TestBackupCompliancePolicyDescribe/GET_api_atlas_v2_groups_68824b9db448981053345c72_backupCompliancePolicy_2.snaphost} (67%) rename test/e2e/testdata/.snapshots/{TestBackupCompliancePolicyEnable/PUT_api_atlas_v2_groups_687f1d9444f1ab3f8423173d_backupCompliancePolicy_1.snaphost => TestBackupCompliancePolicyDescribe/PUT_api_atlas_v2_groups_68824b9db448981053345c72_backupCompliancePolicy_1.snaphost} (67%) rename test/e2e/testdata/.snapshots/{TestBackupCompliancePolicyCopyProtection/PUT_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost => TestBackupCompliancePolicyEnable/PUT_api_atlas_v2_groups_68824ba4b448981053345d41_backupCompliancePolicy_1.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/{GET_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_1.snaphost => GET_api_atlas_v2_groups_68824ba8b448981053345e17_backupCompliancePolicy_1.snaphost} (65%) rename test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/{GET_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_2.snaphost => GET_api_atlas_v2_groups_68824ba8b448981053345e17_backupCompliancePolicy_2.snaphost} (68%) rename test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/{PUT_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_1.snaphost => PUT_api_atlas_v2_groups_68824ba8b448981053345e17_backupCompliancePolicy_1.snaphost} (65%) rename test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/{GET_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_1.snaphost => GET_api_atlas_v2_groups_68824ba8b448981053345e17_backupCompliancePolicy_1.snaphost} (68%) rename test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/{PUT_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_1.snaphost => PUT_api_atlas_v2_groups_68824ba8b448981053345e17_backupCompliancePolicy_1.snaphost} (71%) rename test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/{GET_api_atlas_v2_groups_687f1d9f44f1ab3f84231885_backupCompliancePolicy_1.snaphost => GET_api_atlas_v2_groups_68824bba42be0f23307f3c8a_backupCompliancePolicy_1.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/{GET_api_atlas_v2_groups_687f1d9f44f1ab3f84231885_backupCompliancePolicy_2.snaphost => GET_api_atlas_v2_groups_68824bba42be0f23307f3c8a_backupCompliancePolicy_2.snaphost} (67%) delete mode 100644 test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/PUT_api_atlas_v2_groups_687f1d9f44f1ab3f84231885_backupCompliancePolicy_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/PUT_api_atlas_v2_groups_68824bba42be0f23307f3c8a_backupCompliancePolicy_1.snaphost rename test/e2e/testdata/.snapshots/TestBackupCompliancePolicySetup/{PUT_api_atlas_v2_groups_687f1da844f1ab3f8423193b_backupCompliancePolicy_1.snaphost => PUT_api_atlas_v2_groups_68824bc2b448981053346169_backupCompliancePolicy_1.snaphost} (68%) rename test/e2e/testdata/.snapshots/TestClustersFile/Create_index_with_unknown_fields/{POST_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_index_1.snaphost => POST_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_index_1.snaphost} (72%) rename test/e2e/testdata/.snapshots/TestClustersFile/Create_via_file/{POST_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_1.snaphost => POST_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_1.snaphost} (74%) rename test/e2e/testdata/.snapshots/{TestExportJobs/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_1.snaphost => TestClustersFile/Delete_file_creation/DELETE_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_1.snaphost} (71%) rename test/e2e/testdata/.snapshots/TestClustersFile/Update_via_file/{GET_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_1.snaphost => GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_1.snaphost} (69%) rename test/e2e/testdata/.snapshots/{TestClustersFlags/Update/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_autoScalingConfiguration_1.snaphost => TestClustersFile/Update_via_file/GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_autoScalingConfiguration_1.snaphost} (75%) rename test/e2e/testdata/.snapshots/TestClustersFile/Update_via_file/{PATCH_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_1.snaphost => PATCH_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/TestClustersFile/Watch/{GET_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_1.snaphost => GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_1.snaphost} (74%) rename test/e2e/testdata/.snapshots/TestClustersFile/Watch/{GET_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_2.snaphost => GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_2.snaphost} (75%) rename test/e2e/testdata/.snapshots/TestClustersFile/Watch/{GET_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_3.snaphost => GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_3.snaphost} (69%) rename test/e2e/testdata/.snapshots/TestClustersFlags/Create/{GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost => GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost} (62%) rename test/e2e/testdata/.snapshots/TestClustersFlags/Create/{GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_2.snaphost => GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_2.snaphost} (57%) rename test/e2e/testdata/.snapshots/TestClustersFlags/Create/{POST_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_1.snaphost => POST_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_1.snaphost} (65%) rename test/e2e/testdata/.snapshots/TestClustersFlags/Create_Rolling_Index/{POST_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_index_1.snaphost => POST_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_index_1.snaphost} (72%) rename test/e2e/testdata/.snapshots/TestClustersFlags/Delete/{DELETE_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost => DELETE_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost} (71%) rename test/e2e/testdata/.snapshots/TestClustersFlags/Delete/{GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost => GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost} (58%) rename test/e2e/testdata/.snapshots/TestClustersFlags/Delete/{GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_2.snaphost => GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_2.snaphost} (52%) rename test/e2e/testdata/.snapshots/TestClustersFlags/{Describe_Connection_String/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost => Describe/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost} (52%) rename test/e2e/testdata/.snapshots/TestClustersFlags/Describe_Advanced_Configuration_Settings/{GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_processArgs_1.snaphost => GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_processArgs_1.snaphost} (86%) rename test/e2e/testdata/.snapshots/TestClustersFlags/{Describe/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost => Describe_Connection_String/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost} (52%) rename test/e2e/testdata/.snapshots/TestClustersFlags/Fail_Delete_for_Termination_Protection_enabled/{DELETE_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost => DELETE_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost} (76%) rename test/e2e/testdata/.snapshots/TestClustersFlags/{GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_provider_regions_1.snaphost => GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_provider_regions_1.snaphost} (86%) rename test/e2e/testdata/.snapshots/TestClustersFlags/List/{GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_1.snaphost => GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_1.snaphost} (56%) rename test/e2e/testdata/.snapshots/TestClustersFlags/Load_Sample_Data/{POST_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_sampleDatasetLoad_cluster-925_1.snaphost => POST_api_atlas_v2_groups_68824b8642be0f23307f33bd_sampleDatasetLoad_cluster-759_1.snaphost} (60%) delete mode 100644 test/e2e/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_2.snaphost rename test/e2e/testdata/.snapshots/TestClustersFlags/Update/{GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost => GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost} (50%) create mode 100644 test/e2e/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_2.snaphost rename test/e2e/testdata/.snapshots/{TestIndependendShardScalingCluster/List_ISS_cluster/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_autoScalingConfiguration_1.snaphost => TestClustersFlags/Update/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_autoScalingConfiguration_1.snaphost} (80%) rename test/e2e/testdata/.snapshots/TestClustersFlags/Update/{PATCH_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost => PATCH_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost} (52%) rename test/e2e/testdata/.snapshots/TestClustersFlags/Update_Advanced_Configuration_Settings/{PATCH_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_processArgs_1.snaphost => PATCH_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_processArgs_1.snaphost} (86%) rename test/e2e/testdata/.snapshots/{TestSharedClusterUpgrade/POST_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_1.snaphost => TestClustersM0Flags/Create/POST_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_1.snaphost} (56%) rename test/e2e/testdata/.snapshots/{TestClustersFile/Delete_file_creation/DELETE_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_1.snaphost => TestClustersM0Flags/Delete/DELETE_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_1.snaphost} (71%) rename test/e2e/testdata/.snapshots/TestClustersM0Flags/Describe/{GET_api_atlas_v2_groups_687f1d7d44f1ab3f842312d4_clusters_cluster-402_1.snaphost => GET_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_1.snaphost} (56%) rename test/e2e/testdata/.snapshots/{TestSharedClusterUpgrade/GET_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_cluster-404_1.snaphost => TestClustersM0Flags/Watch/GET_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_1.snaphost} (56%) rename test/e2e/testdata/.snapshots/{TestSharedClusterUpgrade/GET_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_cluster-404_2.snaphost => TestClustersM0Flags/Watch/GET_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_2.snaphost} (56%) rename test/e2e/testdata/.snapshots/TestClustersM0Flags/Watch/{GET_api_atlas_v2_groups_687f1d7d44f1ab3f842312d4_clusters_cluster-402_3.snaphost => GET_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_3.snaphost} (56%) rename test/e2e/testdata/.snapshots/TestCustomDNS/Describe/{GET_api_atlas_v2_groups_687f1de644f1ab3f84231c10_awsCustomDNS_1.snaphost => GET_api_atlas_v2_groups_68824beeb4489810533465c4_awsCustomDNS_1.snaphost} (73%) rename test/e2e/testdata/.snapshots/TestCustomDNS/Disable/{PATCH_api_atlas_v2_groups_687f1de644f1ab3f84231c10_awsCustomDNS_1.snaphost => PATCH_api_atlas_v2_groups_68824beeb4489810533465c4_awsCustomDNS_1.snaphost} (72%) rename test/e2e/testdata/.snapshots/TestCustomDNS/Enable/{PATCH_api_atlas_v2_groups_687f1de644f1ab3f84231c10_awsCustomDNS_1.snaphost => PATCH_api_atlas_v2_groups_68824beeb4489810533465c4_awsCustomDNS_1.snaphost} (72%) rename test/e2e/testdata/.snapshots/TestDBRoles/Delete/{DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost => DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestDBRoles/{Update_with_append/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost => Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost} (73%) rename test/e2e/testdata/.snapshots/TestDBRoles/Update/{PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost => PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost} (73%) rename test/e2e/testdata/.snapshots/TestDBRoles/{Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost => Update_with_append/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost} (73%) rename test/e2e/testdata/.snapshots/TestDBRoles/Update_with_append/{PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost => PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost} (77%) delete mode 100644 test/e2e/testdata/.snapshots/TestDBUserCerts/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_user625_certs_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestDBUserCerts/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_user969_certs_1.snaphost rename test/e2e/testdata/.snapshots/TestDBUserCerts/Delete_User/{DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_$external_user625_1.snaphost => DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_$external_user969_1.snaphost} (70%) delete mode 100644 test/e2e/testdata/.snapshots/TestDBUserCerts/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_user625_certs_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestDBUserCerts/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_user969_certs_1.snaphost rename test/e2e/testdata/.snapshots/TestDBUserWithFlags/Delete/{DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-403_1.snaphost => DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-441_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestDBUserWithFlags/Describe/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-403_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-441_1.snaphost} (68%) rename test/e2e/testdata/.snapshots/{TestDBUsersWithStdin/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-537_1.snaphost => TestDBUserWithFlags/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-441_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/TestDBUserWithFlags/{Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-403_1.snaphost => Update_only_password/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-441_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Delete/{DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_d0123456789abcdef012345d_user-537_1.snaphost => DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_d0123456789abcdef012345d_user-884_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Delete/{DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-537_1.snaphost => DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-884_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Describe/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_d0123456789abcdef012345d_user-537_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_d0123456789abcdef012345d_user-884_1.snaphost} (73%) rename test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Describe/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-537_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-884_1.snaphost} (68%) rename test/e2e/testdata/.snapshots/{TestDBUserWithFlags/Update_only_password/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-403_1.snaphost => TestDBUsersWithStdin/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-884_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/TestDataFederation/{DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-593_1.snaphost => DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/{TestDataFederationQueryLimit/Delete_Data_Federation/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-918_1.snaphost => TestDataFederation/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_1.snaphost} (71%) rename test/e2e/testdata/.snapshots/TestDataFederation/Describe/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-593_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_1.snaphost} (72%) rename test/e2e/testdata/.snapshots/TestDataFederation/Download_Logs/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-593_queryLogs.gz_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_queryLogs.gz_1.snaphost} (57%) rename test/e2e/testdata/.snapshots/TestDataFederation/Log/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-593_queryLogs.gz_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_queryLogs.gz_1.snaphost} (56%) rename test/e2e/testdata/.snapshots/TestDataFederation/Update/{PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-593_1.snaphost => PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_1.snaphost} (74%) rename test/e2e/testdata/.snapshots/TestDataFederationPrivateEndpointsAWS/Create/{POST_api_atlas_v2_groups_687f1d7544f1ab3f842310d1_privateNetworkSettings_endpointIds_1.snaphost => POST_api_atlas_v2_groups_68824b9cb448981053345bce_privateNetworkSettings_endpointIds_1.snaphost} (59%) rename test/e2e/testdata/.snapshots/TestDataFederationPrivateEndpointsAWS/Delete/{DELETE_api_atlas_v2_groups_687f1d7544f1ab3f842310d1_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe7897_1.snaphost => DELETE_api_atlas_v2_groups_68824b9cb448981053345bce_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe6614_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestDataFederationPrivateEndpointsAWS/Describe/{GET_api_atlas_v2_groups_687f1d7544f1ab3f842310d1_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe7897_1.snaphost => GET_api_atlas_v2_groups_68824b9cb448981053345bce_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe6614_1.snaphost} (66%) rename test/e2e/testdata/.snapshots/TestDataFederationPrivateEndpointsAWS/List/{GET_api_atlas_v2_groups_687f1d7544f1ab3f842310d1_privateNetworkSettings_endpointIds_1.snaphost => GET_api_atlas_v2_groups_68824b9cb448981053345bce_privateNetworkSettings_endpointIds_1.snaphost} (60%) rename test/e2e/testdata/.snapshots/TestDataFederationQueryLimit/Create/{PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-918_limits_bytesProcessed.query_1.snaphost => PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-896_limits_bytesProcessed.query_1.snaphost} (60%) rename test/e2e/testdata/.snapshots/TestDataFederationQueryLimit/Delete/{DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-918_limits_bytesProcessed.query_1.snaphost => DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-896_limits_bytesProcessed.query_1.snaphost} (71%) rename test/e2e/testdata/.snapshots/{TestDataFederation/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-593_1.snaphost => TestDataFederationQueryLimit/Delete_Data_Federation/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-896_1.snaphost} (71%) rename test/e2e/testdata/.snapshots/TestDataFederationQueryLimit/Describe/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-918_limits_bytesProcessed.query_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-896_limits_bytesProcessed.query_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/TestDataFederationQueryLimit/List/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-918_limits_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-896_limits_1.snaphost} (53%) rename test/e2e/testdata/.snapshots/TestExportBuckets/Delete/{DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_backup_exportBuckets_687f1d7d44f1ab3f842312d5_1.snaphost => DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_backup_exportBuckets_68824b8b42be0f23307f343f_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestExportBuckets/Describe/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_backup_exportBuckets_687f1d7d44f1ab3f842312d5_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_backup_exportBuckets_68824b8b42be0f23307f343f_1.snaphost} (68%) rename test/e2e/testdata/.snapshots/TestExportJobs/Create_job/{POST_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_backup_exports_1.snaphost => POST_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_backup_exports_1.snaphost} (50%) rename test/e2e/testdata/.snapshots/TestExportJobs/Create_snapshot/{POST_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_backup_snapshots_1.snaphost => POST_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_backup_snapshots_1.snaphost} (52%) rename test/e2e/testdata/.snapshots/{TestClustersM0Flags/Delete/DELETE_api_atlas_v2_groups_687f1d7d44f1ab3f842312d4_clusters_cluster-402_1.snaphost => TestExportJobs/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_1.snaphost} (71%) rename test/e2e/testdata/.snapshots/TestExportJobs/Delete_snapshot/{DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_backup_snapshots_687f1f1a44f1ab3f8423221b_1.snaphost => DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_backup_snapshots_68824dabb448981053346fcf_1.snaphost} (70%) delete mode 100644 test/e2e/testdata/.snapshots/TestExportJobs/Describe_job/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_backup_exports_687f1fbca799aa2ae9e8156a_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestExportJobs/Describe_job/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_backup_exports_68824e60b44898105334725e_1.snaphost rename test/e2e/testdata/.snapshots/TestExportJobs/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_1.snaphost} (69%) rename test/e2e/testdata/.snapshots/TestExportJobs/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_2.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_2.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestExportJobs/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_3.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_3.snaphost} (61%) create mode 100644 test/e2e/testdata/.snapshots/TestExportJobs/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_4.snaphost rename test/e2e/testdata/.snapshots/{TestISSClustersFile/Delete_ISS_Cluster_-_created_via_file/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-337_2.snaphost => TestExportJobs/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_5.snaphost} (61%) delete mode 100644 test/e2e/testdata/.snapshots/TestExportJobs/List_jobs/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_backup_exports_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestExportJobs/List_jobs/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_backup_exports_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestExportJobs/Watch_create_job/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_backup_exports_687f1fbca799aa2ae9e8156a_3.snaphost rename test/e2e/testdata/.snapshots/TestExportJobs/Watch_create_job/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_backup_exports_687f1fbca799aa2ae9e8156a_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_backup_exports_68824e60b44898105334725e_1.snaphost} (50%) rename test/e2e/testdata/.snapshots/TestExportJobs/Watch_create_job/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_backup_exports_687f1fbca799aa2ae9e8156a_2.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_backup_exports_68824e60b44898105334725e_2.snaphost} (50%) create mode 100644 test/e2e/testdata/.snapshots/TestExportJobs/Watch_create_job/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_backup_exports_68824e60b44898105334725e_3.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestExportJobs/Watch_snapshot_creation/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_backup_snapshots_687f1f1a44f1ab3f8423221b_5.snaphost rename test/e2e/testdata/.snapshots/TestExportJobs/Watch_snapshot_creation/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_backup_snapshots_687f1f1a44f1ab3f8423221b_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_backup_snapshots_68824dabb448981053346fcf_1.snaphost} (52%) rename test/e2e/testdata/.snapshots/TestExportJobs/Watch_snapshot_creation/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_backup_snapshots_687f1f1a44f1ab3f8423221b_2.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_backup_snapshots_68824dabb448981053346fcf_2.snaphost} (52%) rename test/e2e/testdata/.snapshots/TestExportJobs/Watch_snapshot_creation/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_backup_snapshots_687f1f1a44f1ab3f8423221b_3.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_backup_snapshots_68824dabb448981053346fcf_3.snaphost} (53%) rename test/e2e/testdata/.snapshots/TestExportJobs/Watch_snapshot_creation/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_backup_snapshots_687f1f1a44f1ab3f8423221b_4.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_backup_snapshots_68824dabb448981053346fcf_4.snaphost} (59%) create mode 100644 test/e2e/testdata/.snapshots/TestExportJobs/Watch_snapshot_creation/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_backup_snapshots_68824dabb448981053346fcf_5.snaphost rename test/e2e/testdata/.snapshots/TestExportJobs/Watch_snapshot_creation/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-165_backup_snapshots_687f1f1a44f1ab3f8423221b_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-671_backup_snapshots_68824dabb448981053346fcf_1.snaphost} (60%) rename test/e2e/testdata/.snapshots/{TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-725_1.snaphost => TestFlexBackup/Delete_flex_cluster/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-243_1.snaphost} (60%) rename test/e2e/testdata/.snapshots/TestFlexBackup/Delete_flex_cluster/{DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-743_1.snaphost => DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-243_1.snaphost} (70%) create mode 100644 test/e2e/testdata/.snapshots/TestFlexBackup/Delete_flex_cluster/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-243_1.snaphost rename test/e2e/testdata/.snapshots/{TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-725_2.snaphost => TestFlexBackup/Delete_flex_cluster/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-243_2.snaphost} (60%) delete mode 100644 test/e2e/testdata/.snapshots/TestFlexBackup/Delete_flex_cluster/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-743_1.snaphost rename test/e2e/testdata/.snapshots/{TestFlexCluster/Get_flex_cluster/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-260_1.snaphost => TestFlexBackup/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-243_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/TestFlexBackup/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-743_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-243_1.snaphost} (64%) create mode 100644 test/e2e/testdata/.snapshots/TestFlexBackup/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-243_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestFlexBackup/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-743_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestFlexBackup/Restores_Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_687f1d7c44f1ab3f842312bf_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestFlexBackup/Restores_Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_68824bb1b44898105334602d_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestFlexBackup/Restores_Watch/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_687f1d7c44f1ab3f842312bf_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestFlexBackup/Restores_Watch/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_687f1d7c44f1ab3f842312bf_3.snaphost rename test/e2e/testdata/.snapshots/TestFlexBackup/Restores_Watch/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_687f1d7c44f1ab3f842312bf_2.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_68824bb1b44898105334602d_1.snaphost} (53%) create mode 100644 test/e2e/testdata/.snapshots/TestFlexBackup/Restores_Watch/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_68824bb1b44898105334602d_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestFlexBackup/Restores_Watch_-_Download/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_687f1dbc44f1ab3f84231a7b_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestFlexBackup/Restores_Watch_-_Download/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_687f1dbc44f1ab3f84231a7b_3.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestFlexBackup/Restores_Watch_-_Download/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_68824bf0b44898105334664c_1.snaphost rename test/e2e/testdata/.snapshots/TestFlexBackup/Restores_Watch_-_Download/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_687f1dbc44f1ab3f84231a7b_2.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_68824bf0b44898105334664c_2.snaphost} (53%) create mode 100644 test/e2e/testdata/.snapshots/TestFlexBackup/Restores_Watch_-_Download/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_68824bf0b44898105334664c_3.snaphost rename test/e2e/testdata/.snapshots/TestFlexBackup/{Snapshot_Watch/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_snapshots_687538ffe90aa529bdfee337_1.snaphost => Snapshot_Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_snapshots_6877dbfa11d6fd68785b443e_1.snaphost} (50%) rename test/e2e/testdata/.snapshots/TestFlexBackup/{Snapshot_Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_snapshots_687538ffe90aa529bdfee337_1.snaphost => Snapshot_Watch/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_snapshots_6877dbfa11d6fd68785b443e_1.snaphost} (50%) rename test/e2e/testdata/.snapshots/TestFlexCluster/Delete_flex_cluster/{DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-260_1.snaphost => DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-144_1.snaphost} (60%) rename test/e2e/testdata/.snapshots/TestFlexCluster/Delete_flex_cluster/{DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-260_1.snaphost => DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-144_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestFlexCluster/Delete_flex_cluster/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-260_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-144_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/{TestFlexBackup/Delete_flex_cluster/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-743_2.snaphost => TestFlexCluster/Delete_flex_cluster/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-144_2.snaphost} (60%) rename test/e2e/testdata/.snapshots/{TestFlexBackup/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-743_1.snaphost => TestFlexCluster/Get_flex_cluster/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-144_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/TestFlexCluster/Get_flex_cluster/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-260_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-144_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/{TestFlexBackup/Delete_flex_cluster/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-743_1.snaphost => TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-572_1.snaphost} (65%) rename test/e2e/testdata/.snapshots/TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/{DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-725_1.snaphost => DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-572_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-725_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-572_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/{TestFlexCluster/Delete_flex_cluster/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-260_2.snaphost => TestFlexClustersFile/Delete_Flex_Cluster_-_created_via_file/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-572_2.snaphost} (60%) create mode 100644 test/e2e/testdata/.snapshots/TestISSClustersFile/Delete_ISS_Cluster_-_created_via_file/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-311_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestISSClustersFile/Delete_ISS_Cluster_-_created_via_file/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-337_1.snaphost rename test/e2e/testdata/.snapshots/TestISSClustersFile/Delete_ISS_Cluster_-_created_via_file/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-337_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-311_1.snaphost} (67%) rename test/e2e/testdata/.snapshots/{TestExportJobs/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_5.snaphost => TestISSClustersFile/Delete_ISS_Cluster_-_created_via_file/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-311_2.snaphost} (61%) rename test/e2e/testdata/.snapshots/{TestIndependendShardScalingCluster/Get_ISS_cluster_autoScalingMode/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-769_autoScalingConfiguration_1.snaphost => TestISSClustersFile/Get_ISS_cluster_autoScalingMode/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-311_autoScalingConfiguration_1.snaphost} (75%) rename test/e2e/testdata/.snapshots/TestISSClustersFile/Pause_ISS_cluster/{PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-337_1.snaphost => PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-311_1.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestISSClustersFile/Start_ISS_cluster/{PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-337_1.snaphost => PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-311_1.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestISSClustersFile/Update_ISS_cluster_with_file/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-337_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-311_1.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestISSClustersFile/Update_ISS_cluster_with_file/{PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-337_1.snaphost => PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-311_1.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestISSClustersFile/Watch_ISS_cluster/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-337_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-311_1.snaphost} (71%) rename test/e2e/testdata/.snapshots/TestISSClustersFile/Watch_ISS_cluster/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-337_2.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-311_2.snaphost} (75%) rename test/e2e/testdata/.snapshots/TestISSClustersFile/Watch_ISS_cluster/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-337_3.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-311_3.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestIdentityProviders/{DELETE_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_687f1daf44f1ab3f84231a36_1.snaphost => DELETE_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_68824bc2b448981053346166_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestIdentityProviders/{DELETE_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_687f1db044f1ab3f84231a39_jwks_1.snaphost => DELETE_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_68824bc2b448981053346166_jwks_1.snaphost} (77%) rename test/e2e/testdata/.snapshots/TestIdentityProviders/{DELETE_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_687f1db044f1ab3f84231a39_1.snaphost => DELETE_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_68824bc3b4489810533461c8_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestIdentityProviders/{DELETE_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_687f1daf44f1ab3f84231a36_jwks_1.snaphost => DELETE_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_68824bc3b4489810533461c8_jwks_1.snaphost} (71%) rename test/e2e/testdata/.snapshots/TestIdentityProviders/Describe_OIDC_IdP_WORKFORCE#01/{GET_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_687f1db044f1ab3f84231a39_1.snaphost => GET_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_68824bc3b4489810533461c8_1.snaphost} (58%) rename test/e2e/testdata/.snapshots/TestIdentityProviders/Describe_OIDC_IdP_WORKFORCE/{GET_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_687f1db044f1ab3f84231a39_1.snaphost => GET_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_68824bc3b4489810533461c8_1.snaphost} (58%) rename test/e2e/testdata/.snapshots/{TestISSClustersFile/Get_ISS_cluster_autoScalingMode/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-337_autoScalingConfiguration_1.snaphost => TestIndependendShardScalingCluster/Check_autoScalingMode_is_independentShardScaling/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-525_autoScalingConfiguration_1.snaphost} (75%) rename test/e2e/testdata/.snapshots/TestIndependendShardScalingCluster/Create_ISS_cluster/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-769_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-525_1.snaphost} (74%) rename test/e2e/testdata/.snapshots/TestIndependendShardScalingCluster/Create_ISS_cluster/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-769_2.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-525_2.snaphost} (67%) create mode 100644 test/e2e/testdata/.snapshots/TestIndependendShardScalingCluster/Delete_ISS_cluster/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-525_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestIndependendShardScalingCluster/Delete_ISS_cluster/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-769_1.snaphost rename test/e2e/testdata/.snapshots/TestIndependendShardScalingCluster/Delete_ISS_cluster/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-769_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-525_1.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestIndependendShardScalingCluster/Delete_ISS_cluster/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-769_2.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-525_2.snaphost} (61%) rename test/e2e/testdata/.snapshots/TestIndependendShardScalingCluster/{GET_api_atlas_v2_groups_687f1d6ea799aa2ae9e800fa_clusters_provider_regions_1.snaphost => GET_api_atlas_v2_groups_68824b9c42be0f23307f3673_clusters_provider_regions_1.snaphost} (86%) rename test/e2e/testdata/.snapshots/TestIndependendShardScalingCluster/Get_ISS_cluster/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-769_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-525_1.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestIndependendShardScalingCluster/{List_ISS_cluster/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-769_autoScalingConfiguration_1.snaphost => Get_ISS_cluster_autoScalingMode/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-525_autoScalingConfiguration_1.snaphost} (75%) rename test/e2e/testdata/.snapshots/TestIndependendShardScalingCluster/{Check_autoScalingMode_is_independentShardScaling/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-769_autoScalingConfiguration_1.snaphost => List_ISS_cluster/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-525_autoScalingConfiguration_1.snaphost} (75%) rename test/e2e/testdata/.snapshots/TestIndependendShardScalingCluster/List_ISS_cluster/{GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_autoScalingConfiguration_1.snaphost => GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-671_autoScalingConfiguration_1.snaphost} (75%) rename test/e2e/testdata/.snapshots/{TestClustersFile/Update_via_file/GET_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_autoScalingConfiguration_1.snaphost => TestIndependendShardScalingCluster/List_ISS_cluster/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-944_autoScalingConfiguration_1.snaphost} (75%) rename test/e2e/testdata/.snapshots/TestIndependendShardScalingCluster/Pause_ISS_cluster_with_the_wrong_flag/{PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-769_1.snaphost => PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-525_1.snaphost} (62%) rename test/e2e/testdata/.snapshots/TestIndependendShardScalingCluster/Start_ISS_cluster/{PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-769_1.snaphost => PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-525_1.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestIntegrations/Create_DATADOG/{POST_api_atlas_v2_groups_687f1dfb44f1ab3f84231ce2_integrations_DATADOG_1.snaphost => POST_api_atlas_v2_groups_68824c0042be0f23307f41b0_integrations_DATADOG_1.snaphost} (57%) rename test/e2e/testdata/.snapshots/TestIntegrations/Create_OPSGENIE/{POST_api_atlas_v2_groups_687f1dfb44f1ab3f84231ce2_integrations_OPS_GENIE_1.snaphost => POST_api_atlas_v2_groups_68824c0042be0f23307f41b0_integrations_OPS_GENIE_1.snaphost} (56%) delete mode 100644 test/e2e/testdata/.snapshots/TestIntegrations/Create_PAGER_DUTY/POST_api_atlas_v2_groups_687f1dfb44f1ab3f84231ce2_integrations_PAGER_DUTY_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestIntegrations/Create_PAGER_DUTY/POST_api_atlas_v2_groups_68824c0042be0f23307f41b0_integrations_PAGER_DUTY_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestIntegrations/Create_VICTOR_OPS/POST_api_atlas_v2_groups_687f1dfb44f1ab3f84231ce2_integrations_VICTOR_OPS_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestIntegrations/Create_VICTOR_OPS/POST_api_atlas_v2_groups_68824c0042be0f23307f41b0_integrations_VICTOR_OPS_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestIntegrations/Create_WEBHOOK/POST_api_atlas_v2_groups_687f1dfb44f1ab3f84231ce2_integrations_WEBHOOK_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestIntegrations/Create_WEBHOOK/POST_api_atlas_v2_groups_68824c0042be0f23307f41b0_integrations_WEBHOOK_1.snaphost rename test/e2e/testdata/.snapshots/TestIntegrations/Delete/{DELETE_api_atlas_v2_groups_687f1dfb44f1ab3f84231ce2_integrations_WEBHOOK_1.snaphost => DELETE_api_atlas_v2_groups_68824c0042be0f23307f41b0_integrations_WEBHOOK_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestIntegrations/Describe/{GET_api_atlas_v2_groups_687f1dfb44f1ab3f84231ce2_integrations_WEBHOOK_1.snaphost => GET_api_atlas_v2_groups_68824c0042be0f23307f41b0_integrations_WEBHOOK_1.snaphost} (58%) delete mode 100644 test/e2e/testdata/.snapshots/TestIntegrations/List/GET_api_atlas_v2_groups_687f1dfb44f1ab3f84231ce2_integrations_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestIntegrations/List/GET_api_atlas_v2_groups_68824c0042be0f23307f41b0_integrations_1.snaphost rename test/e2e/testdata/.snapshots/TestLDAPWithFlags/Delete/{DELETE_api_atlas_v2_groups_687f1d7a44f1ab3f842311cb_userSecurity_ldap_userToDNMapping_1.snaphost => DELETE_api_atlas_v2_groups_68824b8d42be0f23307f34b2_userSecurity_ldap_userToDNMapping_1.snaphost} (78%) rename test/e2e/testdata/.snapshots/{TestLogs/GET_api_atlas_v2_groups_687f1fcca799aa2ae9e8158a_clusters_logs-721_1.snaphost => TestLDAPWithFlags/GET_api_atlas_v2_groups_68824b8d42be0f23307f34b2_clusters_ldap-971_1.snaphost} (61%) rename test/e2e/testdata/.snapshots/{TestLDAPWithStdin/GET_api_atlas_v2_groups_687f1f8544f1ab3f8423231e_clusters_ldap-180_2.snaphost => TestLDAPWithFlags/GET_api_atlas_v2_groups_68824b8d42be0f23307f34b2_clusters_ldap-971_2.snaphost} (64%) rename test/e2e/testdata/.snapshots/TestLDAPWithFlags/{GET_api_atlas_v2_groups_687f1d7a44f1ab3f842311cb_clusters_ldap-878_3.snaphost => GET_api_atlas_v2_groups_68824b8d42be0f23307f34b2_clusters_ldap-971_3.snaphost} (54%) rename test/e2e/testdata/.snapshots/{TestAccessLogs/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_clusters_provider_regions_1.snaphost => TestLDAPWithFlags/GET_api_atlas_v2_groups_68824b8d42be0f23307f34b2_clusters_provider_regions_1.snaphost} (87%) rename test/e2e/testdata/.snapshots/TestLDAPWithFlags/Get/{GET_api_atlas_v2_groups_687f1d7a44f1ab3f842311cb_userSecurity_1.snaphost => GET_api_atlas_v2_groups_68824b8d42be0f23307f34b2_userSecurity_1.snaphost} (80%) rename test/e2e/testdata/.snapshots/TestLDAPWithFlags/{Watch/GET_api_atlas_v2_groups_687f1d7a44f1ab3f842311cb_userSecurity_ldap_verify_687f1f7e44f1ab3f84232306_2.snaphost => Get_Status/GET_api_atlas_v2_groups_68824b8d42be0f23307f34b2_userSecurity_ldap_verify_68824de1b4489810533470bd_1.snaphost} (58%) rename test/e2e/testdata/.snapshots/{TestLogs/POST_api_atlas_v2_groups_687f1fcca799aa2ae9e8158a_clusters_1.snaphost => TestLDAPWithFlags/POST_api_atlas_v2_groups_68824b8d42be0f23307f34b2_clusters_1.snaphost} (61%) rename test/e2e/testdata/.snapshots/{TestLDAPWithStdin/Save/PATCH_api_atlas_v2_groups_687f1f8544f1ab3f8423231e_userSecurity_1.snaphost => TestLDAPWithFlags/Save/PATCH_api_atlas_v2_groups_68824b8d42be0f23307f34b2_userSecurity_1.snaphost} (80%) rename test/e2e/testdata/.snapshots/{TestLDAPWithStdin/Verify/POST_api_atlas_v2_groups_687f1f8544f1ab3f8423231e_userSecurity_ldap_verify_1.snaphost => TestLDAPWithFlags/Verify/POST_api_atlas_v2_groups_68824b8d42be0f23307f34b2_userSecurity_ldap_verify_1.snaphost} (57%) rename test/e2e/testdata/.snapshots/TestLDAPWithFlags/Watch/{GET_api_atlas_v2_groups_687f1d7a44f1ab3f842311cb_userSecurity_ldap_verify_687f1f7e44f1ab3f84232306_1.snaphost => GET_api_atlas_v2_groups_68824b8d42be0f23307f34b2_userSecurity_ldap_verify_68824de1b4489810533470bd_1.snaphost} (57%) rename test/e2e/testdata/.snapshots/TestLDAPWithFlags/{Get_Status/GET_api_atlas_v2_groups_687f1d7a44f1ab3f842311cb_userSecurity_ldap_verify_687f1f7e44f1ab3f84232306_1.snaphost => Watch/GET_api_atlas_v2_groups_68824b8d42be0f23307f34b2_userSecurity_ldap_verify_68824de1b4489810533470bd_2.snaphost} (58%) rename test/e2e/testdata/.snapshots/TestLDAPWithStdin/Delete/{DELETE_api_atlas_v2_groups_687f1f8544f1ab3f8423231e_userSecurity_ldap_userToDNMapping_1.snaphost => DELETE_api_atlas_v2_groups_68824e0042be0f23307f4ded_userSecurity_ldap_userToDNMapping_1.snaphost} (78%) delete mode 100644 test/e2e/testdata/.snapshots/TestLDAPWithStdin/GET_api_atlas_v2_groups_687f1f8544f1ab3f8423231e_clusters_provider_regions_1.snaphost rename test/e2e/testdata/.snapshots/{TestLDAPWithFlags/GET_api_atlas_v2_groups_687f1d7a44f1ab3f842311cb_clusters_ldap-878_1.snaphost => TestLDAPWithStdin/GET_api_atlas_v2_groups_68824e0042be0f23307f4ded_clusters_ldap-797_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/{TestLogs/GET_api_atlas_v2_groups_687f1fcca799aa2ae9e8158a_clusters_logs-721_2.snaphost => TestLDAPWithStdin/GET_api_atlas_v2_groups_68824e0042be0f23307f4ded_clusters_ldap-797_2.snaphost} (64%) rename test/e2e/testdata/.snapshots/TestLDAPWithStdin/{GET_api_atlas_v2_groups_687f1f8544f1ab3f8423231e_clusters_ldap-180_3.snaphost => GET_api_atlas_v2_groups_68824e0042be0f23307f4ded_clusters_ldap-797_3.snaphost} (54%) create mode 100644 test/e2e/testdata/.snapshots/TestLDAPWithStdin/GET_api_atlas_v2_groups_68824e0042be0f23307f4ded_clusters_provider_regions_1.snaphost rename test/e2e/testdata/.snapshots/{TestLDAPWithFlags/POST_api_atlas_v2_groups_687f1d7a44f1ab3f842311cb_clusters_1.snaphost => TestLDAPWithStdin/POST_api_atlas_v2_groups_68824e0042be0f23307f4ded_clusters_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/{TestLDAPWithFlags/Save/PATCH_api_atlas_v2_groups_687f1d7a44f1ab3f842311cb_userSecurity_1.snaphost => TestLDAPWithStdin/Save/PATCH_api_atlas_v2_groups_68824e0042be0f23307f4ded_userSecurity_1.snaphost} (80%) rename test/e2e/testdata/.snapshots/{TestLDAPWithFlags/Verify/POST_api_atlas_v2_groups_687f1d7a44f1ab3f842311cb_userSecurity_ldap_verify_1.snaphost => TestLDAPWithStdin/Verify/POST_api_atlas_v2_groups_68824e0042be0f23307f4ded_userSecurity_ldap_verify_1.snaphost} (57%) rename test/e2e/testdata/.snapshots/TestLogs/{Download_mongos-audit-log.gz/GET_api_atlas_v2_groups_687f1fcca799aa2ae9e8158a_clusters_atlas-wdk1ee-shard-00-00.xo0bo7.mongodb-dev.net_logs_mongos-audit-log.gz_1.snaphost => Download_mongodb-audit-log.gz/GET_api_atlas_v2_groups_68824d8842be0f23307f4a7a_clusters_atlas-i68ndc-shard-00-00.pftyhq.mongodb-dev.net_logs_mongodb-audit-log.gz_1.snaphost} (53%) rename test/e2e/testdata/.snapshots/TestLogs/Download_mongodb.gz/{GET_api_atlas_v2_groups_687f1fcca799aa2ae9e8158a_clusters_atlas-wdk1ee-shard-00-00.xo0bo7.mongodb-dev.net_logs_mongodb.gz_1.snaphost => GET_api_atlas_v2_groups_68824d8842be0f23307f4a7a_clusters_atlas-i68ndc-shard-00-00.pftyhq.mongodb-dev.net_logs_mongodb.gz_1.snaphost} (54%) rename test/e2e/testdata/.snapshots/TestLogs/Download_mongodb.gz_no_output_path/{GET_api_atlas_v2_groups_687f1fcca799aa2ae9e8158a_clusters_atlas-wdk1ee-shard-00-00.xo0bo7.mongodb-dev.net_logs_mongodb.gz_1.snaphost => GET_api_atlas_v2_groups_68824d8842be0f23307f4a7a_clusters_atlas-i68ndc-shard-00-00.pftyhq.mongodb-dev.net_logs_mongodb.gz_1.snaphost} (54%) rename test/e2e/testdata/.snapshots/TestLogs/{Download_mongodb-audit-log.gz/GET_api_atlas_v2_groups_687f1fcca799aa2ae9e8158a_clusters_atlas-wdk1ee-shard-00-00.xo0bo7.mongodb-dev.net_logs_mongodb-audit-log.gz_1.snaphost => Download_mongos-audit-log.gz/GET_api_atlas_v2_groups_68824d8842be0f23307f4a7a_clusters_atlas-i68ndc-shard-00-00.pftyhq.mongodb-dev.net_logs_mongos-audit-log.gz_1.snaphost} (53%) rename test/e2e/testdata/.snapshots/TestLogs/Download_mongos.gz/{GET_api_atlas_v2_groups_687f1fcca799aa2ae9e8158a_clusters_atlas-wdk1ee-shard-00-00.xo0bo7.mongodb-dev.net_logs_mongos.gz_1.snaphost => GET_api_atlas_v2_groups_68824d8842be0f23307f4a7a_clusters_atlas-i68ndc-shard-00-00.pftyhq.mongodb-dev.net_logs_mongos.gz_1.snaphost} (54%) delete mode 100644 test/e2e/testdata/.snapshots/TestLogs/GET_api_atlas_v2_groups_687f1fcca799aa2ae9e8158a_processes_1.snaphost rename test/e2e/testdata/.snapshots/{TestLDAPWithStdin/GET_api_atlas_v2_groups_687f1f8544f1ab3f8423231e_clusters_ldap-180_1.snaphost => TestLogs/GET_api_atlas_v2_groups_68824d8842be0f23307f4a7a_clusters_logs-826_1.snaphost} (61%) rename test/e2e/testdata/.snapshots/{TestLDAPWithFlags/GET_api_atlas_v2_groups_687f1d7a44f1ab3f842311cb_clusters_ldap-878_2.snaphost => TestLogs/GET_api_atlas_v2_groups_68824d8842be0f23307f4a7a_clusters_logs-826_2.snaphost} (67%) rename test/e2e/testdata/.snapshots/TestLogs/{GET_api_atlas_v2_groups_687f1fcca799aa2ae9e8158a_clusters_logs-721_3.snaphost => GET_api_atlas_v2_groups_68824d8842be0f23307f4a7a_clusters_logs-826_3.snaphost} (54%) rename test/e2e/testdata/.snapshots/{TestProcesses/GET_api_atlas_v2_groups_687f1d7044f1ab3f84230fb6_clusters_provider_regions_1.snaphost => TestLogs/GET_api_atlas_v2_groups_68824d8842be0f23307f4a7a_clusters_provider_regions_1.snaphost} (87%) create mode 100644 test/e2e/testdata/.snapshots/TestLogs/GET_api_atlas_v2_groups_68824d8842be0f23307f4a7a_processes_1.snaphost rename test/e2e/testdata/.snapshots/{TestLDAPWithStdin/POST_api_atlas_v2_groups_687f1f8544f1ab3f8423231e_clusters_1.snaphost => TestLogs/POST_api_atlas_v2_groups_68824d8842be0f23307f4a7a_clusters_1.snaphost} (61%) rename test/e2e/testdata/.snapshots/TestMaintenanceWindows/clear/{DELETE_api_atlas_v2_groups_687f1e0244f1ab3f84231d7d_maintenanceWindow_1.snaphost => DELETE_api_atlas_v2_groups_68824c05b448981053346773_maintenanceWindow_1.snaphost} (71%) rename test/e2e/testdata/.snapshots/TestMaintenanceWindows/describe/{GET_api_atlas_v2_groups_687f1e0244f1ab3f84231d7d_maintenanceWindow_1.snaphost => GET_api_atlas_v2_groups_68824c05b448981053346773_maintenanceWindow_1.snaphost} (76%) rename test/e2e/testdata/.snapshots/TestMaintenanceWindows/update/{PATCH_api_atlas_v2_groups_687f1e0244f1ab3f84231d7d_maintenanceWindow_1.snaphost => PATCH_api_atlas_v2_groups_68824c05b448981053346773_maintenanceWindow_1.snaphost} (71%) delete mode 100644 test/e2e/testdata/.snapshots/TestMetrics/GET_api_atlas_v2_groups_687f1d8e44f1ab3f84231649_processes_1.snaphost rename test/e2e/testdata/.snapshots/TestMetrics/{GET_api_atlas_v2_groups_687f1d8e44f1ab3f84231649_clusters_metrics-802_1.snaphost => GET_api_atlas_v2_groups_68824baeb448981053345f1a_clusters_metrics-674_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/TestMetrics/{GET_api_atlas_v2_groups_687f1d8e44f1ab3f84231649_clusters_metrics-802_2.snaphost => GET_api_atlas_v2_groups_68824baeb448981053345f1a_clusters_metrics-674_2.snaphost} (62%) rename test/e2e/testdata/.snapshots/TestMetrics/{GET_api_atlas_v2_groups_687f1d8e44f1ab3f84231649_clusters_metrics-802_3.snaphost => GET_api_atlas_v2_groups_68824baeb448981053345f1a_clusters_metrics-674_3.snaphost} (57%) rename test/e2e/testdata/.snapshots/{TestLogs/GET_api_atlas_v2_groups_687f1fcca799aa2ae9e8158a_clusters_provider_regions_1.snaphost => TestMetrics/GET_api_atlas_v2_groups_68824baeb448981053345f1a_clusters_provider_regions_1.snaphost} (87%) create mode 100644 test/e2e/testdata/.snapshots/TestMetrics/GET_api_atlas_v2_groups_68824baeb448981053345f1a_processes_1.snaphost rename test/e2e/testdata/.snapshots/TestMetrics/{POST_api_atlas_v2_groups_687f1d8e44f1ab3f84231649_clusters_1.snaphost => POST_api_atlas_v2_groups_68824baeb448981053345f1a_clusters_1.snaphost} (64%) delete mode 100644 test/e2e/testdata/.snapshots/TestMetrics/databases_describe/GET_api_atlas_v2_groups_687f1d8e44f1ab3f84231649_processes_atlas-11xi29-shard-00-00.8bkzkj.mongodb-dev.net_27017_databases_config_measurements_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestMetrics/databases_describe/GET_api_atlas_v2_groups_68824baeb448981053345f1a_processes_atlas-4phap8-shard-00-00.pvilu4.mongodb-dev.net_27017_databases_config_measurements_1.snaphost rename test/e2e/testdata/.snapshots/TestMetrics/databases_list/{GET_api_atlas_v2_groups_687f1d8e44f1ab3f84231649_processes_atlas-11xi29-shard-00-00.8bkzkj.mongodb-dev.net_27017_databases_1.snaphost => GET_api_atlas_v2_groups_68824baeb448981053345f1a_processes_atlas-4phap8-shard-00-00.pvilu4.mongodb-dev.net_27017_databases_1.snaphost} (56%) delete mode 100644 test/e2e/testdata/.snapshots/TestMetrics/disks_describe/GET_api_atlas_v2_groups_687f1d8e44f1ab3f84231649_processes_atlas-11xi29-shard-00-00.8bkzkj.mongodb-dev.net_27017_disks_data_measurements_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestMetrics/disks_describe/GET_api_atlas_v2_groups_68824baeb448981053345f1a_processes_atlas-4phap8-shard-00-00.pvilu4.mongodb-dev.net_27017_disks_data_measurements_1.snaphost rename test/e2e/testdata/.snapshots/TestMetrics/disks_list/{GET_api_atlas_v2_groups_687f1d8e44f1ab3f84231649_processes_atlas-11xi29-shard-00-00.8bkzkj.mongodb-dev.net_27017_disks_1.snaphost => GET_api_atlas_v2_groups_68824baeb448981053345f1a_processes_atlas-4phap8-shard-00-00.pvilu4.mongodb-dev.net_27017_disks_1.snaphost} (59%) delete mode 100644 test/e2e/testdata/.snapshots/TestMetrics/processes/GET_api_atlas_v2_groups_687f1d8e44f1ab3f84231649_processes_atlas-11xi29-shard-00-00.8bkzkj.mongodb-dev.net_27017_measurements_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestMetrics/processes/GET_api_atlas_v2_groups_68824baeb448981053345f1a_processes_atlas-4phap8-shard-00-00.pvilu4.mongodb-dev.net_27017_measurements_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestMetrics/processes_with_type/GET_api_atlas_v2_groups_687f1d8e44f1ab3f84231649_processes_atlas-11xi29-shard-00-00.8bkzkj.mongodb-dev.net_27017_measurements_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestMetrics/processes_with_type/GET_api_atlas_v2_groups_68824baeb448981053345f1a_processes_atlas-4phap8-shard-00-00.pvilu4.mongodb-dev.net_27017_measurements_1.snaphost rename test/e2e/testdata/.snapshots/TestOnlineArchives/Create/{POST_api_atlas_v2_groups_687f1d78a799aa2ae9e80368_clusters_onlineArchives-855_onlineArchives_1.snaphost => POST_api_atlas_v2_groups_68824bae42be0f23307f3a70_clusters_onlineArchives-660_onlineArchives_1.snaphost} (65%) rename test/e2e/testdata/.snapshots/TestOnlineArchives/Delete/{DELETE_api_atlas_v2_groups_687f1d78a799aa2ae9e80368_clusters_onlineArchives-855_onlineArchives_687f1f6da799aa2ae9e81366_1.snaphost => DELETE_api_atlas_v2_groups_68824bae42be0f23307f3a70_clusters_onlineArchives-660_onlineArchives_68824d8f42be0f23307f4aed_1.snaphost} (71%) rename test/e2e/testdata/.snapshots/TestOnlineArchives/Describe/{GET_api_atlas_v2_groups_687f1d78a799aa2ae9e80368_clusters_onlineArchives-855_onlineArchives_687f1f6da799aa2ae9e81366_1.snaphost => GET_api_atlas_v2_groups_68824bae42be0f23307f3a70_clusters_onlineArchives-660_onlineArchives_68824d8f42be0f23307f4aed_1.snaphost} (65%) rename test/e2e/testdata/.snapshots/TestOnlineArchives/{GET_api_atlas_v2_groups_687f1d78a799aa2ae9e80368_clusters_onlineArchives-855_1.snaphost => GET_api_atlas_v2_groups_68824bae42be0f23307f3a70_clusters_onlineArchives-660_1.snaphost} (59%) rename test/e2e/testdata/.snapshots/TestOnlineArchives/{GET_api_atlas_v2_groups_687f1d78a799aa2ae9e80368_clusters_onlineArchives-855_2.snaphost => GET_api_atlas_v2_groups_68824bae42be0f23307f3a70_clusters_onlineArchives-660_2.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestOnlineArchives/{GET_api_atlas_v2_groups_687f1d78a799aa2ae9e80368_clusters_onlineArchives-855_3.snaphost => GET_api_atlas_v2_groups_68824bae42be0f23307f3a70_clusters_onlineArchives-660_3.snaphost} (55%) rename test/e2e/testdata/.snapshots/{TestSearchDeprecated/GET_api_atlas_v2_groups_687f1f87a799aa2ae9e813f8_clusters_provider_regions_1.snaphost => TestOnlineArchives/GET_api_atlas_v2_groups_68824bae42be0f23307f3a70_clusters_provider_regions_1.snaphost} (87%) rename test/e2e/testdata/.snapshots/TestOnlineArchives/List/{GET_api_atlas_v2_groups_687f1d78a799aa2ae9e80368_clusters_onlineArchives-855_onlineArchives_1.snaphost => GET_api_atlas_v2_groups_68824bae42be0f23307f3a70_clusters_onlineArchives-660_onlineArchives_1.snaphost} (55%) rename test/e2e/testdata/.snapshots/TestOnlineArchives/{POST_api_atlas_v2_groups_687f1d78a799aa2ae9e80368_clusters_1.snaphost => POST_api_atlas_v2_groups_68824bae42be0f23307f3a70_clusters_1.snaphost} (59%) rename test/e2e/testdata/.snapshots/TestOnlineArchives/Pause/{PATCH_api_atlas_v2_groups_687f1d78a799aa2ae9e80368_clusters_onlineArchives-855_onlineArchives_687f1f6da799aa2ae9e81366_1.snaphost => PATCH_api_atlas_v2_groups_68824bae42be0f23307f3a70_clusters_onlineArchives-660_onlineArchives_68824d8f42be0f23307f4aed_1.snaphost} (76%) rename test/e2e/testdata/.snapshots/TestOnlineArchives/Start/{PATCH_api_atlas_v2_groups_687f1d78a799aa2ae9e80368_clusters_onlineArchives-855_onlineArchives_687f1f6da799aa2ae9e81366_1.snaphost => PATCH_api_atlas_v2_groups_68824bae42be0f23307f3a70_clusters_onlineArchives-660_onlineArchives_68824d8f42be0f23307f4aed_1.snaphost} (76%) rename test/e2e/testdata/.snapshots/TestOnlineArchives/Update/{PATCH_api_atlas_v2_groups_687f1d78a799aa2ae9e80368_clusters_onlineArchives-855_onlineArchives_687f1f6da799aa2ae9e81366_1.snaphost => PATCH_api_atlas_v2_groups_68824bae42be0f23307f3a70_clusters_onlineArchives-660_onlineArchives_68824d8f42be0f23307f4aed_1.snaphost} (65%) rename test/e2e/testdata/.snapshots/TestOnlineArchives/Watch/{GET_api_atlas_v2_groups_687f1d78a799aa2ae9e80368_clusters_onlineArchives-855_onlineArchives_687f1f6da799aa2ae9e81366_1.snaphost => GET_api_atlas_v2_groups_68824bae42be0f23307f3a70_clusters_onlineArchives-660_onlineArchives_68824d8f42be0f23307f4aed_1.snaphost} (53%) delete mode 100644 test/e2e/testdata/.snapshots/TestPerformanceAdvisor/0e40e1581b361e890b66ae0a9d4f5ab834c5ed98_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestPerformanceAdvisor/587360b2f68541e057aeabc36a0d3c7e124fb858_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestPerformanceAdvisor/799192733dcdc168c1f50b9a168a90c98e7f7df3_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestPerformanceAdvisor/799192733dcdc168c1f50b9a168a90c98e7f7df3_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestPerformanceAdvisor/799192733dcdc168c1f50b9a168a90c98e7f7df3_3.snaphost rename test/e2e/testdata/.snapshots/TestPerformanceAdvisor/Disable_Managed_Slow_Operation_Threshold/{76244254885c705f3f5ca94366c333a102b67569_1.snaphost => 90c2f391954391b5bf9958d8f1c85c782054e254_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestPerformanceAdvisor/Enable_Managed_Slow_Operation_Threshold/{b287677f30e3245222adacf38c8fbe25195a57dd_1.snaphost => fd1035e54fbf799304eb079b4905b8156319d524_1.snaphost} (77%) rename test/e2e/testdata/.snapshots/TestPerformanceAdvisor/List_namespaces/{ffca0650aa12cdfee85f800b4a42d83f658b52d7_1.snaphost => 8637606741eb7f965f6757a46648f4031a9a8960_1.snaphost} (72%) rename test/e2e/testdata/.snapshots/TestPerformanceAdvisor/List_slow_query_logs/{478544e40da8f1f4d27363f000af6978fdb22c24_1.snaphost => 89e555417d5ae0671391ec6b63bd78dbcf14ce6e_1.snaphost} (73%) rename test/e2e/testdata/.snapshots/TestPerformanceAdvisor/List_suggested_indexes/{661793fb0ac4e53b00b90594de92554b00dd44f9_1.snaphost => 4515cd646637b338ca6906cf216d2e0a2f845c48_1.snaphost} (72%) create mode 100644 test/e2e/testdata/.snapshots/TestPerformanceAdvisor/d4a7503197ed0ab2503227d334dc08d3ad9e552d_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestPerformanceAdvisor/d4a7503197ed0ab2503227d334dc08d3ad9e552d_2.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestPerformanceAdvisor/d4a7503197ed0ab2503227d334dc08d3ad9e552d_3.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestPerformanceAdvisor/d4a7503197ed0ab2503227d334dc08d3ad9e552d_4.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestPerformanceAdvisor/e992879458e1e54fd8b6cbd8c58278e82f8fa194_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestPerformanceAdvisor/f155facb61948b30c7b53782e569de1fdf3dc367_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestPerformanceAdvisor/f203547d7ad0d748813fcc178141cb89eeb026ac_1.snaphost rename test/e2e/testdata/.snapshots/TestPrivateEndpointsAWS/Create/{POST_api_atlas_v2_groups_687f1dae44f1ab3f842319cd_privateEndpoint_endpointService_1.snaphost => POST_api_atlas_v2_groups_68824b8db448981053345ab6_privateEndpoint_endpointService_1.snaphost} (69%) rename test/e2e/testdata/.snapshots/{TestPrivateEndpointsAzure/Delete/DELETE_api_atlas_v2_groups_687f1e5244f1ab3f84231f96_privateEndpoint_AZURE_endpointService_687f1e54a799aa2ae9e80f52_1.snaphost => TestPrivateEndpointsAWS/Delete/DELETE_api_atlas_v2_groups_68824b8db448981053345ab6_privateEndpoint_AWS_endpointService_68824b8f42be0f23307f3515_1.snaphost} (71%) rename test/e2e/testdata/.snapshots/TestPrivateEndpointsAWS/Describe/{GET_api_atlas_v2_groups_687f1dae44f1ab3f842319cd_privateEndpoint_AWS_endpointService_687f1db0a799aa2ae9e80ade_1.snaphost => GET_api_atlas_v2_groups_68824b8db448981053345ab6_privateEndpoint_AWS_endpointService_68824b8f42be0f23307f3515_1.snaphost} (63%) rename test/e2e/testdata/.snapshots/TestPrivateEndpointsAWS/List/{GET_api_atlas_v2_groups_687f1dae44f1ab3f842319cd_privateEndpoint_AWS_endpointService_1.snaphost => GET_api_atlas_v2_groups_68824b8db448981053345ab6_privateEndpoint_AWS_endpointService_1.snaphost} (63%) rename test/e2e/testdata/.snapshots/TestPrivateEndpointsAWS/Watch/{GET_api_atlas_v2_groups_687f1dae44f1ab3f842319cd_privateEndpoint_AWS_endpointService_687f1db0a799aa2ae9e80ade_1.snaphost => GET_api_atlas_v2_groups_68824b8db448981053345ab6_privateEndpoint_AWS_endpointService_68824b8f42be0f23307f3515_1.snaphost} (69%) rename test/e2e/testdata/.snapshots/TestPrivateEndpointsAWS/Watch/{GET_api_atlas_v2_groups_687f1dae44f1ab3f842319cd_privateEndpoint_AWS_endpointService_687f1db0a799aa2ae9e80ade_2.snaphost => GET_api_atlas_v2_groups_68824b8db448981053345ab6_privateEndpoint_AWS_endpointService_68824b8f42be0f23307f3515_2.snaphost} (63%) delete mode 100644 test/e2e/testdata/.snapshots/TestPrivateEndpointsAzure/Create/POST_api_atlas_v2_groups_687f1e5244f1ab3f84231f96_privateEndpoint_endpointService_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestPrivateEndpointsAzure/Create/POST_api_atlas_v2_groups_68824c2942be0f23307f434d_privateEndpoint_endpointService_1.snaphost rename test/e2e/testdata/.snapshots/{TestPrivateEndpointsAWS/Delete/DELETE_api_atlas_v2_groups_687f1dae44f1ab3f842319cd_privateEndpoint_AWS_endpointService_687f1db0a799aa2ae9e80ade_1.snaphost => TestPrivateEndpointsAzure/Delete/DELETE_api_atlas_v2_groups_68824c2942be0f23307f434d_privateEndpoint_AZURE_endpointService_68824c2b42be0f23307f43b0_1.snaphost} (71%) delete mode 100644 test/e2e/testdata/.snapshots/TestPrivateEndpointsAzure/Describe/GET_api_atlas_v2_groups_687f1e5244f1ab3f84231f96_privateEndpoint_AZURE_endpointService_687f1e54a799aa2ae9e80f52_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestPrivateEndpointsAzure/Describe/GET_api_atlas_v2_groups_68824c2942be0f23307f434d_privateEndpoint_AZURE_endpointService_68824c2b42be0f23307f43b0_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestPrivateEndpointsAzure/List/GET_api_atlas_v2_groups_687f1e5244f1ab3f84231f96_privateEndpoint_AZURE_endpointService_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestPrivateEndpointsAzure/List/GET_api_atlas_v2_groups_68824c2942be0f23307f434d_privateEndpoint_AZURE_endpointService_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestPrivateEndpointsAzure/Watch/GET_api_atlas_v2_groups_687f1e5244f1ab3f84231f96_privateEndpoint_AZURE_endpointService_687f1e54a799aa2ae9e80f52_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestPrivateEndpointsAzure/Watch/GET_api_atlas_v2_groups_687f1e5244f1ab3f84231f96_privateEndpoint_AZURE_endpointService_687f1e54a799aa2ae9e80f52_2.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestPrivateEndpointsAzure/Watch/GET_api_atlas_v2_groups_68824c2942be0f23307f434d_privateEndpoint_AZURE_endpointService_68824c2b42be0f23307f43b0_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestPrivateEndpointsAzure/Watch/GET_api_atlas_v2_groups_68824c2942be0f23307f434d_privateEndpoint_AZURE_endpointService_68824c2b42be0f23307f43b0_2.snaphost rename test/e2e/testdata/.snapshots/TestPrivateEndpointsGCP/Create/{POST_api_atlas_v2_groups_687f1e8ba799aa2ae9e8100a_privateEndpoint_endpointService_1.snaphost => POST_api_atlas_v2_groups_68824c6642be0f23307f44f4_privateEndpoint_endpointService_1.snaphost} (59%) rename test/e2e/testdata/.snapshots/TestPrivateEndpointsGCP/Delete/{DELETE_api_atlas_v2_groups_687f1e8ba799aa2ae9e8100a_privateEndpoint_GCP_endpointService_687f1e8da799aa2ae9e81074_1.snaphost => DELETE_api_atlas_v2_groups_68824c6642be0f23307f44f4_privateEndpoint_GCP_endpointService_68824c6942be0f23307f4567_1.snaphost} (71%) delete mode 100644 test/e2e/testdata/.snapshots/TestPrivateEndpointsGCP/Describe/GET_api_atlas_v2_groups_687f1e8ba799aa2ae9e8100a_privateEndpoint_GCP_endpointService_687f1e8da799aa2ae9e81074_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestPrivateEndpointsGCP/Describe/GET_api_atlas_v2_groups_68824c6642be0f23307f44f4_privateEndpoint_GCP_endpointService_68824c6942be0f23307f4567_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestPrivateEndpointsGCP/List/GET_api_atlas_v2_groups_687f1e8ba799aa2ae9e8100a_privateEndpoint_GCP_endpointService_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestPrivateEndpointsGCP/List/GET_api_atlas_v2_groups_68824c6642be0f23307f44f4_privateEndpoint_GCP_endpointService_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestPrivateEndpointsGCP/Watch/GET_api_atlas_v2_groups_687f1e8ba799aa2ae9e8100a_privateEndpoint_GCP_endpointService_687f1e8da799aa2ae9e81074_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestPrivateEndpointsGCP/Watch/GET_api_atlas_v2_groups_687f1e8ba799aa2ae9e8100a_privateEndpoint_GCP_endpointService_687f1e8da799aa2ae9e81074_3.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestPrivateEndpointsGCP/Watch/GET_api_atlas_v2_groups_687f1e8ba799aa2ae9e8100a_privateEndpoint_GCP_endpointService_687f1e8da799aa2ae9e81074_4.snaphost rename test/e2e/testdata/.snapshots/TestPrivateEndpointsGCP/Watch/{GET_api_atlas_v2_groups_687f1e8ba799aa2ae9e8100a_privateEndpoint_GCP_endpointService_687f1e8da799aa2ae9e81074_1.snaphost => GET_api_atlas_v2_groups_68824c6642be0f23307f44f4_privateEndpoint_GCP_endpointService_68824c6942be0f23307f4567_1.snaphost} (59%) create mode 100644 test/e2e/testdata/.snapshots/TestPrivateEndpointsGCP/Watch/GET_api_atlas_v2_groups_68824c6642be0f23307f44f4_privateEndpoint_GCP_endpointService_68824c6942be0f23307f4567_2.snaphost rename test/e2e/testdata/.snapshots/TestProcesses/{GET_api_atlas_v2_groups_687f1d7044f1ab3f84230fb6_clusters_processes-814_1.snaphost => GET_api_atlas_v2_groups_68824b8c42be0f23307f3451_clusters_processes-935_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/TestProcesses/{GET_api_atlas_v2_groups_687f1d7044f1ab3f84230fb6_clusters_processes-814_2.snaphost => GET_api_atlas_v2_groups_68824b8c42be0f23307f3451_clusters_processes-935_2.snaphost} (62%) rename test/e2e/testdata/.snapshots/TestProcesses/{GET_api_atlas_v2_groups_687f1d7044f1ab3f84230fb6_clusters_processes-814_3.snaphost => GET_api_atlas_v2_groups_68824b8c42be0f23307f3451_clusters_processes-935_3.snaphost} (55%) rename test/e2e/testdata/.snapshots/{TestLDAPWithFlags/GET_api_atlas_v2_groups_687f1d7a44f1ab3f842311cb_clusters_provider_regions_1.snaphost => TestProcesses/GET_api_atlas_v2_groups_68824b8c42be0f23307f3451_clusters_provider_regions_1.snaphost} (87%) rename test/e2e/testdata/.snapshots/TestProcesses/{POST_api_atlas_v2_groups_687f1d7044f1ab3f84230fb6_clusters_1.snaphost => POST_api_atlas_v2_groups_68824b8c42be0f23307f3451_clusters_1.snaphost} (64%) delete mode 100644 test/e2e/testdata/.snapshots/TestProcesses/describe/GET_api_atlas_v2_groups_687f1d7044f1ab3f84230fb6_processes_atlas-rffb0f-shard-00-00.dyhcbh.mongodb-dev.net_27017_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestProcesses/describe/GET_api_atlas_v2_groups_68824b8c42be0f23307f3451_processes_atlas-1k5j24-shard-00-00.0eiwse.mongodb-dev.net_27017_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestProcesses/list/GET_api_atlas_v2_groups_687f1d7044f1ab3f84230fb6_processes_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestProcesses/list/GET_api_atlas_v2_groups_68824b8c42be0f23307f3451_processes_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestProcesses/list_compact/GET_api_atlas_v2_groups_687f1d7044f1ab3f84230fb6_processes_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestProcesses/list_compact/GET_api_atlas_v2_groups_68824b8c42be0f23307f3451_processes_1.snaphost rename test/e2e/testdata/.snapshots/TestProjectSettings/Describe/{GET_api_atlas_v2_groups_687f1e0744f1ab3f84231e0d_settings_1.snaphost => GET_api_atlas_v2_groups_68824c0942be0f23307f4260_settings_1.snaphost} (82%) delete mode 100644 test/e2e/testdata/.snapshots/TestProjectSettings/PATCH_api_atlas_v2_groups_687f1e0744f1ab3f84231e0d_settings_1.snaphost rename test/e2e/testdata/.snapshots/TestProjectSettings/{PATCH_api_atlas_v2_groups_687f1e0744f1ab3f84231e0d_settings_2.snaphost => PATCH_api_atlas_v2_groups_68824c0942be0f23307f4260_settings_1.snaphost} (82%) rename test/e2e/testdata/.snapshots/TestRegionalizedPrivateEndpointsSettings/Disable_regionalized_private_endpoint_setting/{PATCH_api_atlas_v2_groups_687f1fb844f1ab3f84232536_privateEndpoint_regionalMode_1.snaphost => PATCH_api_atlas_v2_groups_68824dde42be0f23307f4c70_privateEndpoint_regionalMode_1.snaphost} (73%) rename test/e2e/testdata/.snapshots/TestRegionalizedPrivateEndpointsSettings/Enable_regionalized_private_endpoint_setting/{PATCH_api_atlas_v2_groups_687f1fb844f1ab3f84232536_privateEndpoint_regionalMode_1.snaphost => PATCH_api_atlas_v2_groups_68824dde42be0f23307f4c70_privateEndpoint_regionalMode_1.snaphost} (73%) rename test/e2e/testdata/.snapshots/TestRegionalizedPrivateEndpointsSettings/Get_regionalized_private_endpoint_setting/{GET_api_atlas_v2_groups_687f1fb844f1ab3f84232536_privateEndpoint_regionalMode_1.snaphost => GET_api_atlas_v2_groups_68824dde42be0f23307f4c70_privateEndpoint_regionalMode_1.snaphost} (73%) delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Create_snapshot/POST_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_backup_snapshots_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Create_snapshot/POST_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_backup_snapshots_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/DELETE_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/DELETE_api_atlas_v2_groups_687f1f61a799aa2ae9e812e1_clusters_backupRestores2-712_1.snaphost rename test/e2e/testdata/.snapshots/{TestAtlasProjects/Delete/DELETE_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost => TestRestores/DELETE_api_atlas_v2_groups_68824bafb448981053345f6d_1.snaphost} (70%) create mode 100644 test/e2e/testdata/.snapshots/TestRestores/DELETE_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_1.snaphost rename test/e2e/testdata/.snapshots/TestRestores/{DELETE_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_1.snaphost => DELETE_api_atlas_v2_groups_68824d9d42be0f23307f4b11_1.snaphost} (70%) create mode 100644 test/e2e/testdata/.snapshots/TestRestores/DELETE_api_atlas_v2_groups_68824d9d42be0f23307f4b11_clusters_backupRestores2-78_1.snaphost rename test/e2e/testdata/.snapshots/{TestSnapshots/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_backup_snapshots_687f1f0c44f1ab3f842321db_1.snaphost => TestRestores/Delete_snapshot/DELETE_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_backup_snapshots_68824fb142be0f23307f541b_1.snaphost} (70%) delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_3.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_5.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/GET_api_atlas_v2_groups_687f1f61a799aa2ae9e812e1_clusters_backupRestores2-712_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/GET_api_atlas_v2_groups_687f1f61a799aa2ae9e812e1_clusters_backupRestores2-712_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/GET_api_atlas_v2_groups_687f1f61a799aa2ae9e812e1_clusters_backupRestores2-712_3.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/GET_api_atlas_v2_groups_687f1f61a799aa2ae9e812e1_clusters_backupRestores2-712_4.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/GET_api_atlas_v2_groups_687f1f61a799aa2ae9e812e1_clusters_backupRestores2-712_5.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/GET_api_atlas_v2_groups_687f1f61a799aa2ae9e812e1_clusters_provider_regions_1.snaphost rename test/e2e/testdata/.snapshots/{TestSchedule/GET_api_atlas_v2_groups_687f1d7044f1ab3f84230f92_clusters_backupSchedule-42_1.snaphost => TestRestores/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_1.snaphost} (59%) rename test/e2e/testdata/.snapshots/{TestSchedule/GET_api_atlas_v2_groups_687f1d7044f1ab3f84230f92_clusters_backupSchedule-42_2.snaphost => TestRestores/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_2.snaphost} (70%) rename test/e2e/testdata/.snapshots/{TestSchedule/GET_api_atlas_v2_groups_687f1d7044f1ab3f84230f92_clusters_backupSchedule-42_3.snaphost => TestRestores/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_3.snaphost} (57%) create mode 100644 test/e2e/testdata/.snapshots/TestRestores/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_4.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_5.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_provider_regions_1.snaphost rename test/e2e/testdata/.snapshots/TestRestores/{GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_1.snaphost => GET_api_atlas_v2_groups_68824d9d42be0f23307f4b11_clusters_backupRestores2-78_1.snaphost} (59%) rename test/e2e/testdata/.snapshots/TestRestores/{GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_2.snaphost => GET_api_atlas_v2_groups_68824d9d42be0f23307f4b11_clusters_backupRestores2-78_2.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestRestores/{Restores_Create_-_Automated/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_1.snaphost => GET_api_atlas_v2_groups_68824d9d42be0f23307f4b11_clusters_backupRestores2-78_3.snaphost} (55%) rename test/e2e/testdata/.snapshots/TestRestores/{GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_4.snaphost => GET_api_atlas_v2_groups_68824d9d42be0f23307f4b11_clusters_backupRestores2-78_4.snaphost} (55%) rename test/e2e/testdata/.snapshots/{TestSnapshots/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_5.snaphost => TestRestores/GET_api_atlas_v2_groups_68824d9d42be0f23307f4b11_clusters_backupRestores2-78_5.snaphost} (52%) rename test/e2e/testdata/.snapshots/TestRestores/{GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_provider_regions_1.snaphost => GET_api_atlas_v2_groups_68824d9d42be0f23307f4b11_clusters_provider_regions_1.snaphost} (87%) delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/POST_api_atlas_v2_groups_687f1f61a799aa2ae9e812e1_clusters_1.snaphost rename test/e2e/testdata/.snapshots/{TestSchedule/POST_api_atlas_v2_groups_687f1d7044f1ab3f84230f92_clusters_1.snaphost => TestRestores/POST_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_1.snaphost} (59%) rename test/e2e/testdata/.snapshots/TestRestores/{POST_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_1.snaphost => POST_api_atlas_v2_groups_68824d9d42be0f23307f4b11_clusters_1.snaphost} (59%) create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Create_-_Automated/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Create_-_Automated/POST_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_backup_restoreJobs_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Create_-_Automated/POST_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_backup_restoreJobs_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Create_-_Download/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Create_-_Download/POST_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_backup_restoreJobs_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Create_-_Download/POST_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_backup_restoreJobs_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Describe/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_backup_restoreJobs_687f21d044f1ab3f84232980_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Describe/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_flexClusters_backupRestores-295_backup_restoreJobs_687f21d044f1ab3f84232980_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Describe/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_backup_restoreJobs_6882506f42be0f23307f55a3_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Describe/GET_api_atlas_v2_groups_68824bafb448981053345f6d_flexClusters_backupRestores-54_backup_restoreJobs_6882506f42be0f23307f55a3_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_List/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_backup_restoreJobs_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_List/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_flexClusters_backupRestores-295_backup_restoreJobs_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_List/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_backup_restoreJobs_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_List/GET_api_atlas_v2_groups_68824bafb448981053345f6d_flexClusters_backupRestores-54_backup_restoreJobs_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Watch/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_backup_restoreJobs_687f21d044f1ab3f84232980_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Watch/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_backup_restoreJobs_687f21d044f1ab3f84232980_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Watch/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_flexClusters_backupRestores-295_backup_restoreJobs_687f21d044f1ab3f84232980_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Watch/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_backup_restoreJobs_6882506f42be0f23307f55a3_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Watch/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_backup_restoreJobs_6882506f42be0f23307f55a3_2.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Watch/GET_api_atlas_v2_groups_68824bafb448981053345f6d_flexClusters_backupRestores-54_backup_restoreJobs_6882506f42be0f23307f55a3_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Watch_-_Download/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_backup_restoreJobs_687f22b4a799aa2ae9e81b97_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Watch_-_Download/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_backup_restoreJobs_687f22b4a799aa2ae9e81b97_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Watch_-_Download/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_flexClusters_backupRestores-295_backup_restoreJobs_687f22b4a799aa2ae9e81b97_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Watch_-_Download/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_backup_restoreJobs_6882516542be0f23307f58a7_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Watch_-_Download/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_backup_restoreJobs_6882516542be0f23307f58a7_2.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Restores_Watch_-_Download/GET_api_atlas_v2_groups_68824bafb448981053345f6d_flexClusters_backupRestores-54_backup_restoreJobs_6882516542be0f23307f58a7_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Watch_snapshot_creation/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_backup_snapshots_687f211ca799aa2ae9e818e2_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Watch_snapshot_creation/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_backup_snapshots_687f211ca799aa2ae9e818e2_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Watch_snapshot_creation/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_backup_snapshots_687f211ca799aa2ae9e818e2_3.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Watch_snapshot_creation/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_backup_snapshots_687f211ca799aa2ae9e818e2_4.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Watch_snapshot_creation/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_backup_snapshots_687f211ca799aa2ae9e818e2_5.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Watch_snapshot_creation/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_backup_snapshots_687f211ca799aa2ae9e818e2_6.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestRestores/Watch_snapshot_creation/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_flexClusters_backupRestores-295_backup_snapshots_687f211ca799aa2ae9e818e2_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Watch_snapshot_creation/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_backup_snapshots_68824fb142be0f23307f541b_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Watch_snapshot_creation/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_backup_snapshots_68824fb142be0f23307f541b_2.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Watch_snapshot_creation/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_backup_snapshots_68824fb142be0f23307f541b_3.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Watch_snapshot_creation/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_backup_snapshots_68824fb142be0f23307f541b_4.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Watch_snapshot_creation/GET_api_atlas_v2_groups_68824bafb448981053345f6d_clusters_backupRestores-54_backup_snapshots_68824fb142be0f23307f541b_5.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestRestores/Watch_snapshot_creation/GET_api_atlas_v2_groups_68824bafb448981053345f6d_flexClusters_backupRestores-54_backup_snapshots_68824fb142be0f23307f541b_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSchedule/Delete/DELETE_api_atlas_v2_groups_687f1d7044f1ab3f84230f92_clusters_backupSchedule-42_backup_schedule_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSchedule/Delete/DELETE_api_atlas_v2_groups_68824b89b44898105334593e_clusters_backupSchedule-839_backup_schedule_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSchedule/Describe/GET_api_atlas_v2_groups_687f1d7044f1ab3f84230f92_clusters_backupSchedule-42_backup_schedule_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSchedule/Describe/GET_api_atlas_v2_groups_68824b89b44898105334593e_clusters_backupSchedule-839_backup_schedule_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSchedule/GET_api_atlas_v2_groups_687f1d7044f1ab3f84230f92_clusters_provider_regions_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSchedule/GET_api_atlas_v2_groups_68824b89b44898105334593e_clusters_backupSchedule-839_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSchedule/GET_api_atlas_v2_groups_68824b89b44898105334593e_clusters_backupSchedule-839_2.snaphost rename test/e2e/testdata/.snapshots/{TestRestores/Restores_Create_-_Download/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_1.snaphost => TestSchedule/GET_api_atlas_v2_groups_68824b89b44898105334593e_clusters_backupSchedule-839_3.snaphost} (55%) create mode 100644 test/e2e/testdata/.snapshots/TestSchedule/GET_api_atlas_v2_groups_68824b89b44898105334593e_clusters_provider_regions_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSchedule/POST_api_atlas_v2_groups_68824b89b44898105334593e_clusters_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSchedule/Update/PATCH_api_atlas_v2_groups_687f1d7044f1ab3f84230f92_clusters_backupSchedule-42_backup_schedule_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSchedule/Update/PATCH_api_atlas_v2_groups_68824b89b44898105334593e_clusters_backupSchedule-839_backup_schedule_1.snaphost rename test/e2e/testdata/.snapshots/TestSearch/Create_array_mapping/{POST_api_atlas_v2_groups_687f1d7444f1ab3f84231064_clusters_search-18_search_indexes_1.snaphost => POST_api_atlas_v2_groups_68824bd6b448981053346359_clusters_search-543_search_indexes_1.snaphost} (69%) rename test/e2e/testdata/.snapshots/TestSearch/Create_combinedMapping/{POST_api_atlas_v2_groups_687f1d7444f1ab3f84231064_clusters_search-18_search_indexes_1.snaphost => POST_api_atlas_v2_groups_68824bd6b448981053346359_clusters_search-543_search_indexes_1.snaphost} (75%) rename test/e2e/testdata/.snapshots/TestSearch/Create_staticMapping/{POST_api_atlas_v2_groups_687f1d7444f1ab3f84231064_clusters_search-18_fts_indexes_1.snaphost => POST_api_atlas_v2_groups_68824bd6b448981053346359_clusters_search-543_fts_indexes_1.snaphost} (80%) rename test/e2e/testdata/.snapshots/TestSearch/Create_via_file/{POST_api_atlas_v2_groups_687f1d7444f1ab3f84231064_clusters_search-18_search_indexes_1.snaphost => POST_api_atlas_v2_groups_68824bd6b448981053346359_clusters_search-543_search_indexes_1.snaphost} (65%) rename test/e2e/testdata/.snapshots/TestSearch/Delete/{DELETE_api_atlas_v2_groups_687f1d7444f1ab3f84231064_clusters_search-18_search_indexes_687f1f7ca799aa2ae9e81398_1.snaphost => DELETE_api_atlas_v2_groups_68824bd6b448981053346359_clusters_search-543_search_indexes_68824e6742be0f23307f4f76_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/{TestSearchDeprecated/Describe/GET_api_atlas_v2_groups_687f1f87a799aa2ae9e813f8_clusters_search-206_fts_indexes_687f21d744f1ab3f8423299b_1.snaphost => TestSearch/Describe/GET_api_atlas_v2_groups_68824bd6b448981053346359_clusters_search-543_fts_indexes_68824e6742be0f23307f4f76_1.snaphost} (61%) delete mode 100644 test/e2e/testdata/.snapshots/TestSearch/GET_api_atlas_v2_groups_687f1d7444f1ab3f84231064_clusters_provider_regions_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSearch/GET_api_atlas_v2_groups_687f1d7444f1ab3f84231064_clusters_search-18_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSearch/GET_api_atlas_v2_groups_687f1d7444f1ab3f84231064_clusters_search-18_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSearch/GET_api_atlas_v2_groups_687f1d7444f1ab3f84231064_clusters_search-18_3.snaphost rename test/e2e/testdata/.snapshots/{TestMetrics/GET_api_atlas_v2_groups_687f1d8e44f1ab3f84231649_clusters_provider_regions_1.snaphost => TestSearch/GET_api_atlas_v2_groups_68824bd6b448981053346359_clusters_provider_regions_1.snaphost} (87%) rename test/e2e/testdata/.snapshots/{TestSearchDeprecated/GET_api_atlas_v2_groups_687f1f87a799aa2ae9e813f8_clusters_search-206_1.snaphost => TestSearch/GET_api_atlas_v2_groups_68824bd6b448981053346359_clusters_search-543_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/{TestSearchDeprecated/GET_api_atlas_v2_groups_687f1f87a799aa2ae9e813f8_clusters_search-206_2.snaphost => TestSearch/GET_api_atlas_v2_groups_68824bd6b448981053346359_clusters_search-543_2.snaphost} (62%) rename test/e2e/testdata/.snapshots/{TestSearchDeprecated/GET_api_atlas_v2_groups_687f1f87a799aa2ae9e813f8_clusters_search-206_3.snaphost => TestSearch/GET_api_atlas_v2_groups_68824bd6b448981053346359_clusters_search-543_3.snaphost} (57%) rename test/e2e/testdata/.snapshots/{TestSearchDeprecated/Load_Sample_data/GET_api_atlas_v2_groups_687f1f87a799aa2ae9e813f8_sampleDatasetLoad_687f2197a799aa2ae9e819b0_1.snaphost => TestSearch/Load_Sample_data/GET_api_atlas_v2_groups_68824bd6b448981053346359_sampleDatasetLoad_68824e24b4489810533471d3_1.snaphost} (60%) rename test/e2e/testdata/.snapshots/TestSearch/Load_Sample_data/{GET_api_atlas_v2_groups_687f1d7444f1ab3f84231064_sampleDatasetLoad_687f1f52a799aa2ae9e812ac_2.snaphost => GET_api_atlas_v2_groups_68824bd6b448981053346359_sampleDatasetLoad_68824e24b4489810533471d3_2.snaphost} (57%) rename test/e2e/testdata/.snapshots/{TestSearchDeprecated/Load_Sample_data/POST_api_atlas_v2_groups_687f1f87a799aa2ae9e813f8_sampleDatasetLoad_search-206_1.snaphost => TestSearch/Load_Sample_data/POST_api_atlas_v2_groups_68824bd6b448981053346359_sampleDatasetLoad_search-543_1.snaphost} (60%) delete mode 100644 test/e2e/testdata/.snapshots/TestSearch/POST_api_atlas_v2_groups_687f1d7444f1ab3f84231064_clusters_1.snaphost rename test/e2e/testdata/.snapshots/{TestSearchDeprecated/POST_api_atlas_v2_groups_687f1f87a799aa2ae9e813f8_clusters_1.snaphost => TestSearch/POST_api_atlas_v2_groups_68824bd6b448981053346359_clusters_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/TestSearch/Update_via_file/{PATCH_api_atlas_v2_groups_687f1d7444f1ab3f84231064_clusters_search-18_search_indexes_687f1f7ca799aa2ae9e81398_1.snaphost => PATCH_api_atlas_v2_groups_68824bd6b448981053346359_clusters_search-543_search_indexes_68824e6742be0f23307f4f76_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/{TestSearchDeprecated/list/GET_api_atlas_v2_groups_687f1f87a799aa2ae9e813f8_clusters_search-206_fts_indexes_sample_mflix_movies_1.snaphost => TestSearch/list/GET_api_atlas_v2_groups_68824bd6b448981053346359_clusters_search-543_fts_indexes_sample_mflix_movies_1.snaphost} (66%) rename test/e2e/testdata/.snapshots/TestSearchDeprecated/Create_array_mapping/{POST_api_atlas_v2_groups_687f1f87a799aa2ae9e813f8_clusters_search-206_fts_indexes_1.snaphost => POST_api_atlas_v2_groups_68824e70b4489810533472af_clusters_search-400_fts_indexes_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestSearchDeprecated/Create_combinedMapping/{POST_api_atlas_v2_groups_687f1f87a799aa2ae9e813f8_clusters_search-206_fts_indexes_1.snaphost => POST_api_atlas_v2_groups_68824e70b4489810533472af_clusters_search-400_fts_indexes_1.snaphost} (75%) rename test/e2e/testdata/.snapshots/TestSearchDeprecated/Create_staticMapping/{POST_api_atlas_v2_groups_687f1f87a799aa2ae9e813f8_clusters_search-206_fts_indexes_1.snaphost => POST_api_atlas_v2_groups_68824e70b4489810533472af_clusters_search-400_fts_indexes_1.snaphost} (80%) rename test/e2e/testdata/.snapshots/TestSearchDeprecated/Create_via_file/{POST_api_atlas_v2_groups_687f1f87a799aa2ae9e813f8_clusters_search-206_fts_indexes_1.snaphost => POST_api_atlas_v2_groups_68824e70b4489810533472af_clusters_search-400_fts_indexes_1.snaphost} (65%) rename test/e2e/testdata/.snapshots/TestSearchDeprecated/Delete/{DELETE_api_atlas_v2_groups_687f1f87a799aa2ae9e813f8_clusters_search-206_search_indexes_687f21d744f1ab3f8423299b_1.snaphost => DELETE_api_atlas_v2_groups_68824e70b4489810533472af_clusters_search-400_search_indexes_68825082b44898105334781c_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/{TestSearch/Describe/GET_api_atlas_v2_groups_687f1d7444f1ab3f84231064_clusters_search-18_fts_indexes_687f1f7ca799aa2ae9e81398_1.snaphost => TestSearchDeprecated/Describe/GET_api_atlas_v2_groups_68824e70b4489810533472af_clusters_search-400_fts_indexes_68825082b44898105334781c_1.snaphost} (65%) rename test/e2e/testdata/.snapshots/{TestOnlineArchives/GET_api_atlas_v2_groups_687f1d78a799aa2ae9e80368_clusters_provider_regions_1.snaphost => TestSearchDeprecated/GET_api_atlas_v2_groups_68824e70b4489810533472af_clusters_provider_regions_1.snaphost} (87%) create mode 100644 test/e2e/testdata/.snapshots/TestSearchDeprecated/GET_api_atlas_v2_groups_68824e70b4489810533472af_clusters_search-400_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSearchDeprecated/GET_api_atlas_v2_groups_68824e70b4489810533472af_clusters_search-400_2.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSearchDeprecated/GET_api_atlas_v2_groups_68824e70b4489810533472af_clusters_search-400_3.snaphost rename test/e2e/testdata/.snapshots/{TestSearch/Load_Sample_data/GET_api_atlas_v2_groups_687f1d7444f1ab3f84231064_sampleDatasetLoad_687f1f52a799aa2ae9e812ac_1.snaphost => TestSearchDeprecated/Load_Sample_data/GET_api_atlas_v2_groups_68824e70b4489810533472af_sampleDatasetLoad_6882505842be0f23307f557a_1.snaphost} (54%) rename test/e2e/testdata/.snapshots/TestSearchDeprecated/Load_Sample_data/{GET_api_atlas_v2_groups_687f1f87a799aa2ae9e813f8_sampleDatasetLoad_687f2197a799aa2ae9e819b0_2.snaphost => GET_api_atlas_v2_groups_68824e70b4489810533472af_sampleDatasetLoad_6882505842be0f23307f557a_2.snaphost} (55%) rename test/e2e/testdata/.snapshots/{TestSearch/Load_Sample_data/POST_api_atlas_v2_groups_687f1d7444f1ab3f84231064_sampleDatasetLoad_search-18_1.snaphost => TestSearchDeprecated/Load_Sample_data/POST_api_atlas_v2_groups_68824e70b4489810533472af_sampleDatasetLoad_search-400_1.snaphost} (53%) create mode 100644 test/e2e/testdata/.snapshots/TestSearchDeprecated/POST_api_atlas_v2_groups_68824e70b4489810533472af_clusters_1.snaphost rename test/e2e/testdata/.snapshots/TestSearchDeprecated/Update_via_file/{PATCH_api_atlas_v2_groups_687f1f87a799aa2ae9e813f8_clusters_search-206_fts_indexes_687f21d744f1ab3f8423299b_1.snaphost => PATCH_api_atlas_v2_groups_68824e70b4489810533472af_clusters_search-400_fts_indexes_68825082b44898105334781c_1.snaphost} (66%) rename test/e2e/testdata/.snapshots/{TestSearch/list/GET_api_atlas_v2_groups_687f1d7444f1ab3f84231064_clusters_search-18_fts_indexes_sample_mflix_movies_1.snaphost => TestSearchDeprecated/list/GET_api_atlas_v2_groups_68824e70b4489810533472af_clusters_search-400_fts_indexes_sample_mflix_movies_1.snaphost} (66%) rename test/e2e/testdata/.snapshots/TestSearchNodes/Create_search_node/{GET_api_atlas_v2_groups_687f1d9fa799aa2ae9e809fe_clusters_cluster-363_search_deployment_1.snaphost => GET_api_atlas_v2_groups_68824ba942be0f23307f398e_clusters_cluster-315_search_deployment_1.snaphost} (59%) rename test/e2e/testdata/.snapshots/TestSearchNodes/Create_search_node/{GET_api_atlas_v2_groups_687f1d9fa799aa2ae9e809fe_clusters_cluster-363_search_deployment_2.snaphost => GET_api_atlas_v2_groups_68824ba942be0f23307f398e_clusters_cluster-315_search_deployment_2.snaphost} (59%) rename test/e2e/testdata/.snapshots/TestSearchNodes/Create_search_node/{POST_api_atlas_v2_groups_687f1d9fa799aa2ae9e809fe_clusters_cluster-363_search_deployment_1.snaphost => POST_api_atlas_v2_groups_68824ba942be0f23307f398e_clusters_cluster-315_search_deployment_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/TestSearchNodes/Delete_search_nodes/{DELETE_api_atlas_v2_groups_687f1d9fa799aa2ae9e809fe_clusters_cluster-363_search_deployment_1.snaphost => DELETE_api_atlas_v2_groups_68824ba942be0f23307f398e_clusters_cluster-315_search_deployment_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestSearchNodes/{GET_api_atlas_v2_groups_687f1d9fa799aa2ae9e809fe_clusters_cluster-363_1.snaphost => GET_api_atlas_v2_groups_68824ba942be0f23307f398e_clusters_cluster-315_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/TestSearchNodes/{GET_api_atlas_v2_groups_687f1d9fa799aa2ae9e809fe_clusters_cluster-363_2.snaphost => GET_api_atlas_v2_groups_68824ba942be0f23307f398e_clusters_cluster-315_2.snaphost} (62%) rename test/e2e/testdata/.snapshots/TestSearchNodes/{GET_api_atlas_v2_groups_687f1d9fa799aa2ae9e809fe_clusters_cluster-363_3.snaphost => GET_api_atlas_v2_groups_68824ba942be0f23307f398e_clusters_cluster-315_3.snaphost} (57%) rename test/e2e/testdata/.snapshots/TestSearchNodes/{GET_api_atlas_v2_groups_687f1d9fa799aa2ae9e809fe_clusters_provider_regions_1.snaphost => GET_api_atlas_v2_groups_68824ba942be0f23307f398e_clusters_provider_regions_1.snaphost} (86%) rename test/e2e/testdata/.snapshots/TestSearchNodes/List_+_verify_created/{GET_api_atlas_v2_groups_687f1d9fa799aa2ae9e809fe_clusters_cluster-363_search_deployment_1.snaphost => GET_api_atlas_v2_groups_68824ba942be0f23307f398e_clusters_cluster-315_search_deployment_1.snaphost} (59%) rename test/e2e/testdata/.snapshots/TestSearchNodes/List_+_verify_updated/{GET_api_atlas_v2_groups_687f1d9fa799aa2ae9e809fe_clusters_cluster-363_search_deployment_1.snaphost => GET_api_atlas_v2_groups_68824ba942be0f23307f398e_clusters_cluster-315_search_deployment_1.snaphost} (59%) rename test/e2e/testdata/.snapshots/TestSearchNodes/{POST_api_atlas_v2_groups_687f1d9fa799aa2ae9e809fe_clusters_1.snaphost => POST_api_atlas_v2_groups_68824ba942be0f23307f398e_clusters_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/TestSearchNodes/Update_search_node/{GET_api_atlas_v2_groups_687f1d9fa799aa2ae9e809fe_clusters_cluster-363_search_deployment_1.snaphost => GET_api_atlas_v2_groups_68824ba942be0f23307f398e_clusters_cluster-315_search_deployment_1.snaphost} (60%) rename test/e2e/testdata/.snapshots/TestSearchNodes/Update_search_node/{GET_api_atlas_v2_groups_687f1d9fa799aa2ae9e809fe_clusters_cluster-363_search_deployment_2.snaphost => GET_api_atlas_v2_groups_68824ba942be0f23307f398e_clusters_cluster-315_search_deployment_2.snaphost} (59%) rename test/e2e/testdata/.snapshots/TestSearchNodes/Update_search_node/{PATCH_api_atlas_v2_groups_687f1d9fa799aa2ae9e809fe_clusters_cluster-363_search_deployment_1.snaphost => PATCH_api_atlas_v2_groups_68824ba942be0f23307f398e_clusters_cluster-315_search_deployment_1.snaphost} (59%) rename test/e2e/testdata/.snapshots/TestSearchNodes/Verify_no_search_node_setup_yet/{GET_api_atlas_v2_groups_687f1d9fa799aa2ae9e809fe_clusters_cluster-363_search_deployment_1.snaphost => GET_api_atlas_v2_groups_68824ba942be0f23307f398e_clusters_cluster-315_search_deployment_1.snaphost} (72%) rename test/e2e/testdata/.snapshots/TestServerless/Create/{POST_api_atlas_v2_groups_687f1d80a799aa2ae9e8054b_serverless_1.snaphost => POST_api_atlas_v2_groups_68824bc8b4489810533461eb_serverless_1.snaphost} (51%) rename test/e2e/testdata/.snapshots/TestServerless/Delete/{DELETE_api_atlas_v2_groups_687f1d80a799aa2ae9e8054b_serverless_cluster-605_1.snaphost => DELETE_api_atlas_v2_groups_68824bc8b4489810533461eb_serverless_cluster-200_1.snaphost} (72%) delete mode 100644 test/e2e/testdata/.snapshots/TestServerless/Describe/GET_api_atlas_v2_groups_687f1d80a799aa2ae9e8054b_serverless_cluster-605_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestServerless/Describe/GET_api_atlas_v2_groups_68824bc8b4489810533461eb_serverless_cluster-200_1.snaphost rename test/e2e/testdata/.snapshots/TestServerless/List/{GET_api_atlas_v2_groups_687f1d80a799aa2ae9e8054b_serverless_1.snaphost => GET_api_atlas_v2_groups_68824bc8b4489810533461eb_serverless_1.snaphost} (51%) rename test/e2e/testdata/.snapshots/TestServerless/Update/{PATCH_api_atlas_v2_groups_687f1d80a799aa2ae9e8054b_serverless_cluster-605_1.snaphost => PATCH_api_atlas_v2_groups_68824bc8b4489810533461eb_serverless_cluster-200_1.snaphost} (53%) delete mode 100644 test/e2e/testdata/.snapshots/TestServerless/Watch/GET_api_atlas_v2_groups_687f1d80a799aa2ae9e8054b_serverless_cluster-605_2.snaphost rename test/e2e/testdata/.snapshots/TestServerless/Watch/{GET_api_atlas_v2_groups_687f1d80a799aa2ae9e8054b_serverless_cluster-605_1.snaphost => GET_api_atlas_v2_groups_68824bc8b4489810533461eb_serverless_cluster-200_1.snaphost} (51%) create mode 100644 test/e2e/testdata/.snapshots/TestServerless/Watch/GET_api_atlas_v2_groups_68824bc8b4489810533461eb_serverless_cluster-200_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/Check_accessListIp_was_correctly_added/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_accessList_2.snaphost rename test/e2e/testdata/.snapshots/TestSetup/Check_accessListIp_was_correctly_added/{GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_accessList_1.snaphost => GET_api_atlas_v2_groups_68824b8fb448981053345b19_accessList_1.snaphost} (67%) create mode 100644 test/e2e/testdata/.snapshots/TestSetup/Check_accessListIp_was_correctly_added/GET_api_atlas_v2_groups_68824b8fb448981053345b19_accessList_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/DELETE_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_2.snaphost rename test/e2e/testdata/.snapshots/TestSetup/{DELETE_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_1.snaphost => DELETE_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_1.snaphost} (62%) create mode 100644 test/e2e/testdata/.snapshots/TestSetup/DELETE_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/Describe_Cluster/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_2.snaphost rename test/e2e/testdata/.snapshots/TestSetup/Describe_Cluster/{GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_1.snaphost => GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_1.snaphost} (75%) create mode 100644 test/e2e/testdata/.snapshots/TestSetup/Describe_Cluster/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/Describe_DB_User/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_databaseUsers_admin_cluster-63_2.snaphost rename test/e2e/testdata/.snapshots/TestSetup/Describe_DB_User/{GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_databaseUsers_admin_cluster-63_1.snaphost => GET_api_atlas_v2_groups_68824b8fb448981053345b19_databaseUsers_admin_cluster-370_1.snaphost} (75%) create mode 100644 test/e2e/testdata/.snapshots/TestSetup/Describe_DB_User/GET_api_atlas_v2_groups_68824b8fb448981053345b19_databaseUsers_admin_cluster-370_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_10.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_12.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_13.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_14.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_15.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_16.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_18.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_19.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_3.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_4.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_6.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_7.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_8.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_9.snaphost rename test/e2e/testdata/.snapshots/TestSetup/{GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_11.snaphost => GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_1.snaphost} (75%) create mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_10.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_11.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_12.snaphost rename test/e2e/testdata/.snapshots/TestSetup/{GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_1.snaphost => GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_13.snaphost} (75%) create mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_14.snaphost rename test/e2e/testdata/.snapshots/TestSetup/{GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_17.snaphost => GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_15.snaphost} (75%) create mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_16.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_17.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_18.snaphost rename test/e2e/testdata/.snapshots/TestSetup/{GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_5.snaphost => GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_19.snaphost} (75%) create mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_2.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_20.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_21.snaphost rename test/e2e/testdata/.snapshots/TestSetup/{GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_20.snaphost => GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_22.snaphost} (52%) create mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_3.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_4.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_5.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_6.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_7.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_8.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_9.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_3.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_4.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_5.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_6.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_1.snaphost rename test/e2e/testdata/.snapshots/TestSetup/Run/{GET_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_cluster-98_2.snaphost => GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_2.snaphost} (56%) create mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_3.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_4.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_5.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/GET_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_cluster-61_6.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/POST_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_accessList_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/POST_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_accessList_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/POST_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/POST_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_databaseUsers_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/POST_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_databaseUsers_2.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/POST_api_atlas_v2_groups_68824b8fb448981053345b19_accessList_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/POST_api_atlas_v2_groups_68824b8fb448981053345b19_accessList_2.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/POST_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_1.snaphost rename test/e2e/testdata/.snapshots/TestSetup/Run/{POST_api_atlas_v2_groups_687f1d84a799aa2ae9e805b9_clusters_2.snaphost => POST_api_atlas_v2_groups_68824b8fb448981053345b19_clusters_2.snaphost} (54%) create mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/POST_api_atlas_v2_groups_68824b8fb448981053345b19_databaseUsers_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetup/Run/POST_api_atlas_v2_groups_68824b8fb448981053345b19_databaseUsers_2.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetupFailureFlow/Invalid_Private_Key/GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetupFailureFlow/Invalid_Project_ID/GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSetupFailureFlow/Invalid_Public_Key/GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestShardedCluster/Create_sharded_cluster/POST_api_atlas_v2_groups_687f1d9ba799aa2ae9e80955_clusters_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestShardedCluster/Create_sharded_cluster/POST_api_atlas_v2_groups_68824ba442be0f23307f380f_clusters_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestShardedCluster/Delete_sharded_cluster/DELETE_api_atlas_v2_groups_687f1d9ba799aa2ae9e80955_clusters_cluster-41_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestShardedCluster/Delete_sharded_cluster/DELETE_api_atlas_v2_groups_68824ba442be0f23307f380f_clusters_cluster-273_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestShardedCluster/GET_api_atlas_v2_groups_687f1d9ba799aa2ae9e80955_clusters_provider_regions_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestShardedCluster/GET_api_atlas_v2_groups_68824ba442be0f23307f380f_clusters_provider_regions_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/GET_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_cluster-404_3.snaphost rename test/e2e/testdata/.snapshots/{TestClustersM0Flags/Watch/GET_api_atlas_v2_groups_687f1d7d44f1ab3f842312d4_clusters_cluster-402_1.snaphost => TestSharedClusterUpgrade/GET_api_atlas_v2_groups_68824bd0b448981053346275_clusters_cluster-297_1.snaphost} (56%) rename test/e2e/testdata/.snapshots/{TestClustersM0Flags/Watch/GET_api_atlas_v2_groups_687f1d7d44f1ab3f842312d4_clusters_cluster-402_2.snaphost => TestSharedClusterUpgrade/GET_api_atlas_v2_groups_68824bd0b448981053346275_clusters_cluster-297_2.snaphost} (56%) create mode 100644 test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/GET_api_atlas_v2_groups_68824bd0b448981053346275_clusters_cluster-297_3.snaphost rename test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/{GET_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_provider_regions_1.snaphost => GET_api_atlas_v2_groups_68824bd0b448981053346275_clusters_provider_regions_1.snaphost} (68%) rename test/e2e/testdata/.snapshots/{TestClustersM0Flags/Create/POST_api_atlas_v2_groups_687f1d7d44f1ab3f842312d4_clusters_1.snaphost => TestSharedClusterUpgrade/POST_api_atlas_v2_groups_68824bd0b448981053346275_clusters_1.snaphost} (56%) delete mode 100644 test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET_api_atlas_v1.0_groups_687f1d6ea799aa2ae9e8009f_clusters_cluster-404_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET_api_atlas_v1.0_groups_68824bd0b448981053346275_clusters_cluster-297_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_cluster-404_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_cluster-404_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_cluster-404_3.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET_api_atlas_v2_groups_68824bd0b448981053346275_clusters_cluster-297_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET_api_atlas_v2_groups_68824bd0b448981053346275_clusters_cluster-297_2.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET_api_atlas_v2_groups_68824bd0b448981053346275_clusters_cluster-297_3.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/GET_api_atlas_v2_groups_68824bd0b448981053346275_clusters_cluster-297_4.snaphost rename test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/{GET_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_cluster-404_4.snaphost => GET_api_atlas_v2_groups_68824bd0b448981053346275_clusters_cluster-297_5.snaphost} (62%) rename test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/{GET_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_cluster-404_5.snaphost => GET_api_atlas_v2_groups_68824bd0b448981053346275_clusters_cluster-297_6.snaphost} (57%) rename test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/{GET_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_cluster-404_6.snaphost => GET_api_atlas_v2_groups_68824bd0b448981053346275_clusters_cluster-297_7.snaphost} (57%) rename test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/{GET_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_cluster-404_7.snaphost => GET_api_atlas_v2_groups_68824bd0b448981053346275_clusters_cluster-297_8.snaphost} (56%) delete mode 100644 test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/POST_api_atlas_v1.0_groups_687f1d6ea799aa2ae9e8009f_clusters_tenantUpgrade_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/Upgrade_to_dedicated_tier/POST_api_atlas_v1.0_groups_68824bd0b448981053346275_clusters_tenantUpgrade_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/Create_snapshot/POST_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_backup_snapshots_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/Create_snapshot/POST_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-944_backup_snapshots_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-944_1.snaphost rename test/e2e/testdata/.snapshots/{TestRestores/Delete_snapshot/DELETE_api_atlas_v2_groups_687f1d94a799aa2ae9e80858_clusters_backupRestores-295_backup_snapshots_687f211ca799aa2ae9e818e2_1.snaphost => TestSnapshots/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-944_backup_snapshots_68824e0742be0f23307f4e7b_1.snaphost} (76%) delete mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_backup_snapshots_687f1f0c44f1ab3f842321db_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-944_backup_snapshots_68824e0742be0f23307f4e7b_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-36_backup_snapshots_687f1f0c44f1ab3f842321db_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-944_backup_snapshots_68824e0742be0f23307f4e7b_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_3.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_4.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-944_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-944_2.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-944_3.snaphost rename test/e2e/testdata/.snapshots/{TestExportJobs/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_4.snaphost => TestSnapshots/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-944_4.snaphost} (62%) create mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-944_5.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_backup_snapshots_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-944_backup_snapshots_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-36_backup_snapshots_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-944_backup_snapshots_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/Watch_creation/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_backup_snapshots_687f1f0c44f1ab3f842321db_1.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/Watch_creation/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_backup_snapshots_687f1f0c44f1ab3f842321db_2.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/Watch_creation/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_backup_snapshots_687f1f0c44f1ab3f842321db_3.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/Watch_creation/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_backup_snapshots_687f1f0c44f1ab3f842321db_4.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/Watch_creation/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_backup_snapshots_687f1f0c44f1ab3f842321db_5.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/Watch_creation/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-944_backup_snapshots_68824e0742be0f23307f4e7b_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/Watch_creation/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-944_backup_snapshots_68824e0742be0f23307f4e7b_2.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/Watch_creation/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-944_backup_snapshots_68824e0742be0f23307f4e7b_3.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/Watch_creation/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-944_backup_snapshots_68824e0742be0f23307f4e7b_4.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/Watch_creation/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-944_backup_snapshots_68824e0742be0f23307f4e7b_5.snaphost delete mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/Watch_creation/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-36_backup_snapshots_687f1f0c44f1ab3f842321db_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestSnapshots/Watch_creation/GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-944_backup_snapshots_68824e0742be0f23307f4e7b_1.snaphost rename test/e2e/testdata/.snapshots/TestStreams/Creating_a_streams_connection/{POST_api_atlas_v2_groups_687f1d91a799aa2ae9e8077d_streams_instance-916_connections_1.snaphost => POST_api_atlas_v2_groups_68824babb448981053345e9a_streams_instance-990_connections_1.snaphost} (72%) delete mode 100644 test/e2e/testdata/.snapshots/TestStreams/Creating_a_streams_instance/POST_api_atlas_v2_groups_687f1d91a799aa2ae9e8077d_streams_1.snaphost rename test/e2e/testdata/.snapshots/{TestStreamsWithClusters/Creating_a_streams_instance/POST_api_atlas_v2_groups_687f1d8444f1ab3f84231469_streams_1.snaphost => TestStreams/Creating_a_streams_instance/POST_api_atlas_v2_groups_68824babb448981053345e9a_streams_1.snaphost} (50%) rename test/e2e/testdata/.snapshots/TestStreams/Creating_a_streams_privateLink_endpoint/{POST_api_atlas_v2_groups_687f1d91a799aa2ae9e8077d_streams_privateLinkConnections_1.snaphost => POST_api_atlas_v2_groups_68824babb448981053345e9a_streams_privateLinkConnections_1.snaphost} (72%) rename test/e2e/testdata/.snapshots/TestStreams/Deleting_a_streams_connection/{DELETE_api_atlas_v2_groups_687f1d91a799aa2ae9e8077d_streams_instance-916_connections_connection-429_1.snaphost => DELETE_api_atlas_v2_groups_68824babb448981053345e9a_streams_instance-990_connections_connection-684_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestStreams/Deleting_a_streams_instance/{DELETE_api_atlas_v2_groups_687f1d91a799aa2ae9e8077d_streams_instance-916_1.snaphost => DELETE_api_atlas_v2_groups_68824babb448981053345e9a_streams_instance-990_1.snaphost} (70%) rename test/e2e/testdata/.snapshots/TestStreams/Deleting_a_streams_privateLink_endpoint/{DELETE_api_atlas_v2_groups_687f1d91a799aa2ae9e8077d_streams_privateLinkConnections_687f1d99a799aa2ae9e80944_1.snaphost => DELETE_api_atlas_v2_groups_68824babb448981053345e9a_streams_privateLinkConnections_68824bb1b44898105334600a_1.snaphost} (71%) rename test/e2e/testdata/.snapshots/TestStreams/Describing_a_streams_connection/{GET_api_atlas_v2_groups_687f1d91a799aa2ae9e8077d_streams_instance-916_connections_connection-429_1.snaphost => GET_api_atlas_v2_groups_68824babb448981053345e9a_streams_instance-990_connections_connection-684_1.snaphost} (72%) delete mode 100644 test/e2e/testdata/.snapshots/TestStreams/Describing_a_streams_instance/GET_api_atlas_v2_groups_687f1d91a799aa2ae9e8077d_streams_instance-916_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestStreams/Describing_a_streams_instance/GET_api_atlas_v2_groups_68824babb448981053345e9a_streams_instance-990_1.snaphost rename test/e2e/testdata/.snapshots/TestStreams/Describing_a_streams_privateLink_endpoint/{GET_api_atlas_v2_groups_687f1d91a799aa2ae9e8077d_streams_privateLinkConnections_687f1d99a799aa2ae9e80944_1.snaphost => GET_api_atlas_v2_groups_68824babb448981053345e9a_streams_privateLinkConnections_68824bb1b44898105334600a_1.snaphost} (73%) rename test/e2e/testdata/.snapshots/TestStreams/Downloading_streams_instance_logs_instance/{GET_api_atlas_v2_groups_687f1d91a799aa2ae9e8077d_streams_instance-916_auditLogs_1.snaphost => GET_api_atlas_v2_groups_68824babb448981053345e9a_streams_instance-990_auditLogs_1.snaphost} (57%) rename test/e2e/testdata/.snapshots/TestStreams/List_all_streams_in_the_e2e_project/{GET_api_atlas_v2_groups_687f1d91a799aa2ae9e8077d_streams_1.snaphost => GET_api_atlas_v2_groups_68824babb448981053345e9a_streams_1.snaphost} (59%) delete mode 100644 test/e2e/testdata/.snapshots/TestStreams/List_all_streams_in_the_e2e_project_after_creating/GET_api_atlas_v2_groups_687f1d91a799aa2ae9e8077d_streams_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestStreams/List_all_streams_in_the_e2e_project_after_creating/GET_api_atlas_v2_groups_68824babb448981053345e9a_streams_1.snaphost rename test/e2e/testdata/.snapshots/TestStreams/List_all_streams_privateLink_endpoints/{GET_api_atlas_v2_groups_687f1d91a799aa2ae9e8077d_streams_privateLinkConnections_1.snaphost => GET_api_atlas_v2_groups_68824babb448981053345e9a_streams_privateLinkConnections_1.snaphost} (60%) rename test/e2e/testdata/.snapshots/TestStreams/Listing_streams_connections/{GET_api_atlas_v2_groups_687f1d91a799aa2ae9e8077d_streams_instance-916_connections_1.snaphost => GET_api_atlas_v2_groups_68824babb448981053345e9a_streams_instance-990_connections_1.snaphost} (65%) rename test/e2e/testdata/.snapshots/TestStreams/Updating_a_streams_connection/{PATCH_api_atlas_v2_groups_687f1d91a799aa2ae9e8077d_streams_instance-916_connections_connection-429_1.snaphost => PATCH_api_atlas_v2_groups_68824babb448981053345e9a_streams_instance-990_connections_connection-684_1.snaphost} (89%) delete mode 100644 test/e2e/testdata/.snapshots/TestStreams/Updating_a_streams_instance/PATCH_api_atlas_v2_groups_687f1d91a799aa2ae9e8077d_streams_instance-916_1.snaphost create mode 100644 test/e2e/testdata/.snapshots/TestStreams/Updating_a_streams_instance/PATCH_api_atlas_v2_groups_68824babb448981053345e9a_streams_instance-990_1.snaphost rename test/e2e/testdata/.snapshots/TestStreamsWithClusters/Create_a_streams_connection_with_an_atlas_cluster/{POST_api_atlas_v2_groups_687f1d8444f1ab3f84231469_streams_instance-140_connections_1.snaphost => POST_api_atlas_v2_groups_68824b9842be0f23307f35ad_streams_instance-852_connections_1.snaphost} (66%) create mode 100644 test/e2e/testdata/.snapshots/TestStreamsWithClusters/Creating_a_streams_instance/POST_api_atlas_v2_groups_68824b9842be0f23307f35ad_streams_1.snaphost rename test/e2e/testdata/.snapshots/TestStreamsWithClusters/{DELETE_api_atlas_v2_groups_687f1d8444f1ab3f84231469_streams_instance-140_1.snaphost => DELETE_api_atlas_v2_groups_68824b9842be0f23307f35ad_streams_instance-852_1.snaphost} (70%) delete mode 100644 test/e2e/testdata/.snapshots/TestStreamsWithClusters/GET_api_atlas_v2_groups_687f1d8444f1ab3f84231469_clusters_provider_regions_1.snaphost rename test/e2e/testdata/.snapshots/TestStreamsWithClusters/{GET_api_atlas_v2_groups_687f1d8444f1ab3f84231469_clusters_cluster-467_1.snaphost => GET_api_atlas_v2_groups_68824b9842be0f23307f35ad_clusters_cluster-173_1.snaphost} (64%) rename test/e2e/testdata/.snapshots/TestStreamsWithClusters/{GET_api_atlas_v2_groups_687f1d8444f1ab3f84231469_clusters_cluster-467_2.snaphost => GET_api_atlas_v2_groups_68824b9842be0f23307f35ad_clusters_cluster-173_2.snaphost} (63%) rename test/e2e/testdata/.snapshots/TestStreamsWithClusters/{GET_api_atlas_v2_groups_687f1d8444f1ab3f84231469_clusters_cluster-467_3.snaphost => GET_api_atlas_v2_groups_68824b9842be0f23307f35ad_clusters_cluster-173_3.snaphost} (57%) create mode 100644 test/e2e/testdata/.snapshots/TestStreamsWithClusters/GET_api_atlas_v2_groups_68824b9842be0f23307f35ad_clusters_provider_regions_1.snaphost rename test/e2e/testdata/.snapshots/TestStreamsWithClusters/{POST_api_atlas_v2_groups_687f1d8444f1ab3f84231469_clusters_1.snaphost => POST_api_atlas_v2_groups_68824b9842be0f23307f35ad_clusters_1.snaphost} (64%) diff --git a/test/e2e/testdata/.snapshots/TestAccessList/Create_Delete_After/POST_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessList/Create_Delete_After/POST_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_1.snaphost similarity index 53% rename from test/e2e/testdata/.snapshots/TestAccessList/Create_Delete_After/POST_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_1.snaphost rename to test/e2e/testdata/.snapshots/TestAccessList/Create_Delete_After/POST_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_1.snaphost index 31011b7e9e..db02792822 100644 --- a/test/e2e/testdata/.snapshots/TestAccessList/Create_Delete_After/POST_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAccessList/Create_Delete_After/POST_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 201 Created Content-Length: 469 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:51 GMT +Date: Thu, 24 Jul 2025 15:06: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: 241 +X-Envoy-Upstream-Service-Time: 139 X-Frame-Options: DENY X-Java-Method: ApiAtlasNetworkAccessListResource::addAtlasWhitelist X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd0a799aa2ae9e80b99/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"192.168.0.97/32","comment":"test","deleteAfterDate":"2025-07-22T05:17:50Z","groupId":"687f1dd0a799aa2ae9e80b99","ipAddress":"192.168.0.97","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd0a799aa2ae9e80b99/accessList/192.168.0.97%2F32","rel":"self"}]}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bd5b4489810533462f2/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"192.168.0.55/32","comment":"test","deleteAfterDate":"2025-07-24T15:11:01Z","groupId":"68824bd5b4489810533462f2","ipAddress":"192.168.0.55","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bd5b4489810533462f2/accessList/192.168.0.55%2F32","rel":"self"}]}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessList/Create_Forever/POST_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessList/Create_Forever/POST_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_1.snaphost deleted file mode 100644 index 2ba9c2c995..0000000000 --- a/test/e2e/testdata/.snapshots/TestAccessList/Create_Forever/POST_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_1.snaphost +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 428 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12: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: 158 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasNetworkAccessListResource::addAtlasWhitelist -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd0a799aa2ae9e80b99/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"192.168.0.97/32","comment":"test","groupId":"687f1dd0a799aa2ae9e80b99","ipAddress":"192.168.0.97","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd0a799aa2ae9e80b99/accessList/192.168.0.97%2F32","rel":"self"}]}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessList/Create_Forever/POST_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessList/Create_Forever/POST_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_1.snaphost new file mode 100644 index 0000000000..46ac76fdf4 --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestAccessList/Create_Forever/POST_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 201 Created +Content-Length: 428 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Thu, 24 Jul 2025 15:06: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: 137 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasNetworkAccessListResource::addAtlasWhitelist +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bd5b4489810533462f2/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"192.168.0.55/32","comment":"test","groupId":"68824bd5b4489810533462f2","ipAddress":"192.168.0.55","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bd5b4489810533462f2/accessList/192.168.0.55%2F32","rel":"self"}]}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessList/Create_with_CurrentIp/GET_api_private_ipinfo_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessList/Create_with_CurrentIp/GET_api_private_ipinfo_1.snaphost index 519f432b57..d759834164 100644 --- a/test/e2e/testdata/.snapshots/TestAccessList/Create_with_CurrentIp/GET_api_private_ipinfo_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAccessList/Create_with_CurrentIp/GET_api_private_ipinfo_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK -Content-Length: 40 +Content-Length: 37 Content-Type: application/json -Date: Tue, 22 Jul 2025 05:12:51 GMT +Date: Thu, 24 Jul 2025 15:06:01 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -9,8 +9,8 @@ X-Content-Type-Options: nosniff X-Frame-Options: DENY X-Java-Method: ApiPrivateIpInfoResource::getIpInfo X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none X-Xgen-Up-Proto: HTTP/2 -{"currentIpv4Address":"172.174.166.194"} \ No newline at end of file +{"currentIpv4Address":"4.236.159.84"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessList/Create_with_CurrentIp/POST_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessList/Create_with_CurrentIp/POST_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_1.snaphost deleted file mode 100644 index 6dd8f63cfe..0000000000 --- a/test/e2e/testdata/.snapshots/TestAccessList/Create_with_CurrentIp/POST_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_1.snaphost +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 437 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12: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: 139 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasNetworkAccessListResource::addAtlasWhitelist -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd0a799aa2ae9e80b99/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"172.174.166.194/32","comment":"test","groupId":"687f1dd0a799aa2ae9e80b99","ipAddress":"172.174.166.194","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd0a799aa2ae9e80b99/accessList/172.174.166.194%2F32","rel":"self"}]}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessList/Create_with_CurrentIp/POST_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessList/Create_with_CurrentIp/POST_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_1.snaphost new file mode 100644 index 0000000000..3241342631 --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestAccessList/Create_with_CurrentIp/POST_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 201 Created +Content-Length: 428 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Thu, 24 Jul 2025 15:06: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: 118 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasNetworkAccessListResource::addAtlasWhitelist +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bd5b4489810533462f2/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"4.236.159.84/32","comment":"test","groupId":"68824bd5b4489810533462f2","ipAddress":"4.236.159.84","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bd5b4489810533462f2/accessList/4.236.159.84%2F32","rel":"self"}]}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessList/Delete#02/DELETE_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_172.174.166.194_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessList/Delete#01/DELETE_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_192.168.0.55_1.snaphost similarity index 70% rename from test/e2e/testdata/.snapshots/TestAccessList/Delete#02/DELETE_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_172.174.166.194_1.snaphost rename to test/e2e/testdata/.snapshots/TestAccessList/Delete#01/DELETE_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_192.168.0.55_1.snaphost index 0ccde87fa9..2622dc195b 100644 --- a/test/e2e/testdata/.snapshots/TestAccessList/Delete#02/DELETE_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_172.174.166.194_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAccessList/Delete#01/DELETE_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_192.168.0.55_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: Tue, 22 Jul 2025 05:12:52 GMT +Date: Thu, 24 Jul 2025 15:06: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: 130 +X-Envoy-Upstream-Service-Time: 120 X-Frame-Options: DENY X-Java-Method: ApiAtlasNetworkAccessListResource::deleteAtlasWhitelist X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestAccessList/Delete/DELETE_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_192.168.0.97_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessList/Delete#02/DELETE_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_4.236.159.84_1.snaphost similarity index 70% rename from test/e2e/testdata/.snapshots/TestAccessList/Delete/DELETE_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_192.168.0.97_1.snaphost rename to test/e2e/testdata/.snapshots/TestAccessList/Delete#02/DELETE_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_4.236.159.84_1.snaphost index c40a7df3ea..dffc0bbd32 100644 --- a/test/e2e/testdata/.snapshots/TestAccessList/Delete/DELETE_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_192.168.0.97_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAccessList/Delete#02/DELETE_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_4.236.159.84_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: Tue, 22 Jul 2025 05:12:50 GMT +Date: Thu, 24 Jul 2025 15:06: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: 128 +X-Envoy-Upstream-Service-Time: 116 X-Frame-Options: DENY X-Java-Method: ApiAtlasNetworkAccessListResource::deleteAtlasWhitelist X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestAccessList/Delete#01/DELETE_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_192.168.0.97_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessList/Delete/DELETE_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_192.168.0.55_1.snaphost similarity index 70% rename from test/e2e/testdata/.snapshots/TestAccessList/Delete#01/DELETE_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_192.168.0.97_1.snaphost rename to test/e2e/testdata/.snapshots/TestAccessList/Delete/DELETE_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_192.168.0.55_1.snaphost index 4e84dbdedd..6e9fcda8e0 100644 --- a/test/e2e/testdata/.snapshots/TestAccessList/Delete#01/DELETE_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_192.168.0.97_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAccessList/Delete/DELETE_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_192.168.0.55_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: Tue, 22 Jul 2025 05:12:51 GMT +Date: Thu, 24 Jul 2025 15:06: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: 135 +X-Envoy-Upstream-Service-Time: 136 X-Frame-Options: DENY X-Java-Method: ApiAtlasNetworkAccessListResource::deleteAtlasWhitelist X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestAccessList/Describe/GET_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_192.168.0.97_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessList/Describe/GET_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_192.168.0.55_1.snaphost similarity index 51% rename from test/e2e/testdata/.snapshots/TestAccessList/Describe/GET_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_192.168.0.97_1.snaphost rename to test/e2e/testdata/.snapshots/TestAccessList/Describe/GET_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_192.168.0.55_1.snaphost index 96f180ad83..75caf3fe04 100644 --- a/test/e2e/testdata/.snapshots/TestAccessList/Describe/GET_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_192.168.0.97_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAccessList/Describe/GET_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_192.168.0.55_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 242 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:50 GMT +Date: Thu, 24 Jul 2025 15:06: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: 84 +X-Envoy-Upstream-Service-Time: 73 X-Frame-Options: DENY X-Java-Method: ApiAtlasNetworkAccessListResource::getAtlasNetworkPermissionEntry X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"cidrBlock":"192.168.0.97/32","comment":"test","groupId":"687f1dd0a799aa2ae9e80b99","ipAddress":"192.168.0.97","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd0a799aa2ae9e80b99/accessList/192.168.0.97%2F32","rel":"self"}]} \ No newline at end of file +{"cidrBlock":"192.168.0.55/32","comment":"test","groupId":"68824bd5b4489810533462f2","ipAddress":"192.168.0.55","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bd5b4489810533462f2/accessList/192.168.0.55%2F32","rel":"self"}]} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessList/List/GET_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessList/List/GET_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_1.snaphost deleted file mode 100644 index c93b7acb89..0000000000 --- a/test/e2e/testdata/.snapshots/TestAccessList/List/GET_api_atlas_v2_groups_687f1dd0a799aa2ae9e80b99_accessList_1.snaphost +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 428 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12: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: 72 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasNetworkAccessListResource::getAtlasWhitelist -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd0a799aa2ae9e80b99/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"192.168.0.97/32","comment":"test","groupId":"687f1dd0a799aa2ae9e80b99","ipAddress":"192.168.0.97","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd0a799aa2ae9e80b99/accessList/192.168.0.97%2F32","rel":"self"}]}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessList/List/GET_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessList/List/GET_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_1.snaphost new file mode 100644 index 0000000000..b079b35d32 --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestAccessList/List/GET_api_atlas_v2_groups_68824bd5b4489810533462f2_accessList_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: Thu, 24 Jul 2025 15:06: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: 65 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasNetworkAccessListResource::getAtlasWhitelist +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bd5b4489810533462f2/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"192.168.0.55/32","comment":"test","groupId":"68824bd5b4489810533462f2","ipAddress":"192.168.0.55","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bd5b4489810533462f2/accessList/192.168.0.55%2F32","rel":"self"}]}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessList/POST_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessList/POST_api_atlas_v2_groups_1.snaphost index 38fb60bd91..6307207c9f 100644 --- a/test/e2e/testdata/.snapshots/TestAccessList/POST_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAccessList/POST_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 1072 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:48 GMT +Date: Thu, 24 Jul 2025 15:05:57 GMT Location: http://localhost:8080//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: 1668 +X-Envoy-Upstream-Service-Time: 2925 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::addGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"clusterCount":0,"created":"2025-07-22T05:12:49Z","id":"687f1dd0a799aa2ae9e80b99","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd0a799aa2ae9e80b99","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd0a799aa2ae9e80b99/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd0a799aa2ae9e80b99/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd0a799aa2ae9e80b99/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd0a799aa2ae9e80b99/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd0a799aa2ae9e80b99/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd0a799aa2ae9e80b99/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"accessList-e2e-785","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file +{"clusterCount":0,"created":"2025-07-24T15:05:59Z","id":"68824bd5b4489810533462f2","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bd5b4489810533462f2","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bd5b4489810533462f2/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bd5b4489810533462f2/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bd5b4489810533462f2/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bd5b4489810533462f2/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bd5b4489810533462f2/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bd5b4489810533462f2/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"accessList-e2e-513","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessList/memory.json b/test/e2e/testdata/.snapshots/TestAccessList/memory.json index 66e6d63091..ee1a10d0c3 100644 --- a/test/e2e/testdata/.snapshots/TestAccessList/memory.json +++ b/test/e2e/testdata/.snapshots/TestAccessList/memory.json @@ -1 +1 @@ -{"TestAccessList/rand":"YQ=="} \ No newline at end of file +{"TestAccessList/rand":"Nw=="} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_processes_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_processes_1.snaphost deleted file mode 100644 index 33433cd03f..0000000000 --- a/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_processes_1.snaphost +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1862 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:21: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: 110 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasProcessesResource::getAllAtlasProcesses -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/processes?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"created":"2025-07-22T05:20:31Z","groupId":"687f1d7fa799aa2ae9e804de","hostname":"atlas-60w0wm-shard-00-00.oxgknb.mongodb-dev.net","id":"atlas-60w0wm-shard-00-00.oxgknb.mongodb-dev.net:27017","lastPing":"2025-07-22T05:21:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/processes/atlas-60w0wm-shard-00-00.oxgknb.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-60w0wm-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"accesslogs-141-shard-00-00.oxgknb.mongodb-dev.net","version":"8.0.12"},{"created":"2025-07-22T05:20:31Z","groupId":"687f1d7fa799aa2ae9e804de","hostname":"atlas-60w0wm-shard-00-01.oxgknb.mongodb-dev.net","id":"atlas-60w0wm-shard-00-01.oxgknb.mongodb-dev.net:27017","lastPing":"2025-07-22T05:21:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/processes/atlas-60w0wm-shard-00-01.oxgknb.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-60w0wm-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"accesslogs-141-shard-00-01.oxgknb.mongodb-dev.net","version":"8.0.12"},{"created":"2025-07-22T05:20:31Z","groupId":"687f1d7fa799aa2ae9e804de","hostname":"atlas-60w0wm-shard-00-02.oxgknb.mongodb-dev.net","id":"atlas-60w0wm-shard-00-02.oxgknb.mongodb-dev.net:27017","lastPing":"2025-07-22T05:21:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/processes/atlas-60w0wm-shard-00-02.oxgknb.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-60w0wm-shard-0","typeName":"REPLICA_PRIMARY","userAlias":"accesslogs-141-shard-00-02.oxgknb.mongodb-dev.net","version":"8.0.12"}],"totalCount":3} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_clusters_accessLogs-141_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_accessLogs-542_1.snaphost similarity index 59% rename from test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_clusters_accessLogs-141_1.snaphost rename to test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_accessLogs-542_1.snaphost index de5ad36c42..73e61d301a 100644 --- a/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_clusters_accessLogs-141_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_accessLogs-542_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1818 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:31 GMT +Date: Thu, 24 Jul 2025 15: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: 105 +X-Envoy-Upstream-Service-Time: 101 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-07-22T05:11:30Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"687f1d7fa799aa2ae9e804de","id":"687f1d8244f1ab3f84231449","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/clusters/accessLogs-141","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/clusters/accessLogs-141/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/clusters/accessLogs-141/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"accessLogs-141","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"687f1d8244f1ab3f84231439","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":"687f1d8244f1ab3f84231441","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-07-24T15:05:12Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"68824ba542be0f23307f3874","id":"68824ba842be0f23307f397a","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/clusters/accessLogs-542","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/clusters/accessLogs-542/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/clusters/accessLogs-542/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"accessLogs-542","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"68824ba742be0f23307f3966","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":"68824ba742be0f23307f3970","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_clusters_accessLogs-141_2.snaphost b/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_accessLogs-542_2.snaphost similarity index 64% rename from test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_clusters_accessLogs-141_2.snaphost rename to test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_accessLogs-542_2.snaphost index 98cc19e895..5f0c1cbb69 100644 --- a/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_clusters_accessLogs-141_2.snaphost +++ b/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_accessLogs-542_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1904 Content-Type: application/vnd.atlas.2024-08-05+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:31 GMT +Date: Thu, 24 Jul 2025 15: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: 112 +X-Envoy-Upstream-Service-Time: 118 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionResource20240805::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-07-22T05:11:30Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"687f1d7fa799aa2ae9e804de","id":"687f1d8244f1ab3f84231449","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/clusters/accessLogs-141","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/clusters/accessLogs-141/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/clusters/accessLogs-141/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"accessLogs-141","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"687f1d8244f1ab3f84231442","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":"687f1d8244f1ab3f84231441","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-07-24T15:05:12Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"68824ba542be0f23307f3874","id":"68824ba842be0f23307f397a","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/clusters/accessLogs-542","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/clusters/accessLogs-542/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/clusters/accessLogs-542/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"accessLogs-542","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"68824ba742be0f23307f3971","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":"68824ba742be0f23307f3970","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_clusters_accessLogs-141_3.snaphost b/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_accessLogs-542_3.snaphost similarity index 57% rename from test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_clusters_accessLogs-141_3.snaphost rename to test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_accessLogs-542_3.snaphost index bc5028d0a7..bfc91717b9 100644 --- a/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_clusters_accessLogs-141_3.snaphost +++ b/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_accessLogs-542_3.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 2217 Content-Type: application/vnd.atlas.2024-08-05+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:21:13 GMT +Date: Thu, 24 Jul 2025 15: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: 107 +X-Envoy-Upstream-Service-Time: 108 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionResource20240805::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-141-shard-00-00.oxgknb.mongodb-dev.net:27017,accesslogs-141-shard-00-01.oxgknb.mongodb-dev.net:27017,accesslogs-141-shard-00-02.oxgknb.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-60w0wm-shard-0","standardSrv":"mongodb+srv://accesslogs-141.oxgknb.mongodb-dev.net"},"createDate":"2025-07-22T05:11:30Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"687f1d7fa799aa2ae9e804de","id":"687f1d8244f1ab3f84231449","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/clusters/accessLogs-141","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/clusters/accessLogs-141/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/clusters/accessLogs-141/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"accessLogs-141","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"687f1d8244f1ab3f84231442","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":"687f1d8244f1ab3f84231441","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-542-shard-00-00.tribfe.mongodb-dev.net:27017,accesslogs-542-shard-00-01.tribfe.mongodb-dev.net:27017,accesslogs-542-shard-00-02.tribfe.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-k273el-shard-0","standardSrv":"mongodb+srv://accesslogs-542.tribfe.mongodb-dev.net"},"createDate":"2025-07-24T15:05:12Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"68824ba542be0f23307f3874","id":"68824ba842be0f23307f397a","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/clusters/accessLogs-542","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/clusters/accessLogs-542/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/clusters/accessLogs-542/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"accessLogs-542","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"68824ba742be0f23307f3971","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":"68824ba742be0f23307f3970","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_provider_regions_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_provider_regions_1.snaphost similarity index 86% rename from test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_provider_regions_1.snaphost rename to test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_provider_regions_1.snaphost index d6fb65ed42..815e9cc0d8 100644 --- a/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_provider_regions_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_provider_regions_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1548 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:12 GMT +Date: Thu, 24 Jul 2025 15:05: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: 176 +X-Envoy-Upstream-Service-Time: 102 X-Frame-Options: DENY X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/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":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/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/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_processes_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_processes_1.snaphost new file mode 100644 index 0000000000..7828b95133 --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_processes_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1862 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Thu, 24 Jul 2025 15: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: 143 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasProcessesResource::getAllAtlasProcesses +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/processes?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"created":"2025-07-24T15:12:28Z","groupId":"68824ba542be0f23307f3874","hostname":"atlas-k273el-shard-00-00.tribfe.mongodb-dev.net","id":"atlas-k273el-shard-00-00.tribfe.mongodb-dev.net:27017","lastPing":"2025-07-24T15:13:09Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/processes/atlas-k273el-shard-00-00.tribfe.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-k273el-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"accesslogs-542-shard-00-00.tribfe.mongodb-dev.net","version":"8.0.12"},{"created":"2025-07-24T15:12:28Z","groupId":"68824ba542be0f23307f3874","hostname":"atlas-k273el-shard-00-01.tribfe.mongodb-dev.net","id":"atlas-k273el-shard-00-01.tribfe.mongodb-dev.net:27017","lastPing":"2025-07-24T15:13:09Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/processes/atlas-k273el-shard-00-01.tribfe.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-k273el-shard-0","typeName":"REPLICA_PRIMARY","userAlias":"accesslogs-542-shard-00-01.tribfe.mongodb-dev.net","version":"8.0.12"},{"created":"2025-07-24T15:12:29Z","groupId":"68824ba542be0f23307f3874","hostname":"atlas-k273el-shard-00-02.tribfe.mongodb-dev.net","id":"atlas-k273el-shard-00-02.tribfe.mongodb-dev.net:27017","lastPing":"2025-07-24T15:13:09Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/processes/atlas-k273el-shard-00-02.tribfe.mongodb-dev.net:27017","rel":"self"}],"port":27017,"replicaSetName":"atlas-k273el-shard-0","typeName":"REPLICA_SECONDARY","userAlias":"accesslogs-542-shard-00-02.tribfe.mongodb-dev.net","version":"8.0.12"}],"totalCount":3} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost index 710b274321..7ea687c414 100644 --- a/test/e2e/testdata/.snapshots/TestAccessLogs/GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost +++ b/test/e2e/testdata/.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: Tue, 22 Jul 2025 05:11:29 GMT +Date: Thu, 24 Jul 2025 15:05:11 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=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none X-Xgen-Up-Proto: HTTP/2 diff --git a/test/e2e/testdata/.snapshots/TestAccessLogs/List_by_clusterName/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_dbAccessHistory_clusters_accessLogs-141_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessLogs/List_by_clusterName/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_dbAccessHistory_clusters_accessLogs-542_1.snaphost similarity index 73% rename from test/e2e/testdata/.snapshots/TestAccessLogs/List_by_clusterName/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_dbAccessHistory_clusters_accessLogs-141_1.snaphost rename to test/e2e/testdata/.snapshots/TestAccessLogs/List_by_clusterName/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_dbAccessHistory_clusters_accessLogs-542_1.snaphost index 97115072e3..7857f5f391 100644 --- a/test/e2e/testdata/.snapshots/TestAccessLogs/List_by_clusterName/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_dbAccessHistory_clusters_accessLogs-141_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAccessLogs/List_by_clusterName/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_dbAccessHistory_clusters_accessLogs-542_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: Tue, 22 Jul 2025 05:21:13 GMT +Date: Thu, 24 Jul 2025 15:13:11 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: 869 +X-Envoy-Upstream-Service-Time: 369 X-Frame-Options: DENY X-Java-Method: ApiAtlasMongoDBAccessLogsResource::getAccessLogsOfCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {"accessLogs":[]} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessLogs/List_by_hostname/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_dbAccessHistory_processes_atlas-60w0wm-shard-00-00.oxgknb.mongodb-dev.net_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessLogs/List_by_hostname/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_dbAccessHistory_processes_atlas-k273el-shard-00-00.tribfe.mongodb-dev.net_1.snaphost similarity index 73% rename from test/e2e/testdata/.snapshots/TestAccessLogs/List_by_hostname/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_dbAccessHistory_processes_atlas-60w0wm-shard-00-00.oxgknb.mongodb-dev.net_1.snaphost rename to test/e2e/testdata/.snapshots/TestAccessLogs/List_by_hostname/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_dbAccessHistory_processes_atlas-k273el-shard-00-00.tribfe.mongodb-dev.net_1.snaphost index 5bd1f2ac38..13f48716b9 100644 --- a/test/e2e/testdata/.snapshots/TestAccessLogs/List_by_hostname/GET_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_dbAccessHistory_processes_atlas-60w0wm-shard-00-00.oxgknb.mongodb-dev.net_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAccessLogs/List_by_hostname/GET_api_atlas_v2_groups_68824ba542be0f23307f3874_dbAccessHistory_processes_atlas-k273el-shard-00-00.tribfe.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: Tue, 22 Jul 2025 05:21:15 GMT +Date: Thu, 24 Jul 2025 15:13:11 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: 334 +X-Envoy-Upstream-Service-Time: 338 X-Frame-Options: DENY X-Java-Method: ApiAtlasMongoDBAccessLogsResource::getAccessLogsOfHostname X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {"accessLogs":[]} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessLogs/POST_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessLogs/POST_api_atlas_v2_groups_1.snaphost index c4daea912b..9e73e6d3ac 100644 --- a/test/e2e/testdata/.snapshots/TestAccessLogs/POST_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAccessLogs/POST_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 1072 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:26 GMT +Date: Thu, 24 Jul 2025 15:05:09 GMT Location: http://localhost:8080//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: 2640 +X-Envoy-Upstream-Service-Time: 1876 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::addGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"clusterCount":0,"created":"2025-07-22T05:11:29Z","id":"687f1d7fa799aa2ae9e804de","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"accessLogs-e2e-969","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file +{"clusterCount":0,"created":"2025-07-24T15:05:11Z","id":"68824ba542be0f23307f3874","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"accessLogs-e2e-651","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessLogs/POST_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_clusters_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessLogs/POST_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_1.snaphost similarity index 59% rename from test/e2e/testdata/.snapshots/TestAccessLogs/POST_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_clusters_1.snaphost rename to test/e2e/testdata/.snapshots/TestAccessLogs/POST_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_1.snaphost index eeec1b332a..d1bbc256a9 100644 --- a/test/e2e/testdata/.snapshots/TestAccessLogs/POST_api_atlas_v2_groups_687f1d7fa799aa2ae9e804de_clusters_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAccessLogs/POST_api_atlas_v2_groups_68824ba542be0f23307f3874_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1808 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:30 GMT +Date: Thu, 24 Jul 2025 15: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: 636 +X-Envoy-Upstream-Service-Time: 668 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-07-22T05:11:30Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"687f1d7fa799aa2ae9e804de","id":"687f1d8244f1ab3f84231449","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/clusters/accessLogs-141","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/clusters/accessLogs-141/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de/clusters/accessLogs-141/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"accessLogs-141","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"687f1d8244f1ab3f84231439","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":"687f1d8244f1ab3f84231441","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-07-24T15:05:12Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"68824ba542be0f23307f3874","id":"68824ba842be0f23307f397a","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/clusters/accessLogs-542","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/clusters/accessLogs-542/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874/clusters/accessLogs-542/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"accessLogs-542","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"68824ba742be0f23307f3966","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":"68824ba742be0f23307f3970","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessLogs/memory.json b/test/e2e/testdata/.snapshots/TestAccessLogs/memory.json index 9f27f48e59..1de63b7462 100644 --- a/test/e2e/testdata/.snapshots/TestAccessLogs/memory.json +++ b/test/e2e/testdata/.snapshots/TestAccessLogs/memory.json @@ -1 +1 @@ -{"TestAccessLogs/accessLogsGenerateClusterName":"accessLogs-141"} \ No newline at end of file +{"TestAccessLogs/accessLogsGenerateClusterName":"accessLogs-542"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessRoles/Create/POST_api_atlas_v2_groups_687f1dd544f1ab3f84231adb_cloudProviderAccess_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessRoles/Create/POST_api_atlas_v2_groups_68824bdab448981053346468_cloudProviderAccess_1.snaphost similarity index 63% rename from test/e2e/testdata/.snapshots/TestAccessRoles/Create/POST_api_atlas_v2_groups_687f1dd544f1ab3f84231adb_cloudProviderAccess_1.snaphost rename to test/e2e/testdata/.snapshots/TestAccessRoles/Create/POST_api_atlas_v2_groups_68824bdab448981053346468_cloudProviderAccess_1.snaphost index 6be1291e93..e56e8c927f 100644 --- a/test/e2e/testdata/.snapshots/TestAccessRoles/Create/POST_api_atlas_v2_groups_687f1dd544f1ab3f84231adb_cloudProviderAccess_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAccessRoles/Create/POST_api_atlas_v2_groups_68824bdab448981053346468_cloudProviderAccess_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 283 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:55 GMT +Date: Thu, 24 Jul 2025 15:06: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: 118 +X-Envoy-Upstream-Service-Time: 103 X-Frame-Options: DENY X-Java-Method: ApiAtlasCloudProviderAccessResource::addCloudProviderAccessRole X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"atlasAWSAccountArn":"arn:aws:iam::299602853325:root","atlasAssumedRoleExternalId":"2e33929b-ec7a-438f-b7f6-5b2007a96402","authorizedDate":null,"createdDate":"2025-07-22T05:12:55Z","featureUsages":[],"iamAssumedRoleArn":null,"providerName":"AWS","roleId":"687f1dd7a799aa2ae9e80c20"} \ No newline at end of file +{"atlasAWSAccountArn":"arn:aws:iam::299602853325:root","atlasAssumedRoleExternalId":"092f7e89-2a2e-44ee-b91e-ba7379b98ba6","authorizedDate":null,"createdDate":"2025-07-24T15:06:06Z","featureUsages":[],"iamAssumedRoleArn":null,"providerName":"AWS","roleId":"68824bdeb4489810533464d7"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessRoles/List/GET_api_atlas_v2_groups_687f1dd544f1ab3f84231adb_cloudProviderAccess_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessRoles/List/GET_api_atlas_v2_groups_68824bdab448981053346468_cloudProviderAccess_1.snaphost similarity index 55% rename from test/e2e/testdata/.snapshots/TestAccessRoles/List/GET_api_atlas_v2_groups_687f1dd544f1ab3f84231adb_cloudProviderAccess_1.snaphost rename to test/e2e/testdata/.snapshots/TestAccessRoles/List/GET_api_atlas_v2_groups_68824bdab448981053346468_cloudProviderAccess_1.snaphost index cf47cfa485..7501b4e2d5 100644 --- a/test/e2e/testdata/.snapshots/TestAccessRoles/List/GET_api_atlas_v2_groups_687f1dd544f1ab3f84231adb_cloudProviderAccess_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAccessRoles/List/GET_api_atlas_v2_groups_68824bdab448981053346468_cloudProviderAccess_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 353 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:55 GMT +Date: Thu, 24 Jul 2025 15:06: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: 83 +X-Envoy-Upstream-Service-Time: 76 X-Frame-Options: DENY X-Java-Method: ApiAtlasCloudProviderAccessResource::getCloudProviderAccess X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"awsIamRoles":[{"atlasAWSAccountArn":"arn:aws:iam::299602853325:root","atlasAssumedRoleExternalId":"2e33929b-ec7a-438f-b7f6-5b2007a96402","authorizedDate":null,"createdDate":"2025-07-22T05:12:55Z","featureUsages":[],"iamAssumedRoleArn":null,"providerName":"AWS","roleId":"687f1dd7a799aa2ae9e80c20"}],"azureServicePrincipals":[],"gcpServiceAccounts":[]} \ No newline at end of file +{"awsIamRoles":[{"atlasAWSAccountArn":"arn:aws:iam::299602853325:root","atlasAssumedRoleExternalId":"092f7e89-2a2e-44ee-b91e-ba7379b98ba6","authorizedDate":null,"createdDate":"2025-07-24T15:06:06Z","featureUsages":[],"iamAssumedRoleArn":null,"providerName":"AWS","roleId":"68824bdeb4489810533464d7"}],"azureServicePrincipals":[],"gcpServiceAccounts":[]} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAccessRoles/POST_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestAccessRoles/POST_api_atlas_v2_groups_1.snaphost index 125e5425ce..debcd1c500 100644 --- a/test/e2e/testdata/.snapshots/TestAccessRoles/POST_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAccessRoles/POST_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 1073 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:53 GMT +Date: Thu, 24 Jul 2025 15:06:02 GMT Location: http://localhost:8080//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: 1674 +X-Envoy-Upstream-Service-Time: 3770 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::addGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"clusterCount":0,"created":"2025-07-22T05:12:54Z","id":"687f1dd544f1ab3f84231adb","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd544f1ab3f84231adb","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd544f1ab3f84231adb/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd544f1ab3f84231adb/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd544f1ab3f84231adb/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd544f1ab3f84231adb/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd544f1ab3f84231adb/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1dd544f1ab3f84231adb/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"accessRoles-e2e-666","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file +{"clusterCount":0,"created":"2025-07-24T15:06:06Z","id":"68824bdab448981053346468","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bdab448981053346468","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bdab448981053346468/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bdab448981053346468/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bdab448981053346468/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bdab448981053346468/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bdab448981053346468/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bdab448981053346468/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"accessRoles-e2e-673","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAlertConfig/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_1.snaphost b/test/e2e/testdata/.snapshots/TestAlertConfig/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_1.snaphost index 4c018b7ea7..0b139d0cd2 100644 --- a/test/e2e/testdata/.snapshots/TestAlertConfig/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAlertConfig/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 640 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:01 GMT -Location: http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/687f1ddd44f1ab3f84231b73 +Date: Thu, 24 Jul 2025 15:06:12 GMT +Location: http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/68824be442be0f23307f3f65 Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 215 +X-Envoy-Upstream-Service-Time: 244 X-Frame-Options: DENY X-Java-Method: ApiAlertConfigsResource::addAlertConfig X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"created":"2025-07-22T05:13:01Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"687f1ddd44f1ab3f84231b73","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/687f1ddd44f1ab3f84231b73","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/687f1ddd44f1ab3f84231b73/alerts","rel":"http://localhost:8080/alerts"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"687f1ddd44f1ab3f84231b6e","smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-07-22T05:13:01Z"} \ No newline at end of file +{"created":"2025-07-24T15:06:12Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"68824be442be0f23307f3f65","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/68824be442be0f23307f3f65","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/68824be442be0f23307f3f65/alerts","rel":"http://localhost:8080/alerts"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"68824be442be0f23307f3f60","smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-07-24T15:06:12Z"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAlertConfig/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_687f1ddd44f1ab3f84231b73_1.snaphost b/test/e2e/testdata/.snapshots/TestAlertConfig/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_68824be442be0f23307f3f65_1.snaphost similarity index 70% rename from test/e2e/testdata/.snapshots/TestAlertConfig/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_687f1ddd44f1ab3f84231b73_1.snaphost rename to test/e2e/testdata/.snapshots/TestAlertConfig/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_68824be442be0f23307f3f65_1.snaphost index efbae3b563..7274fa00cc 100644 --- a/test/e2e/testdata/.snapshots/TestAlertConfig/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_687f1ddd44f1ab3f84231b73_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAlertConfig/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_68824be442be0f23307f3f65_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: Tue, 22 Jul 2025 05:13:03 GMT +Date: Thu, 24 Jul 2025 15:06: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: 107 +X-Envoy-Upstream-Service-Time: 104 X-Frame-Options: DENY X-Java-Method: ApiAlertConfigsResource::deleteAlertConfig X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestAlertConfig/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_687f1ddd44f1ab3f84231b73_1.snaphost b/test/e2e/testdata/.snapshots/TestAlertConfig/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_687f1ddd44f1ab3f84231b73_1.snaphost deleted file mode 100644 index 382cdf63e4..0000000000 --- a/test/e2e/testdata/.snapshots/TestAlertConfig/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_687f1ddd44f1ab3f84231b73_1.snaphost +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 640 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13: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: 72 -X-Frame-Options: DENY -X-Java-Method: ApiAlertConfigsResource::getAlertConfig -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"created":"2025-07-22T05:13:01Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"687f1ddd44f1ab3f84231b73","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/687f1ddd44f1ab3f84231b73","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/687f1ddd44f1ab3f84231b73/alerts","rel":"http://localhost:8080/alerts"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"687f1ddd44f1ab3f84231b6e","smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-07-22T05:13:01Z"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAlertConfig/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_68824be442be0f23307f3f65_1.snaphost b/test/e2e/testdata/.snapshots/TestAlertConfig/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_68824be442be0f23307f3f65_1.snaphost new file mode 100644 index 0000000000..cf0b1688c2 --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestAlertConfig/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_68824be442be0f23307f3f65_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 640 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Thu, 24 Jul 2025 15:06: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: 138 +X-Frame-Options: DENY +X-Java-Method: ApiAlertConfigsResource::getAlertConfig +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"created":"2025-07-24T15:06:12Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"68824be442be0f23307f3f65","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/68824be442be0f23307f3f65","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/68824be442be0f23307f3f65/alerts","rel":"http://localhost:8080/alerts"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"68824be442be0f23307f3f60","smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-07-24T15:06:12Z"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAlertConfig/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_1.snaphost b/test/e2e/testdata/.snapshots/TestAlertConfig/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_1.snaphost index 7b05477be9..f9300bd3b8 100644 --- a/test/e2e/testdata/.snapshots/TestAlertConfig/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAlertConfig/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_1.snaphost @@ -2,16 +2,16 @@ HTTP/2.0 200 OK Connection: close Content-Length: 47663 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:02 GMT +Date: Thu, 24 Jul 2025 15:06: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: 362 +X-Envoy-Upstream-Service-Time: 395 X-Frame-Options: DENY X-Java-Method: ApiAlertConfigsResource::getAllAlertConfigs X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce06","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce06","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27d9","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"threshold":{"operator":"LESS_THAN","threshold":1,"units":"HOURS"},"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce07","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce07","rel":"self"}],"matchers":[],"notifications":[{"delayMin":15,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27da","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"CLUSTER_MONGOS_IS_MISSING","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce08","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce08","rel":"self"}],"matchers":[],"notifications":[{"delayMin":15,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27db","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce09","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce09","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"CONNECTIONS_PERCENT","mode":"AVERAGE","operator":"GREATER_THAN","threshold":80.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27dc","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0a","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0a","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"DISK_PARTITION_SPACE_USED_DATA","mode":"AVERAGE","operator":"GREATER_THAN","threshold":90.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27dd","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2022-08-05T16:15:37Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0c","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0c","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"QUERY_TARGETING_SCANNED_OBJECTS_PER_RETURNED","mode":"AVERAGE","operator":"GREATER_THAN","threshold":1000.0,"units":"RAW"},"notifications":[{"delayMin":10,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27df","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-08-05T16:15:37Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"CREDIT_CARD_ABOUT_TO_EXPIRE","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0d","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0d","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1440,"notifierId":"63698b66955c5b772dcf27e0","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0e","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0e","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"NORMALIZED_SYSTEM_CPU_USER","mode":"AVERAGE","operator":"GREATER_THAN","threshold":95.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27e1","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":false,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0f","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0f","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","mode":"AVERAGE","operator":"GREATER_THAN","threshold":50.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27e2","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"HOST_HAS_INDEX_SUGGESTIONS","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce10","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce10","rel":"self"}],"matchers":[],"notifications":[{"delayMin":10,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27e3","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"JOINED_GROUP","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce11","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce11","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27e4","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T10:23:27Z","enabled":true,"eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"5efdb59f93fc35705f337179","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efdb59f93fc35705f337179","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698b66955c5b772dcf2881","smsEnabled":true,"typeName":"GROUP"}],"updated":"2020-07-02T11:58:27Z"},{"created":"2020-07-02T10:24:22Z","enabled":false,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efdb5d622740a69fb4522fc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efdb5d622740a69fb4522fc","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"NETWORK_BYTES_IN","mode":"AVERAGE","operator":"GREATER_THAN","threshold":0.0,"units":"BYTES"},"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698b66955c5b772dcf2882","smsEnabled":true,"typeName":"GROUP"}],"updated":"2020-07-10T08:46:29Z"},{"created":"2020-07-10T12:35:00Z","enabled":true,"eventTypeName":"ONLINE_ARCHIVE_INSUFFICIENT_INDEXES_CHECK","groupId":"b0123456789abcdef012345b","id":"5f086074cf7bf723975cb9ae","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f086074cf7bf723975cb9ae","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":360,"notifierId":"63698b6a955c5b772dcfca4d","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-10T12:35:00Z"},{"created":"2020-07-10T18:58:43Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f08ba63ac91e400d4e19397","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f08ba63ac91e400d4e19397","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b6a955c5b772dcfcd66","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-10T18:58:43Z"},{"created":"2020-07-10T19:06:22Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f08bc2eac91e400d4e196cb","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f08bc2eac91e400d4e196cb","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b6a955c5b772dcfcd73","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-10T19:06:22Z"},{"created":"2020-07-20T12:14:37Z","enabled":true,"eventTypeName":"FTS_INDEX_DELETION_FAILED","groupId":"b0123456789abcdef012345b","id":"5f158aada70f3e171931c0b1","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f158aada70f3e171931c0b1","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b6f955c5b772dd07f4b","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-20T12:14:37Z"},{"created":"2020-07-20T12:14:37Z","enabled":true,"eventTypeName":"FTS_INDEX_BUILD_COMPLETE","groupId":"b0123456789abcdef012345b","id":"5f158aada70f3e171931c0b2","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f158aada70f3e171931c0b2","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1,"notifierId":"63698b6f955c5b772dd07f4c","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-20T12:14:37Z"},{"created":"2020-07-20T12:14:37Z","enabled":true,"eventTypeName":"FTS_INDEX_BUILD_FAILED","groupId":"b0123456789abcdef012345b","id":"5f158aada70f3e171931c0b3","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f158aada70f3e171931c0b3","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1,"notifierId":"63698b6f955c5b772dd07f4d","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-20T12:14:37Z"},{"created":"2020-07-23T20:59:46Z","enabled":true,"eventTypeName":"NDS_X509_USER_AUTHENTICATION_MANAGED_USER_CERTS_EXPIRATION_CHECK","groupId":"b0123456789abcdef012345b","id":"5f19fa421b9fb701840031da","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f19fa421b9fb701840031da","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1440,"notifierId":"63698b72955c5b772dd0d5a1","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"threshold":{"operator":"LESS_THAN","threshold":30,"units":"DAYS"},"updated":"2020-07-23T20:59:46Z"},{"created":"2020-07-28T16:55:10Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f20586e4ace3c78da67d821","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f20586e4ace3c78da67d821","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b7e955c5b772dd2c589","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-28T16:55:10Z"},{"created":"2020-07-30T16:21:46Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f22f39a1f72c432da684cad","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f22f39a1f72c432da684cad","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b7f955c5b772dd2f70d","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-30T16:21:46Z"},{"created":"2020-08-13T10:17:11Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f351327b21554136479fbba","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f351327b21554136479fbba","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b86955c5b772dd416f0","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-08-13T10:17:11Z"},{"created":"2020-12-16T13:53:54Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5fda1172647767158c1be6ad","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5fda1172647767158c1be6ad","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698bd4955c5b772de03142","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-12-16T13:53:54Z"},{"created":"2021-09-09T17:03:49Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"613a3e7553d02c5bbb31de7a","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/613a3e7553d02c5bbb31de7a","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698cdf955c5b772d0a35bf","smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-09-09T17:03:49Z"},{"created":"2021-09-10T13:19:11Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"613b5b4f9f81490b3d76fb23","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/613b5b4f9f81490b3d76fb23","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698ce2955c5b772d0a91f9","smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-09-10T13:19:11Z"},{"created":"2021-09-10T13:50:13Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"613b62958ec48f1af7520a6d","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/613b62958ec48f1af7520a6d","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698ce2955c5b772d0a9268","smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-09-10T13:50:13Z"},{"created":"2021-09-10T14:37:09Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"613b6d95fa6f780712c84cb9","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/613b6d95fa6f780712c84cb9","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698ce2955c5b772d0a937c","smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-09-10T14:37:09Z"},{"created":"2021-10-20T19:12:56Z","enabled":true,"eventTypeName":"OUTSIDE_SERVERLESS_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"61706a381ae3ac5354c0d98c","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/61706a381ae3ac5354c0d98c","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SERVERLESS_CONNECTIONS_PERCENT","mode":"AVERAGE","operator":"GREATER_THAN","threshold":80.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698d17955c5b772d12f6cf","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-10-20T19:12:56Z"},{"created":"2021-10-20T19:12:56Z","enabled":true,"eventTypeName":"OUTSIDE_SERVERLESS_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"61706a381ae3ac5354c0d9ac","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/61706a381ae3ac5354c0d9ac","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SERVERLESS_DATA_SIZE_TOTAL","mode":"AVERAGE","operator":"GREATER_THAN","threshold":0.75,"units":"TERABYTES"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698d17955c5b772d12f6f2","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-10-20T19:12:56Z"},{"created":"2021-12-31T22:21:24Z","enabled":true,"eventTypeName":"HOST_MONGOT_CRASHING_OOM","groupId":"b0123456789abcdef012345b","id":"61cf82641472b33d7802351f","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/61cf82641472b33d7802351f","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698d8c955c5b772d221332","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-12-31T22:21:24Z"},{"created":"2022-03-17T10:56:44Z","enabled":true,"eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"623313ecfd5caa2680f704ee","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623313ecfd5caa2680f704ee","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698e08955c5b772d330fbf","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-03-17T10:56:44Z"},{"created":"2022-03-18T12:49:28Z","enabled":true,"eventTypeName":"DAILY_BILL_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"62347fd81bfe1073af78a5e2","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/62347fd81bfe1073af78a5e2","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":460,"notifierId":"63698e0b955c5b772d3365bb","smsEnabled":true,"typeName":"GROUP"}],"threshold":{"operator":"GREATER_THAN","threshold":0},"updated":"2022-03-18T12:49:51Z"},{"created":"2022-03-22T09:32:26Z","enabled":true,"eventTypeName":"JOINED_GROUP","groupId":"b0123456789abcdef012345b","id":"623997aa381b5165dfc20642","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623997aa381b5165dfc20642","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":5,"notifierId":"63698e11955c5b772d3459dc","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-03-22T09:32:26Z"},{"created":"2022-03-22T09:32:38Z","enabled":true,"eventTypeName":"PENDING_INVOICE_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"623997b6c4f2aa666ae90fad","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623997b6c4f2aa666ae90fad","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698e11955c5b772d3459dd","smsEnabled":true,"typeName":"GROUP"}],"threshold":{"operator":"GREATER_THAN","threshold":0},"updated":"2022-03-22T09:32:38Z"},{"created":"2022-03-22T09:32:57Z","enabled":true,"eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"623997c9c4f2aa666ae90fbc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623997c9c4f2aa666ae90fbc","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698e11955c5b772d3459de","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-03-22T09:32:57Z"},{"created":"2022-03-22T09:33:03Z","enabled":true,"groupId":"b0123456789abcdef012345b","id":"623997cf381b5165dfc206c3","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623997cf381b5165dfc206c3","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698e11955c5b772d3459df","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-03-22T09:33:03Z"},{"created":"2022-04-06T08:31:00Z","enabled":true,"eventTypeName":"JOINED_GROUP","groupId":"b0123456789abcdef012345b","id":"624d4fc446be525f6d82e58a","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/624d4fc446be525f6d82e58a","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":5,"notifierId":"63698f808298ea2106818406","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-04-06T08:31:00Z"},{"created":"2022-04-06T15:33:36Z","enabled":true,"eventTypeName":"DAILY_BILL_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"624db2d013b80654d0c0d0bd","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/624db2d013b80654d0c0d0bd","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":2602323,"notifierId":"63698f808298ea21068187d8","smsEnabled":true,"typeName":"GROUP"}],"threshold":{"operator":"GREATER_THAN","threshold":0},"updated":"2022-04-06T15:33:36Z"},{"created":"2022-04-06T15:34:19Z","enabled":true,"groupId":"b0123456789abcdef012345b","id":"624db2fb13b80654d0c0d238","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/624db2fb13b80654d0c0d238","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":63333330,"notifierId":"63698f808298ea21068187f5","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-04-06T15:34:19Z"},{"created":"2022-04-06T15:35:01Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"624db32513b80654d0c0d3a5","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/624db32513b80654d0c0d3a5","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SYSTEM_NETWORK_IN","mode":"AVERAGE","operator":"GREATER_THAN","threshold":0.0,"units":"BYTES"},"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":6045555,"notifierId":"63698f808298ea2106818812","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-04-06T15:35:01Z"},{"created":"2022-04-29T09:22:09Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"626bae4121daa005b6157418","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/626bae4121daa005b6157418","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698fa78298ea210686d50f","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-04-29T09:22:09Z"},{"created":"2022-04-29T10:08:34Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"626bb92221daa005b6159026","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/626bb92221daa005b6159026","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698fa78298ea210686d52c","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-04-29T10:08:34Z"},{"created":"2022-04-29T10:40:38Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"626bc0a69c04061e30583095","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/626bc0a69c04061e30583095","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698fa78298ea210686d53b","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-04-29T10:40:38Z"},{"created":"2022-05-28T13:55:38Z","enabled":true,"eventTypeName":"OUTSIDE_SERVERLESS_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"629229dad0dad669cec31877","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/629229dad0dad669cec31877","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SERVERLESS_TOTAL_READ_UNITS","mode":"AVERAGE","operator":"GREATER_THAN","threshold":0.25,"units":"MILLION_RPU"},"notifications":[{"delayMin":15,"emailEnabled":true,"intervalMin":720,"notifierId":"636990338298ea21069984b7","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-05-28T13:55:38Z"},{"created":"2022-05-28T13:55:38Z","enabled":true,"eventTypeName":"OUTSIDE_SERVERLESS_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"629229dad0dad669cec318d6","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/629229dad0dad669cec318d6","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SERVERLESS_TOTAL_READ_UNITS","mode":"AVERAGE","operator":"GREATER_THAN","threshold":1.0,"units":"MILLION_RPU"},"notifications":[{"delayMin":5,"emailEnabled":true,"intervalMin":120,"notifierId":"636990338298ea21069984e3","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-05-28T13:55:38Z"},{"created":"2022-06-22T12:24:31Z","enabled":true,"eventTypeName":"NDS_X509_USER_AUTHENTICATION_MANAGED_USER_CERTS_EXPIRATION_CHECK","groupId":"b0123456789abcdef012345b","id":"62b309ff9494ea7a235474ab","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/62b309ff9494ea7a235474ab","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1440,"notifierId":"636990bc8298ea2106ab9a3a","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"threshold":{"operator":"LESS_THAN","threshold":30,"units":"DAYS"},"updated":"2022-06-22T12:24:31Z"},{"created":"2022-08-05T14:13:51Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"62ed259f87ddfe64b483cab6","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/62ed259f87ddfe64b483cab6","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SEARCH_MAX_NUMBER_OF_LUCENE_DOCS","mode":"AVERAGE","operator":"GREATER_THAN","threshold":1.0,"units":"BILLION"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"6369910d8298ea2106b683c0","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-08-05T14:13:51Z"},{"created":"2022-09-06T12:44:27Z","enabled":false,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"631740aba1fc155eb161f82b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/631740aba1fc155eb161f82b","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"636991518298ea2106bfa434","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-09-06T12:44:27Z"},{"created":"2022-09-07T13:12:54Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"631898d6914bcc6f6dcd3acc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/631898d6914bcc6f6dcd3acc","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"636991538298ea2106bffb9f","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-09-07T13:12:54Z"},{"created":"2022-09-07T13:19:00Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"63189a44914bcc6f6dcd3bd6","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/63189a44914bcc6f6dcd3bd6","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"636991538298ea2106bffbb1","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-09-07T13:19:00Z"},{"created":"2022-09-07T13:29:55Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"63189cd3914bcc6f6dcd40ab","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/63189cd3914bcc6f6dcd40ab","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"636991538298ea2106bffc18","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-09-07T13:29:55Z"},{"created":"2023-05-31T21:56:46Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6477c29ecba1c6580e485046","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6477c29ecba1c6580e485046","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6477c29ecba1c6580e485045","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-05-31T21:56:46Z"},{"created":"2023-05-31T22:43:12Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6477cd809570b91de5f660aa","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6477cd809570b91de5f660aa","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6477cd809570b91de5f660a9","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-05-31T22:43:12Z"},{"created":"2023-05-31T23:32:18Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6477d9029344be0937008042","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6477d9029344be0937008042","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6477d9029344be0937008041","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-05-31T23:32:18Z"},{"created":"2023-06-01T00:33:14Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6477e74aba2fb53d45ca6ab3","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6477e74aba2fb53d45ca6ab3","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6477e74aba2fb53d45ca6ab2","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T00:33:14Z"},{"created":"2023-06-01T09:03:40Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"64785eecad331e22c174e525","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/64785eecad331e22c174e525","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"64785eecad331e22c174e524","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T09:03:40Z"},{"created":"2023-06-01T09:05:03Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"64785f3fad331e22c174e57e","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/64785f3fad331e22c174e57e","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"64785f3fad331e22c174e57d","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T09:05:03Z"},{"created":"2023-06-01T13:47:38Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6478a17a2e15bd6be65a8939","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6478a17a2e15bd6be65a8939","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6478a17a2e15bd6be65a8938","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T13:47:38Z"},{"created":"2023-06-01T17:51:37Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6478daa9beef5d4ae03ef402","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6478daa9beef5d4ae03ef402","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6478daa9beef5d4ae03ef401","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T17:51:37Z"},{"created":"2023-07-05T16:18:40Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"64a597e04bb5e7588325c7bb","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/64a597e04bb5e7588325c7bb","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"64a597e04bb5e7588325c7ba","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-07-05T16:18:40Z"},{"created":"2023-07-06T09:05:03Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"64a683bf7e6c1439025e5116","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/64a683bf7e6c1439025e5116","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"64a683bf7e6c1439025e5115","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-07-06T09:05:03Z"},{"created":"2023-09-21T12:56:30Z","enabled":true,"eventTypeName":"FTS_INDEX_DELETION_FAILED","groupId":"b0123456789abcdef012345b","id":"650c3d7ea774097d42194c75","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/650c3d7ea774097d42194c75","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"650c3d7ea774097d42194c76","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-09-21T12:56:30Z"},{"created":"2023-09-21T12:56:30Z","enabled":true,"eventTypeName":"FTS_INDEX_BUILD_COMPLETE","groupId":"b0123456789abcdef012345b","id":"650c3d7ea774097d42194c78","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/650c3d7ea774097d42194c78","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"650c3d7ea774097d42194c79","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-09-21T12:56:30Z"},{"created":"2023-09-21T12:56:30Z","enabled":true,"eventTypeName":"FTS_INDEX_BUILD_FAILED","groupId":"b0123456789abcdef012345b","id":"650c3d7ea774097d42194c7b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/650c3d7ea774097d42194c7b","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"650c3d7ea774097d42194c7c","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-09-21T12:56:30Z"},{"created":"2023-09-21T12:56:30Z","enabled":true,"eventTypeName":"FTS_INDEXES_RESTORE_FAILED","groupId":"b0123456789abcdef012345b","id":"650c3d7ea774097d42194c7e","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/650c3d7ea774097d42194c7e","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"650c3d7ea774097d42194c7f","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-09-21T12:56:30Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"TRIGGER_FAILURE","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec13c","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec13c","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec13d","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"TRIGGER_AUTO_RESUMED","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec141","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec141","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec142","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"SYNC_FAILURE","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec146","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec146","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec147","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"REQUEST_RATE_LIMIT","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec14b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec14b","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec14c","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"LOG_FORWARDER_FAILURE","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec150","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec150","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec151","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"DISK_AUTO_SCALE_INITIATED","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e065f","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e065f","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e065e","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"DISK_AUTO_SCALE_OPLOG_FAIL","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e06f5","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e06f5","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e06f4","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"DISK_AUTO_SCALE_MAX_DISK_SIZE_FAIL","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e07b8","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e07b8","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e07b7","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_INITIATED_BASE","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0879","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0879","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0878","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_INITIATED_ANALYTICS","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e08d2","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e08d2","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e08d1","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_MAX_INSTANCE_SIZE_FAIL_BASE","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0964","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0964","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0963","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_MAX_INSTANCE_SIZE_FAIL_ANALYTICS","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e09ff","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e09ff","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e09fe","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_OPLOG_FAIL_BASE","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0acc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0acc","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0acb","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_OPLOG_FAIL_ANALYTICS","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0b63","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0b63","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0b62","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_SCALE_DOWN_FAIL_BASE","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0c22","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0c22","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0c21","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_SCALE_DOWN_FAIL_ANALYTICS","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0cdf","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0cdf","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0cde","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-11-01T19:06:07Z","enabled":true,"eventTypeName":"HOST_MONGOT_STOP_REPLICATION","groupId":"b0123456789abcdef012345b","id":"6725269ff68ca87dfc2427c3","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6725269ff68ca87dfc2427c3","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6725269ff68ca87dfc2427c2","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-11-01T19:06:07Z"},{"created":"2025-03-14T20:36:53Z","enabled":true,"eventTypeName":"OUTSIDE_FLEX_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"67d49365cf85331863715a72","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/67d49365cf85331863715a72","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"FLEX_CONNECTIONS_PERCENT","mode":"AVERAGE","operator":"GREATER_THAN","threshold":80.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"687f1dde44f1ab3f84231bd3","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-03-14T20:36:53Z"},{"created":"2025-03-14T20:37:19Z","enabled":true,"eventTypeName":"OUTSIDE_FLEX_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"67d4937fcf8533186375587d","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/67d4937fcf8533186375587d","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"FLEX_DATA_SIZE_TOTAL","mode":"AVERAGE","operator":"GREATER_THAN","threshold":4.0,"units":"GIGABYTES"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"687f1dde44f1ab3f84231bd4","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-03-14T20:37:19Z"},{"created":"2025-03-14T20:37:45Z","enabled":true,"eventTypeName":"OUTSIDE_FLEX_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"67d49399cf85331863797681","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/67d49399cf85331863797681","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"FLEX_OPCOUNTER_TOTAL","mode":"AVERAGE","operator":"GREATER_THAN","threshold":200.0,"units":"RAW"},"notifications":[{"delayMin":1440,"emailEnabled":true,"intervalMin":360,"notifierId":"687f1dde44f1ab3f84231bd5","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-03-14T20:37:45Z"},{"created":"2025-06-26T22:01:01Z","enabled":true,"eventTypeName":"CLUSTER_UNBLOCK_WRITE","groupId":"b0123456789abcdef012345b","id":"685dc31d1b1bbf1dec43e5e4","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/685dc31d1b1bbf1dec43e5e4","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":0,"notifierId":"687f1dde44f1ab3f84231bd6","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-06-26T22:01:01Z"},{"created":"2025-06-26T22:10:50Z","enabled":true,"eventTypeName":"CLUSTER_BLOCK_WRITE","groupId":"b0123456789abcdef012345b","id":"685dc56a1b1bbf1dec4ccbc0","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/685dc56a1b1bbf1dec4ccbc0","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":0,"notifierId":"687f1dde44f1ab3f84231bd7","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-06-26T22:10:50Z"},{"created":"2025-07-22T05:13:01Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"687f1ddd44f1ab3f84231b73","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/687f1ddd44f1ab3f84231b73","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"687f1ddd44f1ab3f84231b6e","smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-07-22T05:13:01Z"}],"totalCount":89} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce06","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce06","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27d9","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"threshold":{"operator":"LESS_THAN","threshold":1,"units":"HOURS"},"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce07","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce07","rel":"self"}],"matchers":[],"notifications":[{"delayMin":15,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27da","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"CLUSTER_MONGOS_IS_MISSING","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce08","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce08","rel":"self"}],"matchers":[],"notifications":[{"delayMin":15,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27db","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce09","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce09","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"CONNECTIONS_PERCENT","mode":"AVERAGE","operator":"GREATER_THAN","threshold":80.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27dc","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0a","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0a","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"DISK_PARTITION_SPACE_USED_DATA","mode":"AVERAGE","operator":"GREATER_THAN","threshold":90.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27dd","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2022-08-05T16:15:37Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0c","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0c","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"QUERY_TARGETING_SCANNED_OBJECTS_PER_RETURNED","mode":"AVERAGE","operator":"GREATER_THAN","threshold":1000.0,"units":"RAW"},"notifications":[{"delayMin":10,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27df","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-08-05T16:15:37Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"CREDIT_CARD_ABOUT_TO_EXPIRE","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0d","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0d","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1440,"notifierId":"63698b66955c5b772dcf27e0","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0e","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0e","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"NORMALIZED_SYSTEM_CPU_USER","mode":"AVERAGE","operator":"GREATER_THAN","threshold":95.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27e1","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":false,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0f","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0f","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","mode":"AVERAGE","operator":"GREATER_THAN","threshold":50.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27e2","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"HOST_HAS_INDEX_SUGGESTIONS","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce10","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce10","rel":"self"}],"matchers":[],"notifications":[{"delayMin":10,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27e3","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"JOINED_GROUP","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce11","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce11","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27e4","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T10:23:27Z","enabled":true,"eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"5efdb59f93fc35705f337179","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efdb59f93fc35705f337179","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698b66955c5b772dcf2881","smsEnabled":true,"typeName":"GROUP"}],"updated":"2020-07-02T11:58:27Z"},{"created":"2020-07-02T10:24:22Z","enabled":false,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efdb5d622740a69fb4522fc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efdb5d622740a69fb4522fc","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"NETWORK_BYTES_IN","mode":"AVERAGE","operator":"GREATER_THAN","threshold":0.0,"units":"BYTES"},"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698b66955c5b772dcf2882","smsEnabled":true,"typeName":"GROUP"}],"updated":"2020-07-10T08:46:29Z"},{"created":"2020-07-10T12:35:00Z","enabled":true,"eventTypeName":"ONLINE_ARCHIVE_INSUFFICIENT_INDEXES_CHECK","groupId":"b0123456789abcdef012345b","id":"5f086074cf7bf723975cb9ae","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f086074cf7bf723975cb9ae","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":360,"notifierId":"63698b6a955c5b772dcfca4d","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-10T12:35:00Z"},{"created":"2020-07-10T18:58:43Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f08ba63ac91e400d4e19397","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f08ba63ac91e400d4e19397","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b6a955c5b772dcfcd66","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-10T18:58:43Z"},{"created":"2020-07-10T19:06:22Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f08bc2eac91e400d4e196cb","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f08bc2eac91e400d4e196cb","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b6a955c5b772dcfcd73","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-10T19:06:22Z"},{"created":"2020-07-20T12:14:37Z","enabled":true,"eventTypeName":"FTS_INDEX_DELETION_FAILED","groupId":"b0123456789abcdef012345b","id":"5f158aada70f3e171931c0b1","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f158aada70f3e171931c0b1","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b6f955c5b772dd07f4b","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-20T12:14:37Z"},{"created":"2020-07-20T12:14:37Z","enabled":true,"eventTypeName":"FTS_INDEX_BUILD_COMPLETE","groupId":"b0123456789abcdef012345b","id":"5f158aada70f3e171931c0b2","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f158aada70f3e171931c0b2","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1,"notifierId":"63698b6f955c5b772dd07f4c","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-20T12:14:37Z"},{"created":"2020-07-20T12:14:37Z","enabled":true,"eventTypeName":"FTS_INDEX_BUILD_FAILED","groupId":"b0123456789abcdef012345b","id":"5f158aada70f3e171931c0b3","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f158aada70f3e171931c0b3","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1,"notifierId":"63698b6f955c5b772dd07f4d","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-20T12:14:37Z"},{"created":"2020-07-23T20:59:46Z","enabled":true,"eventTypeName":"NDS_X509_USER_AUTHENTICATION_MANAGED_USER_CERTS_EXPIRATION_CHECK","groupId":"b0123456789abcdef012345b","id":"5f19fa421b9fb701840031da","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f19fa421b9fb701840031da","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1440,"notifierId":"63698b72955c5b772dd0d5a1","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"threshold":{"operator":"LESS_THAN","threshold":30,"units":"DAYS"},"updated":"2020-07-23T20:59:46Z"},{"created":"2020-07-28T16:55:10Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f20586e4ace3c78da67d821","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f20586e4ace3c78da67d821","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b7e955c5b772dd2c589","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-28T16:55:10Z"},{"created":"2020-07-30T16:21:46Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f22f39a1f72c432da684cad","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f22f39a1f72c432da684cad","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b7f955c5b772dd2f70d","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-30T16:21:46Z"},{"created":"2020-08-13T10:17:11Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f351327b21554136479fbba","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f351327b21554136479fbba","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b86955c5b772dd416f0","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-08-13T10:17:11Z"},{"created":"2020-12-16T13:53:54Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5fda1172647767158c1be6ad","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5fda1172647767158c1be6ad","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698bd4955c5b772de03142","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-12-16T13:53:54Z"},{"created":"2021-09-09T17:03:49Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"613a3e7553d02c5bbb31de7a","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/613a3e7553d02c5bbb31de7a","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698cdf955c5b772d0a35bf","smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-09-09T17:03:49Z"},{"created":"2021-09-10T13:19:11Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"613b5b4f9f81490b3d76fb23","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/613b5b4f9f81490b3d76fb23","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698ce2955c5b772d0a91f9","smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-09-10T13:19:11Z"},{"created":"2021-09-10T13:50:13Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"613b62958ec48f1af7520a6d","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/613b62958ec48f1af7520a6d","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698ce2955c5b772d0a9268","smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-09-10T13:50:13Z"},{"created":"2021-09-10T14:37:09Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"613b6d95fa6f780712c84cb9","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/613b6d95fa6f780712c84cb9","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698ce2955c5b772d0a937c","smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-09-10T14:37:09Z"},{"created":"2021-10-20T19:12:56Z","enabled":true,"eventTypeName":"OUTSIDE_SERVERLESS_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"61706a381ae3ac5354c0d98c","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/61706a381ae3ac5354c0d98c","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SERVERLESS_CONNECTIONS_PERCENT","mode":"AVERAGE","operator":"GREATER_THAN","threshold":80.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698d17955c5b772d12f6cf","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-10-20T19:12:56Z"},{"created":"2021-10-20T19:12:56Z","enabled":true,"eventTypeName":"OUTSIDE_SERVERLESS_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"61706a381ae3ac5354c0d9ac","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/61706a381ae3ac5354c0d9ac","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SERVERLESS_DATA_SIZE_TOTAL","mode":"AVERAGE","operator":"GREATER_THAN","threshold":0.75,"units":"TERABYTES"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698d17955c5b772d12f6f2","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-10-20T19:12:56Z"},{"created":"2021-12-31T22:21:24Z","enabled":true,"eventTypeName":"HOST_MONGOT_CRASHING_OOM","groupId":"b0123456789abcdef012345b","id":"61cf82641472b33d7802351f","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/61cf82641472b33d7802351f","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698d8c955c5b772d221332","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-12-31T22:21:24Z"},{"created":"2022-03-17T10:56:44Z","enabled":true,"eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"623313ecfd5caa2680f704ee","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623313ecfd5caa2680f704ee","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698e08955c5b772d330fbf","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-03-17T10:56:44Z"},{"created":"2022-03-18T12:49:28Z","enabled":true,"eventTypeName":"DAILY_BILL_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"62347fd81bfe1073af78a5e2","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/62347fd81bfe1073af78a5e2","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":460,"notifierId":"63698e0b955c5b772d3365bb","smsEnabled":true,"typeName":"GROUP"}],"threshold":{"operator":"GREATER_THAN","threshold":0},"updated":"2022-03-18T12:49:51Z"},{"created":"2022-03-22T09:32:26Z","enabled":true,"eventTypeName":"JOINED_GROUP","groupId":"b0123456789abcdef012345b","id":"623997aa381b5165dfc20642","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623997aa381b5165dfc20642","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":5,"notifierId":"63698e11955c5b772d3459dc","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-03-22T09:32:26Z"},{"created":"2022-03-22T09:32:38Z","enabled":true,"eventTypeName":"PENDING_INVOICE_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"623997b6c4f2aa666ae90fad","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623997b6c4f2aa666ae90fad","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698e11955c5b772d3459dd","smsEnabled":true,"typeName":"GROUP"}],"threshold":{"operator":"GREATER_THAN","threshold":0},"updated":"2022-03-22T09:32:38Z"},{"created":"2022-03-22T09:32:57Z","enabled":true,"eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"623997c9c4f2aa666ae90fbc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623997c9c4f2aa666ae90fbc","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698e11955c5b772d3459de","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-03-22T09:32:57Z"},{"created":"2022-03-22T09:33:03Z","enabled":true,"groupId":"b0123456789abcdef012345b","id":"623997cf381b5165dfc206c3","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623997cf381b5165dfc206c3","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698e11955c5b772d3459df","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-03-22T09:33:03Z"},{"created":"2022-04-06T08:31:00Z","enabled":true,"eventTypeName":"JOINED_GROUP","groupId":"b0123456789abcdef012345b","id":"624d4fc446be525f6d82e58a","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/624d4fc446be525f6d82e58a","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":5,"notifierId":"63698f808298ea2106818406","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-04-06T08:31:00Z"},{"created":"2022-04-06T15:33:36Z","enabled":true,"eventTypeName":"DAILY_BILL_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"624db2d013b80654d0c0d0bd","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/624db2d013b80654d0c0d0bd","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":2602323,"notifierId":"63698f808298ea21068187d8","smsEnabled":true,"typeName":"GROUP"}],"threshold":{"operator":"GREATER_THAN","threshold":0},"updated":"2022-04-06T15:33:36Z"},{"created":"2022-04-06T15:34:19Z","enabled":true,"groupId":"b0123456789abcdef012345b","id":"624db2fb13b80654d0c0d238","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/624db2fb13b80654d0c0d238","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":63333330,"notifierId":"63698f808298ea21068187f5","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-04-06T15:34:19Z"},{"created":"2022-04-06T15:35:01Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"624db32513b80654d0c0d3a5","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/624db32513b80654d0c0d3a5","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SYSTEM_NETWORK_IN","mode":"AVERAGE","operator":"GREATER_THAN","threshold":0.0,"units":"BYTES"},"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":6045555,"notifierId":"63698f808298ea2106818812","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-04-06T15:35:01Z"},{"created":"2022-04-29T09:22:09Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"626bae4121daa005b6157418","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/626bae4121daa005b6157418","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698fa78298ea210686d50f","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-04-29T09:22:09Z"},{"created":"2022-04-29T10:08:34Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"626bb92221daa005b6159026","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/626bb92221daa005b6159026","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698fa78298ea210686d52c","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-04-29T10:08:34Z"},{"created":"2022-04-29T10:40:38Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"626bc0a69c04061e30583095","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/626bc0a69c04061e30583095","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698fa78298ea210686d53b","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-04-29T10:40:38Z"},{"created":"2022-05-28T13:55:38Z","enabled":true,"eventTypeName":"OUTSIDE_SERVERLESS_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"629229dad0dad669cec31877","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/629229dad0dad669cec31877","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SERVERLESS_TOTAL_READ_UNITS","mode":"AVERAGE","operator":"GREATER_THAN","threshold":0.25,"units":"MILLION_RPU"},"notifications":[{"delayMin":15,"emailEnabled":true,"intervalMin":720,"notifierId":"636990338298ea21069984b7","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-05-28T13:55:38Z"},{"created":"2022-05-28T13:55:38Z","enabled":true,"eventTypeName":"OUTSIDE_SERVERLESS_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"629229dad0dad669cec318d6","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/629229dad0dad669cec318d6","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SERVERLESS_TOTAL_READ_UNITS","mode":"AVERAGE","operator":"GREATER_THAN","threshold":1.0,"units":"MILLION_RPU"},"notifications":[{"delayMin":5,"emailEnabled":true,"intervalMin":120,"notifierId":"636990338298ea21069984e3","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-05-28T13:55:38Z"},{"created":"2022-06-22T12:24:31Z","enabled":true,"eventTypeName":"NDS_X509_USER_AUTHENTICATION_MANAGED_USER_CERTS_EXPIRATION_CHECK","groupId":"b0123456789abcdef012345b","id":"62b309ff9494ea7a235474ab","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/62b309ff9494ea7a235474ab","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1440,"notifierId":"636990bc8298ea2106ab9a3a","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"threshold":{"operator":"LESS_THAN","threshold":30,"units":"DAYS"},"updated":"2022-06-22T12:24:31Z"},{"created":"2022-08-05T14:13:51Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"62ed259f87ddfe64b483cab6","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/62ed259f87ddfe64b483cab6","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SEARCH_MAX_NUMBER_OF_LUCENE_DOCS","mode":"AVERAGE","operator":"GREATER_THAN","threshold":1.0,"units":"BILLION"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"6369910d8298ea2106b683c0","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-08-05T14:13:51Z"},{"created":"2022-09-06T12:44:27Z","enabled":false,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"631740aba1fc155eb161f82b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/631740aba1fc155eb161f82b","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"636991518298ea2106bfa434","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-09-06T12:44:27Z"},{"created":"2022-09-07T13:12:54Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"631898d6914bcc6f6dcd3acc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/631898d6914bcc6f6dcd3acc","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"636991538298ea2106bffb9f","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-09-07T13:12:54Z"},{"created":"2022-09-07T13:19:00Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"63189a44914bcc6f6dcd3bd6","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/63189a44914bcc6f6dcd3bd6","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"636991538298ea2106bffbb1","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-09-07T13:19:00Z"},{"created":"2022-09-07T13:29:55Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"63189cd3914bcc6f6dcd40ab","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/63189cd3914bcc6f6dcd40ab","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"636991538298ea2106bffc18","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-09-07T13:29:55Z"},{"created":"2023-05-31T21:56:46Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6477c29ecba1c6580e485046","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6477c29ecba1c6580e485046","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6477c29ecba1c6580e485045","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-05-31T21:56:46Z"},{"created":"2023-05-31T22:43:12Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6477cd809570b91de5f660aa","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6477cd809570b91de5f660aa","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6477cd809570b91de5f660a9","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-05-31T22:43:12Z"},{"created":"2023-05-31T23:32:18Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6477d9029344be0937008042","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6477d9029344be0937008042","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6477d9029344be0937008041","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-05-31T23:32:18Z"},{"created":"2023-06-01T00:33:14Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6477e74aba2fb53d45ca6ab3","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6477e74aba2fb53d45ca6ab3","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6477e74aba2fb53d45ca6ab2","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T00:33:14Z"},{"created":"2023-06-01T09:03:40Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"64785eecad331e22c174e525","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/64785eecad331e22c174e525","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"64785eecad331e22c174e524","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T09:03:40Z"},{"created":"2023-06-01T09:05:03Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"64785f3fad331e22c174e57e","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/64785f3fad331e22c174e57e","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"64785f3fad331e22c174e57d","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T09:05:03Z"},{"created":"2023-06-01T13:47:38Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6478a17a2e15bd6be65a8939","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6478a17a2e15bd6be65a8939","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6478a17a2e15bd6be65a8938","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T13:47:38Z"},{"created":"2023-06-01T17:51:37Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6478daa9beef5d4ae03ef402","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6478daa9beef5d4ae03ef402","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6478daa9beef5d4ae03ef401","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T17:51:37Z"},{"created":"2023-07-05T16:18:40Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"64a597e04bb5e7588325c7bb","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/64a597e04bb5e7588325c7bb","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"64a597e04bb5e7588325c7ba","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-07-05T16:18:40Z"},{"created":"2023-07-06T09:05:03Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"64a683bf7e6c1439025e5116","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/64a683bf7e6c1439025e5116","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"64a683bf7e6c1439025e5115","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-07-06T09:05:03Z"},{"created":"2023-09-21T12:56:30Z","enabled":true,"eventTypeName":"FTS_INDEX_DELETION_FAILED","groupId":"b0123456789abcdef012345b","id":"650c3d7ea774097d42194c75","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/650c3d7ea774097d42194c75","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"650c3d7ea774097d42194c76","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-09-21T12:56:30Z"},{"created":"2023-09-21T12:56:30Z","enabled":true,"eventTypeName":"FTS_INDEX_BUILD_COMPLETE","groupId":"b0123456789abcdef012345b","id":"650c3d7ea774097d42194c78","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/650c3d7ea774097d42194c78","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"650c3d7ea774097d42194c79","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-09-21T12:56:30Z"},{"created":"2023-09-21T12:56:30Z","enabled":true,"eventTypeName":"FTS_INDEX_BUILD_FAILED","groupId":"b0123456789abcdef012345b","id":"650c3d7ea774097d42194c7b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/650c3d7ea774097d42194c7b","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"650c3d7ea774097d42194c7c","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-09-21T12:56:30Z"},{"created":"2023-09-21T12:56:30Z","enabled":true,"eventTypeName":"FTS_INDEXES_RESTORE_FAILED","groupId":"b0123456789abcdef012345b","id":"650c3d7ea774097d42194c7e","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/650c3d7ea774097d42194c7e","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"650c3d7ea774097d42194c7f","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-09-21T12:56:30Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"TRIGGER_FAILURE","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec13c","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec13c","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec13d","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"TRIGGER_AUTO_RESUMED","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec141","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec141","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec142","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"SYNC_FAILURE","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec146","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec146","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec147","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"REQUEST_RATE_LIMIT","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec14b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec14b","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec14c","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"LOG_FORWARDER_FAILURE","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec150","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec150","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec151","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"DISK_AUTO_SCALE_INITIATED","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e065f","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e065f","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e065e","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"DISK_AUTO_SCALE_OPLOG_FAIL","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e06f5","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e06f5","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e06f4","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"DISK_AUTO_SCALE_MAX_DISK_SIZE_FAIL","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e07b8","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e07b8","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e07b7","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_INITIATED_BASE","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0879","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0879","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0878","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_INITIATED_ANALYTICS","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e08d2","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e08d2","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e08d1","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_MAX_INSTANCE_SIZE_FAIL_BASE","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0964","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0964","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0963","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_MAX_INSTANCE_SIZE_FAIL_ANALYTICS","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e09ff","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e09ff","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e09fe","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_OPLOG_FAIL_BASE","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0acc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0acc","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0acb","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_OPLOG_FAIL_ANALYTICS","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0b63","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0b63","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0b62","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_SCALE_DOWN_FAIL_BASE","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0c22","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0c22","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0c21","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_SCALE_DOWN_FAIL_ANALYTICS","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0cdf","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0cdf","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0cde","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-11-01T19:06:07Z","enabled":true,"eventTypeName":"HOST_MONGOT_STOP_REPLICATION","groupId":"b0123456789abcdef012345b","id":"6725269ff68ca87dfc2427c3","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6725269ff68ca87dfc2427c3","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6725269ff68ca87dfc2427c2","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-11-01T19:06:07Z"},{"created":"2025-03-14T20:36:53Z","enabled":true,"eventTypeName":"OUTSIDE_FLEX_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"67d49365cf85331863715a72","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/67d49365cf85331863715a72","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"FLEX_CONNECTIONS_PERCENT","mode":"AVERAGE","operator":"GREATER_THAN","threshold":80.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"68824be542be0f23307f3fc0","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-03-14T20:36:53Z"},{"created":"2025-03-14T20:37:19Z","enabled":true,"eventTypeName":"OUTSIDE_FLEX_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"67d4937fcf8533186375587d","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/67d4937fcf8533186375587d","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"FLEX_DATA_SIZE_TOTAL","mode":"AVERAGE","operator":"GREATER_THAN","threshold":4.0,"units":"GIGABYTES"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"68824be542be0f23307f3fc1","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-03-14T20:37:19Z"},{"created":"2025-03-14T20:37:45Z","enabled":true,"eventTypeName":"OUTSIDE_FLEX_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"67d49399cf85331863797681","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/67d49399cf85331863797681","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"FLEX_OPCOUNTER_TOTAL","mode":"AVERAGE","operator":"GREATER_THAN","threshold":200.0,"units":"RAW"},"notifications":[{"delayMin":1440,"emailEnabled":true,"intervalMin":360,"notifierId":"68824be542be0f23307f3fc2","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-03-14T20:37:45Z"},{"created":"2025-06-26T22:01:01Z","enabled":true,"eventTypeName":"CLUSTER_UNBLOCK_WRITE","groupId":"b0123456789abcdef012345b","id":"685dc31d1b1bbf1dec43e5e4","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/685dc31d1b1bbf1dec43e5e4","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":0,"notifierId":"68824be542be0f23307f3fc3","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-06-26T22:01:01Z"},{"created":"2025-06-26T22:10:50Z","enabled":true,"eventTypeName":"CLUSTER_BLOCK_WRITE","groupId":"b0123456789abcdef012345b","id":"685dc56a1b1bbf1dec4ccbc0","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/685dc56a1b1bbf1dec4ccbc0","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":0,"notifierId":"68824be542be0f23307f3fc4","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-06-26T22:10:50Z"},{"created":"2025-07-24T15:06:12Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"68824be442be0f23307f3f65","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/68824be442be0f23307f3f65","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"68824be442be0f23307f3f60","smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-07-24T15:06:12Z"}],"totalCount":89} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAlertConfig/List_Compact/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_1.snaphost b/test/e2e/testdata/.snapshots/TestAlertConfig/List_Compact/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_1.snaphost index 41cb5935fd..21f98114ce 100644 --- a/test/e2e/testdata/.snapshots/TestAlertConfig/List_Compact/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAlertConfig/List_Compact/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_1.snaphost @@ -2,16 +2,16 @@ HTTP/2.0 200 OK Connection: close Content-Length: 47663 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:02 GMT +Date: Thu, 24 Jul 2025 15:06: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: 320 +X-Envoy-Upstream-Service-Time: 357 X-Frame-Options: DENY X-Java-Method: ApiAlertConfigsResource::getAllAlertConfigs X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce06","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce06","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27d9","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"threshold":{"operator":"LESS_THAN","threshold":1,"units":"HOURS"},"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce07","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce07","rel":"self"}],"matchers":[],"notifications":[{"delayMin":15,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27da","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"CLUSTER_MONGOS_IS_MISSING","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce08","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce08","rel":"self"}],"matchers":[],"notifications":[{"delayMin":15,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27db","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce09","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce09","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"CONNECTIONS_PERCENT","mode":"AVERAGE","operator":"GREATER_THAN","threshold":80.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27dc","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0a","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0a","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"DISK_PARTITION_SPACE_USED_DATA","mode":"AVERAGE","operator":"GREATER_THAN","threshold":90.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27dd","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2022-08-05T16:15:37Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0c","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0c","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"QUERY_TARGETING_SCANNED_OBJECTS_PER_RETURNED","mode":"AVERAGE","operator":"GREATER_THAN","threshold":1000.0,"units":"RAW"},"notifications":[{"delayMin":10,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27df","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-08-05T16:15:37Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"CREDIT_CARD_ABOUT_TO_EXPIRE","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0d","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0d","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1440,"notifierId":"63698b66955c5b772dcf27e0","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0e","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0e","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"NORMALIZED_SYSTEM_CPU_USER","mode":"AVERAGE","operator":"GREATER_THAN","threshold":95.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27e1","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":false,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0f","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0f","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","mode":"AVERAGE","operator":"GREATER_THAN","threshold":50.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27e2","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"HOST_HAS_INDEX_SUGGESTIONS","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce10","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce10","rel":"self"}],"matchers":[],"notifications":[{"delayMin":10,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27e3","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"JOINED_GROUP","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce11","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce11","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27e4","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T10:23:27Z","enabled":true,"eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"5efdb59f93fc35705f337179","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efdb59f93fc35705f337179","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698b66955c5b772dcf2881","smsEnabled":true,"typeName":"GROUP"}],"updated":"2020-07-02T11:58:27Z"},{"created":"2020-07-02T10:24:22Z","enabled":false,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efdb5d622740a69fb4522fc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efdb5d622740a69fb4522fc","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"NETWORK_BYTES_IN","mode":"AVERAGE","operator":"GREATER_THAN","threshold":0.0,"units":"BYTES"},"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698b66955c5b772dcf2882","smsEnabled":true,"typeName":"GROUP"}],"updated":"2020-07-10T08:46:29Z"},{"created":"2020-07-10T12:35:00Z","enabled":true,"eventTypeName":"ONLINE_ARCHIVE_INSUFFICIENT_INDEXES_CHECK","groupId":"b0123456789abcdef012345b","id":"5f086074cf7bf723975cb9ae","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f086074cf7bf723975cb9ae","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":360,"notifierId":"63698b6a955c5b772dcfca4d","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-10T12:35:00Z"},{"created":"2020-07-10T18:58:43Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f08ba63ac91e400d4e19397","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f08ba63ac91e400d4e19397","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b6a955c5b772dcfcd66","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-10T18:58:43Z"},{"created":"2020-07-10T19:06:22Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f08bc2eac91e400d4e196cb","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f08bc2eac91e400d4e196cb","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b6a955c5b772dcfcd73","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-10T19:06:22Z"},{"created":"2020-07-20T12:14:37Z","enabled":true,"eventTypeName":"FTS_INDEX_DELETION_FAILED","groupId":"b0123456789abcdef012345b","id":"5f158aada70f3e171931c0b1","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f158aada70f3e171931c0b1","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b6f955c5b772dd07f4b","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-20T12:14:37Z"},{"created":"2020-07-20T12:14:37Z","enabled":true,"eventTypeName":"FTS_INDEX_BUILD_COMPLETE","groupId":"b0123456789abcdef012345b","id":"5f158aada70f3e171931c0b2","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f158aada70f3e171931c0b2","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1,"notifierId":"63698b6f955c5b772dd07f4c","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-20T12:14:37Z"},{"created":"2020-07-20T12:14:37Z","enabled":true,"eventTypeName":"FTS_INDEX_BUILD_FAILED","groupId":"b0123456789abcdef012345b","id":"5f158aada70f3e171931c0b3","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f158aada70f3e171931c0b3","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1,"notifierId":"63698b6f955c5b772dd07f4d","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-20T12:14:37Z"},{"created":"2020-07-23T20:59:46Z","enabled":true,"eventTypeName":"NDS_X509_USER_AUTHENTICATION_MANAGED_USER_CERTS_EXPIRATION_CHECK","groupId":"b0123456789abcdef012345b","id":"5f19fa421b9fb701840031da","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f19fa421b9fb701840031da","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1440,"notifierId":"63698b72955c5b772dd0d5a1","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"threshold":{"operator":"LESS_THAN","threshold":30,"units":"DAYS"},"updated":"2020-07-23T20:59:46Z"},{"created":"2020-07-28T16:55:10Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f20586e4ace3c78da67d821","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f20586e4ace3c78da67d821","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b7e955c5b772dd2c589","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-28T16:55:10Z"},{"created":"2020-07-30T16:21:46Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f22f39a1f72c432da684cad","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f22f39a1f72c432da684cad","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b7f955c5b772dd2f70d","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-30T16:21:46Z"},{"created":"2020-08-13T10:17:11Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f351327b21554136479fbba","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f351327b21554136479fbba","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b86955c5b772dd416f0","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-08-13T10:17:11Z"},{"created":"2020-12-16T13:53:54Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5fda1172647767158c1be6ad","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5fda1172647767158c1be6ad","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698bd4955c5b772de03142","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-12-16T13:53:54Z"},{"created":"2021-09-09T17:03:49Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"613a3e7553d02c5bbb31de7a","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/613a3e7553d02c5bbb31de7a","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698cdf955c5b772d0a35bf","smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-09-09T17:03:49Z"},{"created":"2021-09-10T13:19:11Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"613b5b4f9f81490b3d76fb23","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/613b5b4f9f81490b3d76fb23","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698ce2955c5b772d0a91f9","smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-09-10T13:19:11Z"},{"created":"2021-09-10T13:50:13Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"613b62958ec48f1af7520a6d","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/613b62958ec48f1af7520a6d","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698ce2955c5b772d0a9268","smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-09-10T13:50:13Z"},{"created":"2021-09-10T14:37:09Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"613b6d95fa6f780712c84cb9","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/613b6d95fa6f780712c84cb9","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698ce2955c5b772d0a937c","smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-09-10T14:37:09Z"},{"created":"2021-10-20T19:12:56Z","enabled":true,"eventTypeName":"OUTSIDE_SERVERLESS_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"61706a381ae3ac5354c0d98c","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/61706a381ae3ac5354c0d98c","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SERVERLESS_CONNECTIONS_PERCENT","mode":"AVERAGE","operator":"GREATER_THAN","threshold":80.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698d17955c5b772d12f6cf","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-10-20T19:12:56Z"},{"created":"2021-10-20T19:12:56Z","enabled":true,"eventTypeName":"OUTSIDE_SERVERLESS_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"61706a381ae3ac5354c0d9ac","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/61706a381ae3ac5354c0d9ac","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SERVERLESS_DATA_SIZE_TOTAL","mode":"AVERAGE","operator":"GREATER_THAN","threshold":0.75,"units":"TERABYTES"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698d17955c5b772d12f6f2","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-10-20T19:12:56Z"},{"created":"2021-12-31T22:21:24Z","enabled":true,"eventTypeName":"HOST_MONGOT_CRASHING_OOM","groupId":"b0123456789abcdef012345b","id":"61cf82641472b33d7802351f","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/61cf82641472b33d7802351f","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698d8c955c5b772d221332","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-12-31T22:21:24Z"},{"created":"2022-03-17T10:56:44Z","enabled":true,"eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"623313ecfd5caa2680f704ee","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623313ecfd5caa2680f704ee","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698e08955c5b772d330fbf","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-03-17T10:56:44Z"},{"created":"2022-03-18T12:49:28Z","enabled":true,"eventTypeName":"DAILY_BILL_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"62347fd81bfe1073af78a5e2","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/62347fd81bfe1073af78a5e2","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":460,"notifierId":"63698e0b955c5b772d3365bb","smsEnabled":true,"typeName":"GROUP"}],"threshold":{"operator":"GREATER_THAN","threshold":0},"updated":"2022-03-18T12:49:51Z"},{"created":"2022-03-22T09:32:26Z","enabled":true,"eventTypeName":"JOINED_GROUP","groupId":"b0123456789abcdef012345b","id":"623997aa381b5165dfc20642","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623997aa381b5165dfc20642","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":5,"notifierId":"63698e11955c5b772d3459dc","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-03-22T09:32:26Z"},{"created":"2022-03-22T09:32:38Z","enabled":true,"eventTypeName":"PENDING_INVOICE_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"623997b6c4f2aa666ae90fad","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623997b6c4f2aa666ae90fad","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698e11955c5b772d3459dd","smsEnabled":true,"typeName":"GROUP"}],"threshold":{"operator":"GREATER_THAN","threshold":0},"updated":"2022-03-22T09:32:38Z"},{"created":"2022-03-22T09:32:57Z","enabled":true,"eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"623997c9c4f2aa666ae90fbc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623997c9c4f2aa666ae90fbc","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698e11955c5b772d3459de","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-03-22T09:32:57Z"},{"created":"2022-03-22T09:33:03Z","enabled":true,"groupId":"b0123456789abcdef012345b","id":"623997cf381b5165dfc206c3","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623997cf381b5165dfc206c3","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698e11955c5b772d3459df","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-03-22T09:33:03Z"},{"created":"2022-04-06T08:31:00Z","enabled":true,"eventTypeName":"JOINED_GROUP","groupId":"b0123456789abcdef012345b","id":"624d4fc446be525f6d82e58a","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/624d4fc446be525f6d82e58a","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":5,"notifierId":"63698f808298ea2106818406","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-04-06T08:31:00Z"},{"created":"2022-04-06T15:33:36Z","enabled":true,"eventTypeName":"DAILY_BILL_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"624db2d013b80654d0c0d0bd","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/624db2d013b80654d0c0d0bd","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":2602323,"notifierId":"63698f808298ea21068187d8","smsEnabled":true,"typeName":"GROUP"}],"threshold":{"operator":"GREATER_THAN","threshold":0},"updated":"2022-04-06T15:33:36Z"},{"created":"2022-04-06T15:34:19Z","enabled":true,"groupId":"b0123456789abcdef012345b","id":"624db2fb13b80654d0c0d238","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/624db2fb13b80654d0c0d238","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":63333330,"notifierId":"63698f808298ea21068187f5","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-04-06T15:34:19Z"},{"created":"2022-04-06T15:35:01Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"624db32513b80654d0c0d3a5","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/624db32513b80654d0c0d3a5","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SYSTEM_NETWORK_IN","mode":"AVERAGE","operator":"GREATER_THAN","threshold":0.0,"units":"BYTES"},"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":6045555,"notifierId":"63698f808298ea2106818812","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-04-06T15:35:01Z"},{"created":"2022-04-29T09:22:09Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"626bae4121daa005b6157418","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/626bae4121daa005b6157418","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698fa78298ea210686d50f","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-04-29T09:22:09Z"},{"created":"2022-04-29T10:08:34Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"626bb92221daa005b6159026","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/626bb92221daa005b6159026","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698fa78298ea210686d52c","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-04-29T10:08:34Z"},{"created":"2022-04-29T10:40:38Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"626bc0a69c04061e30583095","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/626bc0a69c04061e30583095","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698fa78298ea210686d53b","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-04-29T10:40:38Z"},{"created":"2022-05-28T13:55:38Z","enabled":true,"eventTypeName":"OUTSIDE_SERVERLESS_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"629229dad0dad669cec31877","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/629229dad0dad669cec31877","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SERVERLESS_TOTAL_READ_UNITS","mode":"AVERAGE","operator":"GREATER_THAN","threshold":0.25,"units":"MILLION_RPU"},"notifications":[{"delayMin":15,"emailEnabled":true,"intervalMin":720,"notifierId":"636990338298ea21069984b7","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-05-28T13:55:38Z"},{"created":"2022-05-28T13:55:38Z","enabled":true,"eventTypeName":"OUTSIDE_SERVERLESS_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"629229dad0dad669cec318d6","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/629229dad0dad669cec318d6","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SERVERLESS_TOTAL_READ_UNITS","mode":"AVERAGE","operator":"GREATER_THAN","threshold":1.0,"units":"MILLION_RPU"},"notifications":[{"delayMin":5,"emailEnabled":true,"intervalMin":120,"notifierId":"636990338298ea21069984e3","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-05-28T13:55:38Z"},{"created":"2022-06-22T12:24:31Z","enabled":true,"eventTypeName":"NDS_X509_USER_AUTHENTICATION_MANAGED_USER_CERTS_EXPIRATION_CHECK","groupId":"b0123456789abcdef012345b","id":"62b309ff9494ea7a235474ab","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/62b309ff9494ea7a235474ab","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1440,"notifierId":"636990bc8298ea2106ab9a3a","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"threshold":{"operator":"LESS_THAN","threshold":30,"units":"DAYS"},"updated":"2022-06-22T12:24:31Z"},{"created":"2022-08-05T14:13:51Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"62ed259f87ddfe64b483cab6","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/62ed259f87ddfe64b483cab6","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SEARCH_MAX_NUMBER_OF_LUCENE_DOCS","mode":"AVERAGE","operator":"GREATER_THAN","threshold":1.0,"units":"BILLION"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"6369910d8298ea2106b683c0","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-08-05T14:13:51Z"},{"created":"2022-09-06T12:44:27Z","enabled":false,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"631740aba1fc155eb161f82b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/631740aba1fc155eb161f82b","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"636991518298ea2106bfa434","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-09-06T12:44:27Z"},{"created":"2022-09-07T13:12:54Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"631898d6914bcc6f6dcd3acc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/631898d6914bcc6f6dcd3acc","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"636991538298ea2106bffb9f","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-09-07T13:12:54Z"},{"created":"2022-09-07T13:19:00Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"63189a44914bcc6f6dcd3bd6","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/63189a44914bcc6f6dcd3bd6","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"636991538298ea2106bffbb1","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-09-07T13:19:00Z"},{"created":"2022-09-07T13:29:55Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"63189cd3914bcc6f6dcd40ab","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/63189cd3914bcc6f6dcd40ab","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"636991538298ea2106bffc18","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-09-07T13:29:55Z"},{"created":"2023-05-31T21:56:46Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6477c29ecba1c6580e485046","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6477c29ecba1c6580e485046","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6477c29ecba1c6580e485045","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-05-31T21:56:46Z"},{"created":"2023-05-31T22:43:12Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6477cd809570b91de5f660aa","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6477cd809570b91de5f660aa","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6477cd809570b91de5f660a9","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-05-31T22:43:12Z"},{"created":"2023-05-31T23:32:18Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6477d9029344be0937008042","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6477d9029344be0937008042","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6477d9029344be0937008041","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-05-31T23:32:18Z"},{"created":"2023-06-01T00:33:14Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6477e74aba2fb53d45ca6ab3","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6477e74aba2fb53d45ca6ab3","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6477e74aba2fb53d45ca6ab2","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T00:33:14Z"},{"created":"2023-06-01T09:03:40Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"64785eecad331e22c174e525","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/64785eecad331e22c174e525","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"64785eecad331e22c174e524","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T09:03:40Z"},{"created":"2023-06-01T09:05:03Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"64785f3fad331e22c174e57e","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/64785f3fad331e22c174e57e","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"64785f3fad331e22c174e57d","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T09:05:03Z"},{"created":"2023-06-01T13:47:38Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6478a17a2e15bd6be65a8939","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6478a17a2e15bd6be65a8939","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6478a17a2e15bd6be65a8938","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T13:47:38Z"},{"created":"2023-06-01T17:51:37Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6478daa9beef5d4ae03ef402","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6478daa9beef5d4ae03ef402","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6478daa9beef5d4ae03ef401","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T17:51:37Z"},{"created":"2023-07-05T16:18:40Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"64a597e04bb5e7588325c7bb","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/64a597e04bb5e7588325c7bb","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"64a597e04bb5e7588325c7ba","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-07-05T16:18:40Z"},{"created":"2023-07-06T09:05:03Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"64a683bf7e6c1439025e5116","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/64a683bf7e6c1439025e5116","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"64a683bf7e6c1439025e5115","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-07-06T09:05:03Z"},{"created":"2023-09-21T12:56:30Z","enabled":true,"eventTypeName":"FTS_INDEX_DELETION_FAILED","groupId":"b0123456789abcdef012345b","id":"650c3d7ea774097d42194c75","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/650c3d7ea774097d42194c75","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"650c3d7ea774097d42194c76","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-09-21T12:56:30Z"},{"created":"2023-09-21T12:56:30Z","enabled":true,"eventTypeName":"FTS_INDEX_BUILD_COMPLETE","groupId":"b0123456789abcdef012345b","id":"650c3d7ea774097d42194c78","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/650c3d7ea774097d42194c78","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"650c3d7ea774097d42194c79","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-09-21T12:56:30Z"},{"created":"2023-09-21T12:56:30Z","enabled":true,"eventTypeName":"FTS_INDEX_BUILD_FAILED","groupId":"b0123456789abcdef012345b","id":"650c3d7ea774097d42194c7b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/650c3d7ea774097d42194c7b","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"650c3d7ea774097d42194c7c","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-09-21T12:56:30Z"},{"created":"2023-09-21T12:56:30Z","enabled":true,"eventTypeName":"FTS_INDEXES_RESTORE_FAILED","groupId":"b0123456789abcdef012345b","id":"650c3d7ea774097d42194c7e","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/650c3d7ea774097d42194c7e","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"650c3d7ea774097d42194c7f","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-09-21T12:56:30Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"TRIGGER_FAILURE","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec13c","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec13c","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec13d","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"TRIGGER_AUTO_RESUMED","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec141","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec141","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec142","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"SYNC_FAILURE","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec146","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec146","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec147","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"REQUEST_RATE_LIMIT","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec14b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec14b","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec14c","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"LOG_FORWARDER_FAILURE","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec150","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec150","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec151","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"DISK_AUTO_SCALE_INITIATED","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e065f","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e065f","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e065e","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"DISK_AUTO_SCALE_OPLOG_FAIL","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e06f5","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e06f5","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e06f4","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"DISK_AUTO_SCALE_MAX_DISK_SIZE_FAIL","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e07b8","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e07b8","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e07b7","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_INITIATED_BASE","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0879","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0879","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0878","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_INITIATED_ANALYTICS","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e08d2","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e08d2","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e08d1","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_MAX_INSTANCE_SIZE_FAIL_BASE","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0964","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0964","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0963","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_MAX_INSTANCE_SIZE_FAIL_ANALYTICS","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e09ff","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e09ff","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e09fe","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_OPLOG_FAIL_BASE","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0acc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0acc","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0acb","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_OPLOG_FAIL_ANALYTICS","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0b63","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0b63","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0b62","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_SCALE_DOWN_FAIL_BASE","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0c22","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0c22","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0c21","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_SCALE_DOWN_FAIL_ANALYTICS","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0cdf","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0cdf","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0cde","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-11-01T19:06:07Z","enabled":true,"eventTypeName":"HOST_MONGOT_STOP_REPLICATION","groupId":"b0123456789abcdef012345b","id":"6725269ff68ca87dfc2427c3","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6725269ff68ca87dfc2427c3","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6725269ff68ca87dfc2427c2","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-11-01T19:06:07Z"},{"created":"2025-03-14T20:36:53Z","enabled":true,"eventTypeName":"OUTSIDE_FLEX_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"67d49365cf85331863715a72","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/67d49365cf85331863715a72","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"FLEX_CONNECTIONS_PERCENT","mode":"AVERAGE","operator":"GREATER_THAN","threshold":80.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"687f1ddea799aa2ae9e80cb7","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-03-14T20:36:53Z"},{"created":"2025-03-14T20:37:19Z","enabled":true,"eventTypeName":"OUTSIDE_FLEX_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"67d4937fcf8533186375587d","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/67d4937fcf8533186375587d","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"FLEX_DATA_SIZE_TOTAL","mode":"AVERAGE","operator":"GREATER_THAN","threshold":4.0,"units":"GIGABYTES"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"687f1ddea799aa2ae9e80cb8","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-03-14T20:37:19Z"},{"created":"2025-03-14T20:37:45Z","enabled":true,"eventTypeName":"OUTSIDE_FLEX_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"67d49399cf85331863797681","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/67d49399cf85331863797681","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"FLEX_OPCOUNTER_TOTAL","mode":"AVERAGE","operator":"GREATER_THAN","threshold":200.0,"units":"RAW"},"notifications":[{"delayMin":1440,"emailEnabled":true,"intervalMin":360,"notifierId":"687f1ddea799aa2ae9e80cb9","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-03-14T20:37:45Z"},{"created":"2025-06-26T22:01:01Z","enabled":true,"eventTypeName":"CLUSTER_UNBLOCK_WRITE","groupId":"b0123456789abcdef012345b","id":"685dc31d1b1bbf1dec43e5e4","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/685dc31d1b1bbf1dec43e5e4","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":0,"notifierId":"687f1ddea799aa2ae9e80cba","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-06-26T22:01:01Z"},{"created":"2025-06-26T22:10:50Z","enabled":true,"eventTypeName":"CLUSTER_BLOCK_WRITE","groupId":"b0123456789abcdef012345b","id":"685dc56a1b1bbf1dec4ccbc0","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/685dc56a1b1bbf1dec4ccbc0","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":0,"notifierId":"687f1ddea799aa2ae9e80cbb","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-06-26T22:10:50Z"},{"created":"2025-07-22T05:13:01Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"687f1ddd44f1ab3f84231b73","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/687f1ddd44f1ab3f84231b73","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"687f1ddd44f1ab3f84231b6e","smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-07-22T05:13:01Z"}],"totalCount":89} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce06","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce06","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27d9","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"threshold":{"operator":"LESS_THAN","threshold":1,"units":"HOURS"},"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce07","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce07","rel":"self"}],"matchers":[],"notifications":[{"delayMin":15,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27da","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"CLUSTER_MONGOS_IS_MISSING","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce08","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce08","rel":"self"}],"matchers":[],"notifications":[{"delayMin":15,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27db","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce09","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce09","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"CONNECTIONS_PERCENT","mode":"AVERAGE","operator":"GREATER_THAN","threshold":80.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27dc","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0a","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0a","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"DISK_PARTITION_SPACE_USED_DATA","mode":"AVERAGE","operator":"GREATER_THAN","threshold":90.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27dd","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2022-08-05T16:15:37Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0c","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0c","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"QUERY_TARGETING_SCANNED_OBJECTS_PER_RETURNED","mode":"AVERAGE","operator":"GREATER_THAN","threshold":1000.0,"units":"RAW"},"notifications":[{"delayMin":10,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27df","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-08-05T16:15:37Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"CREDIT_CARD_ABOUT_TO_EXPIRE","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0d","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0d","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1440,"notifierId":"63698b66955c5b772dcf27e0","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0e","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0e","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"NORMALIZED_SYSTEM_CPU_USER","mode":"AVERAGE","operator":"GREATER_THAN","threshold":95.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27e1","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":false,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce0f","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce0f","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","mode":"AVERAGE","operator":"GREATER_THAN","threshold":50.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27e2","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"HOST_HAS_INDEX_SUGGESTIONS","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce10","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce10","rel":"self"}],"matchers":[],"notifications":[{"delayMin":10,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27e3","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T09:19:42Z","enabled":true,"eventTypeName":"JOINED_GROUP","groupId":"b0123456789abcdef012345b","id":"5efda6aea3f2ed2e7dd6ce11","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efda6aea3f2ed2e7dd6ce11","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b66955c5b772dcf27e4","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-02T09:19:42Z"},{"created":"2020-07-02T10:23:27Z","enabled":true,"eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"5efdb59f93fc35705f337179","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efdb59f93fc35705f337179","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698b66955c5b772dcf2881","smsEnabled":true,"typeName":"GROUP"}],"updated":"2020-07-02T11:58:27Z"},{"created":"2020-07-02T10:24:22Z","enabled":false,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"5efdb5d622740a69fb4522fc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efdb5d622740a69fb4522fc","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"NETWORK_BYTES_IN","mode":"AVERAGE","operator":"GREATER_THAN","threshold":0.0,"units":"BYTES"},"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698b66955c5b772dcf2882","smsEnabled":true,"typeName":"GROUP"}],"updated":"2020-07-10T08:46:29Z"},{"created":"2020-07-10T12:35:00Z","enabled":true,"eventTypeName":"ONLINE_ARCHIVE_INSUFFICIENT_INDEXES_CHECK","groupId":"b0123456789abcdef012345b","id":"5f086074cf7bf723975cb9ae","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f086074cf7bf723975cb9ae","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":360,"notifierId":"63698b6a955c5b772dcfca4d","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-10T12:35:00Z"},{"created":"2020-07-10T18:58:43Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f08ba63ac91e400d4e19397","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f08ba63ac91e400d4e19397","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b6a955c5b772dcfcd66","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-10T18:58:43Z"},{"created":"2020-07-10T19:06:22Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f08bc2eac91e400d4e196cb","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f08bc2eac91e400d4e196cb","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b6a955c5b772dcfcd73","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-10T19:06:22Z"},{"created":"2020-07-20T12:14:37Z","enabled":true,"eventTypeName":"FTS_INDEX_DELETION_FAILED","groupId":"b0123456789abcdef012345b","id":"5f158aada70f3e171931c0b1","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f158aada70f3e171931c0b1","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698b6f955c5b772dd07f4b","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-20T12:14:37Z"},{"created":"2020-07-20T12:14:37Z","enabled":true,"eventTypeName":"FTS_INDEX_BUILD_COMPLETE","groupId":"b0123456789abcdef012345b","id":"5f158aada70f3e171931c0b2","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f158aada70f3e171931c0b2","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1,"notifierId":"63698b6f955c5b772dd07f4c","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-20T12:14:37Z"},{"created":"2020-07-20T12:14:37Z","enabled":true,"eventTypeName":"FTS_INDEX_BUILD_FAILED","groupId":"b0123456789abcdef012345b","id":"5f158aada70f3e171931c0b3","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f158aada70f3e171931c0b3","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1,"notifierId":"63698b6f955c5b772dd07f4d","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-20T12:14:37Z"},{"created":"2020-07-23T20:59:46Z","enabled":true,"eventTypeName":"NDS_X509_USER_AUTHENTICATION_MANAGED_USER_CERTS_EXPIRATION_CHECK","groupId":"b0123456789abcdef012345b","id":"5f19fa421b9fb701840031da","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f19fa421b9fb701840031da","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1440,"notifierId":"63698b72955c5b772dd0d5a1","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"threshold":{"operator":"LESS_THAN","threshold":30,"units":"DAYS"},"updated":"2020-07-23T20:59:46Z"},{"created":"2020-07-28T16:55:10Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f20586e4ace3c78da67d821","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f20586e4ace3c78da67d821","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b7e955c5b772dd2c589","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-28T16:55:10Z"},{"created":"2020-07-30T16:21:46Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f22f39a1f72c432da684cad","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f22f39a1f72c432da684cad","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b7f955c5b772dd2f70d","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-07-30T16:21:46Z"},{"created":"2020-08-13T10:17:11Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5f351327b21554136479fbba","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5f351327b21554136479fbba","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698b86955c5b772dd416f0","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-08-13T10:17:11Z"},{"created":"2020-12-16T13:53:54Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"5fda1172647767158c1be6ad","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5fda1172647767158c1be6ad","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698bd4955c5b772de03142","smsEnabled":false,"typeName":"GROUP"}],"updated":"2020-12-16T13:53:54Z"},{"created":"2021-09-09T17:03:49Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"613a3e7553d02c5bbb31de7a","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/613a3e7553d02c5bbb31de7a","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698cdf955c5b772d0a35bf","smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-09-09T17:03:49Z"},{"created":"2021-09-10T13:19:11Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"613b5b4f9f81490b3d76fb23","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/613b5b4f9f81490b3d76fb23","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698ce2955c5b772d0a91f9","smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-09-10T13:19:11Z"},{"created":"2021-09-10T13:50:13Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"613b62958ec48f1af7520a6d","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/613b62958ec48f1af7520a6d","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698ce2955c5b772d0a9268","smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-09-10T13:50:13Z"},{"created":"2021-09-10T14:37:09Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"613b6d95fa6f780712c84cb9","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/613b6d95fa6f780712c84cb9","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698ce2955c5b772d0a937c","smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-09-10T14:37:09Z"},{"created":"2021-10-20T19:12:56Z","enabled":true,"eventTypeName":"OUTSIDE_SERVERLESS_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"61706a381ae3ac5354c0d98c","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/61706a381ae3ac5354c0d98c","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SERVERLESS_CONNECTIONS_PERCENT","mode":"AVERAGE","operator":"GREATER_THAN","threshold":80.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698d17955c5b772d12f6cf","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-10-20T19:12:56Z"},{"created":"2021-10-20T19:12:56Z","enabled":true,"eventTypeName":"OUTSIDE_SERVERLESS_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"61706a381ae3ac5354c0d9ac","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/61706a381ae3ac5354c0d9ac","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SERVERLESS_DATA_SIZE_TOTAL","mode":"AVERAGE","operator":"GREATER_THAN","threshold":0.75,"units":"TERABYTES"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698d17955c5b772d12f6f2","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-10-20T19:12:56Z"},{"created":"2021-12-31T22:21:24Z","enabled":true,"eventTypeName":"HOST_MONGOT_CRASHING_OOM","groupId":"b0123456789abcdef012345b","id":"61cf82641472b33d7802351f","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/61cf82641472b33d7802351f","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"63698d8c955c5b772d221332","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2021-12-31T22:21:24Z"},{"created":"2022-03-17T10:56:44Z","enabled":true,"eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"623313ecfd5caa2680f704ee","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623313ecfd5caa2680f704ee","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698e08955c5b772d330fbf","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-03-17T10:56:44Z"},{"created":"2022-03-18T12:49:28Z","enabled":true,"eventTypeName":"DAILY_BILL_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"62347fd81bfe1073af78a5e2","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/62347fd81bfe1073af78a5e2","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":460,"notifierId":"63698e0b955c5b772d3365bb","smsEnabled":true,"typeName":"GROUP"}],"threshold":{"operator":"GREATER_THAN","threshold":0},"updated":"2022-03-18T12:49:51Z"},{"created":"2022-03-22T09:32:26Z","enabled":true,"eventTypeName":"JOINED_GROUP","groupId":"b0123456789abcdef012345b","id":"623997aa381b5165dfc20642","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623997aa381b5165dfc20642","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":5,"notifierId":"63698e11955c5b772d3459dc","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-03-22T09:32:26Z"},{"created":"2022-03-22T09:32:38Z","enabled":true,"eventTypeName":"PENDING_INVOICE_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"623997b6c4f2aa666ae90fad","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623997b6c4f2aa666ae90fad","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698e11955c5b772d3459dd","smsEnabled":true,"typeName":"GROUP"}],"threshold":{"operator":"GREATER_THAN","threshold":0},"updated":"2022-03-22T09:32:38Z"},{"created":"2022-03-22T09:32:57Z","enabled":true,"eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"623997c9c4f2aa666ae90fbc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623997c9c4f2aa666ae90fbc","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698e11955c5b772d3459de","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-03-22T09:32:57Z"},{"created":"2022-03-22T09:33:03Z","enabled":true,"groupId":"b0123456789abcdef012345b","id":"623997cf381b5165dfc206c3","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/623997cf381b5165dfc206c3","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":60,"notifierId":"63698e11955c5b772d3459df","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-03-22T09:33:03Z"},{"created":"2022-04-06T08:31:00Z","enabled":true,"eventTypeName":"JOINED_GROUP","groupId":"b0123456789abcdef012345b","id":"624d4fc446be525f6d82e58a","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/624d4fc446be525f6d82e58a","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":5,"notifierId":"63698f808298ea2106818406","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-04-06T08:31:00Z"},{"created":"2022-04-06T15:33:36Z","enabled":true,"eventTypeName":"DAILY_BILL_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"624db2d013b80654d0c0d0bd","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/624db2d013b80654d0c0d0bd","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":2602323,"notifierId":"63698f808298ea21068187d8","smsEnabled":true,"typeName":"GROUP"}],"threshold":{"operator":"GREATER_THAN","threshold":0},"updated":"2022-04-06T15:33:36Z"},{"created":"2022-04-06T15:34:19Z","enabled":true,"groupId":"b0123456789abcdef012345b","id":"624db2fb13b80654d0c0d238","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/624db2fb13b80654d0c0d238","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":63333330,"notifierId":"63698f808298ea21068187f5","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-04-06T15:34:19Z"},{"created":"2022-04-06T15:35:01Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"624db32513b80654d0c0d3a5","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/624db32513b80654d0c0d3a5","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SYSTEM_NETWORK_IN","mode":"AVERAGE","operator":"GREATER_THAN","threshold":0.0,"units":"BYTES"},"notifications":[{"delayMin":0,"emailEnabled":false,"intervalMin":6045555,"notifierId":"63698f808298ea2106818812","smsEnabled":true,"typeName":"GROUP"}],"updated":"2022-04-06T15:35:01Z"},{"created":"2022-04-29T09:22:09Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"626bae4121daa005b6157418","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/626bae4121daa005b6157418","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698fa78298ea210686d50f","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-04-29T09:22:09Z"},{"created":"2022-04-29T10:08:34Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"626bb92221daa005b6159026","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/626bb92221daa005b6159026","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698fa78298ea210686d52c","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-04-29T10:08:34Z"},{"created":"2022-04-29T10:40:38Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"626bc0a69c04061e30583095","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/626bc0a69c04061e30583095","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"63698fa78298ea210686d53b","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-04-29T10:40:38Z"},{"created":"2022-05-28T13:55:38Z","enabled":true,"eventTypeName":"OUTSIDE_SERVERLESS_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"629229dad0dad669cec31877","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/629229dad0dad669cec31877","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SERVERLESS_TOTAL_READ_UNITS","mode":"AVERAGE","operator":"GREATER_THAN","threshold":0.25,"units":"MILLION_RPU"},"notifications":[{"delayMin":15,"emailEnabled":true,"intervalMin":720,"notifierId":"636990338298ea21069984b7","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-05-28T13:55:38Z"},{"created":"2022-05-28T13:55:38Z","enabled":true,"eventTypeName":"OUTSIDE_SERVERLESS_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"629229dad0dad669cec318d6","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/629229dad0dad669cec318d6","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SERVERLESS_TOTAL_READ_UNITS","mode":"AVERAGE","operator":"GREATER_THAN","threshold":1.0,"units":"MILLION_RPU"},"notifications":[{"delayMin":5,"emailEnabled":true,"intervalMin":120,"notifierId":"636990338298ea21069984e3","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-05-28T13:55:38Z"},{"created":"2022-06-22T12:24:31Z","enabled":true,"eventTypeName":"NDS_X509_USER_AUTHENTICATION_MANAGED_USER_CERTS_EXPIRATION_CHECK","groupId":"b0123456789abcdef012345b","id":"62b309ff9494ea7a235474ab","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/62b309ff9494ea7a235474ab","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":1440,"notifierId":"636990bc8298ea2106ab9a3a","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"threshold":{"operator":"LESS_THAN","threshold":30,"units":"DAYS"},"updated":"2022-06-22T12:24:31Z"},{"created":"2022-08-05T14:13:51Z","enabled":true,"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"62ed259f87ddfe64b483cab6","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/62ed259f87ddfe64b483cab6","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"SEARCH_MAX_NUMBER_OF_LUCENE_DOCS","mode":"AVERAGE","operator":"GREATER_THAN","threshold":1.0,"units":"BILLION"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"6369910d8298ea2106b683c0","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-08-05T14:13:51Z"},{"created":"2022-09-06T12:44:27Z","enabled":false,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"631740aba1fc155eb161f82b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/631740aba1fc155eb161f82b","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"636991518298ea2106bfa434","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-09-06T12:44:27Z"},{"created":"2022-09-07T13:12:54Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"631898d6914bcc6f6dcd3acc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/631898d6914bcc6f6dcd3acc","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"636991538298ea2106bffb9f","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-09-07T13:12:54Z"},{"created":"2022-09-07T13:19:00Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"63189a44914bcc6f6dcd3bd6","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/63189a44914bcc6f6dcd3bd6","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"636991538298ea2106bffbb1","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-09-07T13:19:00Z"},{"created":"2022-09-07T13:29:55Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"63189cd3914bcc6f6dcd40ab","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/63189cd3914bcc6f6dcd40ab","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"636991538298ea2106bffc18","smsEnabled":false,"typeName":"GROUP"}],"updated":"2022-09-07T13:29:55Z"},{"created":"2023-05-31T21:56:46Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6477c29ecba1c6580e485046","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6477c29ecba1c6580e485046","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6477c29ecba1c6580e485045","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-05-31T21:56:46Z"},{"created":"2023-05-31T22:43:12Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6477cd809570b91de5f660aa","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6477cd809570b91de5f660aa","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6477cd809570b91de5f660a9","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-05-31T22:43:12Z"},{"created":"2023-05-31T23:32:18Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6477d9029344be0937008042","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6477d9029344be0937008042","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6477d9029344be0937008041","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-05-31T23:32:18Z"},{"created":"2023-06-01T00:33:14Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6477e74aba2fb53d45ca6ab3","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6477e74aba2fb53d45ca6ab3","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6477e74aba2fb53d45ca6ab2","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T00:33:14Z"},{"created":"2023-06-01T09:03:40Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"64785eecad331e22c174e525","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/64785eecad331e22c174e525","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"64785eecad331e22c174e524","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T09:03:40Z"},{"created":"2023-06-01T09:05:03Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"64785f3fad331e22c174e57e","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/64785f3fad331e22c174e57e","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"64785f3fad331e22c174e57d","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T09:05:03Z"},{"created":"2023-06-01T13:47:38Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6478a17a2e15bd6be65a8939","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6478a17a2e15bd6be65a8939","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6478a17a2e15bd6be65a8938","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T13:47:38Z"},{"created":"2023-06-01T17:51:37Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"6478daa9beef5d4ae03ef402","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6478daa9beef5d4ae03ef402","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6478daa9beef5d4ae03ef401","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-06-01T17:51:37Z"},{"created":"2023-07-05T16:18:40Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"64a597e04bb5e7588325c7bb","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/64a597e04bb5e7588325c7bb","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"64a597e04bb5e7588325c7ba","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-07-05T16:18:40Z"},{"created":"2023-07-06T09:05:03Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"64a683bf7e6c1439025e5116","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/64a683bf7e6c1439025e5116","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"64a683bf7e6c1439025e5115","smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-07-06T09:05:03Z"},{"created":"2023-09-21T12:56:30Z","enabled":true,"eventTypeName":"FTS_INDEX_DELETION_FAILED","groupId":"b0123456789abcdef012345b","id":"650c3d7ea774097d42194c75","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/650c3d7ea774097d42194c75","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"650c3d7ea774097d42194c76","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-09-21T12:56:30Z"},{"created":"2023-09-21T12:56:30Z","enabled":true,"eventTypeName":"FTS_INDEX_BUILD_COMPLETE","groupId":"b0123456789abcdef012345b","id":"650c3d7ea774097d42194c78","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/650c3d7ea774097d42194c78","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"650c3d7ea774097d42194c79","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-09-21T12:56:30Z"},{"created":"2023-09-21T12:56:30Z","enabled":true,"eventTypeName":"FTS_INDEX_BUILD_FAILED","groupId":"b0123456789abcdef012345b","id":"650c3d7ea774097d42194c7b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/650c3d7ea774097d42194c7b","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"650c3d7ea774097d42194c7c","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-09-21T12:56:30Z"},{"created":"2023-09-21T12:56:30Z","enabled":true,"eventTypeName":"FTS_INDEXES_RESTORE_FAILED","groupId":"b0123456789abcdef012345b","id":"650c3d7ea774097d42194c7e","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/650c3d7ea774097d42194c7e","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"650c3d7ea774097d42194c7f","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2023-09-21T12:56:30Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"TRIGGER_FAILURE","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec13c","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec13c","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec13d","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"TRIGGER_AUTO_RESUMED","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec141","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec141","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec142","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"SYNC_FAILURE","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec146","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec146","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec147","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"REQUEST_RATE_LIMIT","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec14b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec14b","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec14c","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-02-12T18:13:20Z","enabled":true,"eventTypeName":"LOG_FORWARDER_FAILURE","groupId":"b0123456789abcdef012345b","id":"65ca5fc058e7b474420ec150","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/65ca5fc058e7b474420ec150","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"65ca5fc058e7b474420ec151","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-02-12T18:13:20Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"DISK_AUTO_SCALE_INITIATED","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e065f","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e065f","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e065e","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"DISK_AUTO_SCALE_OPLOG_FAIL","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e06f5","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e06f5","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e06f4","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"DISK_AUTO_SCALE_MAX_DISK_SIZE_FAIL","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e07b8","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e07b8","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e07b7","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_INITIATED_BASE","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0879","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0879","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0878","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_INITIATED_ANALYTICS","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e08d2","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e08d2","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e08d1","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_MAX_INSTANCE_SIZE_FAIL_BASE","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0964","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0964","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0963","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_MAX_INSTANCE_SIZE_FAIL_ANALYTICS","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e09ff","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e09ff","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e09fe","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_OPLOG_FAIL_BASE","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0acc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0acc","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0acb","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_OPLOG_FAIL_ANALYTICS","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0b63","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0b63","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0b62","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_SCALE_DOWN_FAIL_BASE","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0c22","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0c22","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0c21","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-07-25T23:28:57Z","enabled":true,"eventTypeName":"COMPUTE_AUTO_SCALE_SCALE_DOWN_FAIL_ANALYTICS","groupId":"b0123456789abcdef012345b","id":"66a2dfb958c89268738e0cdf","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/66a2dfb958c89268738e0cdf","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"66a2dfb958c89268738e0cde","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-07-25T23:28:57Z"},{"created":"2024-11-01T19:06:07Z","enabled":true,"eventTypeName":"HOST_MONGOT_STOP_REPLICATION","groupId":"b0123456789abcdef012345b","id":"6725269ff68ca87dfc2427c3","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/6725269ff68ca87dfc2427c3","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"6725269ff68ca87dfc2427c2","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2024-11-01T19:06:07Z"},{"created":"2025-03-14T20:36:53Z","enabled":true,"eventTypeName":"OUTSIDE_FLEX_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"67d49365cf85331863715a72","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/67d49365cf85331863715a72","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"FLEX_CONNECTIONS_PERCENT","mode":"AVERAGE","operator":"GREATER_THAN","threshold":80.0,"units":"RAW"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"68824be642be0f23307f402e","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-03-14T20:36:53Z"},{"created":"2025-03-14T20:37:19Z","enabled":true,"eventTypeName":"OUTSIDE_FLEX_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"67d4937fcf8533186375587d","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/67d4937fcf8533186375587d","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"FLEX_DATA_SIZE_TOTAL","mode":"AVERAGE","operator":"GREATER_THAN","threshold":4.0,"units":"GIGABYTES"},"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":60,"notifierId":"68824be642be0f23307f402f","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-03-14T20:37:19Z"},{"created":"2025-03-14T20:37:45Z","enabled":true,"eventTypeName":"OUTSIDE_FLEX_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"67d49399cf85331863797681","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/67d49399cf85331863797681","rel":"self"}],"matchers":[],"metricThreshold":{"metricName":"FLEX_OPCOUNTER_TOTAL","mode":"AVERAGE","operator":"GREATER_THAN","threshold":200.0,"units":"RAW"},"notifications":[{"delayMin":1440,"emailEnabled":true,"intervalMin":360,"notifierId":"68824be642be0f23307f4030","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-03-14T20:37:45Z"},{"created":"2025-06-26T22:01:01Z","enabled":true,"eventTypeName":"CLUSTER_UNBLOCK_WRITE","groupId":"b0123456789abcdef012345b","id":"685dc31d1b1bbf1dec43e5e4","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/685dc31d1b1bbf1dec43e5e4","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":0,"notifierId":"68824be642be0f23307f4031","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-06-26T22:01:01Z"},{"created":"2025-06-26T22:10:50Z","enabled":true,"eventTypeName":"CLUSTER_BLOCK_WRITE","groupId":"b0123456789abcdef012345b","id":"685dc56a1b1bbf1dec4ccbc0","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/685dc56a1b1bbf1dec4ccbc0","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":0,"notifierId":"68824be642be0f23307f4032","roles":["GROUP_OWNER"],"smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-06-26T22:10:50Z"},{"created":"2025-07-24T15:06:12Z","enabled":true,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"68824be442be0f23307f3f65","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/68824be442be0f23307f3f65","rel":"self"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"68824be442be0f23307f3f60","smsEnabled":false,"typeName":"GROUP"}],"updated":"2025-07-24T15:06:12Z"}],"totalCount":89} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAlertConfig/List_Matcher_Fields/GET_api_atlas_v2_alertConfigs_matchers_fieldNames_1.snaphost b/test/e2e/testdata/.snapshots/TestAlertConfig/List_Matcher_Fields/GET_api_atlas_v2_alertConfigs_matchers_fieldNames_1.snaphost index b365b37350..859ab25ad9 100644 --- a/test/e2e/testdata/.snapshots/TestAlertConfig/List_Matcher_Fields/GET_api_atlas_v2_alertConfigs_matchers_fieldNames_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAlertConfig/List_Matcher_Fields/GET_api_atlas_v2_alertConfigs_matchers_fieldNames_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 115 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:04 GMT +Date: Thu, 24 Jul 2025 15:06: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: 34 +X-Envoy-Upstream-Service-Time: 21 X-Frame-Options: DENY X-Java-Method: ApiAlertConfigsMatchersResource::getAlertConfigMatchersFieldNames X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none ["CLUSTER_NAME","HOSTNAME","PORT","HOSTNAME_AND_PORT","APPLICATION_ID","REPLICA_SET_NAME","TYPE_NAME","SHARD_NAME"] \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAlertConfig/Update/PUT_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_687f1ddd44f1ab3f84231b73_1.snaphost b/test/e2e/testdata/.snapshots/TestAlertConfig/Update/PUT_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_687f1ddd44f1ab3f84231b73_1.snaphost deleted file mode 100644 index 5580d3bad3..0000000000 --- a/test/e2e/testdata/.snapshots/TestAlertConfig/Update/PUT_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_687f1ddd44f1ab3f84231b73_1.snaphost +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 640 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13: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: 182 -X-Frame-Options: DENY -X-Java-Method: ApiAlertConfigsResource::putAlertConfig -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"created":"2025-07-22T05:13:01Z","enabled":false,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"687f1ddd44f1ab3f84231b73","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/687f1ddd44f1ab3f84231b73","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/687f1ddd44f1ab3f84231b73/alerts","rel":"http://localhost:8080/alerts"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"687f1ddfa799aa2ae9e80cc3","smsEnabled":true,"typeName":"GROUP"}],"updated":"2025-07-22T05:13:03Z"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAlertConfig/Update/PUT_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_68824be442be0f23307f3f65_1.snaphost b/test/e2e/testdata/.snapshots/TestAlertConfig/Update/PUT_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_68824be442be0f23307f3f65_1.snaphost new file mode 100644 index 0000000000..1399029949 --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestAlertConfig/Update/PUT_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_68824be442be0f23307f3f65_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 640 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Thu, 24 Jul 2025 15:06: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: 179 +X-Frame-Options: DENY +X-Java-Method: ApiAlertConfigsResource::putAlertConfig +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"created":"2025-07-24T15:06:12Z","enabled":false,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"68824be442be0f23307f3f65","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/68824be442be0f23307f3f65","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/68824be442be0f23307f3f65/alerts","rel":"http://localhost:8080/alerts"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"68824be6b448981053346518","smsEnabled":true,"typeName":"GROUP"}],"updated":"2025-07-24T15:06:14Z"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAlertConfig/Update_Setting_using_file_input/PUT_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_687f1ddd44f1ab3f84231b73_1.snaphost b/test/e2e/testdata/.snapshots/TestAlertConfig/Update_Setting_using_file_input/PUT_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_687f1ddd44f1ab3f84231b73_1.snaphost deleted file mode 100644 index f198aac332..0000000000 --- a/test/e2e/testdata/.snapshots/TestAlertConfig/Update_Setting_using_file_input/PUT_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_687f1ddd44f1ab3f84231b73_1.snaphost +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 640 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13: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: 119 -X-Frame-Options: DENY -X-Java-Method: ApiAlertConfigsResource::putAlertConfig -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"created":"2025-07-22T05:13:01Z","enabled":false,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"687f1ddd44f1ab3f84231b73","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/687f1ddd44f1ab3f84231b73","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/687f1ddd44f1ab3f84231b73/alerts","rel":"http://localhost:8080/alerts"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"687f1ddfa799aa2ae9e80cd0","smsEnabled":true,"typeName":"GROUP"}],"updated":"2025-07-22T05:13:03Z"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAlertConfig/Update_Setting_using_file_input/PUT_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_68824be442be0f23307f3f65_1.snaphost b/test/e2e/testdata/.snapshots/TestAlertConfig/Update_Setting_using_file_input/PUT_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_68824be442be0f23307f3f65_1.snaphost new file mode 100644 index 0000000000..6762e7a01c --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestAlertConfig/Update_Setting_using_file_input/PUT_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_68824be442be0f23307f3f65_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 640 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Thu, 24 Jul 2025 15:06: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: 146 +X-Frame-Options: DENY +X-Java-Method: ApiAlertConfigsResource::putAlertConfig +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"created":"2025-07-24T15:06:12Z","enabled":false,"eventTypeName":"NO_PRIMARY","groupId":"b0123456789abcdef012345b","id":"68824be442be0f23307f3f65","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/68824be442be0f23307f3f65","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/68824be442be0f23307f3f65/alerts","rel":"http://localhost:8080/alerts"}],"matchers":[],"notifications":[{"delayMin":0,"emailEnabled":true,"intervalMin":5,"notifierId":"68824be642be0f23307f403c","smsEnabled":true,"typeName":"GROUP"}],"updated":"2025-07-24T15:06:14Z"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAlertConfig/memory.json b/test/e2e/testdata/.snapshots/TestAlertConfig/memory.json index 3b0c98776b..b26dc0720b 100644 --- a/test/e2e/testdata/.snapshots/TestAlertConfig/memory.json +++ b/test/e2e/testdata/.snapshots/TestAlertConfig/memory.json @@ -1 +1 @@ -{"TestAlertConfig/Update_Setting_using_file_input/rand":"PQ=="} \ No newline at end of file +{"TestAlertConfig/Update_Setting_using_file_input/rand":"A0E="} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAlerts/Acknowledge/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost b/test/e2e/testdata/.snapshots/TestAlerts/Acknowledge/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost index c384ea6040..2e1e2d8503 100644 --- a/test/e2e/testdata/.snapshots/TestAlerts/Acknowledge/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAlerts/Acknowledge/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 889 Content-Type: application/vnd.atlas.2024-05-30+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:59 GMT +Date: Thu, 24 Jul 2025 15:06: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: 310 +X-Envoy-Upstream-Service-Time: 357 X-Frame-Options: DENY X-Java-Method: ApiAlertsResource20240530::patchAlert X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"acknowledgedUntil":"2025-07-22T05:12:59Z","acknowledgingUsername":"nmtxqlkl","alertConfigId":"5efdb59f93fc35705f337179","created":"2020-07-02T10:24:29Z","eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"5efdb5dd5b306e51e2e9b05b","lastNotified":"2025-07-22T05:12:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efdb59f93fc35705f337179","rel":"http://localhost:8080/alertConfig"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b/alertConfigs","rel":"http://localhost:8080/alertConfigs"}],"orgId":"a0123456789abcdef012345a","resolved":"2022-03-16T18:39:26Z","status":"CLOSED","updated":"2025-07-22T05:12:59Z"} \ No newline at end of file +{"acknowledgedUntil":"2025-07-24T15:06:10Z","acknowledgingUsername":"nmtxqlkl","alertConfigId":"5efdb59f93fc35705f337179","created":"2020-07-02T10:24:29Z","eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"5efdb5dd5b306e51e2e9b05b","lastNotified":"2025-07-24T15:06:11Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efdb59f93fc35705f337179","rel":"http://localhost:8080/alertConfig"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b/alertConfigs","rel":"http://localhost:8080/alertConfigs"}],"orgId":"a0123456789abcdef012345a","resolved":"2022-03-16T18:39:26Z","status":"CLOSED","updated":"2025-07-24T15:06:10Z"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAlerts/Acknowledge_Forever/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost b/test/e2e/testdata/.snapshots/TestAlerts/Acknowledge_Forever/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost index 4e38cc9fbf..a8f325e0f2 100644 --- a/test/e2e/testdata/.snapshots/TestAlerts/Acknowledge_Forever/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAlerts/Acknowledge_Forever/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 889 Content-Type: application/vnd.atlas.2024-05-30+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:00 GMT +Date: Thu, 24 Jul 2025 15:06: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: 232 +X-Envoy-Upstream-Service-Time: 290 X-Frame-Options: DENY X-Java-Method: ApiAlertsResource20240530::patchAlert X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"acknowledgedUntil":"2125-08-23T05:12:00Z","acknowledgingUsername":"nmtxqlkl","alertConfigId":"5efdb59f93fc35705f337179","created":"2020-07-02T10:24:29Z","eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"5efdb5dd5b306e51e2e9b05b","lastNotified":"2025-07-22T05:13:00Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efdb59f93fc35705f337179","rel":"http://localhost:8080/alertConfig"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b/alertConfigs","rel":"http://localhost:8080/alertConfigs"}],"orgId":"a0123456789abcdef012345a","resolved":"2022-03-16T18:39:26Z","status":"CLOSED","updated":"2025-07-22T05:13:00Z"} \ No newline at end of file +{"acknowledgedUntil":"2125-08-25T15:05:11Z","acknowledgingUsername":"nmtxqlkl","alertConfigId":"5efdb59f93fc35705f337179","created":"2020-07-02T10:24:29Z","eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"5efdb5dd5b306e51e2e9b05b","lastNotified":"2025-07-24T15:06:11Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efdb59f93fc35705f337179","rel":"http://localhost:8080/alertConfig"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b/alertConfigs","rel":"http://localhost:8080/alertConfigs"}],"orgId":"a0123456789abcdef012345a","resolved":"2022-03-16T18:39:26Z","status":"CLOSED","updated":"2025-07-24T15:06:11Z"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAlerts/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost b/test/e2e/testdata/.snapshots/TestAlerts/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost index 4fb6b0d01d..9ca2e5e7a0 100644 --- a/test/e2e/testdata/.snapshots/TestAlerts/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAlerts/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 811 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:59 GMT +Date: Thu, 24 Jul 2025 15:06: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: 78 +X-Envoy-Upstream-Service-Time: 86 X-Frame-Options: DENY X-Java-Method: ApiAlertsResource::getAlert X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"alertConfigId":"5efdb59f93fc35705f337179","created":"2020-07-02T10:24:29Z","eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"5efdb5dd5b306e51e2e9b05b","lastNotified":"2025-07-21T18:32:27Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efdb59f93fc35705f337179","rel":"http://localhost:8080/alertConfig"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b/alertConfigs","rel":"http://localhost:8080/alertConfigs"}],"orgId":"a0123456789abcdef012345a","resolved":"2022-03-16T18:39:26Z","status":"CLOSED","updated":"2025-07-21T18:32:27Z"} \ No newline at end of file +{"alertConfigId":"5efdb59f93fc35705f337179","created":"2020-07-02T10:24:29Z","eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"5efdb5dd5b306e51e2e9b05b","lastNotified":"2025-07-24T10:24:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efdb59f93fc35705f337179","rel":"http://localhost:8080/alertConfig"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b/alertConfigs","rel":"http://localhost:8080/alertConfigs"}],"orgId":"a0123456789abcdef012345a","resolved":"2022-03-16T18:39:26Z","status":"CLOSED","updated":"2025-07-24T10:24:25Z"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAlerts/List_with_no_status/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_1.snaphost b/test/e2e/testdata/.snapshots/TestAlerts/List_with_no_status/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_1.snaphost index 92a73ef49c..d592050751 100644 --- a/test/e2e/testdata/.snapshots/TestAlerts/List_with_no_status/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAlerts/List_with_no_status/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_1.snaphost @@ -2,16 +2,16 @@ HTTP/2.0 200 OK Connection: close Content-Length: 69767 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:57 GMT +Date: Thu, 24 Jul 2025 15:06: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: 1093 +X-Envoy-Upstream-Service-Time: 1066 X-Frame-Options: DENY X-Java-Method: ApiAlertsResource::getAllAlerts X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts?includeCount=true&itemsPerPage=100&pageNum=2","rel":"next"}],"results":[{"alertConfigId":"5efdb59f93fc35705f337179","created":"2020-07-02T10:24:29Z","eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"5efdb5dd5b306e51e2e9b05b","lastNotified":"2025-07-21T18:32:27Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b","rel":"self"}],"orgId":"a0123456789abcdef012345a","resolved":"2022-03-16T18:39:26Z","status":"CLOSED","updated":"2025-07-21T18:32:27Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5efdfce84deaf5428dea44be","created":"2020-07-02T16:27:44Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5efe0b0097e6ab3f55a5d376","lastNotified":"2020-07-02T16:29:28Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efe0b0097e6ab3f55a5d376","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-xmz5g4-shard-0","resolved":"2020-07-02T16:29:22Z","status":"CLOSED","updated":"2020-07-02T16:29:22Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f071035d0dc8d4bd86168de","created":"2020-07-09T13:40:29Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f071e4dd0dc8d4bd861c4ef","lastNotified":"2020-07-09T13:41:19Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f071e4dd0dc8d4bd861c4ef","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-mll9nu-shard-0","resolved":"2020-07-09T13:41:13Z","status":"CLOSED","updated":"2020-07-09T13:41:13Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f07301f89f31d27b256f893","created":"2020-07-09T15:56:35Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f073e337c922216eb449e44","lastNotified":"2020-07-09T15:57:46Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f073e337c922216eb449e44","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-10oulw-shard-0","resolved":"2020-07-09T15:57:37Z","status":"CLOSED","updated":"2020-07-09T15:57:37Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f07300f89f31d27b256f501","created":"2020-07-09T15:56:35Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f073e337c922216eb449e46","lastNotified":"2020-07-09T15:57:46Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f073e337c922216eb449e46","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-ul7lyr-shard-0","resolved":"2020-07-09T15:57:37Z","status":"CLOSED","updated":"2020-07-09T15:57:37Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f088e7271aeec6fac20210a","created":"2020-07-10T16:51:34Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f089c96089f9828402835bd","lastNotified":"2020-07-10T16:52:48Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f089c96089f9828402835bd","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-43q3x9-shard-0","resolved":"2020-07-10T16:52:38Z","status":"CLOSED","updated":"2020-07-10T16:52:38Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f08bdcbd206160bb5c33a8c","created":"2020-07-10T20:13:27Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f08cbe70651a576d92584a4","lastNotified":"2020-07-10T20:15:18Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f08cbe70651a576d92584a4","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-n32snz-shard-0","resolved":"2020-07-10T20:15:10Z","status":"CLOSED","updated":"2020-07-10T20:15:10Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f0e13ce04f82410686db7a3","created":"2020-07-14T21:21:46Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f0e21ea08c7bf2e36da5c34","lastNotified":"2020-07-14T21:23:07Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f0e21ea08c7bf2e36da5c34","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-1to8ri-shard-0","resolved":"2020-07-14T21:22:58Z","status":"CLOSED","updated":"2020-07-14T21:22:58Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f11c8ee4b49002456c7a7e2","created":"2020-07-17T16:51:22Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f11d70a4b49002456ca8316","lastNotified":"2020-07-17T16:51:37Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f11d70a4b49002456ca8316","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-g1b1wv-shard-0","resolved":"2020-07-17T16:51:32Z","status":"CLOSED","updated":"2020-07-17T16:51:32Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f1707cab28d1d1f1e661c34","created":"2020-07-21T16:20:48Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1715e00d01212070cb7bac","lastNotified":"2020-07-21T16:22:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1715e00d01212070cb7bac","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-cwlya6-shard-0","resolved":"2020-07-21T16:22:16Z","status":"CLOSED","updated":"2020-07-21T16:22:16Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f17119db6dd6f5784522cfa","created":"2020-07-21T17:02:43Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f171fb30afba025e065a28e","lastNotified":"2020-07-21T17:03:52Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f171fb30afba025e065a28e","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-5i203l-shard-0","resolved":"2020-07-21T17:03:42Z","status":"CLOSED","updated":"2020-07-21T17:03:42Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f185bbe09297b50c14b2eeb","created":"2020-07-22T16:31:37Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1869e9f7b4513897f338e3","lastNotified":"2020-07-22T16:33:08Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1869e9f7b4513897f338e3","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-8tgdes-shard-0","resolved":"2020-07-22T16:33:01Z","status":"CLOSED","updated":"2020-07-22T16:33:01Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f185bcd09297b50c14b352a","created":"2020-07-22T16:31:37Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1869e9f7b4513897f338e5","lastNotified":"2020-07-22T16:33:08Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1869e9f7b4513897f338e5","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-flxyt7-shard-0","resolved":"2020-07-22T16:33:01Z","status":"CLOSED","updated":"2020-07-22T16:33:01Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f185bcd09297b50c14b3523","created":"2020-07-22T16:31:37Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1869e9f7b4513897f338e7","lastNotified":"2020-07-22T16:33:08Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1869e9f7b4513897f338e7","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-c043ww-shard-0","resolved":"2020-07-22T16:33:01Z","status":"CLOSED","updated":"2020-07-22T16:33:01Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f18afdbdf32440a27abb79c","created":"2020-07-22T22:30:04Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f18bdec40f94a3ba156cc29","lastNotified":"2020-07-22T22:32:05Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f18bdec40f94a3ba156cc29","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-urca9f-shard-0","resolved":"2020-07-22T22:31:56Z","status":"CLOSED","updated":"2020-07-22T22:31:56Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f1afe24e02fc2661b483493","created":"2020-07-24T16:28:44Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1b0c3c6ceaa977db7c2020","lastNotified":"2020-07-24T16:30:08Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1b0c3c6ceaa977db7c2020","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-7baq4v-shard-0","resolved":"2020-07-24T16:29:58Z","status":"CLOSED","updated":"2020-07-24T16:29:58Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f294bf692329e4200758fed","created":"2020-08-04T12:52:25Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f295a097a7fcf1588a32f85","lastNotified":"2020-08-04T12:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f295a097a7fcf1588a32f85","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-13barc-shard-0","resolved":"2020-08-04T12:53:34Z","status":"CLOSED","updated":"2020-08-04T12:53:34Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f313f7a8f4523669d3cd930","created":"2020-08-10T13:37:16Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f314d8c11481a3542f228f7","lastNotified":"2020-08-10T13:38:02Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f314d8c11481a3542f228f7","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-wqrsj0-shard-0","resolved":"2020-08-10T13:37:57Z","status":"CLOSED","updated":"2020-08-10T13:37:57Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-18T16:13:35Z","currentValue":{"number":20.932485722056025,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c0w6bq-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f3bfe2f7c4df938ecd14459","lastNotified":"2020-08-18T16:14:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3bfe2f7c4df938ecd14459","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-18T16:14:36Z","status":"CLOSED","updated":"2020-08-18T16:14:36Z","userAlias":"e2e-cluster-736-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-18T16:13:35Z","currentValue":{"number":19.060418568482266,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c0w6bq-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f3bfe2f7c4df938ecd1445b","lastNotified":"2020-08-18T16:14:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3bfe2f7c4df938ecd1445b","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-18T16:14:36Z","status":"CLOSED","updated":"2020-08-18T16:14:36Z","userAlias":"e2e-cluster-736-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-18T16:13:35Z","currentValue":{"number":32.047727081757834,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c0w6bq-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f3bfe2f7c4df938ecd1445d","lastNotified":"2020-08-18T16:14:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3bfe2f7c4df938ecd1445d","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-18T16:14:36Z","status":"CLOSED","updated":"2020-08-18T16:14:36Z","userAlias":"e2e-cluster-736-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-20T18:59:02Z","currentValue":{"number":37.28271195480076,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gg6ii8-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f3ec7f6b911625dfdb413ab","lastNotified":"2020-08-20T19:00:02Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3ec7f6b911625dfdb413ab","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-gg6ii8-shard-0","resolved":"2020-08-20T18:59:56Z","status":"CLOSED","updated":"2020-08-20T18:59:56Z","userAlias":"e2e-cluster-947-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-20T22:23:09Z","currentValue":{"number":20.925128583156027,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-vlqsal-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f3ef7cd1874502485227202","lastNotified":"2020-08-20T22:24:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3ef7cd1874502485227202","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-vlqsal-shard-0","resolved":"2020-08-20T22:24:39Z","status":"CLOSED","updated":"2020-08-20T22:24:39Z","userAlias":"e2e-cluster-369-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-20T22:23:09Z","currentValue":{"number":31.68626010286554,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-a4rwnt-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f3ef7cd1874502485227204","lastNotified":"2020-08-20T22:24:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3ef7cd1874502485227204","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-a4rwnt-shard-0","resolved":"2020-08-20T22:24:39Z","status":"CLOSED","updated":"2020-08-20T22:24:39Z","userAlias":"e2e-cluster-975-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-20T22:37:30Z","currentValue":{"number":0.7660665811780772,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-hstims-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f3efb2a1874502485237cf8","lastNotified":"2020-08-20T22:40:51Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3efb2a1874502485237cf8","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-20T22:40:44Z","status":"CLOSED","updated":"2020-08-20T22:40:44Z","userAlias":"e2e-cluster-379-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f3efb1018745024852372a8","created":"2020-08-20T23:37:06Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f3f0922f9cad35d7728e449","lastNotified":"2020-08-20T23:38:36Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3f0922f9cad35d7728e449","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-hstims-shard-0","resolved":"2020-08-20T23:38:30Z","status":"CLOSED","updated":"2020-08-20T23:38:30Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-28T11:43:32Z","currentValue":{"number":0.5932189228481193,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-o1hhwf-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f48ede4271acf2433fe0cfa","lastNotified":"2020-08-28T11:44:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f48ede4271acf2433fe0cfa","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-28T11:44:52Z","status":"CLOSED","updated":"2020-08-28T11:44:52Z","userAlias":"e2e-cluster-789-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-28T11:43:32Z","currentValue":{"number":3.678862805946244,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-o1hhwf-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f48ede4271acf2433fe0cfc","lastNotified":"2020-08-28T11:44:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f48ede4271acf2433fe0cfc","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-28T11:44:52Z","status":"CLOSED","updated":"2020-08-28T11:44:52Z","userAlias":"e2e-cluster-789-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-28T11:43:32Z","currentValue":{"number":20.739329523045555,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-o1hhwf-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f48ede4271acf2433fe0cfe","lastNotified":"2020-08-28T11:44:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f48ede4271acf2433fe0cfe","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-28T11:44:52Z","status":"CLOSED","updated":"2020-08-28T11:44:52Z","userAlias":"e2e-cluster-789-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:27:41Z","currentValue":{"number":15.634129647251296,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10g1ny-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e221dba8e14244d88accc","lastNotified":"2020-09-01T10:28:31Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e221dba8e14244d88accc","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:28:23Z","status":"CLOSED","updated":"2020-09-01T10:28:23Z","userAlias":"e2e-cluster-99-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:27:41Z","currentValue":{"number":22.20331631801955,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10g1ny-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4e221dba8e14244d88acce","lastNotified":"2020-09-01T10:28:31Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e221dba8e14244d88acce","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:28:23Z","status":"CLOSED","updated":"2020-09-01T10:28:23Z","userAlias":"e2e-cluster-99-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:27:41Z","currentValue":{"number":22.631859527538065,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10g1ny-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e221dba8e14244d88acd0","lastNotified":"2020-09-01T10:28:31Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e221dba8e14244d88acd0","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:28:23Z","status":"CLOSED","updated":"2020-09-01T10:28:23Z","userAlias":"e2e-cluster-99-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:53:52Z","currentValue":{"number":48.059072435650855,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gco215-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e2840ba8e14244d8b1884","lastNotified":"2020-09-01T10:56:49Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e2840ba8e14244d8b1884","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:56:42Z","status":"CLOSED","updated":"2020-09-01T10:56:42Z","userAlias":"e2e-cluster-43-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:53:52Z","currentValue":{"number":47.90469049404316,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gco215-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4e2840ba8e14244d8b1889","lastNotified":"2020-09-01T10:56:49Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e2840ba8e14244d8b1889","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:56:42Z","status":"CLOSED","updated":"2020-09-01T10:56:42Z","userAlias":"e2e-cluster-43-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:54:42Z","currentValue":{"number":28.919901293850874,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gco215-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e2872ba8e14244d8b2eac","lastNotified":"2020-09-01T10:55:48Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e2872ba8e14244d8b2eac","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-gco215-shard-0","resolved":"2020-09-01T10:55:42Z","status":"CLOSED","updated":"2020-09-01T10:55:42Z","userAlias":"e2e-cluster-43-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:57:39Z","currentValue":{"number":30.992973926942156,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-zsig7y-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4e2923ba8e14244d8b6c9e","lastNotified":"2020-09-01T10:59:24Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e2923ba8e14244d8b6c9e","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-zsig7y-shard-0","resolved":"2020-09-01T10:59:17Z","status":"CLOSED","updated":"2020-09-01T10:59:17Z","userAlias":"e2e-cluster-596-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T12:23:40Z","currentValue":{"number":0.21777003484320556,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10rnhe-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e3d4c89146b337767741b","lastNotified":"2020-09-01T12:24:51Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e3d4c89146b337767741b","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T12:24:42Z","status":"CLOSED","updated":"2020-09-01T12:24:42Z","userAlias":"e2e-cluster-5-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T12:23:40Z","currentValue":{"number":33.20721918298482,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10rnhe-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e3d4c89146b337767741f","lastNotified":"2020-09-01T12:24:51Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e3d4c89146b337767741f","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T12:24:42Z","status":"CLOSED","updated":"2020-09-01T12:24:42Z","userAlias":"e2e-cluster-5-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":0.743314346802078,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-nuwcx3-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748ba4","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748ba4","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-928-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":25.992043593086617,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-nuwcx3-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748ba6","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748ba6","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-928-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":21.370403466473334,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-nuwcx3-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748ba8","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748ba8","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-928-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":47.47918904403867,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-34d38q-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748baa","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748baa","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-87-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":32.60446130654969,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-34d38q-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748bae","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748bae","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-87-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T10:06:10Z","currentValue":{"number":25.3388332351208,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-8mpzzy-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4f6e92b9d63e361b300cea","lastNotified":"2020-09-02T10:07:04Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4f6e92b9d63e361b300cea","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T10:06:56Z","status":"CLOSED","updated":"2020-09-02T10:06:56Z","userAlias":"e2e-cluster-343-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T12:07:09Z","currentValue":{"number":43.54849509524926,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-dw52hh-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4f8aeda78e07056e54417e","lastNotified":"2020-09-02T12:08:28Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4f8aeda78e07056e54417e","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T12:08:21Z","status":"CLOSED","updated":"2020-09-02T12:08:21Z","userAlias":"e2e-cluster-522-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T12:26:12Z","currentValue":{"number":27.550850283427806,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c7jcsa-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4f8f64a78e07056e55d71e","lastNotified":"2020-09-02T12:28:10Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4f8f64a78e07056e55d71e","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T12:28:01Z","status":"CLOSED","updated":"2020-09-02T12:28:01Z","userAlias":"e2e-cluster-894-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T12:27:02Z","currentValue":{"number":17.531111667919482,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c7jcsa-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4f8f96a78e07056e55f5a4","lastNotified":"2020-09-02T12:28:10Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4f8f96a78e07056e55f5a4","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-c7jcsa-shard-0","resolved":"2020-09-02T12:28:01Z","status":"CLOSED","updated":"2020-09-02T12:28:01Z","userAlias":"e2e-cluster-894-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T13:49:46Z","currentValue":{"number":37.50703097035913,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-psccq7-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4fa2fa283a657fb1075dc7","lastNotified":"2020-09-02T13:51:28Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4fa2fa283a657fb1075dc7","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T13:51:20Z","status":"CLOSED","updated":"2020-09-02T13:51:20Z","userAlias":"e2e-cluster-965-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T13:49:46Z","currentValue":{"number":23.622647906424817,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-psccq7-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4fa2fa283a657fb1075dc9","lastNotified":"2020-09-02T13:51:28Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4fa2fa283a657fb1075dc9","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T13:51:20Z","status":"CLOSED","updated":"2020-09-02T13:51:20Z","userAlias":"e2e-cluster-965-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f4f97e13efd027d4f4e6019","created":"2020-09-02T14:03:03Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f4fa617283a657fb10873fb","lastNotified":"2020-09-02T14:03:44Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4fa617283a657fb10873fb","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-ucr7s9-shard-0","resolved":"2020-09-02T14:03:34Z","status":"CLOSED","updated":"2020-09-02T14:03:34Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T09:37:08Z","currentValue":{"number":4.455238254752533,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-b7vxm3-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f50b9442b89550a6b44eb44","lastNotified":"2020-09-03T09:37:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50b9442b89550a6b44eb44","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-b7vxm3-shard-0","resolved":"2020-09-03T09:37:34Z","status":"CLOSED","updated":"2020-09-03T09:37:34Z","userAlias":"e2e-cluster-643-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T09:37:08Z","currentValue":{"number":7.225910877679781,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-b7vxm3-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f50b9442b89550a6b44eb46","lastNotified":"2020-09-03T09:37:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50b9442b89550a6b44eb46","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-b7vxm3-shard-0","resolved":"2020-09-03T09:37:34Z","status":"CLOSED","updated":"2020-09-03T09:37:34Z","userAlias":"e2e-cluster-643-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T12:02:48Z","currentValue":{"number":49.10926769565512,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-nbnszb-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f50db682b89550a6b520fa1","lastNotified":"2020-09-03T12:03:04Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50db682b89550a6b520fa1","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-nbnszb-shard-0","resolved":"2020-09-03T12:02:59Z","status":"CLOSED","updated":"2020-09-03T12:02:59Z","userAlias":"e2e-cluster-328-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T12:02:48Z","currentValue":{"number":0.6601597753785473,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-9mc2ci-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f50db682b89550a6b520fa3","lastNotified":"2020-09-03T12:04:15Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50db682b89550a6b520fa3","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-9mc2ci-shard-0","resolved":"2020-09-03T12:04:08Z","status":"CLOSED","updated":"2020-09-03T12:04:08Z","userAlias":"e2e-cluster-28-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T12:02:48Z","currentValue":{"number":1.2116249143506526,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-9mc2ci-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f50db682b89550a6b520fa8","lastNotified":"2020-09-03T12:04:15Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50db682b89550a6b520fa8","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-9mc2ci-shard-0","resolved":"2020-09-03T12:04:08Z","status":"CLOSED","updated":"2020-09-03T12:04:08Z","userAlias":"e2e-cluster-28-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T12:02:48Z","currentValue":{"number":1.4881201197184275,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-9mc2ci-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f50db682b89550a6b520fac","lastNotified":"2020-09-03T12:04:15Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50db682b89550a6b520fac","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-9mc2ci-shard-0","resolved":"2020-09-03T12:04:08Z","status":"CLOSED","updated":"2020-09-03T12:04:08Z","userAlias":"e2e-cluster-28-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":1.5653621981681933,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-w1etex-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289aa","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289aa","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-549-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":2.3178642298520904,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-w1etex-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289ad","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289ad","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-549-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":3.5053749081925614,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-e0e69a-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289af","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289af","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-e0e69a-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-980-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":40.04143088116411,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-xnaaja-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b1","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b1","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-xnaaja-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-859-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":1.5463484326413985,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-e0e69a-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b3","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b3","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-e0e69a-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-980-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":0.34135944316781563,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-e0e69a-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b5","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b5","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-e0e69a-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-980-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":0.4342379958246346,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-xnaaja-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b7","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b7","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-xnaaja-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-859-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":1.3431889474738037,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-xnaaja-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b9","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b9","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-xnaaja-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-859-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:34:03Z","currentValue":{"number":0.7932001870282547,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gmpvhy-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5903fb54ec5663be62c6e1","lastNotified":"2020-09-09T16:38:47Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5903fb54ec5663be62c6e1","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-gmpvhy-shard-0","resolved":"2020-09-09T16:38:38Z","status":"CLOSED","updated":"2020-09-09T16:38:38Z","userAlias":"e2e-cluster-503-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:34:03Z","currentValue":{"number":0.8434237995824635,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-z9k18m-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f5903fb54ec5663be62c6e9","lastNotified":"2020-09-09T16:38:47Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5903fb54ec5663be62c6e9","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-z9k18m-shard-0","resolved":"2020-09-09T16:38:38Z","status":"CLOSED","updated":"2020-09-09T16:38:38Z","userAlias":"e2e-cluster-262-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T12:28:39Z","currentValue":{"number":43.85743174924166,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-lqs5aq-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5b6d778b215264ab33506e","lastNotified":"2020-09-11T12:29:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5b6d778b215264ab33506e","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T12:29:18Z","status":"CLOSED","updated":"2020-09-11T12:29:18Z","userAlias":"e2e-cluster-962-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T12:28:39Z","currentValue":{"number":28.626017888132427,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-100g28-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5b6d778b215264ab335075","lastNotified":"2020-09-11T12:29:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5b6d778b215264ab335075","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T12:29:18Z","status":"CLOSED","updated":"2020-09-11T12:29:18Z","userAlias":"e2e-cluster-982-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T16:18:06Z","currentValue":{"number":11.553825150427263,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-ttnd16-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f5ba33ecda9e8141492cd5b","lastNotified":"2020-09-11T16:20:16Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5ba33ecda9e8141492cd5b","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T16:20:08Z","status":"CLOSED","updated":"2020-09-11T16:20:08Z","userAlias":"e2e-cluster-217-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T17:17:07Z","currentValue":{"number":40.856495288083025,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-f6cijt-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5bb113883b4603e13e7132","lastNotified":"2020-09-11T17:18:20Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5bb113883b4603e13e7132","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T17:18:12Z","status":"CLOSED","updated":"2020-09-11T17:18:12Z","userAlias":"e2e-cluster-195-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T17:17:07Z","currentValue":{"number":48.649598981966754,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-f6cijt-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f5bb113883b4603e13e7134","lastNotified":"2020-09-11T17:18:20Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5bb113883b4603e13e7134","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T17:18:12Z","status":"CLOSED","updated":"2020-09-11T17:18:12Z","userAlias":"e2e-cluster-195-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T17:18:12Z","currentValue":{"number":41.36062002938047,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-atukxy-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5bb154883b4603e13e8d17","lastNotified":"2020-09-11T17:19:15Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5bb154883b4603e13e8d17","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-atukxy-shard-0","resolved":"2020-09-11T17:19:07Z","status":"CLOSED","updated":"2020-09-11T17:19:07Z","userAlias":"e2e-cluster-561-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-14T09:25:46Z","currentValue":{"number":1.1082594493700422,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-546hof-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5f371aa23f7a62add07959","lastNotified":"2020-09-14T09:27:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5f371aa23f7a62add07959","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-546hof-shard-0","resolved":"2020-09-14T09:27:14Z","status":"CLOSED","updated":"2020-09-14T09:27:14Z","userAlias":"e2e-cluster-142-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-14T09:25:46Z","currentValue":{"number":21.37755356875281,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-546hof-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f5f371aa23f7a62add0795b","lastNotified":"2020-09-14T09:27:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5f371aa23f7a62add0795b","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-546hof-shard-0","resolved":"2020-09-14T09:27:14Z","status":"CLOSED","updated":"2020-09-14T09:27:14Z","userAlias":"e2e-cluster-142-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-15T09:10:55Z","currentValue":{"number":1.4589898787787838,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-11lx7m-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f60851f2227d34d3f30accc","lastNotified":"2020-09-15T09:13:03Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f60851f2227d34d3f30accc","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-15T09:12:55Z","status":"CLOSED","updated":"2020-09-15T09:12:55Z","userAlias":"e2e-cluster-232-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-15T09:10:55Z","currentValue":{"number":1.018363939899833,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-11lx7m-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f60851f2227d34d3f30acd1","lastNotified":"2020-09-15T09:13:03Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f60851f2227d34d3f30acd1","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-15T09:12:55Z","status":"CLOSED","updated":"2020-09-15T09:12:55Z","userAlias":"e2e-cluster-232-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-17T09:47:02Z","currentValue":{"number":44.43293284093377,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tqiobm-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6330968515c3797d65dff2","lastNotified":"2020-09-17T09:47:52Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6330968515c3797d65dff2","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-17T09:47:43Z","status":"CLOSED","updated":"2020-09-17T09:47:43Z","userAlias":"e2e-cluster-334-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-17T09:47:02Z","currentValue":{"number":43.46256527360344,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tqiobm-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f6330968515c3797d65dff4","lastNotified":"2020-09-17T09:47:52Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6330968515c3797d65dff4","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-17T09:47:43Z","status":"CLOSED","updated":"2020-09-17T09:47:43Z","userAlias":"e2e-cluster-334-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-23T15:38:50Z","currentValue":{"number":10.841580847933663,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-t8obgo-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6b6c0aab101c00a3b24f4f","lastNotified":"2020-09-23T15:39:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6b6c0aab101c00a3b24f4f","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-t8obgo-shard-0","resolved":"2020-09-23T15:39:54Z","status":"CLOSED","updated":"2020-09-23T15:39:54Z","userAlias":"e2e-cluster-62-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-23T15:38:50Z","currentValue":{"number":2.0363901259912915,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-t8obgo-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6b6c0aab101c00a3b24f57","lastNotified":"2020-09-23T15:39:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6b6c0aab101c00a3b24f57","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-t8obgo-shard-0","resolved":"2020-09-23T15:39:54Z","status":"CLOSED","updated":"2020-09-23T15:39:54Z","userAlias":"e2e-cluster-62-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":1.897220160026396,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-145gul-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c937","lastNotified":"2020-09-24T11:40:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c937","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:40:37Z","status":"CLOSED","updated":"2020-09-24T11:40:37Z","userAlias":"e2e-cluster-780-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":0.4809765482469234,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-145gul-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c941","lastNotified":"2020-09-24T11:40:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c941","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:40:37Z","status":"CLOSED","updated":"2020-09-24T11:40:37Z","userAlias":"e2e-cluster-780-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":34.28271826269323,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-145gul-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c943","lastNotified":"2020-09-24T11:38:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c943","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:38:20Z","status":"CLOSED","updated":"2020-09-24T11:38:20Z","userAlias":"e2e-cluster-780-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":33.00527477712803,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tkh5bv-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c945","lastNotified":"2020-09-24T11:38:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c945","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:38:20Z","status":"CLOSED","updated":"2020-09-24T11:38:20Z","userAlias":"e2e-cluster-105-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":46.59522517634292,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tkh5bv-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c947","lastNotified":"2020-09-24T11:38:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c947","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:38:20Z","status":"CLOSED","updated":"2020-09-24T11:38:20Z","userAlias":"e2e-cluster-105-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":29.44092490211565,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tkh5bv-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c949","lastNotified":"2020-09-24T11:38:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c949","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:38:20Z","status":"CLOSED","updated":"2020-09-24T11:38:20Z","userAlias":"e2e-cluster-105-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:41:51Z","currentValue":{"number":0.5088082210062725,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-au3mil-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6c85ff3332aa623b184ab3","lastNotified":"2020-09-24T11:43:41Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c85ff3332aa623b184ab3","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-au3mil-shard-0","resolved":"2020-09-24T11:43:34Z","status":"CLOSED","updated":"2020-09-24T11:43:34Z","userAlias":"e2e-cluster-627-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:41:51Z","currentValue":{"number":1.2355573365391037,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-au3mil-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6c85ff3332aa623b184ab5","lastNotified":"2020-09-24T11:43:41Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c85ff3332aa623b184ab5","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-au3mil-shard-0","resolved":"2020-09-24T11:43:34Z","status":"CLOSED","updated":"2020-09-24T11:43:34Z","userAlias":"e2e-cluster-627-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:43:34Z","currentValue":{"number":0.6913094900967834,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-e8v6th-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6c86663332aa623b186ccf","lastNotified":"2020-09-24T11:46:01Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c86663332aa623b186ccf","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-e8v6th-shard-0","resolved":"2020-09-24T11:45:56Z","status":"CLOSED","updated":"2020-09-24T11:45:56Z","userAlias":"e2e-cluster-268-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:51:02Z","currentValue":{"number":25.182217583786425,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-flg5w2-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6ca4463332aa623b26383a","lastNotified":"2020-09-24T13:52:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca4463332aa623b26383a","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-flg5w2-shard-0","resolved":"2020-09-24T13:52:13Z","status":"CLOSED","updated":"2020-09-24T13:52:13Z","userAlias":"e2e-cluster-588-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:51:02Z","currentValue":{"number":24.143223369088577,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-d6k8gy-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6ca4463332aa623b26383c","lastNotified":"2020-09-24T13:52:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca4463332aa623b26383c","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-d6k8gy-shard-0","resolved":"2020-09-24T13:52:13Z","status":"CLOSED","updated":"2020-09-24T13:52:13Z","userAlias":"e2e-cluster-222-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:52:13Z","currentValue":{"number":0.9329299041855775,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-511umr-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6ca48d3332aa623b265f51","lastNotified":"2020-09-24T13:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca48d3332aa623b265f51","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-511umr-shard-0","resolved":"2020-09-24T13:53:35Z","status":"CLOSED","updated":"2020-09-24T13:53:35Z","userAlias":"e2e-cluster-964-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:52:13Z","currentValue":{"number":2.250782335123919,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-d6k8gy-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f6ca48d3332aa623b265f55","lastNotified":"2020-09-24T13:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca48d3332aa623b265f55","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-d6k8gy-shard-0","resolved":"2020-09-24T13:53:35Z","status":"CLOSED","updated":"2020-09-24T13:53:35Z","userAlias":"e2e-cluster-222-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:52:13Z","currentValue":{"number":1.264508349104795,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c6zofi-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6ca48d3332aa623b265f57","lastNotified":"2020-09-24T13:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca48d3332aa623b265f57","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-c6zofi-shard-0","resolved":"2020-09-24T13:53:35Z","status":"CLOSED","updated":"2020-09-24T13:53:35Z","userAlias":"e2e-cluster-526-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:52:13Z","currentValue":{"number":30.095125852344474,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-2u7mvs-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6ca48d3332aa623b265f59","lastNotified":"2020-09-24T13:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca48d3332aa623b265f59","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-2u7mvs-shard-0","resolved":"2020-09-24T13:53:35Z","status":"CLOSED","updated":"2020-09-24T13:53:35Z","userAlias":"e2e-cluster-952-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"604b54cfef1dbb2894211edd","created":"2021-03-12T12:47:39Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"604b62eb60e01305d72724cc","lastNotified":"2021-03-12T12:48:32Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/604b62eb60e01305d72724cc","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-4b1qk6-shard-0","resolved":"2021-03-12T12:48:26Z","status":"CLOSED","updated":"2021-03-12T12:48:26Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"604b5a5820c56e27b46afa9f","created":"2021-03-12T13:11:10Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"604b686e60e01305d727428a","lastNotified":"2021-03-12T13:12:50Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/604b686e60e01305d727428a","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-149zfq-shard-0","resolved":"2021-03-12T13:12:41Z","status":"CLOSED","updated":"2021-03-12T13:12:41Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"60b7d1526341cc593b52a608","created":"2021-06-02T19:43:35Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"60b7df6794609c6dbaabd777","lastNotified":"2021-06-02T19:45:11Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/60b7df6794609c6dbaabd777","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-84i50x-shard-0","resolved":"2021-06-02T19:45:04Z","status":"CLOSED","updated":"2021-06-02T19:45:04Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"60b7d1576341cc593b52a799","created":"2021-06-02T19:43:35Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"60b7df6794609c6dbaabd779","lastNotified":"2021-06-02T19:45:11Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/60b7df6794609c6dbaabd779","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-1om9fa-shard-0","resolved":"2021-06-02T19:45:04Z","status":"CLOSED","updated":"2021-06-02T19:45:04Z"},{"alertConfigId":"62347fd81bfe1073af78a5e2","created":"2022-03-18T12:53:36Z","eventTypeName":"DAILY_BILL_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"623480d072335b56b1905737","lastNotified":"2022-03-22T03:00:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/623480d072335b56b1905737","rel":"self"}],"orgId":"a0123456789abcdef012345a","resolved":"2022-03-22T03:00:51Z","status":"CLOSED","updated":"2022-03-22T03:00:51Z"}],"totalCount":284} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts?includeCount=true&itemsPerPage=100&pageNum=2","rel":"next"}],"results":[{"alertConfigId":"5efdb59f93fc35705f337179","created":"2020-07-02T10:24:29Z","eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"5efdb5dd5b306e51e2e9b05b","lastNotified":"2025-07-24T10:24:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b","rel":"self"}],"orgId":"a0123456789abcdef012345a","resolved":"2022-03-16T18:39:26Z","status":"CLOSED","updated":"2025-07-24T10:24:25Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5efdfce84deaf5428dea44be","created":"2020-07-02T16:27:44Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5efe0b0097e6ab3f55a5d376","lastNotified":"2020-07-02T16:29:28Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efe0b0097e6ab3f55a5d376","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-xmz5g4-shard-0","resolved":"2020-07-02T16:29:22Z","status":"CLOSED","updated":"2020-07-02T16:29:22Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f071035d0dc8d4bd86168de","created":"2020-07-09T13:40:29Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f071e4dd0dc8d4bd861c4ef","lastNotified":"2020-07-09T13:41:19Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f071e4dd0dc8d4bd861c4ef","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-mll9nu-shard-0","resolved":"2020-07-09T13:41:13Z","status":"CLOSED","updated":"2020-07-09T13:41:13Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f07301f89f31d27b256f893","created":"2020-07-09T15:56:35Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f073e337c922216eb449e44","lastNotified":"2020-07-09T15:57:46Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f073e337c922216eb449e44","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-10oulw-shard-0","resolved":"2020-07-09T15:57:37Z","status":"CLOSED","updated":"2020-07-09T15:57:37Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f07300f89f31d27b256f501","created":"2020-07-09T15:56:35Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f073e337c922216eb449e46","lastNotified":"2020-07-09T15:57:46Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f073e337c922216eb449e46","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-ul7lyr-shard-0","resolved":"2020-07-09T15:57:37Z","status":"CLOSED","updated":"2020-07-09T15:57:37Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f088e7271aeec6fac20210a","created":"2020-07-10T16:51:34Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f089c96089f9828402835bd","lastNotified":"2020-07-10T16:52:48Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f089c96089f9828402835bd","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-43q3x9-shard-0","resolved":"2020-07-10T16:52:38Z","status":"CLOSED","updated":"2020-07-10T16:52:38Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f08bdcbd206160bb5c33a8c","created":"2020-07-10T20:13:27Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f08cbe70651a576d92584a4","lastNotified":"2020-07-10T20:15:18Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f08cbe70651a576d92584a4","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-n32snz-shard-0","resolved":"2020-07-10T20:15:10Z","status":"CLOSED","updated":"2020-07-10T20:15:10Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f0e13ce04f82410686db7a3","created":"2020-07-14T21:21:46Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f0e21ea08c7bf2e36da5c34","lastNotified":"2020-07-14T21:23:07Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f0e21ea08c7bf2e36da5c34","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-1to8ri-shard-0","resolved":"2020-07-14T21:22:58Z","status":"CLOSED","updated":"2020-07-14T21:22:58Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f11c8ee4b49002456c7a7e2","created":"2020-07-17T16:51:22Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f11d70a4b49002456ca8316","lastNotified":"2020-07-17T16:51:37Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f11d70a4b49002456ca8316","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-g1b1wv-shard-0","resolved":"2020-07-17T16:51:32Z","status":"CLOSED","updated":"2020-07-17T16:51:32Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f1707cab28d1d1f1e661c34","created":"2020-07-21T16:20:48Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1715e00d01212070cb7bac","lastNotified":"2020-07-21T16:22:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1715e00d01212070cb7bac","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-cwlya6-shard-0","resolved":"2020-07-21T16:22:16Z","status":"CLOSED","updated":"2020-07-21T16:22:16Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f17119db6dd6f5784522cfa","created":"2020-07-21T17:02:43Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f171fb30afba025e065a28e","lastNotified":"2020-07-21T17:03:52Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f171fb30afba025e065a28e","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-5i203l-shard-0","resolved":"2020-07-21T17:03:42Z","status":"CLOSED","updated":"2020-07-21T17:03:42Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f185bbe09297b50c14b2eeb","created":"2020-07-22T16:31:37Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1869e9f7b4513897f338e3","lastNotified":"2020-07-22T16:33:08Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1869e9f7b4513897f338e3","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-8tgdes-shard-0","resolved":"2020-07-22T16:33:01Z","status":"CLOSED","updated":"2020-07-22T16:33:01Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f185bcd09297b50c14b352a","created":"2020-07-22T16:31:37Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1869e9f7b4513897f338e5","lastNotified":"2020-07-22T16:33:08Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1869e9f7b4513897f338e5","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-flxyt7-shard-0","resolved":"2020-07-22T16:33:01Z","status":"CLOSED","updated":"2020-07-22T16:33:01Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f185bcd09297b50c14b3523","created":"2020-07-22T16:31:37Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1869e9f7b4513897f338e7","lastNotified":"2020-07-22T16:33:08Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1869e9f7b4513897f338e7","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-c043ww-shard-0","resolved":"2020-07-22T16:33:01Z","status":"CLOSED","updated":"2020-07-22T16:33:01Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f18afdbdf32440a27abb79c","created":"2020-07-22T22:30:04Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f18bdec40f94a3ba156cc29","lastNotified":"2020-07-22T22:32:05Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f18bdec40f94a3ba156cc29","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-urca9f-shard-0","resolved":"2020-07-22T22:31:56Z","status":"CLOSED","updated":"2020-07-22T22:31:56Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f1afe24e02fc2661b483493","created":"2020-07-24T16:28:44Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1b0c3c6ceaa977db7c2020","lastNotified":"2020-07-24T16:30:08Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1b0c3c6ceaa977db7c2020","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-7baq4v-shard-0","resolved":"2020-07-24T16:29:58Z","status":"CLOSED","updated":"2020-07-24T16:29:58Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f294bf692329e4200758fed","created":"2020-08-04T12:52:25Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f295a097a7fcf1588a32f85","lastNotified":"2020-08-04T12:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f295a097a7fcf1588a32f85","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-13barc-shard-0","resolved":"2020-08-04T12:53:34Z","status":"CLOSED","updated":"2020-08-04T12:53:34Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f313f7a8f4523669d3cd930","created":"2020-08-10T13:37:16Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f314d8c11481a3542f228f7","lastNotified":"2020-08-10T13:38:02Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f314d8c11481a3542f228f7","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-wqrsj0-shard-0","resolved":"2020-08-10T13:37:57Z","status":"CLOSED","updated":"2020-08-10T13:37:57Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-18T16:13:35Z","currentValue":{"number":20.932485722056025,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c0w6bq-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f3bfe2f7c4df938ecd14459","lastNotified":"2020-08-18T16:14:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3bfe2f7c4df938ecd14459","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-18T16:14:36Z","status":"CLOSED","updated":"2020-08-18T16:14:36Z","userAlias":"e2e-cluster-736-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-18T16:13:35Z","currentValue":{"number":19.060418568482266,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c0w6bq-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f3bfe2f7c4df938ecd1445b","lastNotified":"2020-08-18T16:14:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3bfe2f7c4df938ecd1445b","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-18T16:14:36Z","status":"CLOSED","updated":"2020-08-18T16:14:36Z","userAlias":"e2e-cluster-736-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-18T16:13:35Z","currentValue":{"number":32.047727081757834,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c0w6bq-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f3bfe2f7c4df938ecd1445d","lastNotified":"2020-08-18T16:14:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3bfe2f7c4df938ecd1445d","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-18T16:14:36Z","status":"CLOSED","updated":"2020-08-18T16:14:36Z","userAlias":"e2e-cluster-736-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-20T18:59:02Z","currentValue":{"number":37.28271195480076,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gg6ii8-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f3ec7f6b911625dfdb413ab","lastNotified":"2020-08-20T19:00:02Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3ec7f6b911625dfdb413ab","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-gg6ii8-shard-0","resolved":"2020-08-20T18:59:56Z","status":"CLOSED","updated":"2020-08-20T18:59:56Z","userAlias":"e2e-cluster-947-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-20T22:23:09Z","currentValue":{"number":20.925128583156027,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-vlqsal-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f3ef7cd1874502485227202","lastNotified":"2020-08-20T22:24:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3ef7cd1874502485227202","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-vlqsal-shard-0","resolved":"2020-08-20T22:24:39Z","status":"CLOSED","updated":"2020-08-20T22:24:39Z","userAlias":"e2e-cluster-369-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-20T22:23:09Z","currentValue":{"number":31.68626010286554,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-a4rwnt-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f3ef7cd1874502485227204","lastNotified":"2020-08-20T22:24:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3ef7cd1874502485227204","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-a4rwnt-shard-0","resolved":"2020-08-20T22:24:39Z","status":"CLOSED","updated":"2020-08-20T22:24:39Z","userAlias":"e2e-cluster-975-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-20T22:37:30Z","currentValue":{"number":0.7660665811780772,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-hstims-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f3efb2a1874502485237cf8","lastNotified":"2020-08-20T22:40:51Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3efb2a1874502485237cf8","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-20T22:40:44Z","status":"CLOSED","updated":"2020-08-20T22:40:44Z","userAlias":"e2e-cluster-379-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f3efb1018745024852372a8","created":"2020-08-20T23:37:06Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f3f0922f9cad35d7728e449","lastNotified":"2020-08-20T23:38:36Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3f0922f9cad35d7728e449","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-hstims-shard-0","resolved":"2020-08-20T23:38:30Z","status":"CLOSED","updated":"2020-08-20T23:38:30Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-28T11:43:32Z","currentValue":{"number":0.5932189228481193,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-o1hhwf-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f48ede4271acf2433fe0cfa","lastNotified":"2020-08-28T11:44:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f48ede4271acf2433fe0cfa","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-28T11:44:52Z","status":"CLOSED","updated":"2020-08-28T11:44:52Z","userAlias":"e2e-cluster-789-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-28T11:43:32Z","currentValue":{"number":3.678862805946244,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-o1hhwf-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f48ede4271acf2433fe0cfc","lastNotified":"2020-08-28T11:44:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f48ede4271acf2433fe0cfc","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-28T11:44:52Z","status":"CLOSED","updated":"2020-08-28T11:44:52Z","userAlias":"e2e-cluster-789-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-28T11:43:32Z","currentValue":{"number":20.739329523045555,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-o1hhwf-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f48ede4271acf2433fe0cfe","lastNotified":"2020-08-28T11:44:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f48ede4271acf2433fe0cfe","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-28T11:44:52Z","status":"CLOSED","updated":"2020-08-28T11:44:52Z","userAlias":"e2e-cluster-789-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:27:41Z","currentValue":{"number":15.634129647251296,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10g1ny-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e221dba8e14244d88accc","lastNotified":"2020-09-01T10:28:31Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e221dba8e14244d88accc","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:28:23Z","status":"CLOSED","updated":"2020-09-01T10:28:23Z","userAlias":"e2e-cluster-99-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:27:41Z","currentValue":{"number":22.20331631801955,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10g1ny-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4e221dba8e14244d88acce","lastNotified":"2020-09-01T10:28:31Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e221dba8e14244d88acce","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:28:23Z","status":"CLOSED","updated":"2020-09-01T10:28:23Z","userAlias":"e2e-cluster-99-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:27:41Z","currentValue":{"number":22.631859527538065,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10g1ny-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e221dba8e14244d88acd0","lastNotified":"2020-09-01T10:28:31Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e221dba8e14244d88acd0","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:28:23Z","status":"CLOSED","updated":"2020-09-01T10:28:23Z","userAlias":"e2e-cluster-99-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:53:52Z","currentValue":{"number":48.059072435650855,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gco215-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e2840ba8e14244d8b1884","lastNotified":"2020-09-01T10:56:49Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e2840ba8e14244d8b1884","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:56:42Z","status":"CLOSED","updated":"2020-09-01T10:56:42Z","userAlias":"e2e-cluster-43-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:53:52Z","currentValue":{"number":47.90469049404316,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gco215-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4e2840ba8e14244d8b1889","lastNotified":"2020-09-01T10:56:49Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e2840ba8e14244d8b1889","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:56:42Z","status":"CLOSED","updated":"2020-09-01T10:56:42Z","userAlias":"e2e-cluster-43-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:54:42Z","currentValue":{"number":28.919901293850874,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gco215-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e2872ba8e14244d8b2eac","lastNotified":"2020-09-01T10:55:48Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e2872ba8e14244d8b2eac","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-gco215-shard-0","resolved":"2020-09-01T10:55:42Z","status":"CLOSED","updated":"2020-09-01T10:55:42Z","userAlias":"e2e-cluster-43-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:57:39Z","currentValue":{"number":30.992973926942156,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-zsig7y-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4e2923ba8e14244d8b6c9e","lastNotified":"2020-09-01T10:59:24Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e2923ba8e14244d8b6c9e","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-zsig7y-shard-0","resolved":"2020-09-01T10:59:17Z","status":"CLOSED","updated":"2020-09-01T10:59:17Z","userAlias":"e2e-cluster-596-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T12:23:40Z","currentValue":{"number":0.21777003484320556,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10rnhe-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e3d4c89146b337767741b","lastNotified":"2020-09-01T12:24:51Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e3d4c89146b337767741b","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T12:24:42Z","status":"CLOSED","updated":"2020-09-01T12:24:42Z","userAlias":"e2e-cluster-5-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T12:23:40Z","currentValue":{"number":33.20721918298482,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10rnhe-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e3d4c89146b337767741f","lastNotified":"2020-09-01T12:24:51Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e3d4c89146b337767741f","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T12:24:42Z","status":"CLOSED","updated":"2020-09-01T12:24:42Z","userAlias":"e2e-cluster-5-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":0.743314346802078,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-nuwcx3-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748ba4","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748ba4","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-928-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":25.992043593086617,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-nuwcx3-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748ba6","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748ba6","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-928-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":21.370403466473334,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-nuwcx3-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748ba8","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748ba8","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-928-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":47.47918904403867,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-34d38q-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748baa","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748baa","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-87-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":32.60446130654969,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-34d38q-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748bae","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748bae","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-87-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T10:06:10Z","currentValue":{"number":25.3388332351208,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-8mpzzy-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4f6e92b9d63e361b300cea","lastNotified":"2020-09-02T10:07:04Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4f6e92b9d63e361b300cea","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T10:06:56Z","status":"CLOSED","updated":"2020-09-02T10:06:56Z","userAlias":"e2e-cluster-343-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T12:07:09Z","currentValue":{"number":43.54849509524926,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-dw52hh-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4f8aeda78e07056e54417e","lastNotified":"2020-09-02T12:08:28Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4f8aeda78e07056e54417e","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T12:08:21Z","status":"CLOSED","updated":"2020-09-02T12:08:21Z","userAlias":"e2e-cluster-522-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T12:26:12Z","currentValue":{"number":27.550850283427806,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c7jcsa-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4f8f64a78e07056e55d71e","lastNotified":"2020-09-02T12:28:10Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4f8f64a78e07056e55d71e","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T12:28:01Z","status":"CLOSED","updated":"2020-09-02T12:28:01Z","userAlias":"e2e-cluster-894-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T12:27:02Z","currentValue":{"number":17.531111667919482,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c7jcsa-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4f8f96a78e07056e55f5a4","lastNotified":"2020-09-02T12:28:10Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4f8f96a78e07056e55f5a4","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-c7jcsa-shard-0","resolved":"2020-09-02T12:28:01Z","status":"CLOSED","updated":"2020-09-02T12:28:01Z","userAlias":"e2e-cluster-894-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T13:49:46Z","currentValue":{"number":37.50703097035913,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-psccq7-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4fa2fa283a657fb1075dc7","lastNotified":"2020-09-02T13:51:28Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4fa2fa283a657fb1075dc7","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T13:51:20Z","status":"CLOSED","updated":"2020-09-02T13:51:20Z","userAlias":"e2e-cluster-965-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T13:49:46Z","currentValue":{"number":23.622647906424817,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-psccq7-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4fa2fa283a657fb1075dc9","lastNotified":"2020-09-02T13:51:28Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4fa2fa283a657fb1075dc9","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T13:51:20Z","status":"CLOSED","updated":"2020-09-02T13:51:20Z","userAlias":"e2e-cluster-965-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f4f97e13efd027d4f4e6019","created":"2020-09-02T14:03:03Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f4fa617283a657fb10873fb","lastNotified":"2020-09-02T14:03:44Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4fa617283a657fb10873fb","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-ucr7s9-shard-0","resolved":"2020-09-02T14:03:34Z","status":"CLOSED","updated":"2020-09-02T14:03:34Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T09:37:08Z","currentValue":{"number":4.455238254752533,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-b7vxm3-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f50b9442b89550a6b44eb44","lastNotified":"2020-09-03T09:37:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50b9442b89550a6b44eb44","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-b7vxm3-shard-0","resolved":"2020-09-03T09:37:34Z","status":"CLOSED","updated":"2020-09-03T09:37:34Z","userAlias":"e2e-cluster-643-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T09:37:08Z","currentValue":{"number":7.225910877679781,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-b7vxm3-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f50b9442b89550a6b44eb46","lastNotified":"2020-09-03T09:37:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50b9442b89550a6b44eb46","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-b7vxm3-shard-0","resolved":"2020-09-03T09:37:34Z","status":"CLOSED","updated":"2020-09-03T09:37:34Z","userAlias":"e2e-cluster-643-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T12:02:48Z","currentValue":{"number":49.10926769565512,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-nbnszb-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f50db682b89550a6b520fa1","lastNotified":"2020-09-03T12:03:04Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50db682b89550a6b520fa1","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-nbnszb-shard-0","resolved":"2020-09-03T12:02:59Z","status":"CLOSED","updated":"2020-09-03T12:02:59Z","userAlias":"e2e-cluster-328-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T12:02:48Z","currentValue":{"number":0.6601597753785473,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-9mc2ci-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f50db682b89550a6b520fa3","lastNotified":"2020-09-03T12:04:15Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50db682b89550a6b520fa3","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-9mc2ci-shard-0","resolved":"2020-09-03T12:04:08Z","status":"CLOSED","updated":"2020-09-03T12:04:08Z","userAlias":"e2e-cluster-28-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T12:02:48Z","currentValue":{"number":1.2116249143506526,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-9mc2ci-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f50db682b89550a6b520fa8","lastNotified":"2020-09-03T12:04:15Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50db682b89550a6b520fa8","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-9mc2ci-shard-0","resolved":"2020-09-03T12:04:08Z","status":"CLOSED","updated":"2020-09-03T12:04:08Z","userAlias":"e2e-cluster-28-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T12:02:48Z","currentValue":{"number":1.4881201197184275,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-9mc2ci-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f50db682b89550a6b520fac","lastNotified":"2020-09-03T12:04:15Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50db682b89550a6b520fac","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-9mc2ci-shard-0","resolved":"2020-09-03T12:04:08Z","status":"CLOSED","updated":"2020-09-03T12:04:08Z","userAlias":"e2e-cluster-28-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":1.5653621981681933,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-w1etex-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289aa","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289aa","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-549-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":2.3178642298520904,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-w1etex-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289ad","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289ad","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-549-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":3.5053749081925614,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-e0e69a-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289af","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289af","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-e0e69a-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-980-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":40.04143088116411,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-xnaaja-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b1","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b1","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-xnaaja-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-859-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":1.5463484326413985,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-e0e69a-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b3","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b3","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-e0e69a-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-980-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":0.34135944316781563,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-e0e69a-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b5","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b5","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-e0e69a-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-980-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":0.4342379958246346,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-xnaaja-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b7","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b7","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-xnaaja-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-859-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":1.3431889474738037,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-xnaaja-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b9","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b9","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-xnaaja-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-859-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:34:03Z","currentValue":{"number":0.7932001870282547,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gmpvhy-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5903fb54ec5663be62c6e1","lastNotified":"2020-09-09T16:38:47Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5903fb54ec5663be62c6e1","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-gmpvhy-shard-0","resolved":"2020-09-09T16:38:38Z","status":"CLOSED","updated":"2020-09-09T16:38:38Z","userAlias":"e2e-cluster-503-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:34:03Z","currentValue":{"number":0.8434237995824635,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-z9k18m-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f5903fb54ec5663be62c6e9","lastNotified":"2020-09-09T16:38:47Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5903fb54ec5663be62c6e9","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-z9k18m-shard-0","resolved":"2020-09-09T16:38:38Z","status":"CLOSED","updated":"2020-09-09T16:38:38Z","userAlias":"e2e-cluster-262-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T12:28:39Z","currentValue":{"number":43.85743174924166,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-lqs5aq-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5b6d778b215264ab33506e","lastNotified":"2020-09-11T12:29:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5b6d778b215264ab33506e","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T12:29:18Z","status":"CLOSED","updated":"2020-09-11T12:29:18Z","userAlias":"e2e-cluster-962-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T12:28:39Z","currentValue":{"number":28.626017888132427,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-100g28-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5b6d778b215264ab335075","lastNotified":"2020-09-11T12:29:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5b6d778b215264ab335075","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T12:29:18Z","status":"CLOSED","updated":"2020-09-11T12:29:18Z","userAlias":"e2e-cluster-982-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T16:18:06Z","currentValue":{"number":11.553825150427263,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-ttnd16-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f5ba33ecda9e8141492cd5b","lastNotified":"2020-09-11T16:20:16Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5ba33ecda9e8141492cd5b","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T16:20:08Z","status":"CLOSED","updated":"2020-09-11T16:20:08Z","userAlias":"e2e-cluster-217-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T17:17:07Z","currentValue":{"number":40.856495288083025,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-f6cijt-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5bb113883b4603e13e7132","lastNotified":"2020-09-11T17:18:20Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5bb113883b4603e13e7132","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T17:18:12Z","status":"CLOSED","updated":"2020-09-11T17:18:12Z","userAlias":"e2e-cluster-195-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T17:17:07Z","currentValue":{"number":48.649598981966754,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-f6cijt-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f5bb113883b4603e13e7134","lastNotified":"2020-09-11T17:18:20Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5bb113883b4603e13e7134","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T17:18:12Z","status":"CLOSED","updated":"2020-09-11T17:18:12Z","userAlias":"e2e-cluster-195-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T17:18:12Z","currentValue":{"number":41.36062002938047,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-atukxy-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5bb154883b4603e13e8d17","lastNotified":"2020-09-11T17:19:15Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5bb154883b4603e13e8d17","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-atukxy-shard-0","resolved":"2020-09-11T17:19:07Z","status":"CLOSED","updated":"2020-09-11T17:19:07Z","userAlias":"e2e-cluster-561-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-14T09:25:46Z","currentValue":{"number":1.1082594493700422,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-546hof-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5f371aa23f7a62add07959","lastNotified":"2020-09-14T09:27:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5f371aa23f7a62add07959","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-546hof-shard-0","resolved":"2020-09-14T09:27:14Z","status":"CLOSED","updated":"2020-09-14T09:27:14Z","userAlias":"e2e-cluster-142-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-14T09:25:46Z","currentValue":{"number":21.37755356875281,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-546hof-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f5f371aa23f7a62add0795b","lastNotified":"2020-09-14T09:27:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5f371aa23f7a62add0795b","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-546hof-shard-0","resolved":"2020-09-14T09:27:14Z","status":"CLOSED","updated":"2020-09-14T09:27:14Z","userAlias":"e2e-cluster-142-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-15T09:10:55Z","currentValue":{"number":1.4589898787787838,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-11lx7m-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f60851f2227d34d3f30accc","lastNotified":"2020-09-15T09:13:03Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f60851f2227d34d3f30accc","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-15T09:12:55Z","status":"CLOSED","updated":"2020-09-15T09:12:55Z","userAlias":"e2e-cluster-232-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-15T09:10:55Z","currentValue":{"number":1.018363939899833,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-11lx7m-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f60851f2227d34d3f30acd1","lastNotified":"2020-09-15T09:13:03Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f60851f2227d34d3f30acd1","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-15T09:12:55Z","status":"CLOSED","updated":"2020-09-15T09:12:55Z","userAlias":"e2e-cluster-232-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-17T09:47:02Z","currentValue":{"number":44.43293284093377,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tqiobm-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6330968515c3797d65dff2","lastNotified":"2020-09-17T09:47:52Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6330968515c3797d65dff2","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-17T09:47:43Z","status":"CLOSED","updated":"2020-09-17T09:47:43Z","userAlias":"e2e-cluster-334-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-17T09:47:02Z","currentValue":{"number":43.46256527360344,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tqiobm-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f6330968515c3797d65dff4","lastNotified":"2020-09-17T09:47:52Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6330968515c3797d65dff4","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-17T09:47:43Z","status":"CLOSED","updated":"2020-09-17T09:47:43Z","userAlias":"e2e-cluster-334-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-23T15:38:50Z","currentValue":{"number":10.841580847933663,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-t8obgo-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6b6c0aab101c00a3b24f4f","lastNotified":"2020-09-23T15:39:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6b6c0aab101c00a3b24f4f","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-t8obgo-shard-0","resolved":"2020-09-23T15:39:54Z","status":"CLOSED","updated":"2020-09-23T15:39:54Z","userAlias":"e2e-cluster-62-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-23T15:38:50Z","currentValue":{"number":2.0363901259912915,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-t8obgo-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6b6c0aab101c00a3b24f57","lastNotified":"2020-09-23T15:39:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6b6c0aab101c00a3b24f57","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-t8obgo-shard-0","resolved":"2020-09-23T15:39:54Z","status":"CLOSED","updated":"2020-09-23T15:39:54Z","userAlias":"e2e-cluster-62-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":1.897220160026396,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-145gul-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c937","lastNotified":"2020-09-24T11:40:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c937","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:40:37Z","status":"CLOSED","updated":"2020-09-24T11:40:37Z","userAlias":"e2e-cluster-780-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":0.4809765482469234,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-145gul-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c941","lastNotified":"2020-09-24T11:40:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c941","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:40:37Z","status":"CLOSED","updated":"2020-09-24T11:40:37Z","userAlias":"e2e-cluster-780-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":34.28271826269323,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-145gul-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c943","lastNotified":"2020-09-24T11:38:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c943","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:38:20Z","status":"CLOSED","updated":"2020-09-24T11:38:20Z","userAlias":"e2e-cluster-780-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":33.00527477712803,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tkh5bv-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c945","lastNotified":"2020-09-24T11:38:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c945","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:38:20Z","status":"CLOSED","updated":"2020-09-24T11:38:20Z","userAlias":"e2e-cluster-105-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":46.59522517634292,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tkh5bv-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c947","lastNotified":"2020-09-24T11:38:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c947","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:38:20Z","status":"CLOSED","updated":"2020-09-24T11:38:20Z","userAlias":"e2e-cluster-105-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":29.44092490211565,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tkh5bv-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c949","lastNotified":"2020-09-24T11:38:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c949","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:38:20Z","status":"CLOSED","updated":"2020-09-24T11:38:20Z","userAlias":"e2e-cluster-105-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:41:51Z","currentValue":{"number":0.5088082210062725,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-au3mil-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6c85ff3332aa623b184ab3","lastNotified":"2020-09-24T11:43:41Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c85ff3332aa623b184ab3","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-au3mil-shard-0","resolved":"2020-09-24T11:43:34Z","status":"CLOSED","updated":"2020-09-24T11:43:34Z","userAlias":"e2e-cluster-627-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:41:51Z","currentValue":{"number":1.2355573365391037,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-au3mil-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6c85ff3332aa623b184ab5","lastNotified":"2020-09-24T11:43:41Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c85ff3332aa623b184ab5","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-au3mil-shard-0","resolved":"2020-09-24T11:43:34Z","status":"CLOSED","updated":"2020-09-24T11:43:34Z","userAlias":"e2e-cluster-627-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:43:34Z","currentValue":{"number":0.6913094900967834,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-e8v6th-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6c86663332aa623b186ccf","lastNotified":"2020-09-24T11:46:01Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c86663332aa623b186ccf","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-e8v6th-shard-0","resolved":"2020-09-24T11:45:56Z","status":"CLOSED","updated":"2020-09-24T11:45:56Z","userAlias":"e2e-cluster-268-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:51:02Z","currentValue":{"number":25.182217583786425,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-flg5w2-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6ca4463332aa623b26383a","lastNotified":"2020-09-24T13:52:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca4463332aa623b26383a","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-flg5w2-shard-0","resolved":"2020-09-24T13:52:13Z","status":"CLOSED","updated":"2020-09-24T13:52:13Z","userAlias":"e2e-cluster-588-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:51:02Z","currentValue":{"number":24.143223369088577,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-d6k8gy-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6ca4463332aa623b26383c","lastNotified":"2020-09-24T13:52:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca4463332aa623b26383c","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-d6k8gy-shard-0","resolved":"2020-09-24T13:52:13Z","status":"CLOSED","updated":"2020-09-24T13:52:13Z","userAlias":"e2e-cluster-222-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:52:13Z","currentValue":{"number":0.9329299041855775,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-511umr-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6ca48d3332aa623b265f51","lastNotified":"2020-09-24T13:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca48d3332aa623b265f51","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-511umr-shard-0","resolved":"2020-09-24T13:53:35Z","status":"CLOSED","updated":"2020-09-24T13:53:35Z","userAlias":"e2e-cluster-964-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:52:13Z","currentValue":{"number":2.250782335123919,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-d6k8gy-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f6ca48d3332aa623b265f55","lastNotified":"2020-09-24T13:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca48d3332aa623b265f55","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-d6k8gy-shard-0","resolved":"2020-09-24T13:53:35Z","status":"CLOSED","updated":"2020-09-24T13:53:35Z","userAlias":"e2e-cluster-222-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:52:13Z","currentValue":{"number":1.264508349104795,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c6zofi-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6ca48d3332aa623b265f57","lastNotified":"2020-09-24T13:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca48d3332aa623b265f57","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-c6zofi-shard-0","resolved":"2020-09-24T13:53:35Z","status":"CLOSED","updated":"2020-09-24T13:53:35Z","userAlias":"e2e-cluster-526-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:52:13Z","currentValue":{"number":30.095125852344474,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-2u7mvs-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6ca48d3332aa623b265f59","lastNotified":"2020-09-24T13:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca48d3332aa623b265f59","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-2u7mvs-shard-0","resolved":"2020-09-24T13:53:35Z","status":"CLOSED","updated":"2020-09-24T13:53:35Z","userAlias":"e2e-cluster-952-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"604b54cfef1dbb2894211edd","created":"2021-03-12T12:47:39Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"604b62eb60e01305d72724cc","lastNotified":"2021-03-12T12:48:32Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/604b62eb60e01305d72724cc","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-4b1qk6-shard-0","resolved":"2021-03-12T12:48:26Z","status":"CLOSED","updated":"2021-03-12T12:48:26Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"604b5a5820c56e27b46afa9f","created":"2021-03-12T13:11:10Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"604b686e60e01305d727428a","lastNotified":"2021-03-12T13:12:50Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/604b686e60e01305d727428a","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-149zfq-shard-0","resolved":"2021-03-12T13:12:41Z","status":"CLOSED","updated":"2021-03-12T13:12:41Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"60b7d1526341cc593b52a608","created":"2021-06-02T19:43:35Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"60b7df6794609c6dbaabd777","lastNotified":"2021-06-02T19:45:11Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/60b7df6794609c6dbaabd777","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-84i50x-shard-0","resolved":"2021-06-02T19:45:04Z","status":"CLOSED","updated":"2021-06-02T19:45:04Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"60b7d1576341cc593b52a799","created":"2021-06-02T19:43:35Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"60b7df6794609c6dbaabd779","lastNotified":"2021-06-02T19:45:11Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/60b7df6794609c6dbaabd779","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-1om9fa-shard-0","resolved":"2021-06-02T19:45:04Z","status":"CLOSED","updated":"2021-06-02T19:45:04Z"},{"alertConfigId":"62347fd81bfe1073af78a5e2","created":"2022-03-18T12:53:36Z","eventTypeName":"DAILY_BILL_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"623480d072335b56b1905737","lastNotified":"2022-03-22T03:00:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/623480d072335b56b1905737","rel":"self"}],"orgId":"a0123456789abcdef012345a","resolved":"2022-03-22T03:00:51Z","status":"CLOSED","updated":"2022-03-22T03:00:51Z"}],"totalCount":284} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAlerts/List_with_status_CLOSED/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_1.snaphost b/test/e2e/testdata/.snapshots/TestAlerts/List_with_status_CLOSED/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_1.snaphost index 02509c3a5b..8183a06cce 100644 --- a/test/e2e/testdata/.snapshots/TestAlerts/List_with_status_CLOSED/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAlerts/List_with_status_CLOSED/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_1.snaphost @@ -2,16 +2,16 @@ HTTP/2.0 200 OK Connection: close Content-Length: 69795 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:56 GMT +Date: Thu, 24 Jul 2025 15:06: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: 1282 +X-Envoy-Upstream-Service-Time: 1147 X-Frame-Options: DENY X-Java-Method: ApiAlertsResource::getAllAlerts X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts?includeCount=true&status=CLOSED&pageNum=1&itemsPerPage=100","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts?includeCount=true&status=CLOSED&itemsPerPage=100&pageNum=2","rel":"next"}],"results":[{"alertConfigId":"5efdb59f93fc35705f337179","created":"2020-07-02T10:24:29Z","eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"5efdb5dd5b306e51e2e9b05b","lastNotified":"2025-07-21T18:32:27Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b","rel":"self"}],"orgId":"a0123456789abcdef012345a","resolved":"2022-03-16T18:39:26Z","status":"CLOSED","updated":"2025-07-21T18:32:27Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5efdfce84deaf5428dea44be","created":"2020-07-02T16:27:44Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5efe0b0097e6ab3f55a5d376","lastNotified":"2020-07-02T16:29:28Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efe0b0097e6ab3f55a5d376","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-xmz5g4-shard-0","resolved":"2020-07-02T16:29:22Z","status":"CLOSED","updated":"2020-07-02T16:29:22Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f071035d0dc8d4bd86168de","created":"2020-07-09T13:40:29Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f071e4dd0dc8d4bd861c4ef","lastNotified":"2020-07-09T13:41:19Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f071e4dd0dc8d4bd861c4ef","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-mll9nu-shard-0","resolved":"2020-07-09T13:41:13Z","status":"CLOSED","updated":"2020-07-09T13:41:13Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f07301f89f31d27b256f893","created":"2020-07-09T15:56:35Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f073e337c922216eb449e44","lastNotified":"2020-07-09T15:57:46Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f073e337c922216eb449e44","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-10oulw-shard-0","resolved":"2020-07-09T15:57:37Z","status":"CLOSED","updated":"2020-07-09T15:57:37Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f07300f89f31d27b256f501","created":"2020-07-09T15:56:35Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f073e337c922216eb449e46","lastNotified":"2020-07-09T15:57:46Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f073e337c922216eb449e46","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-ul7lyr-shard-0","resolved":"2020-07-09T15:57:37Z","status":"CLOSED","updated":"2020-07-09T15:57:37Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f088e7271aeec6fac20210a","created":"2020-07-10T16:51:34Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f089c96089f9828402835bd","lastNotified":"2020-07-10T16:52:48Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f089c96089f9828402835bd","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-43q3x9-shard-0","resolved":"2020-07-10T16:52:38Z","status":"CLOSED","updated":"2020-07-10T16:52:38Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f08bdcbd206160bb5c33a8c","created":"2020-07-10T20:13:27Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f08cbe70651a576d92584a4","lastNotified":"2020-07-10T20:15:18Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f08cbe70651a576d92584a4","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-n32snz-shard-0","resolved":"2020-07-10T20:15:10Z","status":"CLOSED","updated":"2020-07-10T20:15:10Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f0e13ce04f82410686db7a3","created":"2020-07-14T21:21:46Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f0e21ea08c7bf2e36da5c34","lastNotified":"2020-07-14T21:23:07Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f0e21ea08c7bf2e36da5c34","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-1to8ri-shard-0","resolved":"2020-07-14T21:22:58Z","status":"CLOSED","updated":"2020-07-14T21:22:58Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f11c8ee4b49002456c7a7e2","created":"2020-07-17T16:51:22Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f11d70a4b49002456ca8316","lastNotified":"2020-07-17T16:51:37Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f11d70a4b49002456ca8316","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-g1b1wv-shard-0","resolved":"2020-07-17T16:51:32Z","status":"CLOSED","updated":"2020-07-17T16:51:32Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f1707cab28d1d1f1e661c34","created":"2020-07-21T16:20:48Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1715e00d01212070cb7bac","lastNotified":"2020-07-21T16:22:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1715e00d01212070cb7bac","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-cwlya6-shard-0","resolved":"2020-07-21T16:22:16Z","status":"CLOSED","updated":"2020-07-21T16:22:16Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f17119db6dd6f5784522cfa","created":"2020-07-21T17:02:43Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f171fb30afba025e065a28e","lastNotified":"2020-07-21T17:03:52Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f171fb30afba025e065a28e","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-5i203l-shard-0","resolved":"2020-07-21T17:03:42Z","status":"CLOSED","updated":"2020-07-21T17:03:42Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f185bbe09297b50c14b2eeb","created":"2020-07-22T16:31:37Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1869e9f7b4513897f338e3","lastNotified":"2020-07-22T16:33:08Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1869e9f7b4513897f338e3","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-8tgdes-shard-0","resolved":"2020-07-22T16:33:01Z","status":"CLOSED","updated":"2020-07-22T16:33:01Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f185bcd09297b50c14b352a","created":"2020-07-22T16:31:37Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1869e9f7b4513897f338e5","lastNotified":"2020-07-22T16:33:08Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1869e9f7b4513897f338e5","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-flxyt7-shard-0","resolved":"2020-07-22T16:33:01Z","status":"CLOSED","updated":"2020-07-22T16:33:01Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f185bcd09297b50c14b3523","created":"2020-07-22T16:31:37Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1869e9f7b4513897f338e7","lastNotified":"2020-07-22T16:33:08Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1869e9f7b4513897f338e7","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-c043ww-shard-0","resolved":"2020-07-22T16:33:01Z","status":"CLOSED","updated":"2020-07-22T16:33:01Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f18afdbdf32440a27abb79c","created":"2020-07-22T22:30:04Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f18bdec40f94a3ba156cc29","lastNotified":"2020-07-22T22:32:05Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f18bdec40f94a3ba156cc29","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-urca9f-shard-0","resolved":"2020-07-22T22:31:56Z","status":"CLOSED","updated":"2020-07-22T22:31:56Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f1afe24e02fc2661b483493","created":"2020-07-24T16:28:44Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1b0c3c6ceaa977db7c2020","lastNotified":"2020-07-24T16:30:08Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1b0c3c6ceaa977db7c2020","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-7baq4v-shard-0","resolved":"2020-07-24T16:29:58Z","status":"CLOSED","updated":"2020-07-24T16:29:58Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f294bf692329e4200758fed","created":"2020-08-04T12:52:25Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f295a097a7fcf1588a32f85","lastNotified":"2020-08-04T12:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f295a097a7fcf1588a32f85","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-13barc-shard-0","resolved":"2020-08-04T12:53:34Z","status":"CLOSED","updated":"2020-08-04T12:53:34Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f313f7a8f4523669d3cd930","created":"2020-08-10T13:37:16Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f314d8c11481a3542f228f7","lastNotified":"2020-08-10T13:38:02Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f314d8c11481a3542f228f7","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-wqrsj0-shard-0","resolved":"2020-08-10T13:37:57Z","status":"CLOSED","updated":"2020-08-10T13:37:57Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-18T16:13:35Z","currentValue":{"number":20.932485722056025,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c0w6bq-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f3bfe2f7c4df938ecd14459","lastNotified":"2020-08-18T16:14:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3bfe2f7c4df938ecd14459","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-18T16:14:36Z","status":"CLOSED","updated":"2020-08-18T16:14:36Z","userAlias":"e2e-cluster-736-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-18T16:13:35Z","currentValue":{"number":19.060418568482266,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c0w6bq-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f3bfe2f7c4df938ecd1445b","lastNotified":"2020-08-18T16:14:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3bfe2f7c4df938ecd1445b","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-18T16:14:36Z","status":"CLOSED","updated":"2020-08-18T16:14:36Z","userAlias":"e2e-cluster-736-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-18T16:13:35Z","currentValue":{"number":32.047727081757834,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c0w6bq-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f3bfe2f7c4df938ecd1445d","lastNotified":"2020-08-18T16:14:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3bfe2f7c4df938ecd1445d","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-18T16:14:36Z","status":"CLOSED","updated":"2020-08-18T16:14:36Z","userAlias":"e2e-cluster-736-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-20T18:59:02Z","currentValue":{"number":37.28271195480076,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gg6ii8-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f3ec7f6b911625dfdb413ab","lastNotified":"2020-08-20T19:00:02Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3ec7f6b911625dfdb413ab","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-gg6ii8-shard-0","resolved":"2020-08-20T18:59:56Z","status":"CLOSED","updated":"2020-08-20T18:59:56Z","userAlias":"e2e-cluster-947-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-20T22:23:09Z","currentValue":{"number":20.925128583156027,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-vlqsal-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f3ef7cd1874502485227202","lastNotified":"2020-08-20T22:24:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3ef7cd1874502485227202","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-vlqsal-shard-0","resolved":"2020-08-20T22:24:39Z","status":"CLOSED","updated":"2020-08-20T22:24:39Z","userAlias":"e2e-cluster-369-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-20T22:23:09Z","currentValue":{"number":31.68626010286554,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-a4rwnt-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f3ef7cd1874502485227204","lastNotified":"2020-08-20T22:24:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3ef7cd1874502485227204","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-a4rwnt-shard-0","resolved":"2020-08-20T22:24:39Z","status":"CLOSED","updated":"2020-08-20T22:24:39Z","userAlias":"e2e-cluster-975-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-20T22:37:30Z","currentValue":{"number":0.7660665811780772,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-hstims-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f3efb2a1874502485237cf8","lastNotified":"2020-08-20T22:40:51Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3efb2a1874502485237cf8","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-20T22:40:44Z","status":"CLOSED","updated":"2020-08-20T22:40:44Z","userAlias":"e2e-cluster-379-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f3efb1018745024852372a8","created":"2020-08-20T23:37:06Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f3f0922f9cad35d7728e449","lastNotified":"2020-08-20T23:38:36Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3f0922f9cad35d7728e449","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-hstims-shard-0","resolved":"2020-08-20T23:38:30Z","status":"CLOSED","updated":"2020-08-20T23:38:30Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-28T11:43:32Z","currentValue":{"number":0.5932189228481193,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-o1hhwf-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f48ede4271acf2433fe0cfa","lastNotified":"2020-08-28T11:44:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f48ede4271acf2433fe0cfa","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-28T11:44:52Z","status":"CLOSED","updated":"2020-08-28T11:44:52Z","userAlias":"e2e-cluster-789-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-28T11:43:32Z","currentValue":{"number":3.678862805946244,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-o1hhwf-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f48ede4271acf2433fe0cfc","lastNotified":"2020-08-28T11:44:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f48ede4271acf2433fe0cfc","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-28T11:44:52Z","status":"CLOSED","updated":"2020-08-28T11:44:52Z","userAlias":"e2e-cluster-789-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-28T11:43:32Z","currentValue":{"number":20.739329523045555,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-o1hhwf-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f48ede4271acf2433fe0cfe","lastNotified":"2020-08-28T11:44:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f48ede4271acf2433fe0cfe","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-28T11:44:52Z","status":"CLOSED","updated":"2020-08-28T11:44:52Z","userAlias":"e2e-cluster-789-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:27:41Z","currentValue":{"number":15.634129647251296,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10g1ny-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e221dba8e14244d88accc","lastNotified":"2020-09-01T10:28:31Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e221dba8e14244d88accc","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:28:23Z","status":"CLOSED","updated":"2020-09-01T10:28:23Z","userAlias":"e2e-cluster-99-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:27:41Z","currentValue":{"number":22.20331631801955,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10g1ny-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4e221dba8e14244d88acce","lastNotified":"2020-09-01T10:28:31Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e221dba8e14244d88acce","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:28:23Z","status":"CLOSED","updated":"2020-09-01T10:28:23Z","userAlias":"e2e-cluster-99-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:27:41Z","currentValue":{"number":22.631859527538065,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10g1ny-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e221dba8e14244d88acd0","lastNotified":"2020-09-01T10:28:31Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e221dba8e14244d88acd0","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:28:23Z","status":"CLOSED","updated":"2020-09-01T10:28:23Z","userAlias":"e2e-cluster-99-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:53:52Z","currentValue":{"number":48.059072435650855,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gco215-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e2840ba8e14244d8b1884","lastNotified":"2020-09-01T10:56:49Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e2840ba8e14244d8b1884","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:56:42Z","status":"CLOSED","updated":"2020-09-01T10:56:42Z","userAlias":"e2e-cluster-43-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:53:52Z","currentValue":{"number":47.90469049404316,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gco215-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4e2840ba8e14244d8b1889","lastNotified":"2020-09-01T10:56:49Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e2840ba8e14244d8b1889","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:56:42Z","status":"CLOSED","updated":"2020-09-01T10:56:42Z","userAlias":"e2e-cluster-43-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:54:42Z","currentValue":{"number":28.919901293850874,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gco215-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e2872ba8e14244d8b2eac","lastNotified":"2020-09-01T10:55:48Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e2872ba8e14244d8b2eac","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-gco215-shard-0","resolved":"2020-09-01T10:55:42Z","status":"CLOSED","updated":"2020-09-01T10:55:42Z","userAlias":"e2e-cluster-43-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:57:39Z","currentValue":{"number":30.992973926942156,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-zsig7y-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4e2923ba8e14244d8b6c9e","lastNotified":"2020-09-01T10:59:24Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e2923ba8e14244d8b6c9e","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-zsig7y-shard-0","resolved":"2020-09-01T10:59:17Z","status":"CLOSED","updated":"2020-09-01T10:59:17Z","userAlias":"e2e-cluster-596-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T12:23:40Z","currentValue":{"number":0.21777003484320556,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10rnhe-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e3d4c89146b337767741b","lastNotified":"2020-09-01T12:24:51Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e3d4c89146b337767741b","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T12:24:42Z","status":"CLOSED","updated":"2020-09-01T12:24:42Z","userAlias":"e2e-cluster-5-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T12:23:40Z","currentValue":{"number":33.20721918298482,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10rnhe-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e3d4c89146b337767741f","lastNotified":"2020-09-01T12:24:51Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e3d4c89146b337767741f","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T12:24:42Z","status":"CLOSED","updated":"2020-09-01T12:24:42Z","userAlias":"e2e-cluster-5-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":0.743314346802078,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-nuwcx3-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748ba4","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748ba4","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-928-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":25.992043593086617,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-nuwcx3-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748ba6","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748ba6","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-928-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":21.370403466473334,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-nuwcx3-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748ba8","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748ba8","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-928-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":47.47918904403867,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-34d38q-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748baa","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748baa","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-87-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":32.60446130654969,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-34d38q-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748bae","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748bae","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-87-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T10:06:10Z","currentValue":{"number":25.3388332351208,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-8mpzzy-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4f6e92b9d63e361b300cea","lastNotified":"2020-09-02T10:07:04Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4f6e92b9d63e361b300cea","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T10:06:56Z","status":"CLOSED","updated":"2020-09-02T10:06:56Z","userAlias":"e2e-cluster-343-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T12:07:09Z","currentValue":{"number":43.54849509524926,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-dw52hh-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4f8aeda78e07056e54417e","lastNotified":"2020-09-02T12:08:28Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4f8aeda78e07056e54417e","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T12:08:21Z","status":"CLOSED","updated":"2020-09-02T12:08:21Z","userAlias":"e2e-cluster-522-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T12:26:12Z","currentValue":{"number":27.550850283427806,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c7jcsa-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4f8f64a78e07056e55d71e","lastNotified":"2020-09-02T12:28:10Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4f8f64a78e07056e55d71e","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T12:28:01Z","status":"CLOSED","updated":"2020-09-02T12:28:01Z","userAlias":"e2e-cluster-894-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T12:27:02Z","currentValue":{"number":17.531111667919482,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c7jcsa-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4f8f96a78e07056e55f5a4","lastNotified":"2020-09-02T12:28:10Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4f8f96a78e07056e55f5a4","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-c7jcsa-shard-0","resolved":"2020-09-02T12:28:01Z","status":"CLOSED","updated":"2020-09-02T12:28:01Z","userAlias":"e2e-cluster-894-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T13:49:46Z","currentValue":{"number":37.50703097035913,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-psccq7-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4fa2fa283a657fb1075dc7","lastNotified":"2020-09-02T13:51:28Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4fa2fa283a657fb1075dc7","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T13:51:20Z","status":"CLOSED","updated":"2020-09-02T13:51:20Z","userAlias":"e2e-cluster-965-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T13:49:46Z","currentValue":{"number":23.622647906424817,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-psccq7-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4fa2fa283a657fb1075dc9","lastNotified":"2020-09-02T13:51:28Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4fa2fa283a657fb1075dc9","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T13:51:20Z","status":"CLOSED","updated":"2020-09-02T13:51:20Z","userAlias":"e2e-cluster-965-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f4f97e13efd027d4f4e6019","created":"2020-09-02T14:03:03Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f4fa617283a657fb10873fb","lastNotified":"2020-09-02T14:03:44Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4fa617283a657fb10873fb","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-ucr7s9-shard-0","resolved":"2020-09-02T14:03:34Z","status":"CLOSED","updated":"2020-09-02T14:03:34Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T09:37:08Z","currentValue":{"number":4.455238254752533,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-b7vxm3-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f50b9442b89550a6b44eb44","lastNotified":"2020-09-03T09:37:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50b9442b89550a6b44eb44","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-b7vxm3-shard-0","resolved":"2020-09-03T09:37:34Z","status":"CLOSED","updated":"2020-09-03T09:37:34Z","userAlias":"e2e-cluster-643-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T09:37:08Z","currentValue":{"number":7.225910877679781,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-b7vxm3-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f50b9442b89550a6b44eb46","lastNotified":"2020-09-03T09:37:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50b9442b89550a6b44eb46","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-b7vxm3-shard-0","resolved":"2020-09-03T09:37:34Z","status":"CLOSED","updated":"2020-09-03T09:37:34Z","userAlias":"e2e-cluster-643-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T12:02:48Z","currentValue":{"number":49.10926769565512,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-nbnszb-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f50db682b89550a6b520fa1","lastNotified":"2020-09-03T12:03:04Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50db682b89550a6b520fa1","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-nbnszb-shard-0","resolved":"2020-09-03T12:02:59Z","status":"CLOSED","updated":"2020-09-03T12:02:59Z","userAlias":"e2e-cluster-328-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T12:02:48Z","currentValue":{"number":0.6601597753785473,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-9mc2ci-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f50db682b89550a6b520fa3","lastNotified":"2020-09-03T12:04:15Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50db682b89550a6b520fa3","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-9mc2ci-shard-0","resolved":"2020-09-03T12:04:08Z","status":"CLOSED","updated":"2020-09-03T12:04:08Z","userAlias":"e2e-cluster-28-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T12:02:48Z","currentValue":{"number":1.2116249143506526,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-9mc2ci-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f50db682b89550a6b520fa8","lastNotified":"2020-09-03T12:04:15Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50db682b89550a6b520fa8","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-9mc2ci-shard-0","resolved":"2020-09-03T12:04:08Z","status":"CLOSED","updated":"2020-09-03T12:04:08Z","userAlias":"e2e-cluster-28-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T12:02:48Z","currentValue":{"number":1.4881201197184275,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-9mc2ci-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f50db682b89550a6b520fac","lastNotified":"2020-09-03T12:04:15Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50db682b89550a6b520fac","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-9mc2ci-shard-0","resolved":"2020-09-03T12:04:08Z","status":"CLOSED","updated":"2020-09-03T12:04:08Z","userAlias":"e2e-cluster-28-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":1.5653621981681933,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-w1etex-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289aa","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289aa","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-549-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":2.3178642298520904,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-w1etex-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289ad","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289ad","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-549-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":3.5053749081925614,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-e0e69a-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289af","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289af","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-e0e69a-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-980-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":40.04143088116411,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-xnaaja-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b1","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b1","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-xnaaja-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-859-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":1.5463484326413985,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-e0e69a-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b3","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b3","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-e0e69a-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-980-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":0.34135944316781563,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-e0e69a-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b5","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b5","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-e0e69a-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-980-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":0.4342379958246346,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-xnaaja-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b7","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b7","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-xnaaja-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-859-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":1.3431889474738037,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-xnaaja-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b9","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b9","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-xnaaja-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-859-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:34:03Z","currentValue":{"number":0.7932001870282547,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gmpvhy-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5903fb54ec5663be62c6e1","lastNotified":"2020-09-09T16:38:47Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5903fb54ec5663be62c6e1","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-gmpvhy-shard-0","resolved":"2020-09-09T16:38:38Z","status":"CLOSED","updated":"2020-09-09T16:38:38Z","userAlias":"e2e-cluster-503-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:34:03Z","currentValue":{"number":0.8434237995824635,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-z9k18m-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f5903fb54ec5663be62c6e9","lastNotified":"2020-09-09T16:38:47Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5903fb54ec5663be62c6e9","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-z9k18m-shard-0","resolved":"2020-09-09T16:38:38Z","status":"CLOSED","updated":"2020-09-09T16:38:38Z","userAlias":"e2e-cluster-262-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T12:28:39Z","currentValue":{"number":43.85743174924166,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-lqs5aq-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5b6d778b215264ab33506e","lastNotified":"2020-09-11T12:29:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5b6d778b215264ab33506e","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T12:29:18Z","status":"CLOSED","updated":"2020-09-11T12:29:18Z","userAlias":"e2e-cluster-962-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T12:28:39Z","currentValue":{"number":28.626017888132427,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-100g28-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5b6d778b215264ab335075","lastNotified":"2020-09-11T12:29:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5b6d778b215264ab335075","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T12:29:18Z","status":"CLOSED","updated":"2020-09-11T12:29:18Z","userAlias":"e2e-cluster-982-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T16:18:06Z","currentValue":{"number":11.553825150427263,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-ttnd16-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f5ba33ecda9e8141492cd5b","lastNotified":"2020-09-11T16:20:16Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5ba33ecda9e8141492cd5b","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T16:20:08Z","status":"CLOSED","updated":"2020-09-11T16:20:08Z","userAlias":"e2e-cluster-217-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T17:17:07Z","currentValue":{"number":40.856495288083025,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-f6cijt-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5bb113883b4603e13e7132","lastNotified":"2020-09-11T17:18:20Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5bb113883b4603e13e7132","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T17:18:12Z","status":"CLOSED","updated":"2020-09-11T17:18:12Z","userAlias":"e2e-cluster-195-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T17:17:07Z","currentValue":{"number":48.649598981966754,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-f6cijt-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f5bb113883b4603e13e7134","lastNotified":"2020-09-11T17:18:20Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5bb113883b4603e13e7134","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T17:18:12Z","status":"CLOSED","updated":"2020-09-11T17:18:12Z","userAlias":"e2e-cluster-195-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T17:18:12Z","currentValue":{"number":41.36062002938047,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-atukxy-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5bb154883b4603e13e8d17","lastNotified":"2020-09-11T17:19:15Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5bb154883b4603e13e8d17","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-atukxy-shard-0","resolved":"2020-09-11T17:19:07Z","status":"CLOSED","updated":"2020-09-11T17:19:07Z","userAlias":"e2e-cluster-561-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-14T09:25:46Z","currentValue":{"number":1.1082594493700422,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-546hof-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5f371aa23f7a62add07959","lastNotified":"2020-09-14T09:27:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5f371aa23f7a62add07959","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-546hof-shard-0","resolved":"2020-09-14T09:27:14Z","status":"CLOSED","updated":"2020-09-14T09:27:14Z","userAlias":"e2e-cluster-142-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-14T09:25:46Z","currentValue":{"number":21.37755356875281,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-546hof-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f5f371aa23f7a62add0795b","lastNotified":"2020-09-14T09:27:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5f371aa23f7a62add0795b","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-546hof-shard-0","resolved":"2020-09-14T09:27:14Z","status":"CLOSED","updated":"2020-09-14T09:27:14Z","userAlias":"e2e-cluster-142-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-15T09:10:55Z","currentValue":{"number":1.4589898787787838,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-11lx7m-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f60851f2227d34d3f30accc","lastNotified":"2020-09-15T09:13:03Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f60851f2227d34d3f30accc","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-15T09:12:55Z","status":"CLOSED","updated":"2020-09-15T09:12:55Z","userAlias":"e2e-cluster-232-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-15T09:10:55Z","currentValue":{"number":1.018363939899833,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-11lx7m-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f60851f2227d34d3f30acd1","lastNotified":"2020-09-15T09:13:03Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f60851f2227d34d3f30acd1","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-15T09:12:55Z","status":"CLOSED","updated":"2020-09-15T09:12:55Z","userAlias":"e2e-cluster-232-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-17T09:47:02Z","currentValue":{"number":44.43293284093377,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tqiobm-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6330968515c3797d65dff2","lastNotified":"2020-09-17T09:47:52Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6330968515c3797d65dff2","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-17T09:47:43Z","status":"CLOSED","updated":"2020-09-17T09:47:43Z","userAlias":"e2e-cluster-334-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-17T09:47:02Z","currentValue":{"number":43.46256527360344,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tqiobm-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f6330968515c3797d65dff4","lastNotified":"2020-09-17T09:47:52Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6330968515c3797d65dff4","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-17T09:47:43Z","status":"CLOSED","updated":"2020-09-17T09:47:43Z","userAlias":"e2e-cluster-334-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-23T15:38:50Z","currentValue":{"number":10.841580847933663,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-t8obgo-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6b6c0aab101c00a3b24f4f","lastNotified":"2020-09-23T15:39:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6b6c0aab101c00a3b24f4f","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-t8obgo-shard-0","resolved":"2020-09-23T15:39:54Z","status":"CLOSED","updated":"2020-09-23T15:39:54Z","userAlias":"e2e-cluster-62-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-23T15:38:50Z","currentValue":{"number":2.0363901259912915,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-t8obgo-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6b6c0aab101c00a3b24f57","lastNotified":"2020-09-23T15:39:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6b6c0aab101c00a3b24f57","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-t8obgo-shard-0","resolved":"2020-09-23T15:39:54Z","status":"CLOSED","updated":"2020-09-23T15:39:54Z","userAlias":"e2e-cluster-62-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":1.897220160026396,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-145gul-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c937","lastNotified":"2020-09-24T11:40:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c937","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:40:37Z","status":"CLOSED","updated":"2020-09-24T11:40:37Z","userAlias":"e2e-cluster-780-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":0.4809765482469234,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-145gul-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c941","lastNotified":"2020-09-24T11:40:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c941","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:40:37Z","status":"CLOSED","updated":"2020-09-24T11:40:37Z","userAlias":"e2e-cluster-780-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":34.28271826269323,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-145gul-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c943","lastNotified":"2020-09-24T11:38:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c943","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:38:20Z","status":"CLOSED","updated":"2020-09-24T11:38:20Z","userAlias":"e2e-cluster-780-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":33.00527477712803,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tkh5bv-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c945","lastNotified":"2020-09-24T11:38:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c945","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:38:20Z","status":"CLOSED","updated":"2020-09-24T11:38:20Z","userAlias":"e2e-cluster-105-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":46.59522517634292,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tkh5bv-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c947","lastNotified":"2020-09-24T11:38:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c947","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:38:20Z","status":"CLOSED","updated":"2020-09-24T11:38:20Z","userAlias":"e2e-cluster-105-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":29.44092490211565,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tkh5bv-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c949","lastNotified":"2020-09-24T11:38:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c949","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:38:20Z","status":"CLOSED","updated":"2020-09-24T11:38:20Z","userAlias":"e2e-cluster-105-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:41:51Z","currentValue":{"number":0.5088082210062725,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-au3mil-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6c85ff3332aa623b184ab3","lastNotified":"2020-09-24T11:43:41Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c85ff3332aa623b184ab3","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-au3mil-shard-0","resolved":"2020-09-24T11:43:34Z","status":"CLOSED","updated":"2020-09-24T11:43:34Z","userAlias":"e2e-cluster-627-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:41:51Z","currentValue":{"number":1.2355573365391037,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-au3mil-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6c85ff3332aa623b184ab5","lastNotified":"2020-09-24T11:43:41Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c85ff3332aa623b184ab5","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-au3mil-shard-0","resolved":"2020-09-24T11:43:34Z","status":"CLOSED","updated":"2020-09-24T11:43:34Z","userAlias":"e2e-cluster-627-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:43:34Z","currentValue":{"number":0.6913094900967834,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-e8v6th-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6c86663332aa623b186ccf","lastNotified":"2020-09-24T11:46:01Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c86663332aa623b186ccf","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-e8v6th-shard-0","resolved":"2020-09-24T11:45:56Z","status":"CLOSED","updated":"2020-09-24T11:45:56Z","userAlias":"e2e-cluster-268-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:51:02Z","currentValue":{"number":25.182217583786425,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-flg5w2-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6ca4463332aa623b26383a","lastNotified":"2020-09-24T13:52:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca4463332aa623b26383a","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-flg5w2-shard-0","resolved":"2020-09-24T13:52:13Z","status":"CLOSED","updated":"2020-09-24T13:52:13Z","userAlias":"e2e-cluster-588-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:51:02Z","currentValue":{"number":24.143223369088577,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-d6k8gy-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6ca4463332aa623b26383c","lastNotified":"2020-09-24T13:52:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca4463332aa623b26383c","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-d6k8gy-shard-0","resolved":"2020-09-24T13:52:13Z","status":"CLOSED","updated":"2020-09-24T13:52:13Z","userAlias":"e2e-cluster-222-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:52:13Z","currentValue":{"number":0.9329299041855775,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-511umr-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6ca48d3332aa623b265f51","lastNotified":"2020-09-24T13:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca48d3332aa623b265f51","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-511umr-shard-0","resolved":"2020-09-24T13:53:35Z","status":"CLOSED","updated":"2020-09-24T13:53:35Z","userAlias":"e2e-cluster-964-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:52:13Z","currentValue":{"number":2.250782335123919,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-d6k8gy-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f6ca48d3332aa623b265f55","lastNotified":"2020-09-24T13:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca48d3332aa623b265f55","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-d6k8gy-shard-0","resolved":"2020-09-24T13:53:35Z","status":"CLOSED","updated":"2020-09-24T13:53:35Z","userAlias":"e2e-cluster-222-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:52:13Z","currentValue":{"number":1.264508349104795,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c6zofi-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6ca48d3332aa623b265f57","lastNotified":"2020-09-24T13:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca48d3332aa623b265f57","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-c6zofi-shard-0","resolved":"2020-09-24T13:53:35Z","status":"CLOSED","updated":"2020-09-24T13:53:35Z","userAlias":"e2e-cluster-526-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:52:13Z","currentValue":{"number":30.095125852344474,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-2u7mvs-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6ca48d3332aa623b265f59","lastNotified":"2020-09-24T13:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca48d3332aa623b265f59","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-2u7mvs-shard-0","resolved":"2020-09-24T13:53:35Z","status":"CLOSED","updated":"2020-09-24T13:53:35Z","userAlias":"e2e-cluster-952-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"604b54cfef1dbb2894211edd","created":"2021-03-12T12:47:39Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"604b62eb60e01305d72724cc","lastNotified":"2021-03-12T12:48:32Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/604b62eb60e01305d72724cc","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-4b1qk6-shard-0","resolved":"2021-03-12T12:48:26Z","status":"CLOSED","updated":"2021-03-12T12:48:26Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"604b5a5820c56e27b46afa9f","created":"2021-03-12T13:11:10Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"604b686e60e01305d727428a","lastNotified":"2021-03-12T13:12:50Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/604b686e60e01305d727428a","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-149zfq-shard-0","resolved":"2021-03-12T13:12:41Z","status":"CLOSED","updated":"2021-03-12T13:12:41Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"60b7d1526341cc593b52a608","created":"2021-06-02T19:43:35Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"60b7df6794609c6dbaabd777","lastNotified":"2021-06-02T19:45:11Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/60b7df6794609c6dbaabd777","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-84i50x-shard-0","resolved":"2021-06-02T19:45:04Z","status":"CLOSED","updated":"2021-06-02T19:45:04Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"60b7d1576341cc593b52a799","created":"2021-06-02T19:43:35Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"60b7df6794609c6dbaabd779","lastNotified":"2021-06-02T19:45:11Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/60b7df6794609c6dbaabd779","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-1om9fa-shard-0","resolved":"2021-06-02T19:45:04Z","status":"CLOSED","updated":"2021-06-02T19:45:04Z"},{"alertConfigId":"62347fd81bfe1073af78a5e2","created":"2022-03-18T12:53:36Z","eventTypeName":"DAILY_BILL_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"623480d072335b56b1905737","lastNotified":"2022-03-22T03:00:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/623480d072335b56b1905737","rel":"self"}],"orgId":"a0123456789abcdef012345a","resolved":"2022-03-22T03:00:51Z","status":"CLOSED","updated":"2022-03-22T03:00:51Z"}],"totalCount":281} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts?includeCount=true&status=CLOSED&pageNum=1&itemsPerPage=100","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts?includeCount=true&status=CLOSED&itemsPerPage=100&pageNum=2","rel":"next"}],"results":[{"alertConfigId":"5efdb59f93fc35705f337179","created":"2020-07-02T10:24:29Z","eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"5efdb5dd5b306e51e2e9b05b","lastNotified":"2025-07-24T10:24:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b","rel":"self"}],"orgId":"a0123456789abcdef012345a","resolved":"2022-03-16T18:39:26Z","status":"CLOSED","updated":"2025-07-24T10:24:25Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5efdfce84deaf5428dea44be","created":"2020-07-02T16:27:44Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5efe0b0097e6ab3f55a5d376","lastNotified":"2020-07-02T16:29:28Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efe0b0097e6ab3f55a5d376","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-xmz5g4-shard-0","resolved":"2020-07-02T16:29:22Z","status":"CLOSED","updated":"2020-07-02T16:29:22Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f071035d0dc8d4bd86168de","created":"2020-07-09T13:40:29Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f071e4dd0dc8d4bd861c4ef","lastNotified":"2020-07-09T13:41:19Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f071e4dd0dc8d4bd861c4ef","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-mll9nu-shard-0","resolved":"2020-07-09T13:41:13Z","status":"CLOSED","updated":"2020-07-09T13:41:13Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f07301f89f31d27b256f893","created":"2020-07-09T15:56:35Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f073e337c922216eb449e44","lastNotified":"2020-07-09T15:57:46Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f073e337c922216eb449e44","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-10oulw-shard-0","resolved":"2020-07-09T15:57:37Z","status":"CLOSED","updated":"2020-07-09T15:57:37Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f07300f89f31d27b256f501","created":"2020-07-09T15:56:35Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f073e337c922216eb449e46","lastNotified":"2020-07-09T15:57:46Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f073e337c922216eb449e46","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-ul7lyr-shard-0","resolved":"2020-07-09T15:57:37Z","status":"CLOSED","updated":"2020-07-09T15:57:37Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f088e7271aeec6fac20210a","created":"2020-07-10T16:51:34Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f089c96089f9828402835bd","lastNotified":"2020-07-10T16:52:48Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f089c96089f9828402835bd","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-43q3x9-shard-0","resolved":"2020-07-10T16:52:38Z","status":"CLOSED","updated":"2020-07-10T16:52:38Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f08bdcbd206160bb5c33a8c","created":"2020-07-10T20:13:27Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f08cbe70651a576d92584a4","lastNotified":"2020-07-10T20:15:18Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f08cbe70651a576d92584a4","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-n32snz-shard-0","resolved":"2020-07-10T20:15:10Z","status":"CLOSED","updated":"2020-07-10T20:15:10Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f0e13ce04f82410686db7a3","created":"2020-07-14T21:21:46Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f0e21ea08c7bf2e36da5c34","lastNotified":"2020-07-14T21:23:07Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f0e21ea08c7bf2e36da5c34","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-1to8ri-shard-0","resolved":"2020-07-14T21:22:58Z","status":"CLOSED","updated":"2020-07-14T21:22:58Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f11c8ee4b49002456c7a7e2","created":"2020-07-17T16:51:22Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f11d70a4b49002456ca8316","lastNotified":"2020-07-17T16:51:37Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f11d70a4b49002456ca8316","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-g1b1wv-shard-0","resolved":"2020-07-17T16:51:32Z","status":"CLOSED","updated":"2020-07-17T16:51:32Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f1707cab28d1d1f1e661c34","created":"2020-07-21T16:20:48Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1715e00d01212070cb7bac","lastNotified":"2020-07-21T16:22:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1715e00d01212070cb7bac","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-cwlya6-shard-0","resolved":"2020-07-21T16:22:16Z","status":"CLOSED","updated":"2020-07-21T16:22:16Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f17119db6dd6f5784522cfa","created":"2020-07-21T17:02:43Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f171fb30afba025e065a28e","lastNotified":"2020-07-21T17:03:52Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f171fb30afba025e065a28e","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-5i203l-shard-0","resolved":"2020-07-21T17:03:42Z","status":"CLOSED","updated":"2020-07-21T17:03:42Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f185bbe09297b50c14b2eeb","created":"2020-07-22T16:31:37Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1869e9f7b4513897f338e3","lastNotified":"2020-07-22T16:33:08Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1869e9f7b4513897f338e3","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-8tgdes-shard-0","resolved":"2020-07-22T16:33:01Z","status":"CLOSED","updated":"2020-07-22T16:33:01Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f185bcd09297b50c14b352a","created":"2020-07-22T16:31:37Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1869e9f7b4513897f338e5","lastNotified":"2020-07-22T16:33:08Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1869e9f7b4513897f338e5","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-flxyt7-shard-0","resolved":"2020-07-22T16:33:01Z","status":"CLOSED","updated":"2020-07-22T16:33:01Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f185bcd09297b50c14b3523","created":"2020-07-22T16:31:37Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1869e9f7b4513897f338e7","lastNotified":"2020-07-22T16:33:08Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1869e9f7b4513897f338e7","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-c043ww-shard-0","resolved":"2020-07-22T16:33:01Z","status":"CLOSED","updated":"2020-07-22T16:33:01Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f18afdbdf32440a27abb79c","created":"2020-07-22T22:30:04Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f18bdec40f94a3ba156cc29","lastNotified":"2020-07-22T22:32:05Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f18bdec40f94a3ba156cc29","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-urca9f-shard-0","resolved":"2020-07-22T22:31:56Z","status":"CLOSED","updated":"2020-07-22T22:31:56Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f1afe24e02fc2661b483493","created":"2020-07-24T16:28:44Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f1b0c3c6ceaa977db7c2020","lastNotified":"2020-07-24T16:30:08Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f1b0c3c6ceaa977db7c2020","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-7baq4v-shard-0","resolved":"2020-07-24T16:29:58Z","status":"CLOSED","updated":"2020-07-24T16:29:58Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f294bf692329e4200758fed","created":"2020-08-04T12:52:25Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f295a097a7fcf1588a32f85","lastNotified":"2020-08-04T12:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f295a097a7fcf1588a32f85","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-13barc-shard-0","resolved":"2020-08-04T12:53:34Z","status":"CLOSED","updated":"2020-08-04T12:53:34Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f313f7a8f4523669d3cd930","created":"2020-08-10T13:37:16Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f314d8c11481a3542f228f7","lastNotified":"2020-08-10T13:38:02Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f314d8c11481a3542f228f7","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-wqrsj0-shard-0","resolved":"2020-08-10T13:37:57Z","status":"CLOSED","updated":"2020-08-10T13:37:57Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-18T16:13:35Z","currentValue":{"number":20.932485722056025,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c0w6bq-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f3bfe2f7c4df938ecd14459","lastNotified":"2020-08-18T16:14:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3bfe2f7c4df938ecd14459","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-18T16:14:36Z","status":"CLOSED","updated":"2020-08-18T16:14:36Z","userAlias":"e2e-cluster-736-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-18T16:13:35Z","currentValue":{"number":19.060418568482266,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c0w6bq-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f3bfe2f7c4df938ecd1445b","lastNotified":"2020-08-18T16:14:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3bfe2f7c4df938ecd1445b","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-18T16:14:36Z","status":"CLOSED","updated":"2020-08-18T16:14:36Z","userAlias":"e2e-cluster-736-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-18T16:13:35Z","currentValue":{"number":32.047727081757834,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c0w6bq-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f3bfe2f7c4df938ecd1445d","lastNotified":"2020-08-18T16:14:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3bfe2f7c4df938ecd1445d","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-18T16:14:36Z","status":"CLOSED","updated":"2020-08-18T16:14:36Z","userAlias":"e2e-cluster-736-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-20T18:59:02Z","currentValue":{"number":37.28271195480076,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gg6ii8-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f3ec7f6b911625dfdb413ab","lastNotified":"2020-08-20T19:00:02Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3ec7f6b911625dfdb413ab","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-gg6ii8-shard-0","resolved":"2020-08-20T18:59:56Z","status":"CLOSED","updated":"2020-08-20T18:59:56Z","userAlias":"e2e-cluster-947-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-20T22:23:09Z","currentValue":{"number":20.925128583156027,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-vlqsal-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f3ef7cd1874502485227202","lastNotified":"2020-08-20T22:24:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3ef7cd1874502485227202","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-vlqsal-shard-0","resolved":"2020-08-20T22:24:39Z","status":"CLOSED","updated":"2020-08-20T22:24:39Z","userAlias":"e2e-cluster-369-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-20T22:23:09Z","currentValue":{"number":31.68626010286554,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-a4rwnt-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f3ef7cd1874502485227204","lastNotified":"2020-08-20T22:24:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3ef7cd1874502485227204","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-a4rwnt-shard-0","resolved":"2020-08-20T22:24:39Z","status":"CLOSED","updated":"2020-08-20T22:24:39Z","userAlias":"e2e-cluster-975-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-20T22:37:30Z","currentValue":{"number":0.7660665811780772,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-hstims-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f3efb2a1874502485237cf8","lastNotified":"2020-08-20T22:40:51Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3efb2a1874502485237cf8","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-20T22:40:44Z","status":"CLOSED","updated":"2020-08-20T22:40:44Z","userAlias":"e2e-cluster-379-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f3efb1018745024852372a8","created":"2020-08-20T23:37:06Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f3f0922f9cad35d7728e449","lastNotified":"2020-08-20T23:38:36Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f3f0922f9cad35d7728e449","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-hstims-shard-0","resolved":"2020-08-20T23:38:30Z","status":"CLOSED","updated":"2020-08-20T23:38:30Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-28T11:43:32Z","currentValue":{"number":0.5932189228481193,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-o1hhwf-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f48ede4271acf2433fe0cfa","lastNotified":"2020-08-28T11:44:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f48ede4271acf2433fe0cfa","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-28T11:44:52Z","status":"CLOSED","updated":"2020-08-28T11:44:52Z","userAlias":"e2e-cluster-789-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-28T11:43:32Z","currentValue":{"number":3.678862805946244,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-o1hhwf-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f48ede4271acf2433fe0cfc","lastNotified":"2020-08-28T11:44:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f48ede4271acf2433fe0cfc","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-28T11:44:52Z","status":"CLOSED","updated":"2020-08-28T11:44:52Z","userAlias":"e2e-cluster-789-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-08-28T11:43:32Z","currentValue":{"number":20.739329523045555,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-o1hhwf-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f48ede4271acf2433fe0cfe","lastNotified":"2020-08-28T11:44:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f48ede4271acf2433fe0cfe","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-08-28T11:44:52Z","status":"CLOSED","updated":"2020-08-28T11:44:52Z","userAlias":"e2e-cluster-789-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:27:41Z","currentValue":{"number":15.634129647251296,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10g1ny-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e221dba8e14244d88accc","lastNotified":"2020-09-01T10:28:31Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e221dba8e14244d88accc","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:28:23Z","status":"CLOSED","updated":"2020-09-01T10:28:23Z","userAlias":"e2e-cluster-99-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:27:41Z","currentValue":{"number":22.20331631801955,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10g1ny-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4e221dba8e14244d88acce","lastNotified":"2020-09-01T10:28:31Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e221dba8e14244d88acce","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:28:23Z","status":"CLOSED","updated":"2020-09-01T10:28:23Z","userAlias":"e2e-cluster-99-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:27:41Z","currentValue":{"number":22.631859527538065,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10g1ny-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e221dba8e14244d88acd0","lastNotified":"2020-09-01T10:28:31Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e221dba8e14244d88acd0","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:28:23Z","status":"CLOSED","updated":"2020-09-01T10:28:23Z","userAlias":"e2e-cluster-99-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:53:52Z","currentValue":{"number":48.059072435650855,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gco215-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e2840ba8e14244d8b1884","lastNotified":"2020-09-01T10:56:49Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e2840ba8e14244d8b1884","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:56:42Z","status":"CLOSED","updated":"2020-09-01T10:56:42Z","userAlias":"e2e-cluster-43-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:53:52Z","currentValue":{"number":47.90469049404316,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gco215-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4e2840ba8e14244d8b1889","lastNotified":"2020-09-01T10:56:49Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e2840ba8e14244d8b1889","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T10:56:42Z","status":"CLOSED","updated":"2020-09-01T10:56:42Z","userAlias":"e2e-cluster-43-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:54:42Z","currentValue":{"number":28.919901293850874,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gco215-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e2872ba8e14244d8b2eac","lastNotified":"2020-09-01T10:55:48Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e2872ba8e14244d8b2eac","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-gco215-shard-0","resolved":"2020-09-01T10:55:42Z","status":"CLOSED","updated":"2020-09-01T10:55:42Z","userAlias":"e2e-cluster-43-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T10:57:39Z","currentValue":{"number":30.992973926942156,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-zsig7y-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4e2923ba8e14244d8b6c9e","lastNotified":"2020-09-01T10:59:24Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e2923ba8e14244d8b6c9e","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-zsig7y-shard-0","resolved":"2020-09-01T10:59:17Z","status":"CLOSED","updated":"2020-09-01T10:59:17Z","userAlias":"e2e-cluster-596-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T12:23:40Z","currentValue":{"number":0.21777003484320556,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10rnhe-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e3d4c89146b337767741b","lastNotified":"2020-09-01T12:24:51Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e3d4c89146b337767741b","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T12:24:42Z","status":"CLOSED","updated":"2020-09-01T12:24:42Z","userAlias":"e2e-cluster-5-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T12:23:40Z","currentValue":{"number":33.20721918298482,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-10rnhe-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e3d4c89146b337767741f","lastNotified":"2020-09-01T12:24:51Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e3d4c89146b337767741f","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T12:24:42Z","status":"CLOSED","updated":"2020-09-01T12:24:42Z","userAlias":"e2e-cluster-5-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":0.743314346802078,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-nuwcx3-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748ba4","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748ba4","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-928-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":25.992043593086617,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-nuwcx3-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748ba6","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748ba6","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-928-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":21.370403466473334,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-nuwcx3-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748ba8","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748ba8","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-928-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":47.47918904403867,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-34d38q-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748baa","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748baa","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-87-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-01T17:42:45Z","currentValue":{"number":32.60446130654969,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-34d38q-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4e8815f8416532d4748bae","lastNotified":"2020-09-01T17:43:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4e8815f8416532d4748bae","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-01T17:43:50Z","status":"CLOSED","updated":"2020-09-01T17:43:50Z","userAlias":"e2e-cluster-87-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T10:06:10Z","currentValue":{"number":25.3388332351208,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-8mpzzy-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4f6e92b9d63e361b300cea","lastNotified":"2020-09-02T10:07:04Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4f6e92b9d63e361b300cea","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T10:06:56Z","status":"CLOSED","updated":"2020-09-02T10:06:56Z","userAlias":"e2e-cluster-343-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T12:07:09Z","currentValue":{"number":43.54849509524926,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-dw52hh-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f4f8aeda78e07056e54417e","lastNotified":"2020-09-02T12:08:28Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4f8aeda78e07056e54417e","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T12:08:21Z","status":"CLOSED","updated":"2020-09-02T12:08:21Z","userAlias":"e2e-cluster-522-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T12:26:12Z","currentValue":{"number":27.550850283427806,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c7jcsa-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4f8f64a78e07056e55d71e","lastNotified":"2020-09-02T12:28:10Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4f8f64a78e07056e55d71e","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T12:28:01Z","status":"CLOSED","updated":"2020-09-02T12:28:01Z","userAlias":"e2e-cluster-894-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T12:27:02Z","currentValue":{"number":17.531111667919482,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c7jcsa-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4f8f96a78e07056e55f5a4","lastNotified":"2020-09-02T12:28:10Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4f8f96a78e07056e55f5a4","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-c7jcsa-shard-0","resolved":"2020-09-02T12:28:01Z","status":"CLOSED","updated":"2020-09-02T12:28:01Z","userAlias":"e2e-cluster-894-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T13:49:46Z","currentValue":{"number":37.50703097035913,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-psccq7-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f4fa2fa283a657fb1075dc7","lastNotified":"2020-09-02T13:51:28Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4fa2fa283a657fb1075dc7","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T13:51:20Z","status":"CLOSED","updated":"2020-09-02T13:51:20Z","userAlias":"e2e-cluster-965-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-02T13:49:46Z","currentValue":{"number":23.622647906424817,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-psccq7-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f4fa2fa283a657fb1075dc9","lastNotified":"2020-09-02T13:51:28Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4fa2fa283a657fb1075dc9","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-02T13:51:20Z","status":"CLOSED","updated":"2020-09-02T13:51:20Z","userAlias":"e2e-cluster-965-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"5f4f97e13efd027d4f4e6019","created":"2020-09-02T14:03:03Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"5f4fa617283a657fb10873fb","lastNotified":"2020-09-02T14:03:44Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f4fa617283a657fb10873fb","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-ucr7s9-shard-0","resolved":"2020-09-02T14:03:34Z","status":"CLOSED","updated":"2020-09-02T14:03:34Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T09:37:08Z","currentValue":{"number":4.455238254752533,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-b7vxm3-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f50b9442b89550a6b44eb44","lastNotified":"2020-09-03T09:37:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50b9442b89550a6b44eb44","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-b7vxm3-shard-0","resolved":"2020-09-03T09:37:34Z","status":"CLOSED","updated":"2020-09-03T09:37:34Z","userAlias":"e2e-cluster-643-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T09:37:08Z","currentValue":{"number":7.225910877679781,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-b7vxm3-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f50b9442b89550a6b44eb46","lastNotified":"2020-09-03T09:37:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50b9442b89550a6b44eb46","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-b7vxm3-shard-0","resolved":"2020-09-03T09:37:34Z","status":"CLOSED","updated":"2020-09-03T09:37:34Z","userAlias":"e2e-cluster-643-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T12:02:48Z","currentValue":{"number":49.10926769565512,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-nbnszb-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f50db682b89550a6b520fa1","lastNotified":"2020-09-03T12:03:04Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50db682b89550a6b520fa1","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-nbnszb-shard-0","resolved":"2020-09-03T12:02:59Z","status":"CLOSED","updated":"2020-09-03T12:02:59Z","userAlias":"e2e-cluster-328-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T12:02:48Z","currentValue":{"number":0.6601597753785473,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-9mc2ci-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f50db682b89550a6b520fa3","lastNotified":"2020-09-03T12:04:15Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50db682b89550a6b520fa3","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-9mc2ci-shard-0","resolved":"2020-09-03T12:04:08Z","status":"CLOSED","updated":"2020-09-03T12:04:08Z","userAlias":"e2e-cluster-28-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T12:02:48Z","currentValue":{"number":1.2116249143506526,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-9mc2ci-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f50db682b89550a6b520fa8","lastNotified":"2020-09-03T12:04:15Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50db682b89550a6b520fa8","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-9mc2ci-shard-0","resolved":"2020-09-03T12:04:08Z","status":"CLOSED","updated":"2020-09-03T12:04:08Z","userAlias":"e2e-cluster-28-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-03T12:02:48Z","currentValue":{"number":1.4881201197184275,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-9mc2ci-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f50db682b89550a6b520fac","lastNotified":"2020-09-03T12:04:15Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f50db682b89550a6b520fac","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-9mc2ci-shard-0","resolved":"2020-09-03T12:04:08Z","status":"CLOSED","updated":"2020-09-03T12:04:08Z","userAlias":"e2e-cluster-28-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":1.5653621981681933,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-w1etex-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289aa","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289aa","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-549-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":2.3178642298520904,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-w1etex-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289ad","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289ad","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-549-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":3.5053749081925614,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-e0e69a-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289af","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289af","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-e0e69a-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-980-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":40.04143088116411,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-xnaaja-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b1","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b1","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-xnaaja-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-859-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":1.5463484326413985,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-e0e69a-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b3","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b3","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-e0e69a-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-980-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":0.34135944316781563,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-e0e69a-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b5","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b5","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-e0e69a-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-980-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":0.4342379958246346,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-xnaaja-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b7","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b7","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-xnaaja-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-859-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:32:01Z","currentValue":{"number":1.3431889474738037,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-xnaaja-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f59038154ec5663be6289b9","lastNotified":"2020-09-09T16:34:13Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f59038154ec5663be6289b9","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-xnaaja-shard-0","resolved":"2020-09-09T16:34:03Z","status":"CLOSED","updated":"2020-09-09T16:34:03Z","userAlias":"e2e-cluster-859-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:34:03Z","currentValue":{"number":0.7932001870282547,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-gmpvhy-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5903fb54ec5663be62c6e1","lastNotified":"2020-09-09T16:38:47Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5903fb54ec5663be62c6e1","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-gmpvhy-shard-0","resolved":"2020-09-09T16:38:38Z","status":"CLOSED","updated":"2020-09-09T16:38:38Z","userAlias":"e2e-cluster-503-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-09T16:34:03Z","currentValue":{"number":0.8434237995824635,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-z9k18m-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f5903fb54ec5663be62c6e9","lastNotified":"2020-09-09T16:38:47Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5903fb54ec5663be62c6e9","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-z9k18m-shard-0","resolved":"2020-09-09T16:38:38Z","status":"CLOSED","updated":"2020-09-09T16:38:38Z","userAlias":"e2e-cluster-262-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T12:28:39Z","currentValue":{"number":43.85743174924166,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-lqs5aq-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5b6d778b215264ab33506e","lastNotified":"2020-09-11T12:29:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5b6d778b215264ab33506e","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T12:29:18Z","status":"CLOSED","updated":"2020-09-11T12:29:18Z","userAlias":"e2e-cluster-962-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T12:28:39Z","currentValue":{"number":28.626017888132427,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-100g28-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5b6d778b215264ab335075","lastNotified":"2020-09-11T12:29:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5b6d778b215264ab335075","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T12:29:18Z","status":"CLOSED","updated":"2020-09-11T12:29:18Z","userAlias":"e2e-cluster-982-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T16:18:06Z","currentValue":{"number":11.553825150427263,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-ttnd16-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f5ba33ecda9e8141492cd5b","lastNotified":"2020-09-11T16:20:16Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5ba33ecda9e8141492cd5b","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T16:20:08Z","status":"CLOSED","updated":"2020-09-11T16:20:08Z","userAlias":"e2e-cluster-217-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T17:17:07Z","currentValue":{"number":40.856495288083025,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-f6cijt-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5bb113883b4603e13e7132","lastNotified":"2020-09-11T17:18:20Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5bb113883b4603e13e7132","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T17:18:12Z","status":"CLOSED","updated":"2020-09-11T17:18:12Z","userAlias":"e2e-cluster-195-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T17:17:07Z","currentValue":{"number":48.649598981966754,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-f6cijt-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f5bb113883b4603e13e7134","lastNotified":"2020-09-11T17:18:20Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5bb113883b4603e13e7134","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-11T17:18:12Z","status":"CLOSED","updated":"2020-09-11T17:18:12Z","userAlias":"e2e-cluster-195-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-11T17:18:12Z","currentValue":{"number":41.36062002938047,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-atukxy-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5bb154883b4603e13e8d17","lastNotified":"2020-09-11T17:19:15Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5bb154883b4603e13e8d17","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-atukxy-shard-0","resolved":"2020-09-11T17:19:07Z","status":"CLOSED","updated":"2020-09-11T17:19:07Z","userAlias":"e2e-cluster-561-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-14T09:25:46Z","currentValue":{"number":1.1082594493700422,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-546hof-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f5f371aa23f7a62add07959","lastNotified":"2020-09-14T09:27:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5f371aa23f7a62add07959","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-546hof-shard-0","resolved":"2020-09-14T09:27:14Z","status":"CLOSED","updated":"2020-09-14T09:27:14Z","userAlias":"e2e-cluster-142-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-14T09:25:46Z","currentValue":{"number":21.37755356875281,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-546hof-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f5f371aa23f7a62add0795b","lastNotified":"2020-09-14T09:27:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f5f371aa23f7a62add0795b","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-546hof-shard-0","resolved":"2020-09-14T09:27:14Z","status":"CLOSED","updated":"2020-09-14T09:27:14Z","userAlias":"e2e-cluster-142-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-15T09:10:55Z","currentValue":{"number":1.4589898787787838,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-11lx7m-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f60851f2227d34d3f30accc","lastNotified":"2020-09-15T09:13:03Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f60851f2227d34d3f30accc","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-15T09:12:55Z","status":"CLOSED","updated":"2020-09-15T09:12:55Z","userAlias":"e2e-cluster-232-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-15T09:10:55Z","currentValue":{"number":1.018363939899833,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-11lx7m-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f60851f2227d34d3f30acd1","lastNotified":"2020-09-15T09:13:03Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f60851f2227d34d3f30acd1","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-15T09:12:55Z","status":"CLOSED","updated":"2020-09-15T09:12:55Z","userAlias":"e2e-cluster-232-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-17T09:47:02Z","currentValue":{"number":44.43293284093377,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tqiobm-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6330968515c3797d65dff2","lastNotified":"2020-09-17T09:47:52Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6330968515c3797d65dff2","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-17T09:47:43Z","status":"CLOSED","updated":"2020-09-17T09:47:43Z","userAlias":"e2e-cluster-334-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-17T09:47:02Z","currentValue":{"number":43.46256527360344,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tqiobm-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f6330968515c3797d65dff4","lastNotified":"2020-09-17T09:47:52Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6330968515c3797d65dff4","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-17T09:47:43Z","status":"CLOSED","updated":"2020-09-17T09:47:43Z","userAlias":"e2e-cluster-334-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-23T15:38:50Z","currentValue":{"number":10.841580847933663,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-t8obgo-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6b6c0aab101c00a3b24f4f","lastNotified":"2020-09-23T15:39:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6b6c0aab101c00a3b24f4f","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-t8obgo-shard-0","resolved":"2020-09-23T15:39:54Z","status":"CLOSED","updated":"2020-09-23T15:39:54Z","userAlias":"e2e-cluster-62-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-23T15:38:50Z","currentValue":{"number":2.0363901259912915,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-t8obgo-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6b6c0aab101c00a3b24f57","lastNotified":"2020-09-23T15:39:59Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6b6c0aab101c00a3b24f57","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-t8obgo-shard-0","resolved":"2020-09-23T15:39:54Z","status":"CLOSED","updated":"2020-09-23T15:39:54Z","userAlias":"e2e-cluster-62-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":1.897220160026396,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-145gul-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c937","lastNotified":"2020-09-24T11:40:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c937","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:40:37Z","status":"CLOSED","updated":"2020-09-24T11:40:37Z","userAlias":"e2e-cluster-780-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":0.4809765482469234,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-145gul-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c941","lastNotified":"2020-09-24T11:40:45Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c941","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:40:37Z","status":"CLOSED","updated":"2020-09-24T11:40:37Z","userAlias":"e2e-cluster-780-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":34.28271826269323,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-145gul-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c943","lastNotified":"2020-09-24T11:38:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c943","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:38:20Z","status":"CLOSED","updated":"2020-09-24T11:38:20Z","userAlias":"e2e-cluster-780-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":33.00527477712803,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tkh5bv-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c945","lastNotified":"2020-09-24T11:38:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c945","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:38:20Z","status":"CLOSED","updated":"2020-09-24T11:38:20Z","userAlias":"e2e-cluster-105-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":46.59522517634292,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tkh5bv-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c947","lastNotified":"2020-09-24T11:38:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c947","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:38:20Z","status":"CLOSED","updated":"2020-09-24T11:38:20Z","userAlias":"e2e-cluster-105-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:37:10Z","currentValue":{"number":29.44092490211565,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-tkh5bv-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f6c84e63332aa623b17c949","lastNotified":"2020-09-24T11:38:25Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c84e63332aa623b17c949","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","resolved":"2020-09-24T11:38:20Z","status":"CLOSED","updated":"2020-09-24T11:38:20Z","userAlias":"e2e-cluster-105-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:41:51Z","currentValue":{"number":0.5088082210062725,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-au3mil-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6c85ff3332aa623b184ab3","lastNotified":"2020-09-24T11:43:41Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c85ff3332aa623b184ab3","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-au3mil-shard-0","resolved":"2020-09-24T11:43:34Z","status":"CLOSED","updated":"2020-09-24T11:43:34Z","userAlias":"e2e-cluster-627-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:41:51Z","currentValue":{"number":1.2355573365391037,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-au3mil-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6c85ff3332aa623b184ab5","lastNotified":"2020-09-24T11:43:41Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c85ff3332aa623b184ab5","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-au3mil-shard-0","resolved":"2020-09-24T11:43:34Z","status":"CLOSED","updated":"2020-09-24T11:43:34Z","userAlias":"e2e-cluster-627-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T11:43:34Z","currentValue":{"number":0.6913094900967834,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-e8v6th-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6c86663332aa623b186ccf","lastNotified":"2020-09-24T11:46:01Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6c86663332aa623b186ccf","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-e8v6th-shard-0","resolved":"2020-09-24T11:45:56Z","status":"CLOSED","updated":"2020-09-24T11:45:56Z","userAlias":"e2e-cluster-268-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:51:02Z","currentValue":{"number":25.182217583786425,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-flg5w2-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6ca4463332aa623b26383a","lastNotified":"2020-09-24T13:52:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca4463332aa623b26383a","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-flg5w2-shard-0","resolved":"2020-09-24T13:52:13Z","status":"CLOSED","updated":"2020-09-24T13:52:13Z","userAlias":"e2e-cluster-588-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:51:02Z","currentValue":{"number":24.143223369088577,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-d6k8gy-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6ca4463332aa623b26383c","lastNotified":"2020-09-24T13:52:23Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca4463332aa623b26383c","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-d6k8gy-shard-0","resolved":"2020-09-24T13:52:13Z","status":"CLOSED","updated":"2020-09-24T13:52:13Z","userAlias":"e2e-cluster-222-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:52:13Z","currentValue":{"number":0.9329299041855775,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-511umr-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6ca48d3332aa623b265f51","lastNotified":"2020-09-24T13:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca48d3332aa623b265f51","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-511umr-shard-0","resolved":"2020-09-24T13:53:35Z","status":"CLOSED","updated":"2020-09-24T13:53:35Z","userAlias":"e2e-cluster-964-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:52:13Z","currentValue":{"number":2.250782335123919,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-d6k8gy-shard-00-02.g1nxq.mongodb-dev.net:27017","id":"5f6ca48d3332aa623b265f55","lastNotified":"2020-09-24T13:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca48d3332aa623b265f55","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-d6k8gy-shard-0","resolved":"2020-09-24T13:53:35Z","status":"CLOSED","updated":"2020-09-24T13:53:35Z","userAlias":"e2e-cluster-222-shard-00-02.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:52:13Z","currentValue":{"number":1.264508349104795,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-c6zofi-shard-00-00.g1nxq.mongodb-dev.net:27017","id":"5f6ca48d3332aa623b265f57","lastNotified":"2020-09-24T13:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca48d3332aa623b265f57","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-c6zofi-shard-0","resolved":"2020-09-24T13:53:35Z","status":"CLOSED","updated":"2020-09-24T13:53:35Z","userAlias":"e2e-cluster-526-shard-00-00.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce0f","created":"2020-09-24T13:52:13Z","currentValue":{"number":30.095125852344474,"units":"RAW"},"eventTypeName":"OUTSIDE_METRIC_THRESHOLD","groupId":"b0123456789abcdef012345b","hostnameAndPort":"atlas-2u7mvs-shard-00-01.g1nxq.mongodb-dev.net:27017","id":"5f6ca48d3332aa623b265f59","lastNotified":"2020-09-24T13:53:43Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5f6ca48d3332aa623b265f59","rel":"self"}],"metricName":"NORMALIZED_SYSTEM_CPU_STEAL","orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-2u7mvs-shard-0","resolved":"2020-09-24T13:53:35Z","status":"CLOSED","updated":"2020-09-24T13:53:35Z","userAlias":"e2e-cluster-952-shard-00-01.g1nxq.mongodb-dev.net"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"604b54cfef1dbb2894211edd","created":"2021-03-12T12:47:39Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"604b62eb60e01305d72724cc","lastNotified":"2021-03-12T12:48:32Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/604b62eb60e01305d72724cc","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-4b1qk6-shard-0","resolved":"2021-03-12T12:48:26Z","status":"CLOSED","updated":"2021-03-12T12:48:26Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"604b5a5820c56e27b46afa9f","created":"2021-03-12T13:11:10Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"604b686e60e01305d727428a","lastNotified":"2021-03-12T13:12:50Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/604b686e60e01305d727428a","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-149zfq-shard-0","resolved":"2021-03-12T13:12:41Z","status":"CLOSED","updated":"2021-03-12T13:12:41Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"60b7d1526341cc593b52a608","created":"2021-06-02T19:43:35Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"60b7df6794609c6dbaabd777","lastNotified":"2021-06-02T19:45:11Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/60b7df6794609c6dbaabd777","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-84i50x-shard-0","resolved":"2021-06-02T19:45:04Z","status":"CLOSED","updated":"2021-06-02T19:45:04Z"},{"alertConfigId":"5efda6aea3f2ed2e7dd6ce06","clusterId":"60b7d1576341cc593b52a799","created":"2021-06-02T19:43:35Z","eventTypeName":"REPLICATION_OPLOG_WINDOW_RUNNING_OUT","groupId":"b0123456789abcdef012345b","id":"60b7df6794609c6dbaabd779","lastNotified":"2021-06-02T19:45:11Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/60b7df6794609c6dbaabd779","rel":"self"}],"orgId":"a0123456789abcdef012345a","replicaSetName":"atlas-1om9fa-shard-0","resolved":"2021-06-02T19:45:04Z","status":"CLOSED","updated":"2021-06-02T19:45:04Z"},{"alertConfigId":"62347fd81bfe1073af78a5e2","created":"2022-03-18T12:53:36Z","eventTypeName":"DAILY_BILL_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"623480d072335b56b1905737","lastNotified":"2022-03-22T03:00:56Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/623480d072335b56b1905737","rel":"self"}],"orgId":"a0123456789abcdef012345a","resolved":"2022-03-22T03:00:51Z","status":"CLOSED","updated":"2022-03-22T03:00:51Z"}],"totalCount":281} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAlerts/List_with_status_OPEN/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_1.snaphost b/test/e2e/testdata/.snapshots/TestAlerts/List_with_status_OPEN/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_1.snaphost index b3c9da332e..eec3de3a80 100644 --- a/test/e2e/testdata/.snapshots/TestAlerts/List_with_status_OPEN/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAlerts/List_with_status_OPEN/GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1536 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:57 GMT +Date: Thu, 24 Jul 2025 15:06: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: 88 +X-Envoy-Upstream-Service-Time: 134 X-Frame-Options: DENY X-Java-Method: ApiAlertsResource::getAllAlerts X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts?includeCount=true&status=OPEN&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"alertConfigId":"62347fd81bfe1073af78a5e2","created":"2025-07-02T02:06:31Z","eventTypeName":"DAILY_BILL_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"68649427e30c2948581218a4","lastNotified":"2025-07-21T15:07:32Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/68649427e30c2948581218a4","rel":"self"}],"orgId":"a0123456789abcdef012345a","status":"OPEN","updated":"2025-07-22T02:05:53Z"},{"alertConfigId":"623997b6c4f2aa666ae90fad","created":"2025-07-02T02:06:32Z","eventTypeName":"PENDING_INVOICE_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"68649428e30c29485812415f","lastNotified":"2025-07-21T15:07:32Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/68649428e30c29485812415f","rel":"self"}],"orgId":"a0123456789abcdef012345a","status":"OPEN","updated":"2025-07-22T02:05:53Z"},{"alertConfigId":"624db2d013b80654d0c0d0bd","created":"2025-07-02T02:06:32Z","eventTypeName":"DAILY_BILL_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"68649428e30c2948581244e7","lastNotified":"2025-07-02T02:06:32Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/68649428e30c2948581244e7","rel":"self"}],"orgId":"a0123456789abcdef012345a","status":"OPEN","updated":"2025-07-22T02:05:53Z"}],"totalCount":3} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts?includeCount=true&status=OPEN&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"alertConfigId":"62347fd81bfe1073af78a5e2","created":"2025-07-02T02:06:31Z","eventTypeName":"DAILY_BILL_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"68649427e30c2948581218a4","lastNotified":"2025-07-23T15:09:19Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/68649427e30c2948581218a4","rel":"self"}],"orgId":"a0123456789abcdef012345a","status":"OPEN","updated":"2025-07-24T02:11:02Z"},{"alertConfigId":"623997b6c4f2aa666ae90fad","created":"2025-07-02T02:06:32Z","eventTypeName":"PENDING_INVOICE_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"68649428e30c29485812415f","lastNotified":"2025-07-23T15:09:19Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/68649428e30c29485812415f","rel":"self"}],"orgId":"a0123456789abcdef012345a","status":"OPEN","updated":"2025-07-24T02:11:02Z"},{"alertConfigId":"624db2d013b80654d0c0d0bd","created":"2025-07-02T02:06:32Z","eventTypeName":"DAILY_BILL_OVER_THRESHOLD","groupId":"b0123456789abcdef012345b","id":"68649428e30c2948581244e7","lastNotified":"2025-07-02T02:06:32Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/68649428e30c2948581244e7","rel":"self"}],"orgId":"a0123456789abcdef012345a","status":"OPEN","updated":"2025-07-24T02:11:02Z"}],"totalCount":3} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAlerts/UnAcknowledge/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost b/test/e2e/testdata/.snapshots/TestAlerts/UnAcknowledge/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost index cdad56cae1..7bb751eb12 100644 --- a/test/e2e/testdata/.snapshots/TestAlerts/UnAcknowledge/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAlerts/UnAcknowledge/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 811 Content-Type: application/vnd.atlas.2024-05-30+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:00 GMT +Date: Thu, 24 Jul 2025 15:06: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: 126 +X-Envoy-Upstream-Service-Time: 94 X-Frame-Options: DENY X-Java-Method: ApiAlertsResource20240530::patchAlert X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"alertConfigId":"5efdb59f93fc35705f337179","created":"2020-07-02T10:24:29Z","eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"5efdb5dd5b306e51e2e9b05b","lastNotified":"2025-07-22T05:13:00Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efdb59f93fc35705f337179","rel":"http://localhost:8080/alertConfig"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b/alertConfigs","rel":"http://localhost:8080/alertConfigs"}],"orgId":"a0123456789abcdef012345a","resolved":"2022-03-16T18:39:26Z","status":"CLOSED","updated":"2025-07-22T05:13:00Z"} \ No newline at end of file +{"alertConfigId":"5efdb59f93fc35705f337179","created":"2020-07-02T10:24:29Z","eventTypeName":"USERS_WITHOUT_MULTI_FACTOR_AUTH","groupId":"b0123456789abcdef012345b","id":"5efdb5dd5b306e51e2e9b05b","lastNotified":"2025-07-24T15:06:11Z","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alertConfigs/5efdb59f93fc35705f337179","rel":"http://localhost:8080/alertConfig"},{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/alerts/5efdb5dd5b306e51e2e9b05b/alertConfigs","rel":"http://localhost:8080/alertConfigs"}],"orgId":"a0123456789abcdef012345a","resolved":"2022-03-16T18:39:26Z","status":"CLOSED","updated":"2025-07-24T15:06:11Z"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Create/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Create/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_1.snaphost deleted file mode 100644 index efe54d7c1e..0000000000 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Create/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_1.snaphost +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 474 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11: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: 219 -X-Frame-Options: DENY -X-Java-Method: ApiOrganizationApiUsersAccessListResource::addApiUserAccessList -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/687f1d7da799aa2ae9e804ad/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"192.168.0.92/32","count":0,"created":"2025-07-22T05:11:25Z","ipAddress":"192.168.0.92","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/687f1d7da799aa2ae9e804ad/accessList/192.168.0.92","rel":"self"}]}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Create/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_1.snaphost similarity index 60% rename from test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Create/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_1.snaphost index ed3525ef01..64af09d928 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Create/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 477 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:27 GMT +Date: Thu, 24 Jul 2025 15:04: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: 83 +X-Envoy-Upstream-Service-Time: 181 X-Frame-Options: DENY X-Java-Method: ApiOrganizationApiUsersAccessListResource::addApiUserAccessList X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/687f1d7da799aa2ae9e804ad/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"64.236.193.18/32","count":0,"created":"2025-07-22T05:11:27Z","ipAddress":"64.236.193.18","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/687f1d7da799aa2ae9e804ad/accessList/64.236.193.18","rel":"self"}]}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68824b9bb448981053345bb4/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"192.168.0.245/32","count":0,"created":"2025-07-24T15:05:00Z","ipAddress":"192.168.0.245","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68824b9bb448981053345bb4/accessList/192.168.0.245","rel":"self"}]}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/GET_api_private_ipinfo_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/GET_api_private_ipinfo_1.snaphost index a6169b27f3..00e5995b21 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/GET_api_private_ipinfo_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/GET_api_private_ipinfo_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 38 Content-Type: application/json -Date: Tue, 22 Jul 2025 05:11:26 GMT +Date: Thu, 24 Jul 2025 15:05:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; @@ -9,8 +9,8 @@ X-Content-Type-Options: nosniff X-Frame-Options: DENY X-Java-Method: ApiPrivateIpInfoResource::getIpInfo X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none X-Xgen-Up-Proto: HTTP/2 -{"currentIpv4Address":"64.236.193.18"} \ No newline at end of file +{"currentIpv4Address":"4.236.159.225"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_1.snaphost new file mode 100644 index 0000000000..63236b6d8b --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Create_Current_IP/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 477 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Thu, 24 Jul 2025 15:05: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: 242 +X-Frame-Options: DENY +X-Java-Method: ApiOrganizationApiUsersAccessListResource::addApiUserAccessList +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68824b9bb448981053345bb4/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"4.236.159.225/32","count":0,"created":"2025-07-24T15:05:01Z","ipAddress":"4.236.159.225","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68824b9bb448981053345bb4/accessList/4.236.159.225","rel":"self"}]}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d8144f1ab3f8423142a_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_1.snaphost similarity index 70% rename from test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d8144f1ab3f8423142a_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_1.snaphost index d100a155cd..477feaf548 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d8144f1ab3f8423142a_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_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: Tue, 22 Jul 2025 05:11:30 GMT +Date: Thu, 24 Jul 2025 15:05: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: 92 +X-Envoy-Upstream-Service-Time: 103 X-Frame-Options: DENY X-Java-Method: ApiOrganizationApiUsersResource::deleteApiUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete#01/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_64.236.193.18_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete#01/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_4.236.159.225_1.snaphost similarity index 71% rename from test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete#01/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_64.236.193.18_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete#01/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_4.236.159.225_1.snaphost index 87f86e731a..7d49104464 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete#01/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_64.236.193.18_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete#01/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_4.236.159.225_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: Tue, 22 Jul 2025 05:11:27 GMT +Date: Thu, 24 Jul 2025 15:05: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: 131 +X-Envoy-Upstream-Service-Time: 158 X-Frame-Options: DENY X-Java-Method: ApiOrganizationApiUsersAccessListResource::deleteUserAccessListEntry X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_192.168.0.92_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_192.168.0.245_1.snaphost similarity index 71% rename from test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_192.168.0.92_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_192.168.0.245_1.snaphost index ac92f2bf00..9792a57753 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_192.168.0.92_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_192.168.0.245_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: Tue, 22 Jul 2025 05:11:26 GMT +Date: Thu, 24 Jul 2025 15:05: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: 83 +X-Envoy-Upstream-Service-Time: 115 X-Frame-Options: DENY X-Java-Method: ApiOrganizationApiUsersAccessListResource::deleteUserAccessListEntry X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_1.snaphost similarity index 50% rename from test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_1.snaphost index aac86bc412..b84403d55a 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_accessList_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9bb448981053345bb4_accessList_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK -Content-Length: 474 +Content-Length: 477 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:26 GMT +Date: Thu, 24 Jul 2025 15:05: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: 56 +X-Envoy-Upstream-Service-Time: 81 X-Frame-Options: DENY X-Java-Method: ApiOrganizationApiUsersAccessListResource::getApiUserAccessList X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/687f1d7da799aa2ae9e804ad/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"192.168.0.92/32","count":0,"created":"2025-07-22T05:11:25Z","ipAddress":"192.168.0.92","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/687f1d7da799aa2ae9e804ad/accessList/192.168.0.92","rel":"self"}]}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68824b9bb448981053345bb4/accessList?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"cidrBlock":"192.168.0.245/32","count":0,"created":"2025-07-24T15:05:00Z","ipAddress":"192.168.0.245","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68824b9bb448981053345bb4/accessList/192.168.0.245","rel":"self"}]}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost index 13ed2a4f31..d2b6e1d5e7 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 339 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:25 GMT +Date: Thu, 24 Jul 2025 15:04: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: 171 +X-Envoy-Upstream-Service-Time: 158 X-Frame-Options: DENY X-Java-Method: ApiOrganizationApiUsersResource::createApiUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"desc":"e2e-test-helper","id":"687f1d7da799aa2ae9e804ad","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/687f1d7da799aa2ae9e804ad","rel":"self"}],"privateKey":"0c4f295b-e84a-49dc-a1f5-4fdda4b873a0","publicKey":"ihedyomy","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]} \ No newline at end of file +{"desc":"e2e-test-helper","id":"68824b9bb448981053345bb4","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68824b9bb448981053345bb4","rel":"self"}],"privateKey":"c33d0cf0-938e-48e6-bfe8-5efc460ca4f6","publicKey":"gomzfufi","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/memory.json b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/memory.json index b649a52dbc..76bbe38b8d 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/memory.json +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/memory.json @@ -1 +1 @@ -{"TestAtlasOrgAPIKeyAccessList/rand":"XA=="} \ No newline at end of file +{"TestAtlasOrgAPIKeyAccessList/rand":"9Q=="} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Create/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Create/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost index 2e44e2dc36..387dafb469 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Create/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Create/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 342 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:28 GMT +Date: Thu, 24 Jul 2025 15:05: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: 154 +X-Envoy-Upstream-Service-Time: 160 X-Frame-Options: DENY X-Java-Method: ApiOrganizationApiUsersResource::createApiUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"desc":"e2e-test-atlas-org","id":"687f1d8144f1ab3f8423142a","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/687f1d8144f1ab3f8423142a","rel":"self"}],"privateKey":"fe28378f-1f9f-41df-a916-d0e69451428c","publicKey":"hcfsbyvu","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]} \ No newline at end of file +{"desc":"e2e-test-atlas-org","id":"68824b9e42be0f23307f36e4","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68824b9e42be0f23307f36e4","rel":"self"}],"privateKey":"636fc712-27b0-436c-a1fb-a574be5a4bf9","publicKey":"rprqzzjl","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d8b44f1ab3f84231539_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9e42be0f23307f36e4_1.snaphost similarity index 70% rename from test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d8b44f1ab3f84231539_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9e42be0f23307f36e4_1.snaphost index 06fd810177..6274f153a8 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d8b44f1ab3f84231539_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9e42be0f23307f36e4_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: Tue, 22 Jul 2025 05:11:41 GMT +Date: Thu, 24 Jul 2025 15:05: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: 89 +X-Envoy-Upstream-Service-Time: 103 X-Frame-Options: DENY X-Java-Method: ApiOrganizationApiUsersResource::deleteApiUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Describe/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d8144f1ab3f8423142a_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Describe/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9e42be0f23307f36e4_1.snaphost similarity index 50% rename from test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Describe/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d8144f1ab3f8423142a_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Describe/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9e42be0f23307f36e4_1.snaphost index c9a54f7a56..456231ed31 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Describe/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d8144f1ab3f8423142a_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Describe/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9e42be0f23307f36e4_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 345 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:30 GMT +Date: Thu, 24 Jul 2025 15:05: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: 48 X-Frame-Options: DENY X-Java-Method: ApiOrganizationApiUsersResource::getApiUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"desc":"e2e-test-atlas-org-updated","id":"687f1d8144f1ab3f8423142a","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/687f1d8144f1ab3f8423142a","rel":"self"}],"privateKey":"********-****-****-d0e69451428c","publicKey":"hcfsbyvu","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]} \ No newline at end of file +{"desc":"e2e-test-atlas-org-updated","id":"68824b9e42be0f23307f36e4","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68824b9e42be0f23307f36e4","rel":"self"}],"privateKey":"********-****-****-a574be5a4bf9","publicKey":"rprqzzjl","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost index 03c899b856..7864c1b13f 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK -Content-Length: 6011 +Content-Length: 6075 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:29 GMT +Date: Thu, 24 Jul 2025 15:05: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: 67 +X-Envoy-Upstream-Service-Time: 55 X-Frame-Options: DENY X-Java-Method: ApiOrganizationApiUsersResource::getApiUsers X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"desc":"Bianca key","id":"66df1cdc9d75e9760bad2c8b","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/66df1cdc9d75e9760bad2c8b","rel":"self"}],"privateKey":"********-****-****-b0f76b821fd3","publicKey":"cbpvbeke","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"melanija-test","id":"6788f733ce09c27ebade8d29","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/6788f733ce09c27ebade8d29","rel":"self"}],"privateKey":"********-****-****-fc24f9213325","publicKey":"gtlpdevb","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test-atlas-org","id":"687f1d8144f1ab3f8423142a","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/687f1d8144f1ab3f8423142a","rel":"self"}],"privateKey":"********-****-****-d0e69451428c","publicKey":"hcfsbyvu","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]},{"desc":"bianca-test","id":"65ccd430eb20d062681e521d","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/65ccd430eb20d062681e521d","rel":"self"}],"privateKey":"********-****-****-7a7318486a98","publicKey":"jgblwcvi","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"},{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_OWNER"}]},{"desc":"e2e-test","id":"65e1d86b6c817a42f3f9e4b2","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/65e1d86b6c817a42f3f9e4b2","rel":"self"}],"privateKey":"********-****-****-d2cd9108b9c6","publicKey":"ksrveyom","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"Andrea's Keys","id":"664b5ab59a981a30544e3996","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/664b5ab59a981a30544e3996","rel":"self"}],"privateKey":"********-****-****-686587e6e7af","publicKey":"laqkcexi","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"}]},{"desc":"GH Actions Snapshots","id":"6835e821c794bf2ac0a9ec73","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/6835e821c794bf2ac0a9ec73","rel":"self"}],"privateKey":"********-****-****-ebb4d167beea","publicKey":"nmtxqlkl","roles":[{"groupId":"687f1d79a799aa2ae9e803dd","roleName":"GROUP_OWNER"},{"groupId":"687f1d6ea799aa2ae9e800fa","roleName":"GROUP_OWNER"},{"groupId":"687f1d7f44f1ab3f8423133f","roleName":"GROUP_OWNER"},{"groupId":"687f1d7b44f1ab3f84231249","roleName":"GROUP_OWNER"},{"groupId":"687f1d7fa799aa2ae9e804de","roleName":"GROUP_OWNER"},{"groupId":"687f1d7d44f1ab3f842312d4","roleName":"GROUP_OWNER"},{"groupId":"68369c0d9806252ca7c427d1","roleName":"GROUP_OWNER"},{"groupId":"687f1d7444f1ab3f84231064","roleName":"GROUP_OWNER"},{"groupId":"687f1d7a44f1ab3f842311cb","roleName":"GROUP_OWNER"},{"groupId":"687f1d80a799aa2ae9e8054b","roleName":"GROUP_OWNER"},{"groupId":"687f1d7044f1ab3f84230fb6","roleName":"GROUP_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"},{"groupId":"687f1d7044f1ab3f84230f92","roleName":"GROUP_OWNER"},{"groupId":"687f1d7f44f1ab3f8423133e","roleName":"GROUP_OWNER"},{"groupId":"687f1d7544f1ab3f842310d1","roleName":"GROUP_OWNER"},{"groupId":"687f1d78a799aa2ae9e80368","roleName":"GROUP_OWNER"},{"groupId":"687f1d6f44f1ab3f84230f31","roleName":"GROUP_OWNER"},{"groupId":"687f1d6ea799aa2ae9e8009f","roleName":"GROUP_OWNER"}]},{"desc":"yeliz-test","id":"684285efe9900637b4a61ead","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/684285efe9900637b4a61ead","rel":"self"}],"privateKey":"********-****-****-ab4cb1ea02f2","publicKey":"onlqcmle","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test-org","id":"613b62958ec48f1af7520a5d","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/613b62958ec48f1af7520a5d","rel":"self"}],"privateKey":"********-****-****-5e62b2d3652d","publicKey":"rmeffxgz","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]},{"desc":"Evergreen E2E","id":"5f3b9a38320c484ff32cbf5c","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/5f3b9a38320c484ff32cbf5c","rel":"self"}],"privateKey":"********-****-****-d4a6d03057ae","publicKey":"tevdziqg","roles":[{"groupId":"6836f15a05517854c0dda381","roleName":"GROUP_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"}]},{"desc":"atlas-cli-plugin-gsa-e2e-test","id":"68416cdde5070e2113965701","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68416cdde5070e2113965701","rel":"self"}],"privateKey":"********-****-****-9c7006b880e3","publicKey":"tgvjrepi","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"Bianca","id":"68307e0a06d3a97796e4f5c3","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68307e0a06d3a97796e4f5c3","rel":"self"}],"privateKey":"********-****-****-b2bae1a2a730","publicKey":"xtdbqwxr","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test","id":"6564c343515f29099463b160","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/6564c343515f29099463b160","rel":"self"}],"privateKey":"********-****-****-de061174a097","publicKey":"ywcjnnxw","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]}],"totalCount":13} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"desc":"Bianca key","id":"66df1cdc9d75e9760bad2c8b","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/66df1cdc9d75e9760bad2c8b","rel":"self"}],"privateKey":"********-****-****-b0f76b821fd3","publicKey":"cbpvbeke","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"melanija-test","id":"6788f733ce09c27ebade8d29","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/6788f733ce09c27ebade8d29","rel":"self"}],"privateKey":"********-****-****-fc24f9213325","publicKey":"gtlpdevb","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"}]},{"desc":"bianca-test","id":"65ccd430eb20d062681e521d","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/65ccd430eb20d062681e521d","rel":"self"}],"privateKey":"********-****-****-7a7318486a98","publicKey":"jgblwcvi","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"},{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_OWNER"}]},{"desc":"e2e-test","id":"65e1d86b6c817a42f3f9e4b2","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/65e1d86b6c817a42f3f9e4b2","rel":"self"}],"privateKey":"********-****-****-d2cd9108b9c6","publicKey":"ksrveyom","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"Andrea's Keys","id":"664b5ab59a981a30544e3996","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/664b5ab59a981a30544e3996","rel":"self"}],"privateKey":"********-****-****-686587e6e7af","publicKey":"laqkcexi","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"}]},{"desc":"GH Actions Snapshots","id":"6835e821c794bf2ac0a9ec73","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/6835e821c794bf2ac0a9ec73","rel":"self"}],"privateKey":"********-****-****-ebb4d167beea","publicKey":"nmtxqlkl","roles":[{"groupId":"68824b9cb448981053345c3f","roleName":"GROUP_OWNER"},{"groupId":"68824b8db448981053345ab6","roleName":"GROUP_OWNER"},{"groupId":"68824b9842be0f23307f35ad","roleName":"GROUP_OWNER"},{"groupId":"68824b9cb448981053345bce","roleName":"GROUP_OWNER"},{"groupId":"6881c09b78d9415ffc817d53","roleName":"GROUP_OWNER"},{"groupId":"68824b8d42be0f23307f34b2","roleName":"GROUP_OWNER"},{"groupId":"68824b9a42be0f23307f3610","roleName":"GROUP_OWNER"},{"groupId":"6881c0e078d9415ffc8185b9","roleName":"GROUP_OWNER"},{"groupId":"68824b8642be0f23307f33bd","roleName":"GROUP_OWNER"},{"groupId":"68824b8c42be0f23307f3451","roleName":"GROUP_OWNER"},{"groupId":"68824b9042be0f23307f352b","roleName":"GROUP_OWNER"},{"groupId":"68824b9c42be0f23307f3673","roleName":"GROUP_OWNER"},{"groupId":"6881c0b9b7b97c2537f63adc","roleName":"GROUP_OWNER"},{"groupId":"68824b8fb448981053345b19","roleName":"GROUP_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"},{"groupId":"68369c0d9806252ca7c427d1","roleName":"GROUP_OWNER"},{"groupId":"68824b89b44898105334593e","roleName":"GROUP_OWNER"},{"groupId":"68824b9db448981053345c72","roleName":"GROUP_OWNER"},{"groupId":"68824b8bb448981053345a2e","roleName":"GROUP_OWNER"}]},{"desc":"yeliz-test","id":"684285efe9900637b4a61ead","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/684285efe9900637b4a61ead","rel":"self"}],"privateKey":"********-****-****-ab4cb1ea02f2","publicKey":"onlqcmle","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test-org","id":"613b62958ec48f1af7520a5d","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/613b62958ec48f1af7520a5d","rel":"self"}],"privateKey":"********-****-****-5e62b2d3652d","publicKey":"rmeffxgz","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]},{"desc":"e2e-test-atlas-org","id":"68824b9e42be0f23307f36e4","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68824b9e42be0f23307f36e4","rel":"self"}],"privateKey":"********-****-****-a574be5a4bf9","publicKey":"rprqzzjl","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]},{"desc":"Evergreen E2E","id":"5f3b9a38320c484ff32cbf5c","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/5f3b9a38320c484ff32cbf5c","rel":"self"}],"privateKey":"********-****-****-d4a6d03057ae","publicKey":"tevdziqg","roles":[{"groupId":"6836f15a05517854c0dda381","roleName":"GROUP_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"}]},{"desc":"atlas-cli-plugin-gsa-e2e-test","id":"68416cdde5070e2113965701","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68416cdde5070e2113965701","rel":"self"}],"privateKey":"********-****-****-9c7006b880e3","publicKey":"tgvjrepi","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"Bianca","id":"68307e0a06d3a97796e4f5c3","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68307e0a06d3a97796e4f5c3","rel":"self"}],"privateKey":"********-****-****-b2bae1a2a730","publicKey":"xtdbqwxr","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"}]},{"desc":"e2e-test","id":"6564c343515f29099463b160","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/6564c343515f29099463b160","rel":"self"}],"privateKey":"********-****-****-de061174a097","publicKey":"ywcjnnxw","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"},{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_READ_ONLY"}]}],"totalCount":13} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/List_Compact/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/List_Compact/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost index 2b6dfbb96e..ea59cbe5f2 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/List_Compact/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/List_Compact/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK -Content-Length: 6011 +Content-Length: 6075 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:29 GMT +Date: Thu, 24 Jul 2025 15:05: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: 65 +X-Envoy-Upstream-Service-Time: 64 X-Frame-Options: DENY X-Java-Method: ApiOrganizationApiUsersResource::getApiUsers X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"desc":"Bianca key","id":"66df1cdc9d75e9760bad2c8b","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/66df1cdc9d75e9760bad2c8b","rel":"self"}],"privateKey":"********-****-****-b0f76b821fd3","publicKey":"cbpvbeke","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"melanija-test","id":"6788f733ce09c27ebade8d29","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/6788f733ce09c27ebade8d29","rel":"self"}],"privateKey":"********-****-****-fc24f9213325","publicKey":"gtlpdevb","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test-atlas-org","id":"687f1d8144f1ab3f8423142a","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/687f1d8144f1ab3f8423142a","rel":"self"}],"privateKey":"********-****-****-d0e69451428c","publicKey":"hcfsbyvu","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]},{"desc":"bianca-test","id":"65ccd430eb20d062681e521d","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/65ccd430eb20d062681e521d","rel":"self"}],"privateKey":"********-****-****-7a7318486a98","publicKey":"jgblwcvi","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"},{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_OWNER"}]},{"desc":"e2e-test","id":"65e1d86b6c817a42f3f9e4b2","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/65e1d86b6c817a42f3f9e4b2","rel":"self"}],"privateKey":"********-****-****-d2cd9108b9c6","publicKey":"ksrveyom","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"Andrea's Keys","id":"664b5ab59a981a30544e3996","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/664b5ab59a981a30544e3996","rel":"self"}],"privateKey":"********-****-****-686587e6e7af","publicKey":"laqkcexi","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"}]},{"desc":"GH Actions Snapshots","id":"6835e821c794bf2ac0a9ec73","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/6835e821c794bf2ac0a9ec73","rel":"self"}],"privateKey":"********-****-****-ebb4d167beea","publicKey":"nmtxqlkl","roles":[{"groupId":"687f1d79a799aa2ae9e803dd","roleName":"GROUP_OWNER"},{"groupId":"687f1d6ea799aa2ae9e800fa","roleName":"GROUP_OWNER"},{"groupId":"687f1d7f44f1ab3f8423133f","roleName":"GROUP_OWNER"},{"groupId":"687f1d7b44f1ab3f84231249","roleName":"GROUP_OWNER"},{"groupId":"687f1d7fa799aa2ae9e804de","roleName":"GROUP_OWNER"},{"groupId":"687f1d7d44f1ab3f842312d4","roleName":"GROUP_OWNER"},{"groupId":"68369c0d9806252ca7c427d1","roleName":"GROUP_OWNER"},{"groupId":"687f1d7444f1ab3f84231064","roleName":"GROUP_OWNER"},{"groupId":"687f1d7a44f1ab3f842311cb","roleName":"GROUP_OWNER"},{"groupId":"687f1d80a799aa2ae9e8054b","roleName":"GROUP_OWNER"},{"groupId":"687f1d7044f1ab3f84230fb6","roleName":"GROUP_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"},{"groupId":"687f1d7044f1ab3f84230f92","roleName":"GROUP_OWNER"},{"groupId":"687f1d7f44f1ab3f8423133e","roleName":"GROUP_OWNER"},{"groupId":"687f1d7544f1ab3f842310d1","roleName":"GROUP_OWNER"},{"groupId":"687f1d78a799aa2ae9e80368","roleName":"GROUP_OWNER"},{"groupId":"687f1d6f44f1ab3f84230f31","roleName":"GROUP_OWNER"},{"groupId":"687f1d6ea799aa2ae9e8009f","roleName":"GROUP_OWNER"}]},{"desc":"yeliz-test","id":"684285efe9900637b4a61ead","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/684285efe9900637b4a61ead","rel":"self"}],"privateKey":"********-****-****-ab4cb1ea02f2","publicKey":"onlqcmle","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test-org","id":"613b62958ec48f1af7520a5d","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/613b62958ec48f1af7520a5d","rel":"self"}],"privateKey":"********-****-****-5e62b2d3652d","publicKey":"rmeffxgz","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]},{"desc":"Evergreen E2E","id":"5f3b9a38320c484ff32cbf5c","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/5f3b9a38320c484ff32cbf5c","rel":"self"}],"privateKey":"********-****-****-d4a6d03057ae","publicKey":"tevdziqg","roles":[{"groupId":"6836f15a05517854c0dda381","roleName":"GROUP_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"}]},{"desc":"atlas-cli-plugin-gsa-e2e-test","id":"68416cdde5070e2113965701","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68416cdde5070e2113965701","rel":"self"}],"privateKey":"********-****-****-9c7006b880e3","publicKey":"tgvjrepi","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"Bianca","id":"68307e0a06d3a97796e4f5c3","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68307e0a06d3a97796e4f5c3","rel":"self"}],"privateKey":"********-****-****-b2bae1a2a730","publicKey":"xtdbqwxr","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test","id":"6564c343515f29099463b160","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/6564c343515f29099463b160","rel":"self"}],"privateKey":"********-****-****-de061174a097","publicKey":"ywcjnnxw","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]}],"totalCount":13} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"desc":"Bianca key","id":"66df1cdc9d75e9760bad2c8b","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/66df1cdc9d75e9760bad2c8b","rel":"self"}],"privateKey":"********-****-****-b0f76b821fd3","publicKey":"cbpvbeke","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"melanija-test","id":"6788f733ce09c27ebade8d29","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/6788f733ce09c27ebade8d29","rel":"self"}],"privateKey":"********-****-****-fc24f9213325","publicKey":"gtlpdevb","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"}]},{"desc":"bianca-test","id":"65ccd430eb20d062681e521d","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/65ccd430eb20d062681e521d","rel":"self"}],"privateKey":"********-****-****-7a7318486a98","publicKey":"jgblwcvi","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"},{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_OWNER"}]},{"desc":"e2e-test","id":"65e1d86b6c817a42f3f9e4b2","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/65e1d86b6c817a42f3f9e4b2","rel":"self"}],"privateKey":"********-****-****-d2cd9108b9c6","publicKey":"ksrveyom","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"Andrea's Keys","id":"664b5ab59a981a30544e3996","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/664b5ab59a981a30544e3996","rel":"self"}],"privateKey":"********-****-****-686587e6e7af","publicKey":"laqkcexi","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"}]},{"desc":"GH Actions Snapshots","id":"6835e821c794bf2ac0a9ec73","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/6835e821c794bf2ac0a9ec73","rel":"self"}],"privateKey":"********-****-****-ebb4d167beea","publicKey":"nmtxqlkl","roles":[{"groupId":"68824b9cb448981053345c3f","roleName":"GROUP_OWNER"},{"groupId":"68824b8db448981053345ab6","roleName":"GROUP_OWNER"},{"groupId":"68824b9842be0f23307f35ad","roleName":"GROUP_OWNER"},{"groupId":"68824b9cb448981053345bce","roleName":"GROUP_OWNER"},{"groupId":"6881c09b78d9415ffc817d53","roleName":"GROUP_OWNER"},{"groupId":"68824b8d42be0f23307f34b2","roleName":"GROUP_OWNER"},{"groupId":"68824b9a42be0f23307f3610","roleName":"GROUP_OWNER"},{"groupId":"6881c0e078d9415ffc8185b9","roleName":"GROUP_OWNER"},{"groupId":"68824b8642be0f23307f33bd","roleName":"GROUP_OWNER"},{"groupId":"68824b8c42be0f23307f3451","roleName":"GROUP_OWNER"},{"groupId":"68824b9042be0f23307f352b","roleName":"GROUP_OWNER"},{"groupId":"68824b9c42be0f23307f3673","roleName":"GROUP_OWNER"},{"groupId":"6881c0b9b7b97c2537f63adc","roleName":"GROUP_OWNER"},{"groupId":"68824b8fb448981053345b19","roleName":"GROUP_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"},{"groupId":"68369c0d9806252ca7c427d1","roleName":"GROUP_OWNER"},{"groupId":"68824b89b44898105334593e","roleName":"GROUP_OWNER"},{"groupId":"68824b9db448981053345c72","roleName":"GROUP_OWNER"},{"groupId":"68824b8bb448981053345a2e","roleName":"GROUP_OWNER"}]},{"desc":"yeliz-test","id":"684285efe9900637b4a61ead","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/684285efe9900637b4a61ead","rel":"self"}],"privateKey":"********-****-****-ab4cb1ea02f2","publicKey":"onlqcmle","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test-org","id":"613b62958ec48f1af7520a5d","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/613b62958ec48f1af7520a5d","rel":"self"}],"privateKey":"********-****-****-5e62b2d3652d","publicKey":"rmeffxgz","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]},{"desc":"e2e-test-atlas-org","id":"68824b9e42be0f23307f36e4","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68824b9e42be0f23307f36e4","rel":"self"}],"privateKey":"********-****-****-a574be5a4bf9","publicKey":"rprqzzjl","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]},{"desc":"Evergreen E2E","id":"5f3b9a38320c484ff32cbf5c","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/5f3b9a38320c484ff32cbf5c","rel":"self"}],"privateKey":"********-****-****-d4a6d03057ae","publicKey":"tevdziqg","roles":[{"groupId":"6836f15a05517854c0dda381","roleName":"GROUP_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"}]},{"desc":"atlas-cli-plugin-gsa-e2e-test","id":"68416cdde5070e2113965701","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68416cdde5070e2113965701","rel":"self"}],"privateKey":"********-****-****-9c7006b880e3","publicKey":"tgvjrepi","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"Bianca","id":"68307e0a06d3a97796e4f5c3","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68307e0a06d3a97796e4f5c3","rel":"self"}],"privateKey":"********-****-****-b2bae1a2a730","publicKey":"xtdbqwxr","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"}]},{"desc":"e2e-test","id":"6564c343515f29099463b160","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/6564c343515f29099463b160","rel":"self"}],"privateKey":"********-****-****-de061174a097","publicKey":"ywcjnnxw","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"},{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_READ_ONLY"}]}],"totalCount":13} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Update/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d8144f1ab3f8423142a_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Update/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9e42be0f23307f36e4_1.snaphost similarity index 51% rename from test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Update/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d8144f1ab3f8423142a_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Update/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9e42be0f23307f36e4_1.snaphost index 61922d860b..76d0558926 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Update/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d8144f1ab3f8423142a_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/Update/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824b9e42be0f23307f36e4_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 345 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:30 GMT +Date: Thu, 24 Jul 2025 15:05: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: 83 X-Frame-Options: DENY X-Java-Method: ApiOrganizationApiUsersResource::updateApiUserDescAndRoles X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"desc":"e2e-test-atlas-org-updated","id":"687f1d8144f1ab3f8423142a","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/687f1d8144f1ab3f8423142a","rel":"self"}],"privateKey":"********-****-****-d0e69451428c","publicKey":"hcfsbyvu","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]} \ No newline at end of file +{"desc":"e2e-test-atlas-org-updated","id":"68824b9e42be0f23307f36e4","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68824b9e42be0f23307f36e4","rel":"self"}],"privateKey":"********-****-****-a574be5a4bf9","publicKey":"rprqzzjl","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Delete_Invitation_from_File_Test/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d85a799aa2ae9e8062e_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost similarity index 74% rename from test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Delete_Invitation_from_File_Test/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d85a799aa2ae9e8062e_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost index cc60ab541f..1f2249e17e 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Delete_Invitation_from_File_Test/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d85a799aa2ae9e8062e_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_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: Tue, 22 Jul 2025 05:11:36 GMT +Date: Thu, 24 Jul 2025 15:05:07 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: 58 +X-Envoy-Upstream-Service-Time: 48 X-Frame-Options: DENY X-Java-Method: ApiOrganizationInvitationResource::deleteInvitations X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Delete_Invitation_from_File_Test/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba1b448981053345d2b_1.snaphost similarity index 79% rename from test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Delete_Invitation_from_File_Test/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba1b448981053345d2b_1.snaphost index 984e297e62..dcfcfb9af5 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Delete_Invitation_from_File_Test/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba1b448981053345d2b_1.snaphost @@ -1,6 +1,6 @@ HTTP/2.0 204 No Content Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:36 GMT +Date: Thu, 24 Jul 2025 15:05:07 GMT Deprecation: Wed, 19 Feb 2025 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws @@ -11,6 +11,6 @@ X-Envoy-Upstream-Service-Time: 50 X-Frame-Options: DENY X-Java-Method: ApiOrganizationInvitationResource::deleteInvitations X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Describe/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Describe/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost similarity index 65% rename from test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Describe/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Describe/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost index fcf4c4617c..0a52655275 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Describe/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Describe/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 289 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:34 GMT +Date: Thu, 24 Jul 2025 15:05:06 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: 43 +X-Envoy-Upstream-Service-Time: 62 X-Frame-Options: DENY X-Java-Method: ApiOrganizationInvitationResource::getInvitationByInvitationId X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"createdAt":"2025-07-22T05:11:31Z","expiresAt":"2025-08-21T05:11:31Z","groupRoleAssignments":[],"id":"687f1d8344f1ab3f84231459","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_MEMBER"],"teamIds":[],"username":"test-228@mongodb.com"} \ No newline at end of file +{"createdAt":"2025-07-24T15:05:04Z","expiresAt":"2025-08-23T15:05:04Z","groupRoleAssignments":[],"id":"68824ba042be0f23307f377b","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_MEMBER"],"teamIds":[],"username":"test-503@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Invite/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Invite/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost index ae3da93437..ca9825cb60 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Invite/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Invite/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 289 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:31 GMT +Date: Thu, 24 Jul 2025 15:05:04 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: 599 +X-Envoy-Upstream-Service-Time: 620 X-Frame-Options: DENY X-Java-Method: ApiOrganizationInvitationResource::createInvitations X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"createdAt":"2025-07-22T05:11:31Z","expiresAt":"2025-08-21T05:11:31Z","groupRoleAssignments":[],"id":"687f1d8344f1ab3f84231459","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_MEMBER"],"teamIds":[],"username":"test-228@mongodb.com"} \ No newline at end of file +{"createdAt":"2025-07-24T15:05:04Z","expiresAt":"2025-08-23T15:05:04Z","groupRoleAssignments":[],"id":"68824ba042be0f23307f377b","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_MEMBER"],"teamIds":[],"username":"test-503@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Invite_with_File#01/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Invite_with_File#01/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost index 435daf9ba7..0846294532 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Invite_with_File#01/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Invite_with_File#01/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK -Content-Length: 297 +Content-Length: 296 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:33 GMT +Date: Thu, 24 Jul 2025 15:05: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: 812 +X-Envoy-Upstream-Service-Time: 591 X-Frame-Options: DENY X-Java-Method: ApiOrganizationInvitationResource::createInvitations X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"createdAt":"2025-07-22T05:11:33Z","expiresAt":"2025-08-21T05:11:33Z","groupRoleAssignments":[],"id":"687f1d85a799aa2ae9e8062e","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"test-file-732@mongodb.com"} \ No newline at end of file +{"createdAt":"2025-07-24T15:05:05Z","expiresAt":"2025-08-23T15:05:05Z","groupRoleAssignments":[],"id":"68824ba1b448981053345d2b","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"test-file-31@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Invite_with_File/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Invite_with_File/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost index acb8c1f6f5..37d1606cd1 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Invite_with_File/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Invite_with_File/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 297 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:32 GMT +Date: Thu, 24 Jul 2025 15:05: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: 154 +X-Envoy-Upstream-Service-Time: 163 X-Frame-Options: DENY X-Java-Method: ApiOrganizationInvitationResource::createInvitations X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"createdAt":"2025-07-22T05:11:32Z","expiresAt":"2025-08-21T05:11:32Z","groupRoleAssignments":[],"id":"687f1d8444f1ab3f8423146b","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"test-file-602@mongodb.com"} \ No newline at end of file +{"createdAt":"2025-07-24T15:05:05Z","expiresAt":"2025-08-23T15:05:05Z","groupRoleAssignments":[],"id":"68824ba142be0f23307f37a3","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"test-file-354@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost index 839c89322b..454c41e33e 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK -Content-Length: 887 +Content-Length: 2162 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:34 GMT +Date: Thu, 24 Jul 2025 15:05:06 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: 46 +X-Envoy-Upstream-Service-Time: 59 X-Frame-Options: DENY X-Java-Method: ApiOrganizationInvitationResource::getInvitations X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -[{"createdAt":"2025-07-22T05:11:31Z","expiresAt":"2025-08-21T05:11:31Z","groupRoleAssignments":[],"id":"687f1d8344f1ab3f84231459","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_MEMBER"],"teamIds":[],"username":"test-228@mongodb.com"},{"createdAt":"2025-07-22T05:11:32Z","expiresAt":"2025-08-21T05:11:32Z","groupRoleAssignments":[],"id":"687f1d8444f1ab3f8423146b","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"test-file-602@mongodb.com"},{"createdAt":"2025-07-22T05:11:33Z","expiresAt":"2025-08-21T05:11:33Z","groupRoleAssignments":[],"id":"687f1d85a799aa2ae9e8062e","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"test-file-732@mongodb.com"}] \ No newline at end of file +[{"createdAt":"2025-07-24T05:53:29Z","expiresAt":"2025-08-23T05:53:29Z","groupRoleAssignments":[],"id":"6881ca5978d9415ffc81aa42","inviterUsername":"tevdziqg","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"cli-test-2118-2b6741c4b99966945b003a1a2d2b0877920bac5c@moongodb.com"},{"createdAt":"2025-07-24T10:24:42Z","expiresAt":"2025-08-23T10:24:42Z","groupRoleAssignments":[],"id":"688209ea78d9415ffc81f1bf","inviterUsername":"tevdziqg","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"cli-test-9254-2b6741c4b99966945b003a1a2d2b0877920bac5c@moongodb.com"},{"createdAt":"2025-07-24T15:05:04Z","expiresAt":"2025-08-23T15:05:04Z","groupRoleAssignments":[],"id":"68824ba042be0f23307f377b","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_MEMBER"],"teamIds":[],"username":"test-503@mongodb.com"},{"createdAt":"2025-07-24T15:05:05Z","expiresAt":"2025-08-23T15:05:05Z","groupRoleAssignments":[],"id":"68824ba1b448981053345d2b","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"test-file-31@mongodb.com"},{"createdAt":"2025-07-24T15:05:05Z","expiresAt":"2025-08-23T15:05:05Z","groupRoleAssignments":[],"id":"68824ba142be0f23307f37a3","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"test-file-354@mongodb.com"},{"createdAt":"2025-07-24T05:53:02Z","expiresAt":"2025-08-23T05:53:02Z","groupRoleAssignments":[],"id":"6881ca3eb7b97c2537f65f96","inviterUsername":"tevdziqg","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"test-file-802@mongodb.com"},{"createdAt":"2025-07-24T10:24:18Z","expiresAt":"2025-08-23T10:24:18Z","groupRoleAssignments":[],"id":"688209d2b7b97c2537f6a554","inviterUsername":"tevdziqg","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"test-file-936@mongodb.com"}] \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_by_ID/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_by_ID/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost similarity index 65% rename from test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_by_ID/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_by_ID/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost index a7a32098b2..36c20de1a8 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_by_ID/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_by_ID/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 292 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:35 GMT +Date: Thu, 24 Jul 2025 15:05:07 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: 47 +X-Envoy-Upstream-Service-Time: 45 X-Frame-Options: DENY X-Java-Method: ApiOrganizationInvitationResource::editInvitationsByInvitationId X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"createdAt":"2025-07-22T05:11:31Z","expiresAt":"2025-08-21T05:11:31Z","groupRoleAssignments":[],"id":"687f1d8344f1ab3f84231459","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"test-228@mongodb.com"} \ No newline at end of file +{"createdAt":"2025-07-24T15:05:04Z","expiresAt":"2025-08-23T15:05:04Z","groupRoleAssignments":[],"id":"68824ba042be0f23307f377b","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"test-503@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_by_email/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_by_email/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost index bd0fa0ac12..1a29dd6802 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_by_email/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_by_email/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 292 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:35 GMT +Date: Thu, 24 Jul 2025 15:05:06 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-Envoy-Upstream-Service-Time: 59 X-Frame-Options: DENY X-Java-Method: ApiOrganizationInvitationResource::editInvitations X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"createdAt":"2025-07-22T05:11:31Z","expiresAt":"2025-08-21T05:11:31Z","groupRoleAssignments":[],"id":"687f1d8344f1ab3f84231459","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"test-228@mongodb.com"} \ No newline at end of file +{"createdAt":"2025-07-24T15:05:04Z","expiresAt":"2025-08-23T15:05:04Z","groupRoleAssignments":[],"id":"68824ba042be0f23307f377b","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_READ_ONLY"],"teamIds":[],"username":"test-503@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_with_File#01/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_with_File#01/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost similarity index 65% rename from test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_with_File#01/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_with_File#01/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost index 8f7e48db0d..df09132a88 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_with_File#01/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_with_File#01/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 296 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:36 GMT +Date: Thu, 24 Jul 2025 15:05:07 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: 49 +X-Envoy-Upstream-Service-Time: 57 X-Frame-Options: DENY X-Java-Method: ApiOrganizationInvitationResource::editInvitationsByInvitationId X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"createdAt":"2025-07-22T05:11:31Z","expiresAt":"2025-08-21T05:11:31Z","groupRoleAssignments":[],"id":"687f1d8344f1ab3f84231459","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_GROUP_CREATOR"],"teamIds":[],"username":"test-228@mongodb.com"} \ No newline at end of file +{"createdAt":"2025-07-24T15:05:04Z","expiresAt":"2025-08-23T15:05:04Z","groupRoleAssignments":[],"id":"68824ba042be0f23307f377b","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_GROUP_CREATOR"],"teamIds":[],"username":"test-503@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_with_File/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_with_File/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost similarity index 65% rename from test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_with_File/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_with_File/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost index c03b8e322e..5579e90724 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_with_File/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_687f1d8344f1ab3f84231459_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/Update_with_File/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_68824ba042be0f23307f377b_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 296 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:35 GMT +Date: Thu, 24 Jul 2025 15:05:07 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: 50 +X-Envoy-Upstream-Service-Time: 59 X-Frame-Options: DENY X-Java-Method: ApiOrganizationInvitationResource::editInvitationsByInvitationId X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"createdAt":"2025-07-22T05:11:31Z","expiresAt":"2025-08-21T05:11:31Z","groupRoleAssignments":[],"id":"687f1d8344f1ab3f84231459","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_GROUP_CREATOR"],"teamIds":[],"username":"test-228@mongodb.com"} \ No newline at end of file +{"createdAt":"2025-07-24T15:05:04Z","expiresAt":"2025-08-23T15:05:04Z","groupRoleAssignments":[],"id":"68824ba042be0f23307f377b","inviterUsername":"nmtxqlkl","orgId":"a0123456789abcdef012345a","orgName":"Atlas CLI E2E","roles":["ORG_GROUP_CREATOR"],"teamIds":[],"username":"test-503@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/memory.json b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/memory.json index f375665602..006bab5a16 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/memory.json +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgInvitations/memory.json @@ -1 +1 @@ -{"TestAtlasOrgInvitations/Invite_with_File#01/randFile2":"Atw=","TestAtlasOrgInvitations/Invite_with_File/randFile":"Alo=","TestAtlasOrgInvitations/Update_with_File#01/randFile4":"Azg=","TestAtlasOrgInvitations/Update_with_File/randFile3":"ATc=","TestAtlasOrgInvitations/rand":"5A=="} \ No newline at end of file +{"TestAtlasOrgInvitations/Invite_with_File#01/randFile2":"Hw==","TestAtlasOrgInvitations/Invite_with_File/randFile":"AWI=","TestAtlasOrgInvitations/Update_with_File#01/randFile4":"Aco=","TestAtlasOrgInvitations/Update_with_File/randFile3":"AjY=","TestAtlasOrgInvitations/rand":"Afc="} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgs/Describe/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgs/Describe/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_1.snaphost index 3e32d07004..9a9174439f 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgs/Describe/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgs/Describe/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 575 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:37 GMT +Date: Thu, 24 Jul 2025 15:05: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: 43 +X-Envoy-Upstream-Service-Time: 52 X-Frame-Options: DENY X-Java-Method: ApiOrganizationsResource::getOrg X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {"id":"a0123456789abcdef012345a","isDeleted":false,"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/groups","rel":"https://cloud.mongodb.com/groups"},{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams","rel":"https://cloud.mongodb.com/teams"},{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users","rel":"https://cloud.mongodb.com/users"}],"name":"Atlas CLI E2E","skipDefaultAlertsSettings":false} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgs/List/GET_api_atlas_v2_orgs_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgs/List/GET_api_atlas_v2_orgs_1.snaphost index b219e84f2a..444ae605bc 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgs/List/GET_api_atlas_v2_orgs_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgs/List/GET_api_atlas_v2_orgs_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 361 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:37 GMT +Date: Thu, 24 Jul 2025 15:05: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: 56 +X-Envoy-Upstream-Service-Time: 53 X-Frame-Options: DENY X-Java-Method: ApiOrganizationsResource::getAllOrgs X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs?includeCount=true&name=&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"id":"a0123456789abcdef012345a","isDeleted":false,"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a","rel":"self"}],"name":"Atlas CLI E2E","skipDefaultAlertsSettings":false}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgs/List_Org_Users/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasOrgs/List_Org_Users/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost index 842f760bc0..e621ddb984 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgs/List_Org_Users/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgs/List_Org_Users/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK -Content-Length: 6659 +Content-Length: 7951 Content-Type: application/vnd.atlas.2025-02-19+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:38 GMT +Date: Thu, 24 Jul 2025 15:05: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: 281 +X-Envoy-Upstream-Service-Time: 223 X-Frame-Options: DENY X-Java-Method: ApiOrganizationUsersResource::getOrganizationUsers X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-07-15T08:35:38Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","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-07-03T08:06:37Z","lastName":"Lisle","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","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-04-02T08:30:04Z","lastName":"Tibulca","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_MEMBER"]},"teamIds":[],"username":"ciprian.tibulca@mongodb.com"},{"country":"IE","createdAt":"2020-01-10T11:55:55Z","firstName":"Colm","id":"5e18664b7a3e5a55893d374a","lastAuth":"2025-05-28T14:20:21Z","lastName":"Quinn","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"687f1d84a799aa2ae9e805b9","groupRoles":["GROUP_OWNER"]},{"groupId":"687f1d7044f1ab3f84230f92","groupRoles":["GROUP_OWNER"]},{"groupId":"687f1d7044f1ab3f84230fb6","groupRoles":["GROUP_OWNER"]},{"groupId":"6836f15a05517854c0dda381","groupRoles":["GROUP_OWNER"]},{"groupId":"687f1d6ea799aa2ae9e8009f","groupRoles":["GROUP_OWNER"]},{"groupId":"687f1d78a799aa2ae9e80368","groupRoles":["GROUP_OWNER"]},{"groupId":"687f1d79a799aa2ae9e803dd","groupRoles":["GROUP_OWNER"]},{"groupId":"687f1d8444f1ab3f84231469","groupRoles":["GROUP_OWNER"]},{"groupId":"687f1d6f44f1ab3f84230f31","groupRoles":["GROUP_OWNER"]},{"groupId":"687f1d7a44f1ab3f842311cb","groupRoles":["GROUP_OWNER"]},{"groupId":"687f1d7b44f1ab3f84231249","groupRoles":["GROUP_OWNER"]},{"groupId":"687f1d7fa799aa2ae9e804de","groupRoles":["GROUP_OWNER"]},{"groupId":"687f1d6ea799aa2ae9e800fa","groupRoles":["GROUP_OWNER"]},{"groupId":"687f1d7544f1ab3f842310d1","groupRoles":["GROUP_OWNER"]},{"groupId":"687f1d7f44f1ab3f8423133e","groupRoles":["GROUP_OWNER"]},{"groupId":"687f1d7f44f1ab3f8423133f","groupRoles":["GROUP_OWNER"]},{"groupId":"687f1d7444f1ab3f84231064","groupRoles":["GROUP_OWNER"]},{"groupId":"68369c0d9806252ca7c427d1","groupRoles":["GROUP_OWNER"]},{"groupId":"687f1d80a799aa2ae9e8054b","groupRoles":["GROUP_OWNER"]},{"groupId":"687f1d7d44f1ab3f842312d4","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-07-22T00:27:44Z","lastName":"Beckmen","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","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-07-21T09:25:56Z","lastName":"Constantinov Menezes","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","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-05-29T11:44:48Z","lastName":"Bazan","mobileNumber":"+353872529768","orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","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-07-21T10:25:17Z","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-04-25T10:30:17Z","lastName":"Vervaeke","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","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-07-07T17:47:22Z","lastName":"Vázquez González","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_OWNER","ORG_MEMBER"]},"teamIds":[],"username":"jose.vazquez@mongodb.com"},{"country":"ES","createdAt":"2023-09-05T15:58:48Z","firstName":"Leo","id":"64f7503870ae433739a66b9d","lastAuth":"2025-07-21T08:51:34Z","lastName":"Antoli","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_GROUP_CREATOR","ORG_BILLING_ADMIN","ORG_OWNER","ORG_READ_ONLY","ORG_BILLING_READ_ONLY","ORG_MEMBER"]},"teamIds":[],"username":"leo.antoli@mongodb.com"},{"country":"US","createdAt":"2019-11-25T23:07:58Z","firstName":"Teppei","id":"5ddc5ece7a3e5a14adb39129","lastAuth":"2025-07-21T13:50:27Z","lastName":"Suzuki","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_MEMBER"]},"teamIds":[],"username":"tepp.suzuki@mongodb.com"},{"id":"687f1d8444f1ab3f8423146c","invitationCreatedAt":"2025-07-22T05:11:32Z","invitationExpiresAt":"2025-08-21T05:11:32Z","inviterUsername":"nmtxqlkl","orgMembershipStatus":"PENDING","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_READ_ONLY"]},"teamIds":[],"username":"test-file-602@mongodb.com"}],"totalCount":14} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-07-15T08:35:38Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","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-07-03T08:06:37Z","lastName":"Lisle","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","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-04-02T08:30:04Z","lastName":"Tibulca","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_MEMBER"]},"teamIds":[],"username":"ciprian.tibulca@mongodb.com"},{"id":"6881ca5978d9415ffc81aa40","invitationCreatedAt":"2025-07-24T05:53:29Z","invitationExpiresAt":"2025-08-23T05:53:29Z","inviterUsername":"tevdziqg","orgMembershipStatus":"PENDING","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_READ_ONLY"]},"teamIds":[],"username":"cli-test-2118-2b6741c4b99966945b003a1a2d2b0877920bac5c@moongodb.com"},{"id":"688209ea78d9415ffc81f1bd","invitationCreatedAt":"2025-07-24T10:24:42Z","invitationExpiresAt":"2025-08-23T10:24:42Z","inviterUsername":"tevdziqg","orgMembershipStatus":"PENDING","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_READ_ONLY"]},"teamIds":[],"username":"cli-test-9254-2b6741c4b99966945b003a1a2d2b0877920bac5c@moongodb.com"},{"country":"IE","createdAt":"2020-01-10T11:55:55Z","firstName":"Colm","id":"5e18664b7a3e5a55893d374a","lastAuth":"2025-05-28T14:20:21Z","lastName":"Quinn","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"68824b9cb448981053345c3f","groupRoles":["GROUP_OWNER"]},{"groupId":"68824b9c42be0f23307f3673","groupRoles":["GROUP_OWNER"]},{"groupId":"6836f15a05517854c0dda381","groupRoles":["GROUP_OWNER"]},{"groupId":"68824b8c42be0f23307f3451","groupRoles":["GROUP_OWNER"]},{"groupId":"68824b8d42be0f23307f34b2","groupRoles":["GROUP_OWNER"]},{"groupId":"68824b9a42be0f23307f3610","groupRoles":["GROUP_OWNER"]},{"groupId":"68824b9842be0f23307f35ad","groupRoles":["GROUP_OWNER"]},{"groupId":"68824b8bb448981053345a2e","groupRoles":["GROUP_OWNER"]},{"groupId":"68824b9042be0f23307f352b","groupRoles":["GROUP_OWNER"]},{"groupId":"68824b8fb448981053345b19","groupRoles":["GROUP_OWNER"]},{"groupId":"68824b9db448981053345c72","groupRoles":["GROUP_OWNER"]},{"groupId":"6881c0e078d9415ffc8185b9","groupRoles":["GROUP_OWNER"]},{"groupId":"68824b8642be0f23307f33bd","groupRoles":["GROUP_OWNER"]},{"groupId":"6881c0b9b7b97c2537f63adc","groupRoles":["GROUP_OWNER"]},{"groupId":"68824b9cb448981053345bce","groupRoles":["GROUP_OWNER"]},{"groupId":"6881c09b78d9415ffc817d53","groupRoles":["GROUP_OWNER"]},{"groupId":"68824b8db448981053345ab6","groupRoles":["GROUP_OWNER"]},{"groupId":"68369c0d9806252ca7c427d1","groupRoles":["GROUP_OWNER"]},{"groupId":"68824b89b44898105334593e","groupRoles":["GROUP_OWNER"]},{"groupId":"68824ba4b448981053345d41","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-07-23T14:14:45Z","lastName":"Beckmen","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","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-07-21T09:25:56Z","lastName":"Constantinov Menezes","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","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-05-29T11:44:48Z","lastName":"Bazan","mobileNumber":"+353872529768","orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","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-07-24T13:55:05Z","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-07-24T09:54:25Z","lastName":"Vervaeke","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","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-07-07T17:47:22Z","lastName":"Vázquez González","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_OWNER","ORG_MEMBER"]},"teamIds":[],"username":"jose.vazquez@mongodb.com"},{"country":"ES","createdAt":"2023-09-05T15:58:48Z","firstName":"Leo","id":"64f7503870ae433739a66b9d","lastAuth":"2025-07-24T13:18:14Z","lastName":"Antoli","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_BILLING_ADMIN","ORG_GROUP_CREATOR","ORG_MEMBER","ORG_OWNER","ORG_READ_ONLY","ORG_BILLING_READ_ONLY"]},"teamIds":[],"username":"leo.antoli@mongodb.com"},{"country":"US","createdAt":"2019-11-25T23:07:58Z","firstName":"Teppei","id":"5ddc5ece7a3e5a14adb39129","lastAuth":"2025-07-22T14:52:11Z","lastName":"Suzuki","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_MEMBER"]},"teamIds":[],"username":"tepp.suzuki@mongodb.com"},{"id":"68824ba142be0f23307f37a4","invitationCreatedAt":"2025-07-24T15:05:05Z","invitationExpiresAt":"2025-08-23T15:05:05Z","inviterUsername":"nmtxqlkl","orgMembershipStatus":"PENDING","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_READ_ONLY"]},"teamIds":[],"username":"test-file-354@mongodb.com"},{"id":"6881ca3eb7b97c2537f65f97","invitationCreatedAt":"2025-07-24T05:53:02Z","invitationExpiresAt":"2025-08-23T05:53:02Z","inviterUsername":"tevdziqg","orgMembershipStatus":"PENDING","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_READ_ONLY"]},"teamIds":[],"username":"test-file-802@mongodb.com"},{"id":"688209d2b7b97c2537f6a555","invitationCreatedAt":"2025-07-24T10:24:18Z","invitationExpiresAt":"2025-08-23T10:24:18Z","inviterUsername":"tevdziqg","orgMembershipStatus":"PENDING","roles":{"groupRoleAssignments":[],"orgRoles":["ORG_READ_ONLY"]},"teamIds":[],"username":"test-file-936@mongodb.com"}],"totalCount":18} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgs/memory.json b/test/e2e/testdata/.snapshots/TestAtlasOrgs/memory.json index 605fb2395c..21e37665a6 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgs/memory.json +++ b/test/e2e/testdata/.snapshots/TestAtlasOrgs/memory.json @@ -1 +1 @@ -{"TestAtlasOrgs/rand":"/g=="} \ No newline at end of file +{"TestAtlasOrgs/rand":"CQ=="} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/Assign/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_687f1d8b44f1ab3f84231539_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/Assign/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_68824ba642be0f23307f38e6_1.snaphost similarity index 63% rename from test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/Assign/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_687f1d8b44f1ab3f84231539_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/Assign/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_68824ba642be0f23307f38e6_1.snaphost index 47a61536c0..7c47652c60 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/Assign/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_687f1d8b44f1ab3f84231539_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/Assign/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_68824ba642be0f23307f38e6_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 404 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:39 GMT +Date: Thu, 24 Jul 2025 15: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: 160 +X-Envoy-Upstream-Service-Time: 158 X-Frame-Options: DENY X-Java-Method: ApiProjectApiUsersResource::updateApiUserDescAndRoles X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"desc":"e2e-test","id":"687f1d8b44f1ab3f84231539","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/687f1d8b44f1ab3f84231539","rel":"self"}],"privateKey":"********-****-****-9e0a5a06f0bd","publicKey":"krgngpce","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_DATA_ACCESS_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]} \ No newline at end of file +{"desc":"e2e-test","id":"68824ba642be0f23307f38e6","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68824ba642be0f23307f38e6","rel":"self"}],"privateKey":"********-****-****-20eba503f83a","publicKey":"iipllbbf","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_DATA_ACCESS_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_1.snaphost index 4893184a4c..7a77f16608 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 397 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:39 GMT +Date: Thu, 24 Jul 2025 15: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: 175 +X-Envoy-Upstream-Service-Time: 156 X-Frame-Options: DENY X-Java-Method: ApiProjectApiUsersResource::createApiUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"desc":"e2e-test","id":"687f1d8b44f1ab3f84231539","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/687f1d8b44f1ab3f84231539","rel":"self"}],"privateKey":"447c58dd-a105-47fd-aa85-9e0a5a06f0bd","publicKey":"krgngpce","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]} \ No newline at end of file +{"desc":"e2e-test","id":"68824ba642be0f23307f38e6","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68824ba642be0f23307f38e6","rel":"self"}],"privateKey":"af7101ca-b879-4e0e-b1ee-20eba503f83a","publicKey":"iipllbbf","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824ba642be0f23307f38e6_1.snaphost similarity index 70% rename from test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824ba642be0f23307f38e6_1.snaphost index 9b34068214..877ef37506 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_687f1d7da799aa2ae9e804ad_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_68824ba642be0f23307f38e6_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: Tue, 22 Jul 2025 05:11:27 GMT +Date: Thu, 24 Jul 2025 15:05: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: 91 +X-Envoy-Upstream-Service-Time: 94 X-Frame-Options: DENY X-Java-Method: ApiOrganizationApiUsersResource::deleteApiUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_687f1d8b44f1ab3f84231539_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_68824ba642be0f23307f38e6_1.snaphost similarity index 70% rename from test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_687f1d8b44f1ab3f84231539_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_68824ba642be0f23307f38e6_1.snaphost index e253776995..059d041a3c 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_687f1d8b44f1ab3f84231539_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_68824ba642be0f23307f38e6_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: Tue, 22 Jul 2025 05:11:41 GMT +Date: Thu, 24 Jul 2025 15:05: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: 164 +X-Envoy-Upstream-Service-Time: 179 X-Frame-Options: DENY X-Java-Method: ApiProjectApiUsersResource::removeApiUserFromGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_1.snaphost index c4c4085694..d9b2e01b1f 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1503 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:40 GMT +Date: Thu, 24 Jul 2025 15: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: 86 +X-Envoy-Upstream-Service-Time: 64 X-Frame-Options: DENY X-Java-Method: ApiProjectApiUsersResource::getApiUsers X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/apiKeys?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"desc":"bianca-test","id":"65ccd430eb20d062681e521d","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/65ccd430eb20d062681e521d","rel":"self"}],"privateKey":"********-****-****-7a7318486a98","publicKey":"jgblwcvi","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"},{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_OWNER"}]},{"desc":"e2e-test","id":"687f1d8b44f1ab3f84231539","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/687f1d8b44f1ab3f84231539","rel":"self"}],"privateKey":"********-****-****-9e0a5a06f0bd","publicKey":"krgngpce","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_DATA_ACCESS_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test","id":"6564c343515f29099463b160","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/6564c343515f29099463b160","rel":"self"}],"privateKey":"********-****-****-de061174a097","publicKey":"ywcjnnxw","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]}],"totalCount":3} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/apiKeys?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"desc":"e2e-test","id":"68824ba642be0f23307f38e6","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68824ba642be0f23307f38e6","rel":"self"}],"privateKey":"********-****-****-20eba503f83a","publicKey":"iipllbbf","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_DATA_ACCESS_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"bianca-test","id":"65ccd430eb20d062681e521d","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/65ccd430eb20d062681e521d","rel":"self"}],"privateKey":"********-****-****-7a7318486a98","publicKey":"jgblwcvi","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"},{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_OWNER"}]},{"desc":"e2e-test","id":"6564c343515f29099463b160","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/6564c343515f29099463b160","rel":"self"}],"privateKey":"********-****-****-de061174a097","publicKey":"ywcjnnxw","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"},{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_READ_ONLY"}]}],"totalCount":3} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/List_Compact/GET_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/List_Compact/GET_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_1.snaphost index 0e998e2d1a..0038c51a07 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/List_Compact/GET_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/List_Compact/GET_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1503 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:40 GMT +Date: Thu, 24 Jul 2025 15: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: 85 +X-Envoy-Upstream-Service-Time: 82 X-Frame-Options: DENY X-Java-Method: ApiProjectApiUsersResource::getApiUsers X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/apiKeys?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"desc":"bianca-test","id":"65ccd430eb20d062681e521d","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/65ccd430eb20d062681e521d","rel":"self"}],"privateKey":"********-****-****-7a7318486a98","publicKey":"jgblwcvi","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"},{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_OWNER"}]},{"desc":"e2e-test","id":"687f1d8b44f1ab3f84231539","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/687f1d8b44f1ab3f84231539","rel":"self"}],"privateKey":"********-****-****-9e0a5a06f0bd","publicKey":"krgngpce","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_DATA_ACCESS_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test","id":"6564c343515f29099463b160","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/6564c343515f29099463b160","rel":"self"}],"privateKey":"********-****-****-de061174a097","publicKey":"ywcjnnxw","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"}]}],"totalCount":3} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/apiKeys?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"desc":"e2e-test","id":"68824ba642be0f23307f38e6","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/68824ba642be0f23307f38e6","rel":"self"}],"privateKey":"********-****-****-20eba503f83a","publicKey":"iipllbbf","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"},{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_DATA_ACCESS_READ_ONLY"}]},{"desc":"bianca-test","id":"65ccd430eb20d062681e521d","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/65ccd430eb20d062681e521d","rel":"self"}],"privateKey":"********-****-****-7a7318486a98","publicKey":"jgblwcvi","roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"},{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_READ_ONLY"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_MEMBER"}]},{"desc":"e2e-test","id":"6564c343515f29099463b160","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/apiKeys/6564c343515f29099463b160","rel":"self"}],"privateKey":"********-****-****-de061174a097","publicKey":"ywcjnnxw","roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_READ_ONLY"},{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_READ_ONLY"}]}],"totalCount":3} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Delete/DELETE_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_687f1d9144f1ab3f84231712_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Delete/DELETE_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_68824baab448981053345e8b_1.snaphost similarity index 74% rename from test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Delete/DELETE_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_687f1d9144f1ab3f84231712_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Delete/DELETE_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_68824baab448981053345e8b_1.snaphost index 89f42251a2..0914ee19c6 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Delete/DELETE_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_687f1d9144f1ab3f84231712_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Delete/DELETE_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_68824baab448981053345e8b_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: Tue, 22 Jul 2025 05:11:47 GMT +Date: Thu, 24 Jul 2025 15:05:15 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: 70 +X-Envoy-Upstream-Service-Time: 78 X-Frame-Options: DENY X-Java-Method: ApiGroupInvitationResource::deleteInvitations X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Describe/GET_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_687f1d9144f1ab3f84231712_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Describe/GET_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_68824baab448981053345e8b_1.snaphost similarity index 54% rename from test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Describe/GET_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_687f1d9144f1ab3f84231712_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Describe/GET_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_68824baab448981053345e8b_1.snaphost index c1966d92d1..9efda89115 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Describe/GET_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_687f1d9144f1ab3f84231712_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Describe/GET_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_68824baab448981053345e8b_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 265 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:46 GMT +Date: Thu, 24 Jul 2025 15:05:15 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: 61 +X-Envoy-Upstream-Service-Time: 62 X-Frame-Options: DENY X-Java-Method: ApiGroupInvitationResource::getInvitationByInvitationId X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"createdAt":"2025-07-22T05:11:45Z","expiresAt":"2025-08-21T05:11:45Z","groupId":"687f1d8e44f1ab3f8423162b","groupName":"invitations-e2e-522","id":"687f1d9144f1ab3f84231712","inviterUsername":"nmtxqlkl","roles":["GROUP_READ_ONLY"],"username":"test-993@mongodb.com"} \ No newline at end of file +{"createdAt":"2025-07-24T15:05:14Z","expiresAt":"2025-08-23T15:05:14Z","groupId":"68824ba8b448981053345dc8","groupName":"invitations-e2e-220","id":"68824baab448981053345e8b","inviterUsername":"nmtxqlkl","roles":["GROUP_READ_ONLY"],"username":"test-412@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Invite/POST_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Invite/POST_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_1.snaphost similarity index 54% rename from test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Invite/POST_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Invite/POST_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_1.snaphost index 83f8ee0375..3855a36f4a 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Invite/POST_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Invite/POST_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 265 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:45 GMT +Date: Thu, 24 Jul 2025 15:05:14 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: 279 +X-Envoy-Upstream-Service-Time: 254 X-Frame-Options: DENY X-Java-Method: ApiGroupInvitationResource::createInvitations X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"createdAt":"2025-07-22T05:11:45Z","expiresAt":"2025-08-21T05:11:45Z","groupId":"687f1d8e44f1ab3f8423162b","groupName":"invitations-e2e-522","id":"687f1d9144f1ab3f84231712","inviterUsername":"nmtxqlkl","roles":["GROUP_READ_ONLY"],"username":"test-993@mongodb.com"} \ No newline at end of file +{"createdAt":"2025-07-24T15:05:14Z","expiresAt":"2025-08-23T15:05:14Z","groupId":"68824ba8b448981053345dc8","groupName":"invitations-e2e-220","id":"68824baab448981053345e8b","inviterUsername":"nmtxqlkl","roles":["GROUP_READ_ONLY"],"username":"test-412@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/List/GET_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/List/GET_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_1.snaphost similarity index 54% rename from test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/List/GET_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/List/GET_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_1.snaphost index f0a09484fa..7fd4aa0d91 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/List/GET_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/List/GET_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 267 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:45 GMT +Date: Thu, 24 Jul 2025 15:05:15 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: 68 +X-Envoy-Upstream-Service-Time: 67 X-Frame-Options: DENY X-Java-Method: ApiGroupInvitationResource::getInvitations X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -[{"createdAt":"2025-07-22T05:11:45Z","expiresAt":"2025-08-21T05:11:45Z","groupId":"687f1d8e44f1ab3f8423162b","groupName":"invitations-e2e-522","id":"687f1d9144f1ab3f84231712","inviterUsername":"nmtxqlkl","roles":["GROUP_READ_ONLY"],"username":"test-993@mongodb.com"}] \ No newline at end of file +[{"createdAt":"2025-07-24T15:05:14Z","expiresAt":"2025-08-23T15:05:14Z","groupId":"68824ba8b448981053345dc8","groupName":"invitations-e2e-220","id":"68824baab448981053345e8b","inviterUsername":"nmtxqlkl","roles":["GROUP_READ_ONLY"],"username":"test-412@mongodb.com"}] \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/POST_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/POST_api_atlas_v2_groups_1.snaphost index 8db284af02..6f6d58d81d 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/POST_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/POST_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 1073 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:42 GMT +Date: Thu, 24 Jul 2025 15:05:12 GMT Location: http://localhost:8080//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: 2340 +X-Envoy-Upstream-Service-Time: 2054 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::addGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"clusterCount":0,"created":"2025-07-22T05:11:44Z","id":"687f1d8e44f1ab3f8423162b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8e44f1ab3f8423162b","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8e44f1ab3f8423162b/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8e44f1ab3f8423162b/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8e44f1ab3f8423162b/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8e44f1ab3f8423162b/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8e44f1ab3f8423162b/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8e44f1ab3f8423162b/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"invitations-e2e-522","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file +{"clusterCount":0,"created":"2025-07-24T15:05:14Z","id":"68824ba8b448981053345dc8","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba8b448981053345dc8","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba8b448981053345dc8/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba8b448981053345dc8/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba8b448981053345dc8/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba8b448981053345dc8/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba8b448981053345dc8/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba8b448981053345dc8/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"invitations-e2e-220","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Update_by_ID/PATCH_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_687f1d9144f1ab3f84231712_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Update_by_ID/PATCH_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_68824baab448981053345e8b_1.snaphost similarity index 52% rename from test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Update_by_ID/PATCH_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_687f1d9144f1ab3f84231712_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Update_by_ID/PATCH_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_68824baab448981053345e8b_1.snaphost index 90ff79c82a..5411b23e2f 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Update_by_ID/PATCH_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_687f1d9144f1ab3f84231712_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Update_by_ID/PATCH_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_68824baab448981053345e8b_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 295 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:46 GMT +Date: Thu, 24 Jul 2025 15:05:15 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: 89 +X-Envoy-Upstream-Service-Time: 74 X-Frame-Options: DENY X-Java-Method: ApiGroupInvitationResource::editInvitationsByInvitationId X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"createdAt":"2025-07-22T05:11:45Z","expiresAt":"2025-08-21T05:11:45Z","groupId":"687f1d8e44f1ab3f8423162b","groupName":"invitations-e2e-522","id":"687f1d9144f1ab3f84231712","inviterUsername":"nmtxqlkl","roles":["GROUP_DATA_ACCESS_READ_ONLY","GROUP_READ_ONLY"],"username":"test-993@mongodb.com"} \ No newline at end of file +{"createdAt":"2025-07-24T15:05:14Z","expiresAt":"2025-08-23T15:05:14Z","groupId":"68824ba8b448981053345dc8","groupName":"invitations-e2e-220","id":"68824baab448981053345e8b","inviterUsername":"nmtxqlkl","roles":["GROUP_READ_ONLY","GROUP_DATA_ACCESS_READ_ONLY"],"username":"test-412@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Update_by_email/PATCH_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Update_by_email/PATCH_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_1.snaphost similarity index 58% rename from test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Update_by_email/PATCH_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Update_by_email/PATCH_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_1.snaphost index 416617e874..dec9342bd4 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Update_by_email/PATCH_api_atlas_v2_groups_687f1d8e44f1ab3f8423162b_invites_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/Update_by_email/PATCH_api_atlas_v2_groups_68824ba8b448981053345dc8_invites_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 295 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:46 GMT +Date: Thu, 24 Jul 2025 15:05:15 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: 98 +X-Envoy-Upstream-Service-Time: 86 X-Frame-Options: DENY X-Java-Method: ApiGroupInvitationResource::editInvitations X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"createdAt":"2025-07-22T05:11:45Z","expiresAt":"2025-08-21T05:11:45Z","groupId":"687f1d8e44f1ab3f8423162b","groupName":"invitations-e2e-522","id":"687f1d9144f1ab3f84231712","inviterUsername":"nmtxqlkl","roles":["GROUP_DATA_ACCESS_READ_ONLY","GROUP_READ_ONLY"],"username":"test-993@mongodb.com"} \ No newline at end of file +{"createdAt":"2025-07-24T15:05:14Z","expiresAt":"2025-08-23T15:05:14Z","groupId":"68824ba8b448981053345dc8","groupName":"invitations-e2e-220","id":"68824baab448981053345e8b","inviterUsername":"nmtxqlkl","roles":["GROUP_DATA_ACCESS_READ_ONLY","GROUP_READ_ONLY"],"username":"test-412@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/memory.json b/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/memory.json index a454090880..40650d77e7 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/memory.json +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/memory.json @@ -1 +1 @@ -{"TestAtlasProjectInvitations/rand":"A+E="} \ No newline at end of file +{"TestAtlasProjectInvitations/rand":"AZw="} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Add/POST_api_atlas_v2_groups_687f1d9c44f1ab3f84231819_teams_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Add/POST_api_atlas_v2_groups_687f1d9c44f1ab3f84231819_teams_1.snaphost deleted file mode 100644 index 76b2d67bb2..0000000000 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Add/POST_api_atlas_v2_groups_687f1d9c44f1ab3f84231819_teams_1.snaphost +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 364 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11: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: 228 -X-Frame-Options: DENY -X-Java-Method: ApiGroupTeamsResource::addTeams -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9c44f1ab3f84231819/teams?pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9c44f1ab3f84231819/teams/687f1d9f44f1ab3f84231882","rel":"self"}],"roleNames":["GROUP_READ_ONLY"],"teamId":"687f1d9f44f1ab3f84231882"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Add/POST_api_atlas_v2_groups_68824bb342be0f23307f3bc9_teams_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Add/POST_api_atlas_v2_groups_68824bb342be0f23307f3bc9_teams_1.snaphost new file mode 100644 index 0000000000..22be1c1c4c --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Add/POST_api_atlas_v2_groups_68824bb342be0f23307f3bc9_teams_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 364 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Thu, 24 Jul 2025 15:05:27 GMT +Referrer-Policy: strict-origin-when-cross-origin +Server: mdbws +Strict-Transport-Security: max-age=31536000; includeSubdomains; +X-Content-Type-Options: nosniff +X-Envoy-Upstream-Service-Time: 234 +X-Frame-Options: DENY +X-Java-Method: ApiGroupTeamsResource::addTeams +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb342be0f23307f3bc9/teams?pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb342be0f23307f3bc9/teams/68824bb6b448981053346106","rel":"self"}],"roleNames":["GROUP_READ_ONLY"],"teamId":"68824bb6b448981053346106"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1d9f44f1ab3f84231882_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bb6b448981053346106_1.snaphost similarity index 69% rename from test/e2e/testdata/.snapshots/TestAtlasProjectTeams/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1d9f44f1ab3f84231882_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasProjectTeams/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bb6b448981053346106_1.snaphost index c38bd38d49..4100c03a65 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1d9f44f1ab3f84231882_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bb6b448981053346106_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: Tue, 22 Jul 2025 05:12:01 GMT +Date: Thu, 24 Jul 2025 15:05:28 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 154 +X-Envoy-Upstream-Service-Time: 127 X-Frame-Options: DENY X-Java-Method: ApiOrganizationTeamsResource::deleteTeam X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Delete/DELETE_api_atlas_v2_groups_687f1d9c44f1ab3f84231819_teams_687f1d9f44f1ab3f84231882_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Delete/DELETE_api_atlas_v2_groups_68824bb342be0f23307f3bc9_teams_68824bb6b448981053346106_1.snaphost similarity index 69% rename from test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Delete/DELETE_api_atlas_v2_groups_687f1d9c44f1ab3f84231819_teams_687f1d9f44f1ab3f84231882_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Delete/DELETE_api_atlas_v2_groups_68824bb342be0f23307f3bc9_teams_68824bb6b448981053346106_1.snaphost index c612819abd..5f4466efd1 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Delete/DELETE_api_atlas_v2_groups_687f1d9c44f1ab3f84231819_teams_687f1d9f44f1ab3f84231882_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Delete/DELETE_api_atlas_v2_groups_68824bb342be0f23307f3bc9_teams_68824bb6b448981053346106_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: Tue, 22 Jul 2025 05:12:01 GMT +Date: Thu, 24 Jul 2025 15:05:28 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 196 +X-Envoy-Upstream-Service-Time: 182 X-Frame-Options: DENY X-Java-Method: ApiGroupTeamsResource::removeTeam X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost index 70aed8c26b..b251f78d9e 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 713 Content-Type: application/vnd.atlas.2025-02-19+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:58 GMT +Date: Thu, 24 Jul 2025 15:05: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: 121 +X-Envoy-Upstream-Service-Time: 80 X-Frame-Options: DENY X-Java-Method: ApiOrganizationUsersResource::getOrganizationUsers X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users?includeCount=true&pageNum=1&itemsPerPage=1","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users?includeCount=true&itemsPerPage=1&pageNum=2","rel":"next"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-07-15T08:35:38Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":[],"username":"andrea.angiolillo@mongodb.com"}],"totalCount":14} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users?includeCount=true&pageNum=1&itemsPerPage=1","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users?includeCount=true&itemsPerPage=1&pageNum=2","rel":"next"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-07-15T08:35:38Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":[],"username":"andrea.angiolillo@mongodb.com"}],"totalCount":18} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/List/GET_api_atlas_v2_groups_687f1d9c44f1ab3f84231819_teams_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/List/GET_api_atlas_v2_groups_687f1d9c44f1ab3f84231819_teams_1.snaphost deleted file mode 100644 index 038936a101..0000000000 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/List/GET_api_atlas_v2_groups_687f1d9c44f1ab3f84231819_teams_1.snaphost +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 412 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12: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: 73 -X-Frame-Options: DENY -X-Java-Method: ApiGroupTeamsResource::getTeams -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9c44f1ab3f84231819/teams?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9c44f1ab3f84231819/teams/687f1d9f44f1ab3f84231882","rel":"self"}],"roleNames":["GROUP_DATA_ACCESS_READ_ONLY","GROUP_READ_ONLY"],"teamId":"687f1d9f44f1ab3f84231882"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/List/GET_api_atlas_v2_groups_68824bb342be0f23307f3bc9_teams_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/List/GET_api_atlas_v2_groups_68824bb342be0f23307f3bc9_teams_1.snaphost new file mode 100644 index 0000000000..1c50c7c160 --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/List/GET_api_atlas_v2_groups_68824bb342be0f23307f3bc9_teams_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: Thu, 24 Jul 2025 15:05:27 GMT +Referrer-Policy: 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: ApiGroupTeamsResource::getTeams +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb342be0f23307f3bc9/teams?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb342be0f23307f3bc9/teams/68824bb6b448981053346106","rel":"self"}],"roleNames":["GROUP_READ_ONLY","GROUP_DATA_ACCESS_READ_ONLY"],"teamId":"68824bb6b448981053346106"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/POST_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/POST_api_atlas_v2_groups_1.snaphost index 2261664c56..748fa0258f 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/POST_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/POST_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 1067 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:56 GMT +Date: Thu, 24 Jul 2025 15:05:23 GMT Location: http://localhost:8080//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: 1786 +X-Envoy-Upstream-Service-Time: 2542 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::addGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"clusterCount":0,"created":"2025-07-22T05:11:58Z","id":"687f1d9c44f1ab3f84231819","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9c44f1ab3f84231819","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9c44f1ab3f84231819/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9c44f1ab3f84231819/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9c44f1ab3f84231819/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9c44f1ab3f84231819/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9c44f1ab3f84231819/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9c44f1ab3f84231819/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"teams-e2e-824","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file +{"clusterCount":0,"created":"2025-07-24T15:05:26Z","id":"68824bb342be0f23307f3bc9","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb342be0f23307f3bc9","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb342be0f23307f3bc9/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb342be0f23307f3bc9/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb342be0f23307f3bc9/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb342be0f23307f3bc9/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb342be0f23307f3bc9/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb342be0f23307f3bc9/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"teams-e2e-646","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost index f3705377ac..2d3c5b470e 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 232 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:59 GMT -Location: http://localhost:8080/orgs/a0123456789abcdef012345a/teams/687f1d9f44f1ab3f84231882 +Date: Thu, 24 Jul 2025 15:05:26 GMT +Location: http://localhost:8080/orgs/a0123456789abcdef012345a/teams/68824bb6b448981053346106 Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 195 +X-Envoy-Upstream-Service-Time: 188 X-Frame-Options: DENY X-Java-Method: ApiOrganizationTeamsResource::createTeam X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"id":"687f1d9f44f1ab3f84231882","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/687f1d9f44f1ab3f84231882","rel":"self"}],"name":"e2e-teams-632","usernames":["andrea.angiolillo@mongodb.com"]} \ No newline at end of file +{"id":"68824bb6b448981053346106","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/68824bb6b448981053346106","rel":"self"}],"name":"e2e-teams-685","usernames":["andrea.angiolillo@mongodb.com"]} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Update/PATCH_api_atlas_v2_groups_687f1d9c44f1ab3f84231819_teams_687f1d9f44f1ab3f84231882_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Update/PATCH_api_atlas_v2_groups_687f1d9c44f1ab3f84231819_teams_687f1d9f44f1ab3f84231882_1.snaphost deleted file mode 100644 index e7ef3d7b84..0000000000 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Update/PATCH_api_atlas_v2_groups_687f1d9c44f1ab3f84231819_teams_687f1d9f44f1ab3f84231882_1.snaphost +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 419 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12: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: 195 -X-Frame-Options: DENY -X-Java-Method: ApiGroupTeamsResource::patchTeam -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9c44f1ab3f84231819/teams/687f1d9f44f1ab3f84231882?pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9c44f1ab3f84231819/teams/687f1d9f44f1ab3f84231882","rel":"self"}],"roleNames":["GROUP_READ_ONLY","GROUP_DATA_ACCESS_READ_ONLY"],"teamId":"687f1d9f44f1ab3f84231882"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Update/PATCH_api_atlas_v2_groups_68824bb342be0f23307f3bc9_teams_68824bb6b448981053346106_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Update/PATCH_api_atlas_v2_groups_68824bb342be0f23307f3bc9_teams_68824bb6b448981053346106_1.snaphost new file mode 100644 index 0000000000..d381952390 --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/Update/PATCH_api_atlas_v2_groups_68824bb342be0f23307f3bc9_teams_68824bb6b448981053346106_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 419 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Thu, 24 Jul 2025 15:05:27 GMT +Referrer-Policy: 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: ApiGroupTeamsResource::patchTeam +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb342be0f23307f3bc9/teams/68824bb6b448981053346106?pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb342be0f23307f3bc9/teams/68824bb6b448981053346106","rel":"self"}],"roleNames":["GROUP_READ_ONLY","GROUP_DATA_ACCESS_READ_ONLY"],"teamId":"68824bb6b448981053346106"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/memory.json b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/memory.json index ee087b7048..0d34feba3e 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/memory.json +++ b/test/e2e/testdata/.snapshots/TestAtlasProjectTeams/memory.json @@ -1 +1 @@ -{"TestAtlasProjectTeams/rand":"Ang="} \ No newline at end of file +{"TestAtlasProjectTeams/rand":"Aq0="} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjects/Create/POST_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjects/Create/POST_api_atlas_v2_groups_1.snaphost index 2c88ce296f..82de6b6cce 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjects/Create/POST_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjects/Create/POST_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 1134 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:48 GMT +Date: Thu, 24 Jul 2025 15:05:16 GMT Location: http://localhost:8080//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: 3010 +X-Envoy-Upstream-Service-Time: 2783 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::addGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"clusterCount":0,"created":"2025-07-22T05:11:50Z","id":"687f1d94a799aa2ae9e807fc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-312","orgId":"a0123456789abcdef012345a","tags":[{"key":"env","value":"e2e"},{"key":"prod","value":"false"}],"withDefaultAlertsSettings":true} \ No newline at end of file +{"clusterCount":0,"created":"2025-07-24T15:05:18Z","id":"68824bac42be0f23307f39ff","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-155","orgId":"a0123456789abcdef012345a","tags":[{"key":"env","value":"e2e"},{"key":"prod","value":"false"}],"withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestRestores/DELETE_api_atlas_v2_groups_687f1f61a799aa2ae9e812e1_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjects/Delete/DELETE_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost similarity index 76% rename from test/e2e/testdata/.snapshots/TestRestores/DELETE_api_atlas_v2_groups_687f1f61a799aa2ae9e812e1_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasProjects/Delete/DELETE_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost index 1d7aee4b6a..394a5087cf 100644 --- a/test/e2e/testdata/.snapshots/TestRestores/DELETE_api_atlas_v2_groups_687f1f61a799aa2ae9e812e1_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjects/Delete/DELETE_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 202 Accepted Content-Length: 2 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:42:01 GMT +Date: Thu, 24 Jul 2025 15:05:22 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: 393 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::deleteGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjects/Describe/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjects/Describe/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost deleted file mode 100644 index 8d8fdda762..0000000000 --- a/test/e2e/testdata/.snapshots/TestAtlasProjects/Describe/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1134 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11: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: 83 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::getGroup -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-07-22T05:11:50Z","id":"687f1d94a799aa2ae9e807fc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-312","orgId":"a0123456789abcdef012345a","tags":[{"key":"env","value":"e2e"},{"key":"prod","value":"false"}],"withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjects/Describe/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjects/Describe/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost new file mode 100644 index 0000000000..70bd4e9b75 --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestAtlasProjects/Describe/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1134 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Thu, 24 Jul 2025 15:05: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: 88 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::getGroup +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-07-24T15:05:18Z","id":"68824bac42be0f23307f39ff","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-155","orgId":"a0123456789abcdef012345a","tags":[{"key":"env","value":"e2e"},{"key":"prod","value":"false"}],"withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjects/List/GET_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjects/List/GET_api_atlas_v2_groups_1.snaphost index 7be4f8989e..e707321cbd 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjects/List/GET_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjects/List/GET_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 200 OK Connection: close -Content-Length: 8756 +Content-Length: 8515 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:51 GMT +Date: Thu, 24 Jul 2025 15:05: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: 268 +X-Envoy-Upstream-Service-Time: 282 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::getAllGroups X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"clusterCount":7,"created":"2020-07-02T09:19:46Z","id":"b0123456789abcdef012345b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b","rel":"self"}],"name":"Atlas CLI E2E","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":false},{"clusterCount":1,"created":"2025-07-22T05:11:12Z","id":"687f1d6f44f1ab3f84230f31","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31","rel":"self"}],"name":"AutogeneratedCommands-e2e-558","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-22T05:11:29Z","id":"687f1d7fa799aa2ae9e804de","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7fa799aa2ae9e804de","rel":"self"}],"name":"accessLogs-e2e-969","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-22T05:11:47Z","id":"687f1d91a799aa2ae9e8077d","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d91a799aa2ae9e8077d","rel":"self"}],"name":"atlasStreams-e2e-42","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-22T05:11:34Z","id":"687f1d8444f1ab3f84231469","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8444f1ab3f84231469","rel":"self"}],"name":"atlasStreams-e2e-58","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-22T05:11:50Z","id":"687f1d94a799aa2ae9e80858","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e80858","rel":"self"}],"name":"backupRestores-e2e-62","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-05-28T11:19:57Z","id":"6836f15a05517854c0dda381","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/6836f15a05517854c0dda381","rel":"self"}],"name":"backupRestores2-691-e2f15312ca5c1309c2b","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-05-28T05:15:58Z","id":"68369c0d9806252ca7c427d1","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68369c0d9806252ca7c427d1","rel":"self"}],"name":"backupRestores2-e2e-909","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-22T05:11:13Z","id":"687f1d7044f1ab3f84230f92","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7044f1ab3f84230f92","rel":"self"}],"name":"backupSchedule-e2e-517","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-22T05:11:23Z","id":"687f1d79a799aa2ae9e803dd","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd","rel":"self"}],"name":"clustersFile-e2e-649","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-22T05:11:40Z","id":"687f1d8aa799aa2ae9e8067f","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f","rel":"self"}],"name":"clustersFlags-e2e-719","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-22T05:11:14Z","id":"687f1d6ea799aa2ae9e800fa","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6ea799aa2ae9e800fa","rel":"self"}],"name":"clustersIss-e2e-193","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-22T05:11:27Z","id":"687f1d7d44f1ab3f842312d4","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7d44f1ab3f842312d4","rel":"self"}],"name":"clustersM0-e2e-863","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-22T05:11:12Z","id":"687f1d6ea799aa2ae9e8009f","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6ea799aa2ae9e8009f","rel":"self"}],"name":"clustersUpgrade-e2e-827","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-22T05:11:29Z","id":"687f1d7f44f1ab3f8423133e","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7f44f1ab3f8423133e","rel":"self"}],"name":"copyprotection-compliance-policy-e2e-104","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-22T05:11:20Z","id":"687f1d7544f1ab3f842310d1","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7544f1ab3f842310d1","rel":"self"}],"name":"dataFederationPrivateEndpointsAWS-e2e-152","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-22T05:11:42Z","id":"687f1d8da799aa2ae9e806ec","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8da799aa2ae9e806ec","rel":"self"}],"name":"describe-compliance-policy-e2e-155","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-22T05:11:50Z","id":"687f1d94a799aa2ae9e807fc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc","rel":"self"}],"name":"e2e-proj-312","orgId":"a0123456789abcdef012345a","tags":[{"key":"env","value":"e2e"},{"key":"prod","value":"false"}],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-22T05:11:49Z","id":"687f1d9444f1ab3f8423173d","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9444f1ab3f8423173d","rel":"self"}],"name":"enable-compliance-policy-e2e-852","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-22T05:11:44Z","id":"687f1d8e44f1ab3f8423162b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8e44f1ab3f8423162b","rel":"self"}],"name":"invitations-e2e-522","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-22T05:11:24Z","id":"687f1d7a44f1ab3f842311cb","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7a44f1ab3f842311cb","rel":"self"}],"name":"ldap-e2e-965","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-22T05:11:45Z","id":"687f1d8e44f1ab3f84231649","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8e44f1ab3f84231649","rel":"self"}],"name":"metrics-e2e-646","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-22T05:11:21Z","id":"687f1d78a799aa2ae9e80368","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d78a799aa2ae9e80368","rel":"self"}],"name":"onlineArchives-e2e-9","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-22T05:11:26Z","id":"687f1d7b44f1ab3f84231249","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7b44f1ab3f84231249","rel":"self"}],"name":"performanceAdvisor-e2e-242","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-22T05:11:14Z","id":"687f1d7044f1ab3f84230fb6","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7044f1ab3f84230fb6","rel":"self"}],"name":"processes-e2e-991","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-22T05:11:18Z","id":"687f1d7444f1ab3f84231064","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7444f1ab3f84231064","rel":"self"}],"name":"search-e2e-316","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-22T05:11:32Z","id":"687f1d80a799aa2ae9e8054b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d80a799aa2ae9e8054b","rel":"self"}],"name":"serverless-e2e-706","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-22T05:11:29Z","id":"687f1d7f44f1ab3f8423133f","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7f44f1ab3f8423133f","rel":"self"}],"name":"setup-e2e-361","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-22T05:11:34Z","id":"687f1d84a799aa2ae9e805b9","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d84a799aa2ae9e805b9","rel":"self"}],"name":"setup-e2e-857","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true}],"totalCount":30} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"clusterCount":5,"created":"2020-07-02T09:19:46Z","id":"b0123456789abcdef012345b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b","rel":"self"}],"name":"Atlas CLI E2E","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-24T15:04:59Z","id":"68824b9a42be0f23307f3610","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610","rel":"self"}],"name":"AutogeneratedCommands-e2e-318","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-24T05:11:58Z","id":"6881c09b78d9415ffc817d53","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/6881c09b78d9415ffc817d53","rel":"self"}],"name":"AutogeneratedCommands-e2e-824","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-24T05:13:06Z","id":"6881c0e078d9415ffc8185b9","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/6881c0e078d9415ffc8185b9","rel":"self"}],"name":"accessLogs-e2e-469","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-24T15:05:11Z","id":"68824ba542be0f23307f3874","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba542be0f23307f3874","rel":"self"}],"name":"accessLogs-e2e-651","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-24T15:04:59Z","id":"68824b9842be0f23307f35ad","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9842be0f23307f35ad","rel":"self"}],"name":"atlasStreams-e2e-397","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-24T15:05:17Z","id":"68824babb448981053345e9a","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824babb448981053345e9a","rel":"self"}],"name":"atlasStreams-e2e-784","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-24T05:12:28Z","id":"6881c0b9b7b97c2537f63adc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/6881c0b9b7b97c2537f63adc","rel":"self"}],"name":"atlasStreams-e2e-976","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-05-28T11:19:57Z","id":"6836f15a05517854c0dda381","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/6836f15a05517854c0dda381","rel":"self"}],"name":"backupRestores2-691-e2f15312ca5c1309c2b","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-05-28T05:15:58Z","id":"68369c0d9806252ca7c427d1","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68369c0d9806252ca7c427d1","rel":"self"}],"name":"backupRestores2-e2e-909","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-24T15:04:43Z","id":"68824b89b44898105334593e","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b89b44898105334593e","rel":"self"}],"name":"backupSchedule-e2e-487","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-24T15:04:39Z","id":"68824b8642be0f23307f33bd","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd","rel":"self"}],"name":"clustersFlags-e2e-173","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-24T15:05:03Z","id":"68824b9c42be0f23307f3673","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9c42be0f23307f3673","rel":"self"}],"name":"clustersIss-e2e-950","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-24T15:05:16Z","id":"68824ba8b448981053345e17","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba8b448981053345e17","rel":"self"}],"name":"compliance-policy-pointintimerestore-e2e-530","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-24T15:04:50Z","id":"68824b9042be0f23307f352b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9042be0f23307f352b","rel":"self"}],"name":"copyprotection-compliance-policy-e2e-527","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-24T15:05:03Z","id":"68824b9cb448981053345bce","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9cb448981053345bce","rel":"self"}],"name":"dataFederationPrivateEndpointsAWS-e2e-786","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-24T15:05:02Z","id":"68824b9db448981053345c72","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9db448981053345c72","rel":"self"}],"name":"describe-compliance-policy-e2e-157","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-24T15:05:18Z","id":"68824bac42be0f23307f39ff","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff","rel":"self"}],"name":"e2e-proj-155","orgId":"a0123456789abcdef012345a","tags":[{"key":"env","value":"e2e"},{"key":"prod","value":"false"}],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-24T15:05:11Z","id":"68824ba4b448981053345d41","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba4b448981053345d41","rel":"self"}],"name":"enable-compliance-policy-e2e-616","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-24T15:05:14Z","id":"68824ba8b448981053345dc8","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba8b448981053345dc8","rel":"self"}],"name":"invitations-e2e-220","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-24T15:04:49Z","id":"68824b8d42be0f23307f34b2","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8d42be0f23307f34b2","rel":"self"}],"name":"ldap-e2e-942","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-24T15:05:02Z","id":"68824b9cb448981053345c3f","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9cb448981053345c3f","rel":"self"}],"name":"performanceAdvisor-e2e-113","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-24T15:04:46Z","id":"68824b8db448981053345ab6","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8db448981053345ab6","rel":"self"}],"name":"privateEndpointsAWS-e2e-531","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-24T15:04:46Z","id":"68824b8c42be0f23307f3451","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8c42be0f23307f3451","rel":"self"}],"name":"processes-e2e-897","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-24T15:05:15Z","id":"68824ba942be0f23307f398e","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba942be0f23307f398e","rel":"self"}],"name":"searchNodes-e2e-991","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-24T15:04:48Z","id":"68824b8fb448981053345b19","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8fb448981053345b19","rel":"self"}],"name":"setup-e2e-510","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":0,"created":"2025-07-24T15:04:44Z","id":"68824b8bb448981053345a2e","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8bb448981053345a2e","rel":"self"}],"name":"setup-e2e-511","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true},{"clusterCount":1,"created":"2025-07-24T15:05:10Z","id":"68824ba442be0f23307f380f","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba442be0f23307f380f","rel":"self"}],"name":"shardedClusters-e2e-787","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true}],"totalCount":31} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjects/Tags/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjects/Tags/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost deleted file mode 100644 index 038a24bea8..0000000000 --- a/test/e2e/testdata/.snapshots/TestAtlasProjects/Tags/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1134 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11: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: 85 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::getGroup -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-07-22T05:11:50Z","id":"687f1d94a799aa2ae9e807fc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-312","orgId":"a0123456789abcdef012345a","tags":[{"key":"env","value":"e2e"},{"key":"prod","value":"false"}],"withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjects/Tags/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjects/Tags/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost new file mode 100644 index 0000000000..70bd4e9b75 --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestAtlasProjects/Tags/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1134 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Thu, 24 Jul 2025 15:05: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: 88 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::getGroup +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-07-24T15:05:18Z","id":"68824bac42be0f23307f39ff","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-155","orgId":"a0123456789abcdef012345a","tags":[{"key":"env","value":"e2e"},{"key":"prod","value":"false"}],"withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_resetTags/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_resetTags/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost deleted file mode 100644 index f3ce59e750..0000000000 --- a/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_resetTags/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost +++ /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: Tue, 22 Jul 2025 05:11: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: 93 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::getGroup -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-07-22T05:11:50Z","id":"687f1d94a799aa2ae9e807fc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-312-updated","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_resetTags/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_resetTags/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost new file mode 100644 index 0000000000..2559e48981 --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_resetTags/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1084 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Thu, 24 Jul 2025 15:05: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: 89 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::getGroup +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-07-24T15:05:18Z","id":"68824bac42be0f23307f39ff","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-155-updated","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_resetTags/PATCH_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_resetTags/PATCH_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost deleted file mode 100644 index 1b6243fc38..0000000000 --- a/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_resetTags/PATCH_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost +++ /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: Tue, 22 Jul 2025 05:11: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: 228 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::patchGroup -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-07-22T05:11:50Z","id":"687f1d94a799aa2ae9e807fc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-312-updated","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_resetTags/PATCH_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_resetTags/PATCH_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost new file mode 100644 index 0000000000..d6247a6e8b --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_resetTags/PATCH_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1084 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Thu, 24 Jul 2025 15:05: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: 514 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::patchGroup +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-07-24T15:05:18Z","id":"68824bac42be0f23307f39ff","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-155-updated","orgId":"a0123456789abcdef012345a","tags":[],"withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_setNameAndTags/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_setNameAndTags/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost deleted file mode 100644 index 7884a8c778..0000000000 --- a/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_setNameAndTags/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1139 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:53 GMT -Referrer-Policy: 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: ApiAtlasGroupsResource::getGroup -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-07-22T05:11:50Z","id":"687f1d94a799aa2ae9e807fc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-312-updated","orgId":"a0123456789abcdef012345a","tags":[{"key":"env","value":"e2e"},{"key":"app","value":"cli"}],"withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_setNameAndTags/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_setNameAndTags/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost new file mode 100644 index 0000000000..866689f72e --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_setNameAndTags/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1139 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Thu, 24 Jul 2025 15:05: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: 92 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::getGroup +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-07-24T15:05:18Z","id":"68824bac42be0f23307f39ff","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-155-updated","orgId":"a0123456789abcdef012345a","tags":[{"key":"env","value":"e2e"},{"key":"app","value":"cli"}],"withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_setNameAndTags/PATCH_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_setNameAndTags/PATCH_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost deleted file mode 100644 index a950629d12..0000000000 --- a/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_setNameAndTags/PATCH_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_1.snaphost +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 1139 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:53 GMT -Referrer-Policy: strict-origin-when-cross-origin -Server: mdbws -Strict-Transport-Security: max-age=31536000; includeSubdomains; -X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 408 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasGroupsResource::patchGroup -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"clusterCount":0,"created":"2025-07-22T05:11:50Z","id":"687f1d94a799aa2ae9e807fc","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-312-updated","orgId":"a0123456789abcdef012345a","tags":[{"key":"env","value":"e2e"},{"key":"app","value":"cli"}],"withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_setNameAndTags/PATCH_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_setNameAndTags/PATCH_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost new file mode 100644 index 0000000000..a38e76eda3 --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestAtlasProjects/Update_setNameAndTags/PATCH_api_atlas_v2_groups_68824bac42be0f23307f39ff_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 1139 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Thu, 24 Jul 2025 15:05: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: 393 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasGroupsResource::patchGroup +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"clusterCount":0,"created":"2025-07-24T15:05:18Z","id":"68824bac42be0f23307f39ff","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"e2e-proj-155-updated","orgId":"a0123456789abcdef012345a","tags":[{"key":"env","value":"e2e"},{"key":"app","value":"cli"}],"withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasProjects/Users/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_users_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasProjects/Users/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_users_1.snaphost similarity index 72% rename from test/e2e/testdata/.snapshots/TestAtlasProjects/Users/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_users_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasProjects/Users/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_users_1.snaphost index c3e15ea7c1..06aab50541 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjects/Users/GET_api_atlas_v2_groups_687f1d94a799aa2ae9e807fc_users_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasProjects/Users/GET_api_atlas_v2_groups_68824bac42be0f23307f39ff_users_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 488 Content-Type: application/vnd.atlas.2025-02-19+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:55 GMT +Date: Thu, 24 Jul 2025 15:05: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: 87 +X-Envoy-Upstream-Service-Time: 86 X-Frame-Options: DENY X-Java-Method: ApiGroupUsersResource::getGroupUsers X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d94a799aa2ae9e807fc/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-05-28T14:20:21Z","lastName":"Quinn","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":["GROUP_OWNER"],"username":"colm.quinn@mongodb.com"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bac42be0f23307f39ff/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-05-28T14:20:21Z","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/testdata/.snapshots/TestAtlasProjects/memory.json b/test/e2e/testdata/.snapshots/TestAtlasProjects/memory.json index 6e04c13e4c..324c33bafa 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasProjects/memory.json +++ b/test/e2e/testdata/.snapshots/TestAtlasProjects/memory.json @@ -1 +1 @@ -{"TestAtlasProjects/rand":"ATg="} \ No newline at end of file +{"TestAtlasProjects/rand":"mw=="} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/Add/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_users_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/Add/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_users_1.snaphost similarity index 70% rename from test/e2e/testdata/.snapshots/TestAtlasTeamUsers/Add/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_users_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasTeamUsers/Add/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_users_1.snaphost index a03eef0b61..d35734d525 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/Add/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_users_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/Add/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_users_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1244 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:07 GMT +Date: Thu, 24 Jul 2025 15:05:32 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: 250 +X-Envoy-Upstream-Service-Time: 239 X-Frame-Options: DENY X-Java-Method: ApiOrganizationTeamsResource::addTeamUsers X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/687f1da644f1ab3f8423192b/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-07-03T08:06:37Z","lastName":"Lisle","links":[{"href":"http://localhost:8080/api/atlas/v2/users/61dc5929ae95796dcd418d1d","rel":"self"}],"roles":[{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"},{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_OWNER"}],"teamIds":["687f1da644f1ab3f8423192b"],"username":"bianca.vianadeaguiar@mongodb.com"},{"country":"IE","createdAt":"2020-02-18T10:58:47Z","emailAddress":"andrea.angiolillo@mongodb.com","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-07-15T08:35:38Z","lastName":"Angiolillo","links":[{"href":"http://localhost:8080/api/atlas/v2/users/5e4bc367c6b0f41bb9bbb178","rel":"self"}],"roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"}],"teamIds":["687f1da644f1ab3f8423192b"],"username":"andrea.angiolillo@mongodb.com"}],"totalCount":2} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/68824bbcb44898105334613c/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-07-03T08:06:37Z","lastName":"Lisle","links":[{"href":"http://localhost:8080/api/atlas/v2/users/61dc5929ae95796dcd418d1d","rel":"self"}],"roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"}],"teamIds":["68824bbcb44898105334613c"],"username":"bianca.vianadeaguiar@mongodb.com"},{"country":"IE","createdAt":"2020-02-18T10:58:47Z","emailAddress":"andrea.angiolillo@mongodb.com","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-07-15T08:35:38Z","lastName":"Angiolillo","links":[{"href":"http://localhost:8080/api/atlas/v2/users/5e4bc367c6b0f41bb9bbb178","rel":"self"}],"roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"}],"teamIds":["68824bbcb44898105334613c"],"username":"andrea.angiolillo@mongodb.com"}],"totalCount":2} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_1.snaphost similarity index 69% rename from test/e2e/testdata/.snapshots/TestAtlasTeamUsers/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasTeamUsers/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_1.snaphost index 6f1de09f1b..db869b8557 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_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: Tue, 22 Jul 2025 05:12:09 GMT +Date: Thu, 24 Jul 2025 15:05: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: 129 +X-Envoy-Upstream-Service-Time: 130 X-Frame-Options: DENY X-Java-Method: ApiOrganizationTeamsResource::deleteTeam X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_users_61dc5929ae95796dcd418d1d_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_users_61dc5929ae95796dcd418d1d_1.snaphost similarity index 73% rename from test/e2e/testdata/.snapshots/TestAtlasTeamUsers/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_users_61dc5929ae95796dcd418d1d_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasTeamUsers/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_users_61dc5929ae95796dcd418d1d_1.snaphost index 9ec6ba83b2..551a0ff7fa 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_users_61dc5929ae95796dcd418d1d_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_users_61dc5929ae95796dcd418d1d_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: Tue, 22 Jul 2025 05:12:09 GMT +Date: Thu, 24 Jul 2025 15:05:33 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-Envoy-Upstream-Service-Time: 213 X-Frame-Options: DENY X-Java-Method: ApiOrganizationTeamsResource::removeTeamUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost index 0a5251f299..f91d23c3ab 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 713 Content-Type: application/vnd.atlas.2025-02-19+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:06 GMT +Date: Thu, 24 Jul 2025 15:05:31 GMT Referrer-Policy: 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-Envoy-Upstream-Service-Time: 109 X-Frame-Options: DENY X-Java-Method: ApiOrganizationUsersResource::getOrganizationUsers X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users?includeCount=true&pageNum=1&itemsPerPage=1","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users?includeCount=true&itemsPerPage=1&pageNum=2","rel":"next"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-07-15T08:35:38Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":[],"username":"andrea.angiolillo@mongodb.com"}],"totalCount":14} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users?includeCount=true&pageNum=1&itemsPerPage=1","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users?includeCount=true&itemsPerPage=1&pageNum=2","rel":"next"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-07-15T08:35:38Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":[],"username":"andrea.angiolillo@mongodb.com"}],"totalCount":18} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_2.snaphost b/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_2.snaphost index d9e21c1c7e..7d9762c8db 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_2.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1135 Content-Type: application/vnd.atlas.2025-02-19+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:07 GMT +Date: Thu, 24 Jul 2025 15:05: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: 110 +X-Envoy-Upstream-Service-Time: 112 X-Frame-Options: DENY X-Java-Method: ApiOrganizationUsersResource::getOrganizationUsers X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users?includeCount=true&pageNum=1&itemsPerPage=2","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users?includeCount=true&itemsPerPage=2&pageNum=2","rel":"next"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-07-15T08:35:38Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":["687f1da644f1ab3f8423192b"],"username":"andrea.angiolillo@mongodb.com"},{"country":"IE","createdAt":"2022-01-10T16:04:57Z","firstName":"Bianca","id":"61dc5929ae95796dcd418d1d","lastAuth":"2025-07-03T08:06:37Z","lastName":"Lisle","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":[],"username":"bianca.vianadeaguiar@mongodb.com"}],"totalCount":14} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users?includeCount=true&pageNum=1&itemsPerPage=2","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users?includeCount=true&itemsPerPage=2&pageNum=2","rel":"next"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-07-15T08:35:38Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":["68824bbcb44898105334613c"],"username":"andrea.angiolillo@mongodb.com"},{"country":"IE","createdAt":"2022-01-10T16:04:57Z","firstName":"Bianca","id":"61dc5929ae95796dcd418d1d","lastAuth":"2025-07-03T08:06:37Z","lastName":"Lisle","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":[],"username":"bianca.vianadeaguiar@mongodb.com"}],"totalCount":18} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_users_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_users_1.snaphost similarity index 73% rename from test/e2e/testdata/.snapshots/TestAtlasTeamUsers/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_users_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasTeamUsers/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_users_1.snaphost index 4ab4b70352..b6fb450753 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_users_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_users_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1037 Content-Type: application/vnd.atlas.2025-02-19+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:08 GMT +Date: Thu, 24 Jul 2025 15:05: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: 136 +X-Envoy-Upstream-Service-Time: 132 X-Frame-Options: DENY X-Java-Method: ApiOrganizationTeamUsersResource::getTeamUsers X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/687f1da644f1ab3f8423192b/users?pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-07-15T08:35:38Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":["687f1da644f1ab3f8423192b"],"username":"andrea.angiolillo@mongodb.com"},{"country":"IE","createdAt":"2022-01-10T16:04:57Z","firstName":"Bianca","id":"61dc5929ae95796dcd418d1d","lastAuth":"2025-07-03T08:06:37Z","lastName":"Lisle","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":["687f1da644f1ab3f8423192b"],"username":"bianca.vianadeaguiar@mongodb.com"}],"totalCount":2} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/68824bbcb44898105334613c/users?pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-07-15T08:35:38Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":["68824bbcb44898105334613c"],"username":"andrea.angiolillo@mongodb.com"},{"country":"IE","createdAt":"2022-01-10T16:04:57Z","firstName":"Bianca","id":"61dc5929ae95796dcd418d1d","lastAuth":"2025-07-03T08:06:37Z","lastName":"Lisle","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":["68824bbcb44898105334613c"],"username":"bianca.vianadeaguiar@mongodb.com"}],"totalCount":2} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/List_Compact/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_users_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/List_Compact/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_users_1.snaphost similarity index 73% rename from test/e2e/testdata/.snapshots/TestAtlasTeamUsers/List_Compact/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_users_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasTeamUsers/List_Compact/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_users_1.snaphost index 118f32884c..90789d49b8 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/List_Compact/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da644f1ab3f8423192b_users_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/List_Compact/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bbcb44898105334613c_users_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1037 Content-Type: application/vnd.atlas.2025-02-19+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:08 GMT +Date: Thu, 24 Jul 2025 15:05: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: 81 +X-Envoy-Upstream-Service-Time: 115 X-Frame-Options: DENY X-Java-Method: ApiOrganizationTeamUsersResource::getTeamUsers X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/687f1da644f1ab3f8423192b/users?pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-07-15T08:35:38Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":["687f1da644f1ab3f8423192b"],"username":"andrea.angiolillo@mongodb.com"},{"country":"IE","createdAt":"2022-01-10T16:04:57Z","firstName":"Bianca","id":"61dc5929ae95796dcd418d1d","lastAuth":"2025-07-03T08:06:37Z","lastName":"Lisle","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":["687f1da644f1ab3f8423192b"],"username":"bianca.vianadeaguiar@mongodb.com"}],"totalCount":2} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/68824bbcb44898105334613c/users?pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-07-15T08:35:38Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":["68824bbcb44898105334613c"],"username":"andrea.angiolillo@mongodb.com"},{"country":"IE","createdAt":"2022-01-10T16:04:57Z","firstName":"Bianca","id":"61dc5929ae95796dcd418d1d","lastAuth":"2025-07-03T08:06:37Z","lastName":"Lisle","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":["68824bbcb44898105334613c"],"username":"bianca.vianadeaguiar@mongodb.com"}],"totalCount":2} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost index 125811aeb8..9be050749b 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 227 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:06 GMT -Location: http://localhost:8080/orgs/a0123456789abcdef012345a/teams/687f1da644f1ab3f8423192b +Date: Thu, 24 Jul 2025 15:05:32 GMT +Location: http://localhost:8080/orgs/a0123456789abcdef012345a/teams/68824bbcb44898105334613c Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 203 +X-Envoy-Upstream-Service-Time: 156 X-Frame-Options: DENY X-Java-Method: ApiOrganizationTeamsResource::createTeam X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"id":"687f1da644f1ab3f8423192b","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/687f1da644f1ab3f8423192b","rel":"self"}],"name":"teams299","usernames":["andrea.angiolillo@mongodb.com"]} \ No newline at end of file +{"id":"68824bbcb44898105334613c","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/68824bbcb44898105334613c","rel":"self"}],"name":"teams893","usernames":["andrea.angiolillo@mongodb.com"]} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/memory.json b/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/memory.json index 3fe94b5377..e03844c0b4 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/memory.json +++ b/test/e2e/testdata/.snapshots/TestAtlasTeamUsers/memory.json @@ -1 +1 @@ -{"TestAtlasTeamUsers/rand":"ASs="} \ No newline at end of file +{"TestAtlasTeamUsers/rand":"A30="} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasTeams/Create/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasTeams/Create/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost index 98b9ba4874..69343eade1 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasTeams/Create/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasTeams/Create/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 713 Content-Type: application/vnd.atlas.2025-02-19+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:02 GMT +Date: Thu, 24 Jul 2025 15:05: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: 82 +X-Envoy-Upstream-Service-Time: 119 X-Frame-Options: DENY X-Java-Method: ApiOrganizationUsersResource::getOrganizationUsers X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users?includeCount=true&pageNum=1&itemsPerPage=1","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users?includeCount=true&itemsPerPage=1&pageNum=2","rel":"next"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-07-15T08:35:38Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":[],"username":"andrea.angiolillo@mongodb.com"}],"totalCount":14} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users?includeCount=true&pageNum=1&itemsPerPage=1","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/users?includeCount=true&itemsPerPage=1&pageNum=2","rel":"next"}],"results":[{"country":"IE","createdAt":"2020-02-18T10:58:47Z","firstName":"Andrea","id":"5e4bc367c6b0f41bb9bbb178","lastAuth":"2025-07-15T08:35:38Z","lastName":"Angiolillo","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":{"groupRoleAssignments":[{"groupId":"b0123456789abcdef012345b","groupRoles":["GROUP_OWNER"]}],"orgRoles":["ORG_OWNER"]},"teamIds":[],"username":"andrea.angiolillo@mongodb.com"}],"totalCount":18} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasTeams/Create/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasTeams/Create/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost index 2d45615a33..dd87cd5781 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasTeams/Create/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasTeams/Create/POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 227 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:02 GMT -Location: http://localhost:8080/orgs/a0123456789abcdef012345a/teams/687f1da3a799aa2ae9e80a75 +Date: Thu, 24 Jul 2025 15:05:29 GMT +Location: http://localhost:8080/orgs/a0123456789abcdef012345a/teams/68824bb942be0f23307f3c7d Referrer-Policy: 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: 191 X-Frame-Options: DENY X-Java-Method: ApiOrganizationTeamsResource::createTeam X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"id":"687f1da3a799aa2ae9e80a75","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/687f1da3a799aa2ae9e80a75","rel":"self"}],"name":"teams760","usernames":["andrea.angiolillo@mongodb.com"]} \ No newline at end of file +{"id":"68824bb942be0f23307f3c7d","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/68824bb942be0f23307f3c7d","rel":"self"}],"name":"teams873","usernames":["andrea.angiolillo@mongodb.com"]} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasTeams/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da3a799aa2ae9e80a75_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasTeams/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bb942be0f23307f3c7d_1.snaphost similarity index 69% rename from test/e2e/testdata/.snapshots/TestAtlasTeams/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da3a799aa2ae9e80a75_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasTeams/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bb942be0f23307f3c7d_1.snaphost index 875a207132..be98ae30c7 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasTeams/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da3a799aa2ae9e80a75_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasTeams/Delete/DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bb942be0f23307f3c7d_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: Tue, 22 Jul 2025 05:12:05 GMT +Date: Thu, 24 Jul 2025 15:05:31 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 135 +X-Envoy-Upstream-Service-Time: 131 X-Frame-Options: DENY X-Java-Method: ApiOrganizationTeamsResource::deleteTeam X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestAtlasTeams/Describe_By_ID/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da3a799aa2ae9e80a75_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasTeams/Describe_By_ID/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bb942be0f23307f3c7d_1.snaphost similarity index 53% rename from test/e2e/testdata/.snapshots/TestAtlasTeams/Describe_By_ID/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da3a799aa2ae9e80a75_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasTeams/Describe_By_ID/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bb942be0f23307f3c7d_1.snaphost index e4901738d6..b98441312c 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasTeams/Describe_By_ID/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da3a799aa2ae9e80a75_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasTeams/Describe_By_ID/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bb942be0f23307f3c7d_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 181 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:03 GMT +Date: Thu, 24 Jul 2025 15:05: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: 51 +X-Envoy-Upstream-Service-Time: 63 X-Frame-Options: DENY X-Java-Method: ApiOrganizationTeamsResource::getTeamById X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"id":"687f1da3a799aa2ae9e80a75","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/687f1da3a799aa2ae9e80a75","rel":"self"}],"name":"teams760"} \ No newline at end of file +{"id":"68824bb942be0f23307f3c7d","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/68824bb942be0f23307f3c7d","rel":"self"}],"name":"teams873"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasTeams/Describe_By_Name/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_byName_teams760_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasTeams/Describe_By_Name/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_byName_teams873_1.snaphost similarity index 53% rename from test/e2e/testdata/.snapshots/TestAtlasTeams/Describe_By_Name/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_byName_teams760_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasTeams/Describe_By_Name/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_byName_teams873_1.snaphost index ca92c4fb22..b1836330f5 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasTeams/Describe_By_Name/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_byName_teams760_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasTeams/Describe_By_Name/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_byName_teams873_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 181 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:03 GMT +Date: Thu, 24 Jul 2025 15:05: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: 54 +X-Envoy-Upstream-Service-Time: 65 X-Frame-Options: DENY X-Java-Method: ApiOrganizationTeamsResource::getTeamByName X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"id":"687f1da3a799aa2ae9e80a75","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/687f1da3a799aa2ae9e80a75","rel":"self"}],"name":"teams760"} \ No newline at end of file +{"id":"68824bb942be0f23307f3c7d","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/68824bb942be0f23307f3c7d","rel":"self"}],"name":"teams873"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasTeams/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasTeams/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost index 2f66656951..66e8420714 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasTeams/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasTeams/List/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 368 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:04 GMT +Date: Thu, 24 Jul 2025 15:05: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: 53 +X-Envoy-Upstream-Service-Time: 57 X-Frame-Options: DENY X-Java-Method: ApiOrganizationTeamsResource::getTeams X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"id":"687f1da3a799aa2ae9e80a75","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/687f1da3a799aa2ae9e80a75","rel":"self"}],"name":"teams760_renamed"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"id":"68824bb942be0f23307f3c7d","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/68824bb942be0f23307f3c7d","rel":"self"}],"name":"teams873_renamed"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasTeams/List_Compact/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasTeams/List_Compact/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost index acd057252b..657a846123 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasTeams/List_Compact/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasTeams/List_Compact/GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 368 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:05 GMT +Date: Thu, 24 Jul 2025 15:05:30 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: ApiOrganizationTeamsResource::getTeams X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"id":"687f1da3a799aa2ae9e80a75","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/687f1da3a799aa2ae9e80a75","rel":"self"}],"name":"teams760_renamed"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"id":"68824bb942be0f23307f3c7d","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/68824bb942be0f23307f3c7d","rel":"self"}],"name":"teams873_renamed"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasTeams/Rename/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da3a799aa2ae9e80a75_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasTeams/Rename/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bb942be0f23307f3c7d_1.snaphost similarity index 53% rename from test/e2e/testdata/.snapshots/TestAtlasTeams/Rename/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da3a799aa2ae9e80a75_1.snaphost rename to test/e2e/testdata/.snapshots/TestAtlasTeams/Rename/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bb942be0f23307f3c7d_1.snaphost index 485337c3a2..9fe3157eb5 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasTeams/Rename/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_687f1da3a799aa2ae9e80a75_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasTeams/Rename/PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_68824bb942be0f23307f3c7d_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 189 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:04 GMT +Date: Thu, 24 Jul 2025 15:05: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: 166 +X-Envoy-Upstream-Service-Time: 176 X-Frame-Options: DENY X-Java-Method: ApiOrganizationTeamsResource::patchTeam X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"id":"687f1da3a799aa2ae9e80a75","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/687f1da3a799aa2ae9e80a75","rel":"self"}],"name":"teams760_renamed"} \ No newline at end of file +{"id":"68824bb942be0f23307f3c7d","links":[{"href":"http://localhost:8080/api/atlas/v2/orgs/a0123456789abcdef012345a/teams/68824bb942be0f23307f3c7d","rel":"self"}],"name":"teams873_renamed"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasTeams/memory.json b/test/e2e/testdata/.snapshots/TestAtlasTeams/memory.json index 3b6fff8e60..589c17963c 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasTeams/memory.json +++ b/test/e2e/testdata/.snapshots/TestAtlasTeams/memory.json @@ -1 +1 @@ -{"TestAtlasTeams/rand":"Avg="} \ No newline at end of file +{"TestAtlasTeams/rand":"A2k="} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasUsers/Describe_by_ID/GET_api_atlas_v2_users_5e4bc367c6b0f41bb9bbb178_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasUsers/Describe_by_ID/GET_api_atlas_v2_users_5e4bc367c6b0f41bb9bbb178_1.snaphost index 8063f6727f..bb831695ae 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasUsers/Describe_by_ID/GET_api_atlas_v2_users_5e4bc367c6b0f41bb9bbb178_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasUsers/Describe_by_ID/GET_api_atlas_v2_users_5e4bc367c6b0f41bb9bbb178_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 200 OK Content-Length: 763 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:11 GMT +Date: Thu, 24 Jul 2025 15:05:35 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: 358 +X-Envoy-Upstream-Service-Time: 397 X-Frame-Options: DENY X-Java-Method: ApiUsersResource::getUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-07-15T08:35:38Z","lastName":"Angiolillo","links":[{"href":"http://localhost:8080/api/atlas/v2/users/5e4bc367c6b0f41bb9bbb178","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/users/5e4bc367c6b0f41bb9bbb178/whitelist","rel":"https://cloud.mongodb.com/whitelist"},{"href":"http://localhost:8080/api/atlas/v2/users/5e4bc367c6b0f41bb9bbb178/accessList","rel":"https://cloud.mongodb.com/accessList"}],"roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"}],"teamIds":[],"username":"andrea.angiolillo@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasUsers/Describe_by_username/GET_api_atlas_v2_users_byName_andrea.angiolillo@mongodb.com_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasUsers/Describe_by_username/GET_api_atlas_v2_users_byName_andrea.angiolillo@mongodb.com_1.snaphost index e96f0fba13..95e3aa176f 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasUsers/Describe_by_username/GET_api_atlas_v2_users_byName_andrea.angiolillo@mongodb.com_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasUsers/Describe_by_username/GET_api_atlas_v2_users_byName_andrea.angiolillo@mongodb.com_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 763 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:10 GMT +Date: Thu, 24 Jul 2025 15:05:35 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: 145 +X-Envoy-Upstream-Service-Time: 117 X-Frame-Options: DENY X-Java-Method: ApiUsersResource::getUserByName X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-07-15T08:35:38Z","lastName":"Angiolillo","links":[{"href":"http://localhost:8080/api/atlas/v2/users/5e4bc367c6b0f41bb9bbb178","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/users/5e4bc367c6b0f41bb9bbb178/whitelist","rel":"https://cloud.mongodb.com/whitelist"},{"href":"http://localhost:8080/api/atlas/v2/users/5e4bc367c6b0f41bb9bbb178/accessList","rel":"https://cloud.mongodb.com/accessList"}],"roles":[{"groupId":"b0123456789abcdef012345b","roleName":"GROUP_OWNER"},{"orgId":"a0123456789abcdef012345a","roleName":"ORG_OWNER"}],"teamIds":[],"username":"andrea.angiolillo@mongodb.com"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasUsers/Invite/POST_api_atlas_v2_users_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasUsers/Invite/POST_api_atlas_v2_users_1.snaphost index f55c3751b6..bcaf5fff6e 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasUsers/Invite/POST_api_atlas_v2_users_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasUsers/Invite/POST_api_atlas_v2_users_1.snaphost @@ -1,19 +1,19 @@ HTTP/2.0 201 Created Content-Length: 609 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:12 GMT +Date: Thu, 24 Jul 2025 15:05:36 GMT Deprecation: Wed, 19 Feb 2025 00:00:00 GMT -Location: http://localhost:8080/api/atlas/v1.0/users/687f1dad44f1ab3f842319c3 +Location: http://localhost:8080/api/atlas/v1.0/users/68824bc142be0f23307f3d26 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: 1789 +X-Envoy-Upstream-Service-Time: 1221 X-Frame-Options: DENY X-Java-Method: ApiUsersResource::addUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"country":"US","createdAt":"2025-07-22T05:12:13Z","emailAddress":"cli-test-9671@moongodb.com","firstName":"TestFirstName","id":"687f1dad44f1ab3f842319c3","lastName":"TestLastName","links":[{"href":"http://localhost:8080/api/atlas/v2/users/687f1dad44f1ab3f842319c3","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/users/687f1dad44f1ab3f842319c3/whitelist","rel":"https://cloud.mongodb.com/whitelist"},{"href":"http://localhost:8080/api/atlas/v2/users/687f1dad44f1ab3f842319c3/accessList","rel":"https://cloud.mongodb.com/accessList"}],"roles":[],"teamIds":[],"username":"cli-test-9671@moongodb.com"} \ No newline at end of file +{"country":"US","createdAt":"2025-07-24T15:05:37Z","emailAddress":"cli-test-9993@moongodb.com","firstName":"TestFirstName","id":"68824bc142be0f23307f3d26","lastName":"TestLastName","links":[{"href":"http://localhost:8080/api/atlas/v2/users/68824bc142be0f23307f3d26","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/users/68824bc142be0f23307f3d26/whitelist","rel":"https://cloud.mongodb.com/whitelist"},{"href":"http://localhost:8080/api/atlas/v2/users/68824bc142be0f23307f3d26/accessList","rel":"https://cloud.mongodb.com/accessList"}],"roles":[],"teamIds":[],"username":"cli-test-9993@moongodb.com"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAtlasUsers/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_users_1.snaphost b/test/e2e/testdata/.snapshots/TestAtlasUsers/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_users_1.snaphost index 3e19fb37f5..65311e17e5 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasUsers/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_users_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAtlasUsers/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_users_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 2178 Content-Type: application/vnd.atlas.2025-02-19+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:10 GMT +Date: Thu, 24 Jul 2025 15:05: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: 123 +X-Envoy-Upstream-Service-Time: 112 X-Frame-Options: DENY X-Java-Method: ApiGroupUsersResource::getGroupUsers X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/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-07-15T08:35:38Z","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-07-03T08:06:37Z","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-04-02T08:30: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-07-22T00:27:44Z","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-07-21T09:25:56Z","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-05-29T11:44:48Z","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-04-25T10:30:17Z","lastName":"Vervaeke","mobileNumber":null,"orgMembershipStatus":"ACTIVE","roles":["GROUP_OWNER"],"username":"jeroen.vervaeke@mongodb.com"}],"totalCount":7} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/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-07-15T08:35:38Z","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-07-03T08:06:37Z","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-04-02T08:30: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-07-23T14:14:45Z","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-07-21T09:25:56Z","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-05-29T11:44:48Z","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-07-24T09:54:25Z","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/testdata/.snapshots/TestAtlasUsers/memory.json b/test/e2e/testdata/.snapshots/TestAtlasUsers/memory.json index b735afaa5b..40211e3b41 100644 --- a/test/e2e/testdata/.snapshots/TestAtlasUsers/memory.json +++ b/test/e2e/testdata/.snapshots/TestAtlasUsers/memory.json @@ -1 +1 @@ -{"TestAtlasUsers/Invite/rand":"Jcc="} \ No newline at end of file +{"TestAtlasUsers/Invite/rand":"Jwk="} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAuditing/Describe/GET_api_atlas_v2_groups_687f1de1a799aa2ae9e80cd7_auditLog_1.snaphost b/test/e2e/testdata/.snapshots/TestAuditing/Describe/GET_api_atlas_v2_groups_68824be8b44898105334652d_auditLog_1.snaphost similarity index 74% rename from test/e2e/testdata/.snapshots/TestAuditing/Describe/GET_api_atlas_v2_groups_687f1de1a799aa2ae9e80cd7_auditLog_1.snaphost rename to test/e2e/testdata/.snapshots/TestAuditing/Describe/GET_api_atlas_v2_groups_68824be8b44898105334652d_auditLog_1.snaphost index 7e30fb576e..9e06d93e9f 100644 --- a/test/e2e/testdata/.snapshots/TestAuditing/Describe/GET_api_atlas_v2_groups_687f1de1a799aa2ae9e80cd7_auditLog_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAuditing/Describe/GET_api_atlas_v2_groups_68824be8b44898105334652d_auditLog_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 78 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:06 GMT +Date: Thu, 24 Jul 2025 15:06: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: 93 +X-Envoy-Upstream-Service-Time: 88 X-Frame-Options: DENY X-Java-Method: ApiAtlasAuditLogResource::getAuditLog X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {"auditAuthorizationSuccess":false,"configurationType":"NONE","enabled":false} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAuditing/POST_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestAuditing/POST_api_atlas_v2_groups_1.snaphost index 61f934a256..cf36324d2a 100644 --- a/test/e2e/testdata/.snapshots/TestAuditing/POST_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAuditing/POST_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created -Content-Length: 1068 +Content-Length: 1070 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:05 GMT +Date: Thu, 24 Jul 2025 15:06:16 GMT Location: http://localhost:8080//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: 1446 +X-Envoy-Upstream-Service-Time: 2769 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::addGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"clusterCount":0,"created":"2025-07-22T05:13:06Z","id":"687f1de1a799aa2ae9e80cd7","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1de1a799aa2ae9e80cd7","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1de1a799aa2ae9e80cd7/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1de1a799aa2ae9e80cd7/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1de1a799aa2ae9e80cd7/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1de1a799aa2ae9e80cd7/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1de1a799aa2ae9e80cd7/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1de1a799aa2ae9e80cd7/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"auditing-e2e-0","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file +{"clusterCount":0,"created":"2025-07-24T15:06:18Z","id":"68824be8b44898105334652d","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824be8b44898105334652d","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824be8b44898105334652d/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824be8b44898105334652d/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824be8b44898105334652d/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824be8b44898105334652d/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824be8b44898105334652d/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824be8b44898105334652d/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"auditing-e2e-689","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAuditing/Update/PATCH_api_atlas_v2_groups_687f1de1a799aa2ae9e80cd7_auditLog_1.snaphost b/test/e2e/testdata/.snapshots/TestAuditing/Update/PATCH_api_atlas_v2_groups_68824be8b44898105334652d_auditLog_1.snaphost similarity index 76% rename from test/e2e/testdata/.snapshots/TestAuditing/Update/PATCH_api_atlas_v2_groups_687f1de1a799aa2ae9e80cd7_auditLog_1.snaphost rename to test/e2e/testdata/.snapshots/TestAuditing/Update/PATCH_api_atlas_v2_groups_68824be8b44898105334652d_auditLog_1.snaphost index f77bb901df..cc8cbf8f8e 100644 --- a/test/e2e/testdata/.snapshots/TestAuditing/Update/PATCH_api_atlas_v2_groups_687f1de1a799aa2ae9e80cd7_auditLog_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAuditing/Update/PATCH_api_atlas_v2_groups_68824be8b44898105334652d_auditLog_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 129 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:06 GMT +Date: Thu, 24 Jul 2025 15:06: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: 110 +X-Envoy-Upstream-Service-Time: 127 X-Frame-Options: DENY X-Java-Method: ApiAtlasAuditLogResource::patchAuditLog X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {"auditAuthorizationSuccess":true,"auditFilter":"{\"atype\": \"authenticate\"}","configurationType":"FILTER_JSON","enabled":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAuditing/Update_via_file/PATCH_api_atlas_v2_groups_687f1de1a799aa2ae9e80cd7_auditLog_1.snaphost b/test/e2e/testdata/.snapshots/TestAuditing/Update_via_file/PATCH_api_atlas_v2_groups_68824be8b44898105334652d_auditLog_1.snaphost similarity index 79% rename from test/e2e/testdata/.snapshots/TestAuditing/Update_via_file/PATCH_api_atlas_v2_groups_687f1de1a799aa2ae9e80cd7_auditLog_1.snaphost rename to test/e2e/testdata/.snapshots/TestAuditing/Update_via_file/PATCH_api_atlas_v2_groups_68824be8b44898105334652d_auditLog_1.snaphost index 66c7dd78c3..cb5fdc5792 100644 --- a/test/e2e/testdata/.snapshots/TestAuditing/Update_via_file/PATCH_api_atlas_v2_groups_687f1de1a799aa2ae9e80cd7_auditLog_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAuditing/Update_via_file/PATCH_api_atlas_v2_groups_68824be8b44898105334652d_auditLog_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 241 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:07 GMT +Date: Thu, 24 Jul 2025 15:06: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: 123 +X-Envoy-Upstream-Service-Time: 126 X-Frame-Options: DENY X-Java-Method: ApiAtlasAuditLogResource::patchAuditLog X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {"auditAuthorizationSuccess":true,"auditFilter":"{\n \"atype\": \"authCheck\",\n \"param.command\": {\n \"$in\": [\n \"insert\",\n \"update\",\n \"delete\"\n ]\n }\n}","configurationType":"FILTER_JSON","enabled":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_AutogeneratedCommands-2_1.snaphost b/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_AutogeneratedCommands-6_1.snaphost similarity index 60% rename from test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_AutogeneratedCommands-2_1.snaphost rename to test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_AutogeneratedCommands-6_1.snaphost index c9df979308..37c5291060 100644 --- a/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_AutogeneratedCommands-2_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_AutogeneratedCommands-6_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1854 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:14 GMT +Date: Thu, 24 Jul 2025 15:05: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: 119 +X-Envoy-Upstream-Service-Time: 104 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-07-22T05:11:14Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"687f1d6f44f1ab3f84230f31","id":"687f1d72a799aa2ae9e80187","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/clusters/AutogeneratedCommands-2","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/clusters/AutogeneratedCommands-2/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/clusters/AutogeneratedCommands-2/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"AutogeneratedCommands-2","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"687f1d71a799aa2ae9e80161","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":"687f1d71a799aa2ae9e80176","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-07-24T15:05:00Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"68824b9a42be0f23307f3610","id":"68824b9cb448981053345bee","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/clusters/AutogeneratedCommands-6","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/clusters/AutogeneratedCommands-6/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/clusters/AutogeneratedCommands-6/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"AutogeneratedCommands-6","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"68824b9cb448981053345bbf","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":"68824b9cb448981053345bca","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_AutogeneratedCommands-2_2.snaphost b/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_AutogeneratedCommands-6_2.snaphost similarity index 68% rename from test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_AutogeneratedCommands-2_2.snaphost rename to test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_AutogeneratedCommands-6_2.snaphost index f9fbf00ea1..135a5bc688 100644 --- a/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_AutogeneratedCommands-2_2.snaphost +++ b/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_AutogeneratedCommands-6_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1940 Content-Type: application/vnd.atlas.2024-08-05+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:14 GMT +Date: Thu, 24 Jul 2025 15:05: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: 106 +X-Envoy-Upstream-Service-Time: 124 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionResource20240805::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-07-22T05:11:14Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"687f1d6f44f1ab3f84230f31","id":"687f1d72a799aa2ae9e80187","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/clusters/AutogeneratedCommands-2","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/clusters/AutogeneratedCommands-2/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/clusters/AutogeneratedCommands-2/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"AutogeneratedCommands-2","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"687f1d71a799aa2ae9e80177","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":"687f1d71a799aa2ae9e80176","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-07-24T15:05:00Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"68824b9a42be0f23307f3610","id":"68824b9cb448981053345bee","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/clusters/AutogeneratedCommands-6","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/clusters/AutogeneratedCommands-6/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/clusters/AutogeneratedCommands-6/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"AutogeneratedCommands-6","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"68824b9cb448981053345bcb","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":"68824b9cb448981053345bca","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_AutogeneratedCommands-2_3.snaphost b/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_AutogeneratedCommands-6_3.snaphost similarity index 54% rename from test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_AutogeneratedCommands-2_3.snaphost rename to test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_AutogeneratedCommands-6_3.snaphost index f7e78860b6..4c68f9d916 100644 --- a/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_AutogeneratedCommands-2_3.snaphost +++ b/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_AutogeneratedCommands-6_3.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 2289 Content-Type: application/vnd.atlas.2024-08-05+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:19:17 GMT +Date: Thu, 24 Jul 2025 15:12: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: 108 +X-Envoy-Upstream-Service-Time: 102 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionResource20240805::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-2-shard-00-00.f07tvn.mongodb-dev.net:27017,autogeneratedcommands-2-shard-00-01.f07tvn.mongodb-dev.net:27017,autogeneratedcommands-2-shard-00-02.f07tvn.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-2ujnor-shard-0","standardSrv":"mongodb+srv://autogeneratedcommands-2.f07tvn.mongodb-dev.net"},"createDate":"2025-07-22T05:11:14Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"687f1d6f44f1ab3f84230f31","id":"687f1d72a799aa2ae9e80187","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/clusters/AutogeneratedCommands-2","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/clusters/AutogeneratedCommands-2/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/clusters/AutogeneratedCommands-2/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"AutogeneratedCommands-2","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"687f1d71a799aa2ae9e80177","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":"687f1d71a799aa2ae9e80176","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-6-shard-00-00.ydj8lx.mongodb-dev.net:27017,autogeneratedcommands-6-shard-00-01.ydj8lx.mongodb-dev.net:27017,autogeneratedcommands-6-shard-00-02.ydj8lx.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-wr4u69-shard-0","standardSrv":"mongodb+srv://autogeneratedcommands-6.ydj8lx.mongodb-dev.net"},"createDate":"2025-07-24T15:05:00Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"68824b9a42be0f23307f3610","id":"68824b9cb448981053345bee","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/clusters/AutogeneratedCommands-6","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/clusters/AutogeneratedCommands-6/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/clusters/AutogeneratedCommands-6/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"AutogeneratedCommands-6","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"68824b9cb448981053345bcb","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":"68824b9cb448981053345bca","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestPerformanceAdvisor/a2d2202c41ead3cbbe50610384361ec85cbb5964_1.snaphost b/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_provider_regions_1.snaphost similarity index 87% rename from test/e2e/testdata/.snapshots/TestPerformanceAdvisor/a2d2202c41ead3cbbe50610384361ec85cbb5964_1.snaphost rename to test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_provider_regions_1.snaphost index 330ed34e30..c1d15eb5b6 100644 --- a/test/e2e/testdata/.snapshots/TestPerformanceAdvisor/a2d2202c41ead3cbbe50610384361ec85cbb5964_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/GET_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_provider_regions_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 1548 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:27 GMT +Date: Thu, 24 Jul 2025 15:04:59 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: 107 X-Frame-Options: DENY X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7b44f1ab3f84231249/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":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/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/testdata/.snapshots/TestAutogeneratedCommands/POST_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/POST_api_atlas_v2_groups_1.snaphost index 4719082d5b..3bc32348da 100644 --- a/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/POST_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/POST_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 1083 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:10 GMT +Date: Thu, 24 Jul 2025 15:04:58 GMT Location: http://localhost:8080//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: 1751 +X-Envoy-Upstream-Service-Time: 1281 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::addGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"clusterCount":0,"created":"2025-07-22T05:11:12Z","id":"687f1d6f44f1ab3f84230f31","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"AutogeneratedCommands-e2e-558","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file +{"clusterCount":0,"created":"2025-07-24T15:04:59Z","id":"68824b9a42be0f23307f3610","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"AutogeneratedCommands-e2e-318","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/POST_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_1.snaphost b/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/POST_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_1.snaphost similarity index 60% rename from test/e2e/testdata/.snapshots/TestAutogeneratedCommands/POST_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_1.snaphost rename to test/e2e/testdata/.snapshots/TestAutogeneratedCommands/POST_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_1.snaphost index 180c4fd307..14a0211197 100644 --- a/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/POST_api_atlas_v2_groups_687f1d6f44f1ab3f84230f31_clusters_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/POST_api_atlas_v2_groups_68824b9a42be0f23307f3610_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1844 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:13 GMT +Date: Thu, 24 Jul 2025 15:05: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: 951 +X-Envoy-Upstream-Service-Time: 637 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-07-22T05:11:14Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"687f1d6f44f1ab3f84230f31","id":"687f1d72a799aa2ae9e80187","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/clusters/AutogeneratedCommands-2","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/clusters/AutogeneratedCommands-2/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6f44f1ab3f84230f31/clusters/AutogeneratedCommands-2/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"AutogeneratedCommands-2","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"687f1d71a799aa2ae9e80161","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":"687f1d71a799aa2ae9e80176","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-07-24T15:05:00Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"68824b9a42be0f23307f3610","id":"68824b9cb448981053345bee","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/clusters/AutogeneratedCommands-6","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/clusters/AutogeneratedCommands-6/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9a42be0f23307f3610/clusters/AutogeneratedCommands-6/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"AutogeneratedCommands-6","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"68824b9cb448981053345bbf","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":"68824b9cb448981053345bca","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/memory.json b/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/memory.json index 419fe670ec..eb9f868e63 100644 --- a/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/memory.json +++ b/test/e2e/testdata/.snapshots/TestAutogeneratedCommands/memory.json @@ -1 +1 @@ -{"TestAutogeneratedCommands/AutogeneratedCommandsGenerateClusterName":"AutogeneratedCommands-2"} \ No newline at end of file +{"TestAutogeneratedCommands/AutogeneratedCommandsGenerateClusterName":"AutogeneratedCommands-6"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost similarity index 67% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost index cda7b0e619..00011b26f7 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_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: Tue, 22 Jul 2025 05:11:30 GMT +Date: Thu, 24 Jul 2025 15:04: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: 75 +X-Envoy-Upstream-Service-Time: 97 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d7f44f1ab3f8423133e","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-07-22T05:11:30Z","updatedUser":"nmtxqlkl"} \ 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":"68824b9042be0f23307f352b","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-07-24T15:04:50Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/GET_api_atlas_v2_groups_687f1d8da799aa2ae9e806ec_backupCompliancePolicy_2.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_2.snaphost similarity index 67% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/GET_api_atlas_v2_groups_687f1d8da799aa2ae9e806ec_backupCompliancePolicy_2.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_2.snaphost index 5c086593d8..de613e5e44 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/GET_api_atlas_v2_groups_687f1d8da799aa2ae9e806ec_backupCompliancePolicy_2.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 417 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:47 GMT +Date: Thu, 24 Jul 2025 15:04: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: 77 +X-Envoy-Upstream-Service-Time: 76 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d8da799aa2ae9e806ec","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-07-22T05:11:42Z","updatedUser":"nmtxqlkl"} \ 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":"68824b9042be0f23307f352b","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-07-24T15:04:50Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/POST_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/POST_api_atlas_v2_groups_1.snaphost index 66ad36ff11..1f95fa5c0c 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/POST_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/POST_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 1094 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:27 GMT +Date: Thu, 24 Jul 2025 15:04:48 GMT Location: http://localhost:8080//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: 2223 +X-Envoy-Upstream-Service-Time: 2468 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::addGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"clusterCount":0,"created":"2025-07-22T05:11:29Z","id":"687f1d7f44f1ab3f8423133e","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7f44f1ab3f8423133e","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7f44f1ab3f8423133e/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7f44f1ab3f8423133e/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7f44f1ab3f8423133e/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7f44f1ab3f8423133e/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7f44f1ab3f8423133e/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7f44f1ab3f8423133e/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"copyprotection-compliance-policy-e2e-104","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file +{"clusterCount":0,"created":"2025-07-24T15:04:50Z","id":"68824b9042be0f23307f352b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9042be0f23307f352b","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9042be0f23307f352b/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9042be0f23307f352b/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9042be0f23307f352b/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9042be0f23307f352b/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9042be0f23307f352b/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9042be0f23307f352b/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"copyprotection-compliance-policy-e2e-527","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/PUT_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/PUT_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost similarity index 67% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/PUT_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/PUT_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost index 75c4926b66..908784d8a5 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/PUT_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/PUT_api_atlas_v2_groups_68824b9042be0f23307f352b_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: Tue, 22 Jul 2025 05:11:40 GMT +Date: Thu, 24 Jul 2025 15:04: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: 206 +X-Envoy-Upstream-Service-Time: 199 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d7f44f1ab3f8423133e","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"UPDATING","updatedDate":"2025-07-22T05:11:40Z","updatedUser":"nmtxqlkl"} \ 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":"68824b9042be0f23307f352b","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-07-24T15:04:50Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost similarity index 70% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost index 6b41c27218..f3d4375485 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 416 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:39 GMT +Date: Thu, 24 Jul 2025 15:05: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: 76 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d7f44f1ab3f8423133e","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-07-22T05:11:35Z","updatedUser":"nmtxqlkl"} \ 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":"68824b9042be0f23307f352b","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-07-24T15:04:55Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/PUT_api_atlas_v2_groups_687f1d8da799aa2ae9e806ec_backupCompliancePolicy_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/PUT_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost similarity index 67% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/PUT_api_atlas_v2_groups_687f1d8da799aa2ae9e806ec_backupCompliancePolicy_1.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/PUT_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost index d480af96e9..b292f2b4bf 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/PUT_api_atlas_v2_groups_687f1d8da799aa2ae9e806ec_backupCompliancePolicy_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/disable/PUT_api_atlas_v2_groups_68824b9042be0f23307f352b_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: Tue, 22 Jul 2025 05:11:42 GMT +Date: Thu, 24 Jul 2025 15:05: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: 147 +X-Envoy-Upstream-Service-Time: 138 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d8da799aa2ae9e806ec","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-07-22T05:11:42Z","updatedUser":"nmtxqlkl"} \ 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":"68824b9042be0f23307f352b","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"UPDATING","updatedDate":"2025-07-24T15:05:00Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost similarity index 67% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost index 64855084b7..2e9d26db8d 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 417 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:34 GMT +Date: Thu, 24 Jul 2025 15:04: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: 89 +X-Envoy-Upstream-Service-Time: 72 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d7f44f1ab3f8423133e","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-07-22T05:11:30Z","updatedUser":"nmtxqlkl"} \ 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":"68824b9042be0f23307f352b","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-07-24T15:04:50Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_2.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_2.snaphost similarity index 67% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_2.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_2.snaphost index 6ff1fb9f1e..293461fa50 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_2.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_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: Tue, 22 Jul 2025 05:11:35 GMT +Date: Thu, 24 Jul 2025 15:04: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: 101 +X-Envoy-Upstream-Service-Time: 74 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d7f44f1ab3f8423133e","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"UPDATING","updatedDate":"2025-07-22T05:11:35Z","updatedUser":"nmtxqlkl"} \ 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":"68824b9042be0f23307f352b","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"UPDATING","updatedDate":"2025-07-24T15:04:55Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_3.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_3.snaphost similarity index 67% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_3.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_3.snaphost index 05cd31976e..bbf4e91690 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_3.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/GET_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_3.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: Tue, 22 Jul 2025 05:11:39 GMT +Date: Thu, 24 Jul 2025 15:04: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: 88 +X-Envoy-Upstream-Service-Time: 86 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d7f44f1ab3f8423133e","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-07-22T05:11:35Z","updatedUser":"nmtxqlkl"} \ 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":"68824b9042be0f23307f352b","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-07-24T15:04:55Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/PUT_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/PUT_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost similarity index 67% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/PUT_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/PUT_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.snaphost index d565c806f9..b1d0c4c714 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/PUT_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/enable/PUT_api_atlas_v2_groups_68824b9042be0f23307f352b_backupCompliancePolicy_1.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: Tue, 22 Jul 2025 05:11:35 GMT +Date: Thu, 24 Jul 2025 15:04: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: 218 +X-Envoy-Upstream-Service-Time: 158 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d7f44f1ab3f8423133e","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"UPDATING","updatedDate":"2025-07-22T05:11:35Z","updatedUser":"nmtxqlkl"} \ 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":"68824b9042be0f23307f352b","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"UPDATING","updatedDate":"2025-07-24T15:04:55Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/GET_api_atlas_v2_groups_687f1d8da799aa2ae9e806ec_backupCompliancePolicy_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/GET_api_atlas_v2_groups_68824b9db448981053345c72_backupCompliancePolicy_1.snaphost similarity index 67% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/GET_api_atlas_v2_groups_687f1d8da799aa2ae9e806ec_backupCompliancePolicy_1.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/GET_api_atlas_v2_groups_68824b9db448981053345c72_backupCompliancePolicy_1.snaphost index e9ef3c7436..3a3489b709 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/GET_api_atlas_v2_groups_687f1d8da799aa2ae9e806ec_backupCompliancePolicy_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/GET_api_atlas_v2_groups_68824b9db448981053345c72_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: Tue, 22 Jul 2025 05:11:43 GMT +Date: Thu, 24 Jul 2025 15:05: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: 68 +X-Envoy-Upstream-Service-Time: 61 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d8da799aa2ae9e806ec","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-07-22T05:11:42Z","updatedUser":"nmtxqlkl"} \ 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":"68824b9db448981053345c72","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-07-24T15:05:03Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_2.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/GET_api_atlas_v2_groups_68824b9db448981053345c72_backupCompliancePolicy_2.snaphost similarity index 67% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_2.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/GET_api_atlas_v2_groups_68824b9db448981053345c72_backupCompliancePolicy_2.snaphost index ca8761c5d7..caeb5f8ac0 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/GET_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_2.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/GET_api_atlas_v2_groups_68824b9db448981053345c72_backupCompliancePolicy_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 417 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:34 GMT +Date: Thu, 24 Jul 2025 15:05: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: 77 +X-Envoy-Upstream-Service-Time: 76 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d7f44f1ab3f8423133e","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-07-22T05:11:30Z","updatedUser":"nmtxqlkl"} \ 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":"68824b9db448981053345c72","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-07-24T15:05:03Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/POST_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/POST_api_atlas_v2_groups_1.snaphost index fe5ea50a9c..8ea5585e14 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/POST_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/POST_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 1088 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:41 GMT +Date: Thu, 24 Jul 2025 15:05:01 GMT Location: http://localhost:8080//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: 1299 +X-Envoy-Upstream-Service-Time: 1689 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::addGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"clusterCount":0,"created":"2025-07-22T05:11:42Z","id":"687f1d8da799aa2ae9e806ec","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8da799aa2ae9e806ec","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8da799aa2ae9e806ec/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8da799aa2ae9e806ec/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8da799aa2ae9e806ec/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8da799aa2ae9e806ec/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8da799aa2ae9e806ec/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8da799aa2ae9e806ec/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"describe-compliance-policy-e2e-155","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file +{"clusterCount":0,"created":"2025-07-24T15:05:02Z","id":"68824b9db448981053345c72","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9db448981053345c72","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9db448981053345c72/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9db448981053345c72/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9db448981053345c72/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9db448981053345c72/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9db448981053345c72/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b9db448981053345c72/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"describe-compliance-policy-e2e-157","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyEnable/PUT_api_atlas_v2_groups_687f1d9444f1ab3f8423173d_backupCompliancePolicy_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/PUT_api_atlas_v2_groups_68824b9db448981053345c72_backupCompliancePolicy_1.snaphost similarity index 67% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyEnable/PUT_api_atlas_v2_groups_687f1d9444f1ab3f8423173d_backupCompliancePolicy_1.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/PUT_api_atlas_v2_groups_68824b9db448981053345c72_backupCompliancePolicy_1.snaphost index d02b37e5aa..e81fafdcfe 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyEnable/PUT_api_atlas_v2_groups_687f1d9444f1ab3f8423173d_backupCompliancePolicy_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/PUT_api_atlas_v2_groups_68824b9db448981053345c72_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: Tue, 22 Jul 2025 05:11:50 GMT +Date: Thu, 24 Jul 2025 15:05: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: 171 +X-Envoy-Upstream-Service-Time: 190 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d9444f1ab3f8423173d","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-07-22T05:11:50Z","updatedUser":"nmtxqlkl"} \ 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":"68824b9db448981053345c72","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-07-24T15:05:03Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyEnable/POST_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyEnable/POST_api_atlas_v2_groups_1.snaphost index 6a13c76e37..007af14a5f 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyEnable/POST_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyEnable/POST_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 1086 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:48 GMT +Date: Thu, 24 Jul 2025 15:05:08 GMT Location: http://localhost:8080//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: 1307 +X-Envoy-Upstream-Service-Time: 3414 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::addGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"clusterCount":0,"created":"2025-07-22T05:11:49Z","id":"687f1d9444f1ab3f8423173d","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9444f1ab3f8423173d","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9444f1ab3f8423173d/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9444f1ab3f8423173d/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9444f1ab3f8423173d/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9444f1ab3f8423173d/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9444f1ab3f8423173d/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9444f1ab3f8423173d/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"enable-compliance-policy-e2e-852","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file +{"clusterCount":0,"created":"2025-07-24T15:05:11Z","id":"68824ba4b448981053345d41","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba4b448981053345d41","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba4b448981053345d41/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba4b448981053345d41/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba4b448981053345d41/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba4b448981053345d41/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba4b448981053345d41/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba4b448981053345d41/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"enable-compliance-policy-e2e-616","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/PUT_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyEnable/PUT_api_atlas_v2_groups_68824ba4b448981053345d41_backupCompliancePolicy_1.snaphost similarity index 67% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/PUT_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyEnable/PUT_api_atlas_v2_groups_68824ba4b448981053345d41_backupCompliancePolicy_1.snaphost index f6558e690f..3b2b50a19d 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/PUT_api_atlas_v2_groups_687f1d7f44f1ab3f8423133e_backupCompliancePolicy_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyEnable/PUT_api_atlas_v2_groups_68824ba4b448981053345d41_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: Tue, 22 Jul 2025 05:11:30 GMT +Date: Thu, 24 Jul 2025 15:05: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: 194 +X-Envoy-Upstream-Service-Time: 159 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d7f44f1ab3f8423133e","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-07-22T05:11:30Z","updatedUser":"nmtxqlkl"} \ 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":"68824ba4b448981053345d41","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-07-24T15:05:12Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET_api_atlas_v2_groups_68824ba8b448981053345e17_backupCompliancePolicy_1.snaphost similarity index 65% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_1.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET_api_atlas_v2_groups_68824ba8b448981053345e17_backupCompliancePolicy_1.snaphost index 4dee3fa955..46a18eff6d 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET_api_atlas_v2_groups_68824ba8b448981053345e17_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: Tue, 22 Jul 2025 05:11:53 GMT +Date: Thu, 24 Jul 2025 15:05: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: 88 +X-Envoy-Upstream-Service-Time: 70 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d97a799aa2ae9e808d1","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"687f1d9944f1ab3f842317c7","retentionUnit":"days","retentionValue":1}],"state":"ENABLING","updatedDate":"2025-07-22T05:11:53Z","updatedUser":"nmtxqlkl"} \ 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":"68824ba8b448981053345e17","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"68824bacb448981053345f0e","retentionUnit":"days","retentionValue":1}],"state":"ENABLING","updatedDate":"2025-07-24T15:05:16Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_2.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET_api_atlas_v2_groups_68824ba8b448981053345e17_backupCompliancePolicy_2.snaphost similarity index 68% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_2.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET_api_atlas_v2_groups_68824ba8b448981053345e17_backupCompliancePolicy_2.snaphost index c159c15508..4b6e423ca6 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_2.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/GET_api_atlas_v2_groups_68824ba8b448981053345e17_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: Tue, 22 Jul 2025 05:11:57 GMT +Date: Thu, 24 Jul 2025 15:05: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: 74 +X-Envoy-Upstream-Service-Time: 72 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d97a799aa2ae9e808d1","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"687f1d9944f1ab3f842317c7","retentionUnit":"days","retentionValue":1}],"state":"ACTIVE","updatedDate":"2025-07-22T05:11:53Z","updatedUser":"nmtxqlkl"} \ 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":"68824ba8b448981053345e17","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"68824bacb448981053345f0e","retentionUnit":"days","retentionValue":1}],"state":"ACTIVE","updatedDate":"2025-07-24T15:05:16Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/POST_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/POST_api_atlas_v2_groups_1.snaphost index e14113dcce..ace6278e2c 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/POST_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/POST_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created -Content-Length: 1097 +Content-Length: 1098 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:51 GMT +Date: Thu, 24 Jul 2025 15:05:12 GMT Location: http://localhost:8080//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: 2026 +X-Envoy-Upstream-Service-Time: 3520 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::addGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"clusterCount":0,"created":"2025-07-22T05:11:53Z","id":"687f1d97a799aa2ae9e808d1","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d97a799aa2ae9e808d1","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d97a799aa2ae9e808d1/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d97a799aa2ae9e808d1/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d97a799aa2ae9e808d1/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d97a799aa2ae9e808d1/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d97a799aa2ae9e808d1/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d97a799aa2ae9e808d1/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"compliance-policy-pointintimerestore-e2e-34","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file +{"clusterCount":0,"created":"2025-07-24T15:05:16Z","id":"68824ba8b448981053345e17","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba8b448981053345e17","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba8b448981053345e17/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba8b448981053345e17/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba8b448981053345e17/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba8b448981053345e17/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba8b448981053345e17/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824ba8b448981053345e17/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"compliance-policy-pointintimerestore-e2e-530","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/PUT_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/PUT_api_atlas_v2_groups_68824ba8b448981053345e17_backupCompliancePolicy_1.snaphost similarity index 65% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/PUT_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_1.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/PUT_api_atlas_v2_groups_68824ba8b448981053345e17_backupCompliancePolicy_1.snaphost index c0d427ef3d..5d7e3a2945 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/PUT_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/PUT_api_atlas_v2_groups_68824ba8b448981053345e17_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: Tue, 22 Jul 2025 05:11:53 GMT +Date: Thu, 24 Jul 2025 15:05: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: 161 +X-Envoy-Upstream-Service-Time: 184 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d97a799aa2ae9e808d1","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"687f1d9944f1ab3f842317c7","retentionUnit":"days","retentionValue":1}],"state":"ENABLING","updatedDate":"2025-07-22T05:11:53Z","updatedUser":"nmtxqlkl"} \ 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":"68824ba8b448981053345e17","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"68824bacb448981053345f0e","retentionUnit":"days","retentionValue":1}],"state":"ENABLING","updatedDate":"2025-07-24T15:05:16Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/GET_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/GET_api_atlas_v2_groups_68824ba8b448981053345e17_backupCompliancePolicy_1.snaphost similarity index 68% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/GET_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_1.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/GET_api_atlas_v2_groups_68824ba8b448981053345e17_backupCompliancePolicy_1.snaphost index 30440fa362..91d7296603 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/GET_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/GET_api_atlas_v2_groups_68824ba8b448981053345e17_backupCompliancePolicy_1.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: Tue, 22 Jul 2025 05:11:58 GMT +Date: Thu, 24 Jul 2025 15:05: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: 73 +X-Envoy-Upstream-Service-Time: 62 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d97a799aa2ae9e808d1","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"687f1d9944f1ab3f842317c7","retentionUnit":"days","retentionValue":1}],"state":"ACTIVE","updatedDate":"2025-07-22T05:11:53Z","updatedUser":"nmtxqlkl"} \ 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":"68824ba8b448981053345e17","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"68824bacb448981053345f0e","retentionUnit":"days","retentionValue":1}],"state":"ACTIVE","updatedDate":"2025-07-24T15:05:16Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/PUT_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/PUT_api_atlas_v2_groups_68824ba8b448981053345e17_backupCompliancePolicy_1.snaphost similarity index 71% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/PUT_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_1.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/PUT_api_atlas_v2_groups_68824ba8b448981053345e17_backupCompliancePolicy_1.snaphost index 1053561554..0159ef97a4 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/PUT_api_atlas_v2_groups_687f1d97a799aa2ae9e808d1_backupCompliancePolicy_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/enable/PUT_api_atlas_v2_groups_68824ba8b448981053345e17_backupCompliancePolicy_1.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: Tue, 22 Jul 2025 05:11:58 GMT +Date: Thu, 24 Jul 2025 15:05:29 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: 189 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d97a799aa2ae9e808d1","restoreWindowDays":1,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"687f1d9944f1ab3f842317c7","retentionUnit":"days","retentionValue":1}],"state":"UPDATING","updatedDate":"2025-07-22T05:11:58Z","updatedUser":"nmtxqlkl"} \ 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":"68824ba8b448981053345e17","restoreWindowDays":1,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"hourly","id":"68824bacb448981053345f0e","retentionUnit":"days","retentionValue":1}],"state":"UPDATING","updatedDate":"2025-07-24T15:05:29Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET_api_atlas_v2_groups_687f1d9f44f1ab3f84231885_backupCompliancePolicy_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET_api_atlas_v2_groups_68824bba42be0f23307f3c8a_backupCompliancePolicy_1.snaphost similarity index 67% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET_api_atlas_v2_groups_687f1d9f44f1ab3f84231885_backupCompliancePolicy_1.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET_api_atlas_v2_groups_68824bba42be0f23307f3c8a_backupCompliancePolicy_1.snaphost index 96f1e1de12..4f962e6bb2 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET_api_atlas_v2_groups_687f1d9f44f1ab3f84231885_backupCompliancePolicy_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET_api_atlas_v2_groups_68824bba42be0f23307f3c8a_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: Tue, 22 Jul 2025 05:12:02 GMT +Date: Thu, 24 Jul 2025 15:05: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: 102 +X-Envoy-Upstream-Service-Time: 76 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d9f44f1ab3f84231885","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-07-22T05:12:02Z","updatedUser":"nmtxqlkl"} \ 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":"68824bba42be0f23307f3c8a","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-07-24T15:05:33Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET_api_atlas_v2_groups_687f1d9f44f1ab3f84231885_backupCompliancePolicy_2.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET_api_atlas_v2_groups_68824bba42be0f23307f3c8a_backupCompliancePolicy_2.snaphost similarity index 67% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET_api_atlas_v2_groups_687f1d9f44f1ab3f84231885_backupCompliancePolicy_2.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET_api_atlas_v2_groups_68824bba42be0f23307f3c8a_backupCompliancePolicy_2.snaphost index 0029cfaef1..9fe233c155 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET_api_atlas_v2_groups_687f1d9f44f1ab3f84231885_backupCompliancePolicy_2.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/GET_api_atlas_v2_groups_68824bba42be0f23307f3c8a_backupCompliancePolicy_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 417 Content-Type: application/vnd.atlas.2023-10-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:06 GMT +Date: Thu, 24 Jul 2025 15:05: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: 64 +X-Envoy-Upstream-Service-Time: 107 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::getDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1d9f44f1ab3f84231885","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-07-22T05:12:02Z","updatedUser":"nmtxqlkl"} \ 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":"68824bba42be0f23307f3c8a","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ACTIVE","updatedDate":"2025-07-24T15:05:33Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/POST_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/POST_api_atlas_v2_groups_1.snaphost index f3835e78cd..5a50280c33 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/POST_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/POST_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 1097 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:59 GMT +Date: Thu, 24 Jul 2025 15:05:30 GMT Location: http://localhost:8080//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: 2584 +X-Envoy-Upstream-Service-Time: 2456 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::addGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"clusterCount":0,"created":"2025-07-22T05:12:02Z","id":"687f1d9f44f1ab3f84231885","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9f44f1ab3f84231885","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9f44f1ab3f84231885/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9f44f1ab3f84231885/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9f44f1ab3f84231885/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9f44f1ab3f84231885/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9f44f1ab3f84231885/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d9f44f1ab3f84231885/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"describe-compliance-policy-policies-e2e-733","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file +{"clusterCount":0,"created":"2025-07-24T15:05:32Z","id":"68824bba42be0f23307f3c8a","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bba42be0f23307f3c8a","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bba42be0f23307f3c8a/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bba42be0f23307f3c8a/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bba42be0f23307f3c8a/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bba42be0f23307f3c8a/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bba42be0f23307f3c8a/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bba42be0f23307f3c8a/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"describe-compliance-policy-policies-e2e-920","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/PUT_api_atlas_v2_groups_687f1d9f44f1ab3f84231885_backupCompliancePolicy_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/PUT_api_atlas_v2_groups_687f1d9f44f1ab3f84231885_backupCompliancePolicy_1.snaphost deleted file mode 100644 index e84c1b51c6..0000000000 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/PUT_api_atlas_v2_groups_687f1d9f44f1ab3f84231885_backupCompliancePolicy_1.snaphost +++ /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: Tue, 22 Jul 2025 05:12: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: 186 -X-Frame-Options: DENY -X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; 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":"687f1d9f44f1ab3f84231885","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-07-22T05:12:02Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/PUT_api_atlas_v2_groups_68824bba42be0f23307f3c8a_backupCompliancePolicy_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/PUT_api_atlas_v2_groups_68824bba42be0f23307f3c8a_backupCompliancePolicy_1.snaphost new file mode 100644 index 0000000000..a69539d07f --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/PUT_api_atlas_v2_groups_68824bba42be0f23307f3c8a_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: Thu, 24 Jul 2025 15:05: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: 190 +X-Frame-Options: DENY +X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"68824bba42be0f23307f3c8a","restoreWindowDays":0,"scheduledPolicyItems":[],"state":"ENABLING","updatedDate":"2025-07-24T15:05:33Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicySetup/POST_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicySetup/POST_api_atlas_v2_groups_1.snaphost index 19b2f370a0..ac0cfbd7a7 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicySetup/POST_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicySetup/POST_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 1085 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:12:08 GMT +Date: Thu, 24 Jul 2025 15:05:38 GMT Location: http://localhost:8080//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: 1684 +X-Envoy-Upstream-Service-Time: 2779 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::addGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"clusterCount":0,"created":"2025-07-22T05:12:09Z","id":"687f1da844f1ab3f8423193b","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1da844f1ab3f8423193b","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1da844f1ab3f8423193b/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1da844f1ab3f8423193b/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1da844f1ab3f8423193b/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1da844f1ab3f8423193b/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1da844f1ab3f8423193b/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1da844f1ab3f8423193b/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"setup-compliance-policy-e2e-882","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file +{"clusterCount":0,"created":"2025-07-24T15:05:41Z","id":"68824bc2b448981053346169","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bc2b448981053346169","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bc2b448981053346169/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bc2b448981053346169/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bc2b448981053346169/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bc2b448981053346169/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bc2b448981053346169/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bc2b448981053346169/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"setup-compliance-policy-e2e-880","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicySetup/PUT_api_atlas_v2_groups_687f1da844f1ab3f8423193b_backupCompliancePolicy_1.snaphost b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicySetup/PUT_api_atlas_v2_groups_68824bc2b448981053346169_backupCompliancePolicy_1.snaphost similarity index 68% rename from test/e2e/testdata/.snapshots/TestBackupCompliancePolicySetup/PUT_api_atlas_v2_groups_687f1da844f1ab3f8423193b_backupCompliancePolicy_1.snaphost rename to test/e2e/testdata/.snapshots/TestBackupCompliancePolicySetup/PUT_api_atlas_v2_groups_68824bc2b448981053346169_backupCompliancePolicy_1.snaphost index e12237e2ea..8de2fd6adf 100644 --- a/test/e2e/testdata/.snapshots/TestBackupCompliancePolicySetup/PUT_api_atlas_v2_groups_687f1da844f1ab3f8423193b_backupCompliancePolicy_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestBackupCompliancePolicySetup/PUT_api_atlas_v2_groups_68824bc2b448981053346169_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: Tue, 22 Jul 2025 05:12:10 GMT +Date: Thu, 24 Jul 2025 15:05: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: 149 +X-Envoy-Upstream-Service-Time: 169 X-Frame-Options: DENY X-Java-Method: ApiDiskBackupDataProtectionResource::updateDataProtectionSettings X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"687f1da844f1ab3f8423193b","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"daily","id":"687f1daa44f1ab3f8423199c","retentionUnit":"days","retentionValue":1}],"state":"ENABLING","updatedDate":"2025-07-22T05:12:10Z","updatedUser":"nmtxqlkl"} \ 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":"68824bc2b448981053346169","restoreWindowDays":0,"scheduledPolicyItems":[{"frequencyInterval":1,"frequencyType":"daily","id":"68824bc5b4489810533461e1","retentionUnit":"days","retentionValue":1}],"state":"ENABLING","updatedDate":"2025-07-24T15:05:41Z","updatedUser":"nmtxqlkl"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersFile/Create_index_with_unknown_fields/POST_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_index_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFile/Create_index_with_unknown_fields/POST_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_index_1.snaphost similarity index 72% rename from test/e2e/testdata/.snapshots/TestClustersFile/Create_index_with_unknown_fields/POST_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_index_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFile/Create_index_with_unknown_fields/POST_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_index_1.snaphost index 1329b1c25e..321be0d3bc 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFile/Create_index_with_unknown_fields/POST_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_index_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFile/Create_index_with_unknown_fields/POST_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_index_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 202 Accepted Content-Length: 2 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:18:08 GMT +Date: Thu, 24 Jul 2025 15:12:22 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: 1303 +X-Envoy-Upstream-Service-Time: 1104 X-Frame-Options: DENY X-Java-Method: ApiAtlasClustersIndexResource::createRollingIndex X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersFile/Create_via_file/POST_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFile/Create_via_file/POST_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_1.snaphost similarity index 74% rename from test/e2e/testdata/.snapshots/TestClustersFile/Create_via_file/POST_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFile/Create_via_file/POST_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_1.snaphost index c733b733e3..8120aaa0ff 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFile/Create_via_file/POST_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFile/Create_via_file/POST_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 2776 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:23 GMT +Date: Thu, 24 Jul 2025 15:05:23 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: 1615 +X-Envoy-Upstream-Service-Time: 879 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-07-22T05:11:24Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"687f1d79a799aa2ae9e803dd","id":"687f1d7ca799aa2ae9e80496","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters/cluster-727","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters/cluster-727/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters/cluster-727/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-727","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"687f1d7ba799aa2ae9e80480","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":"687f1d7ba799aa2ae9e80488","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-07-24T15:05:23Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"68824bb042be0f23307f3ae3","id":"68824bb3b448981053346052","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters/cluster-192","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters/cluster-192/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters/cluster-192/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-192","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"68824bb3b44898105334603e","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":"68824bb3b448981053346047","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/testdata/.snapshots/TestExportJobs/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFile/Delete_file_creation/DELETE_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_1.snaphost similarity index 71% rename from test/e2e/testdata/.snapshots/TestExportJobs/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFile/Delete_file_creation/DELETE_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_1.snaphost index ff5561d051..cd41a1f9ad 100644 --- a/test/e2e/testdata/.snapshots/TestExportJobs/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-165_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFile/Delete_file_creation/DELETE_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_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: Tue, 22 Jul 2025 05:33:17 GMT +Date: Thu, 24 Jul 2025 15:12: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: 304 +X-Envoy-Upstream-Service-Time: 299 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::deleteCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersFile/GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFile/GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost index 73f496bfc4..4917b1005b 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFile/GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost +++ b/test/e2e/testdata/.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: Tue, 22 Jul 2025 05:11:23 GMT +Date: Thu, 24 Jul 2025 15:05:22 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=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none X-Xgen-Up-Proto: HTTP/2 diff --git a/test/e2e/testdata/.snapshots/TestClustersFile/POST_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFile/POST_api_atlas_v2_groups_1.snaphost index d2d21593bd..18d1953aed 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFile/POST_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFile/POST_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 1074 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:21 GMT +Date: Thu, 24 Jul 2025 15:05:20 GMT Location: http://localhost:8080//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: 1655 +X-Envoy-Upstream-Service-Time: 2596 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::addGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"clusterCount":0,"created":"2025-07-22T05:11:23Z","id":"687f1d79a799aa2ae9e803dd","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"clustersFile-e2e-649","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file +{"clusterCount":0,"created":"2025-07-24T15:05:22Z","id":"68824bb042be0f23307f3ae3","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"clustersFile-e2e-815","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersFile/Update_via_file/GET_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFile/Update_via_file/GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_1.snaphost similarity index 69% rename from test/e2e/testdata/.snapshots/TestClustersFile/Update_via_file/GET_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFile/Update_via_file/GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_1.snaphost index af02ec3bfb..f07720ae90 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFile/Update_via_file/GET_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFile/Update_via_file/GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 3271 Content-Type: application/vnd.atlas.2024-08-05+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:18:10 GMT +Date: Thu, 24 Jul 2025 15:12: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: 96 +X-Envoy-Upstream-Service-Time: 127 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionResource20240805::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-727-shard-00-00.xokpsm.mongodb-dev.net:27017,cluster-727-shard-00-01.xokpsm.mongodb-dev.net:27017,cluster-727-shard-00-02.xokpsm.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-u38cvj-shard-0","standardSrv":"mongodb+srv://cluster-727.xokpsm.mongodb-dev.net"},"createDate":"2025-07-22T05:11:24Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"687f1d79a799aa2ae9e803dd","id":"687f1d7ca799aa2ae9e80496","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters/cluster-727","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters/cluster-727/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters/cluster-727/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-727","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"687f1d7ba799aa2ae9e80489","regionConfigs":[{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"EU_WEST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":6,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":5,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_WEST_1"}],"zoneId":"687f1d7ba799aa2ae9e80488","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-192-shard-00-00.unu0xw.mongodb-dev.net:27017,cluster-192-shard-00-01.unu0xw.mongodb-dev.net:27017,cluster-192-shard-00-02.unu0xw.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-6fzq6a-shard-0","standardSrv":"mongodb+srv://cluster-192.unu0xw.mongodb-dev.net"},"createDate":"2025-07-24T15:05:23Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"68824bb042be0f23307f3ae3","id":"68824bb3b448981053346052","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters/cluster-192","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters/cluster-192/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters/cluster-192/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-192","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"68824bb3b448981053346048","regionConfigs":[{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"EU_WEST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":6,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":5,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_WEST_1"}],"zoneId":"68824bb3b448981053346047","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/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_autoScalingConfiguration_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFile/Update_via_file/GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_autoScalingConfiguration_1.snaphost similarity index 75% rename from test/e2e/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_autoScalingConfiguration_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFile/Update_via_file/GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_autoScalingConfiguration_1.snaphost index 42ad4b6021..fcf520a099 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_autoScalingConfiguration_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFile/Update_via_file/GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_autoScalingConfiguration_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 200 OK Content-Length: 42 Content-Type: application/vnd.atlas.2024-08-05+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:19:23 GMT +Date: Thu, 24 Jul 2025 15:12:23 GMT Deprecation: Wed, 23 Oct 2024 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: 98 +X-Envoy-Upstream-Service-Time: 90 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionResource20240805::getAutoScalingMode X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {"autoScalingMode":"CLUSTER_WIDE_SCALING"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersFile/Update_via_file/PATCH_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFile/Update_via_file/PATCH_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_1.snaphost similarity index 64% rename from test/e2e/testdata/.snapshots/TestClustersFile/Update_via_file/PATCH_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFile/Update_via_file/PATCH_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_1.snaphost index 3aa2a15a05..5e9a869ab4 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFile/Update_via_file/PATCH_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFile/Update_via_file/PATCH_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 3054 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:18:10 GMT +Date: Thu, 24 Jul 2025 15:12: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: 971 +X-Envoy-Upstream-Service-Time: 938 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::updateCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-727-shard-00-00.xokpsm.mongodb-dev.net:27017,cluster-727-shard-00-01.xokpsm.mongodb-dev.net:27017,cluster-727-shard-00-02.xokpsm.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-u38cvj-shard-0","standardSrv":"mongodb+srv://cluster-727.xokpsm.mongodb-dev.net"},"createDate":"2025-07-22T05:11:24Z","diskSizeGB":40.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"687f1d79a799aa2ae9e803dd","id":"687f1d7ca799aa2ae9e80496","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters/cluster-727","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters/cluster-727/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters/cluster-727/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-727","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"687f1d7ba799aa2ae9e80480","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":"687f1d7ba799aa2ae9e80488","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-192-shard-00-00.unu0xw.mongodb-dev.net:27017,cluster-192-shard-00-01.unu0xw.mongodb-dev.net:27017,cluster-192-shard-00-02.unu0xw.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-6fzq6a-shard-0","standardSrv":"mongodb+srv://cluster-192.unu0xw.mongodb-dev.net"},"createDate":"2025-07-24T15:05:23Z","diskSizeGB":40.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"68824bb042be0f23307f3ae3","id":"68824bb3b448981053346052","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters/cluster-192","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters/cluster-192/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters/cluster-192/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-192","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"68824bb3b44898105334603e","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":"68824bb3b448981053346047","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"UPDATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersFile/Watch/GET_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFile/Watch/GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_1.snaphost similarity index 74% rename from test/e2e/testdata/.snapshots/TestClustersFile/Watch/GET_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFile/Watch/GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_1.snaphost index 851627b714..633c919a9f 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFile/Watch/GET_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFile/Watch/GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2776 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:25 GMT +Date: Thu, 24 Jul 2025 15:05: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: 117 +X-Envoy-Upstream-Service-Time: 120 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-07-22T05:11:24Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"687f1d79a799aa2ae9e803dd","id":"687f1d7ca799aa2ae9e80496","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters/cluster-727","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters/cluster-727/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters/cluster-727/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-727","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"687f1d7ba799aa2ae9e80480","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":"687f1d7ba799aa2ae9e80488","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-07-24T15:05:23Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"68824bb042be0f23307f3ae3","id":"68824bb3b448981053346052","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters/cluster-192","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters/cluster-192/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters/cluster-192/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-192","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"68824bb3b44898105334603e","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":"68824bb3b448981053346047","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/testdata/.snapshots/TestClustersFile/Watch/GET_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_2.snaphost b/test/e2e/testdata/.snapshots/TestClustersFile/Watch/GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_2.snaphost similarity index 75% rename from test/e2e/testdata/.snapshots/TestClustersFile/Watch/GET_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_2.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFile/Watch/GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_2.snaphost index 341dda0876..a0e35e7c2d 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFile/Watch/GET_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_2.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFile/Watch/GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 2970 Content-Type: application/vnd.atlas.2024-08-05+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:25 GMT +Date: Thu, 24 Jul 2025 15:05: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: 123 +X-Envoy-Upstream-Service-Time: 126 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionResource20240805::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-07-22T05:11:24Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"687f1d79a799aa2ae9e803dd","id":"687f1d7ca799aa2ae9e80496","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters/cluster-727","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters/cluster-727/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters/cluster-727/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-727","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"687f1d7ba799aa2ae9e80489","regionConfigs":[{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"EU_WEST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":6,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":5,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_WEST_1"}],"zoneId":"687f1d7ba799aa2ae9e80488","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-07-24T15:05:23Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"68824bb042be0f23307f3ae3","id":"68824bb3b448981053346052","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters/cluster-192","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters/cluster-192/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters/cluster-192/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-192","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"68824bb3b448981053346048","regionConfigs":[{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"EU_WEST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":6,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":5,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_WEST_1"}],"zoneId":"68824bb3b448981053346047","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/testdata/.snapshots/TestClustersFile/Watch/GET_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_3.snaphost b/test/e2e/testdata/.snapshots/TestClustersFile/Watch/GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_3.snaphost similarity index 69% rename from test/e2e/testdata/.snapshots/TestClustersFile/Watch/GET_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_3.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFile/Watch/GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_3.snaphost index 58ec201224..1a2567421c 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFile/Watch/GET_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_3.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFile/Watch/GET_api_atlas_v2_groups_68824bb042be0f23307f3ae3_clusters_cluster-192_3.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 3271 Content-Type: application/vnd.atlas.2024-08-05+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:18:07 GMT +Date: Thu, 24 Jul 2025 15:12: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: 106 +X-Envoy-Upstream-Service-Time: 104 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionResource20240805::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-727-shard-00-00.xokpsm.mongodb-dev.net:27017,cluster-727-shard-00-01.xokpsm.mongodb-dev.net:27017,cluster-727-shard-00-02.xokpsm.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-u38cvj-shard-0","standardSrv":"mongodb+srv://cluster-727.xokpsm.mongodb-dev.net"},"createDate":"2025-07-22T05:11:24Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"687f1d79a799aa2ae9e803dd","id":"687f1d7ca799aa2ae9e80496","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters/cluster-727","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters/cluster-727/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d79a799aa2ae9e803dd/clusters/cluster-727/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-727","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"687f1d7ba799aa2ae9e80489","regionConfigs":[{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"EU_WEST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":6,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":5,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_WEST_1"}],"zoneId":"687f1d7ba799aa2ae9e80488","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-192-shard-00-00.unu0xw.mongodb-dev.net:27017,cluster-192-shard-00-01.unu0xw.mongodb-dev.net:27017,cluster-192-shard-00-02.unu0xw.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-6fzq6a-shard-0","standardSrv":"mongodb+srv://cluster-192.unu0xw.mongodb-dev.net"},"createDate":"2025-07-24T15:05:23Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"68824bb042be0f23307f3ae3","id":"68824bb3b448981053346052","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters/cluster-192","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters/cluster-192/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bb042be0f23307f3ae3/clusters/cluster-192/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-192","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"68824bb3b448981053346048","regionConfigs":[{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"EU_WEST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":6,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"},{"analyticsSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":true}},"electableSpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":1},"priority":5,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M30","diskIOPS":3000,"diskSizeGB":30.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_WEST_1"}],"zoneId":"68824bb3b448981053346047","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/testdata/.snapshots/TestClustersFile/memory.json b/test/e2e/testdata/.snapshots/TestClustersFile/memory.json index ba53130519..b499c613ea 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFile/memory.json +++ b/test/e2e/testdata/.snapshots/TestClustersFile/memory.json @@ -1 +1 @@ -{"TestClustersFile/clusterFileName":"cluster-727"} \ No newline at end of file +{"TestClustersFile/clusterFileName":"cluster-192"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersFlags/Create/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/Create/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost similarity index 62% rename from test/e2e/testdata/.snapshots/TestClustersFlags/Create/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFlags/Create/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost index 97fed6e513..4938e3a233 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/Create/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/Create/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1919 Content-Type: application/vnd.atlas.2024-08-05+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:42 GMT +Date: Thu, 24 Jul 2025 15:04: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: 107 +X-Envoy-Upstream-Service-Time: 127 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionResource20240805::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-07-22T05:11:41Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"7.0","globalClusterSelfManagedSharding":false,"groupId":"687f1d8aa799aa2ae9e8067f","id":"687f1d8da799aa2ae9e80747","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.22","name":"cluster-925","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"687f1d8da799aa2ae9e80716","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":"687f1d8da799aa2ae9e80715","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":true,"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-07-24T15:04:41Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"7.0","globalClusterSelfManagedSharding":false,"groupId":"68824b8642be0f23307f33bd","id":"68824b8942be0f23307f3434","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.22","name":"cluster-759","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"68824b8942be0f23307f342b","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":"68824b8942be0f23307f342a","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/testdata/.snapshots/TestClustersFlags/Create/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_2.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/Create/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_2.snaphost similarity index 57% rename from test/e2e/testdata/.snapshots/TestClustersFlags/Create/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_2.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFlags/Create/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_2.snaphost index 961eb614a9..c04bdc94ec 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/Create/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_2.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/Create/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 2220 Content-Type: application/vnd.atlas.2024-08-05+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:19:19 GMT +Date: Thu, 24 Jul 2025 15:13: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: 107 +X-Envoy-Upstream-Service-Time: 126 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionResource20240805::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-925-shard-00-00.cqetl8.mongodb-dev.net:27017,cluster-925-shard-00-01.cqetl8.mongodb-dev.net:27017,cluster-925-shard-00-02.cqetl8.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-c3jktb-shard-0","standardSrv":"mongodb+srv://cluster-925.cqetl8.mongodb-dev.net"},"createDate":"2025-07-22T05:11:41Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"7.0","globalClusterSelfManagedSharding":false,"groupId":"687f1d8aa799aa2ae9e8067f","id":"687f1d8da799aa2ae9e80747","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.22","name":"cluster-925","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"687f1d8da799aa2ae9e80716","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":"687f1d8da799aa2ae9e80715","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":true,"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-759-shard-00-00.jrtu7v.mongodb-dev.net:27017,cluster-759-shard-00-01.jrtu7v.mongodb-dev.net:27017,cluster-759-shard-00-02.jrtu7v.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-8rxpgp-shard-0","standardSrv":"mongodb+srv://cluster-759.jrtu7v.mongodb-dev.net"},"createDate":"2025-07-24T15:04:41Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"7.0","globalClusterSelfManagedSharding":false,"groupId":"68824b8642be0f23307f33bd","id":"68824b8942be0f23307f3434","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.22","name":"cluster-759","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"68824b8942be0f23307f342b","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":"68824b8942be0f23307f342a","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/testdata/.snapshots/TestClustersFlags/Create/POST_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/Create/POST_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_1.snaphost similarity index 65% rename from test/e2e/testdata/.snapshots/TestClustersFlags/Create/POST_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFlags/Create/POST_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_1.snaphost index 487e2b14d1..d9d369e38d 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/Create/POST_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/Create/POST_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1833 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:41 GMT +Date: Thu, 24 Jul 2025 15:04: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: 1184 +X-Envoy-Upstream-Service-Time: 1729 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-07-22T05:11:41Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"687f1d8aa799aa2ae9e8067f","id":"687f1d8da799aa2ae9e80747","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.22","name":"cluster-925","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"687f1d8da799aa2ae9e806ef","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":"687f1d8da799aa2ae9e80715","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":true,"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-07-24T15:04:41Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"68824b8642be0f23307f33bd","id":"68824b8942be0f23307f3434","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.22","name":"cluster-759","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"68824b8842be0f23307f3422","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":"68824b8942be0f23307f342a","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/testdata/.snapshots/TestClustersFlags/Create_Rolling_Index/POST_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_index_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/Create_Rolling_Index/POST_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_index_1.snaphost similarity index 72% rename from test/e2e/testdata/.snapshots/TestClustersFlags/Create_Rolling_Index/POST_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_index_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFlags/Create_Rolling_Index/POST_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_index_1.snaphost index 429071109c..05d08dc72a 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/Create_Rolling_Index/POST_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_index_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/Create_Rolling_Index/POST_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_index_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 202 Accepted Content-Length: 2 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:19:22 GMT +Date: Thu, 24 Jul 2025 15:13:33 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: 637 +X-Envoy-Upstream-Service-Time: 693 X-Frame-Options: DENY X-Java-Method: ApiAtlasClustersIndexResource::createRollingIndex X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersFlags/Delete/DELETE_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/Delete/DELETE_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost similarity index 71% rename from test/e2e/testdata/.snapshots/TestClustersFlags/Delete/DELETE_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFlags/Delete/DELETE_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost index 63eb82525a..ea6df9dbc0 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/Delete/DELETE_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/Delete/DELETE_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_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: Tue, 22 Jul 2025 05:19:25 GMT +Date: Thu, 24 Jul 2025 15:13: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: 493 +X-Envoy-Upstream-Service-Time: 488 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::deleteCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersFlags/Delete/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/Delete/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost similarity index 58% rename from test/e2e/testdata/.snapshots/TestClustersFlags/Delete/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFlags/Delete/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost index 9943f2be0f..fd9cca3112 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/Delete/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/Delete/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 2197 Content-Type: application/vnd.atlas.2024-08-05+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:19:25 GMT +Date: Thu, 24 Jul 2025 15:13:37 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: 107 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionResource20240805::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-925-shard-00-00.cqetl8.mongodb-dev.net:27017,cluster-925-shard-00-01.cqetl8.mongodb-dev.net:27017,cluster-925-shard-00-02.cqetl8.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-c3jktb-shard-0","standardSrv":"mongodb+srv://cluster-925.cqetl8.mongodb-dev.net"},"createDate":"2025-07-22T05:11:41Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"687f1d8aa799aa2ae9e8067f","id":"687f1d8da799aa2ae9e80747","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-925","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"687f1d8da799aa2ae9e80716","regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"diskSizeGB":40.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"diskSizeGB":40.0,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"diskSizeGB":40.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"687f1d8da799aa2ae9e80715","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-759-shard-00-00.jrtu7v.mongodb-dev.net:27017,cluster-759-shard-00-01.jrtu7v.mongodb-dev.net:27017,cluster-759-shard-00-02.jrtu7v.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-8rxpgp-shard-0","standardSrv":"mongodb+srv://cluster-759.jrtu7v.mongodb-dev.net"},"createDate":"2025-07-24T15:04:41Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"68824b8642be0f23307f33bd","id":"68824b8942be0f23307f3434","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-759","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"68824b8942be0f23307f342b","regionConfigs":[{"analyticsSpecs":{"instanceSize":"M10","diskIOPS":3000,"diskSizeGB":40.0,"ebsVolumeType":"STANDARD","nodeCount":0},"autoScaling":{"compute":{"enabled":false,"predictiveEnabled":false,"scaleDownEnabled":false},"diskGB":{"enabled":false}},"electableSpecs":{"instanceSize":"M10","diskIOPS":3000,"diskSizeGB":40.0,"ebsVolumeType":"STANDARD","nodeCount":3},"priority":7,"providerName":"AWS","readOnlySpecs":{"instanceSize":"M10","diskIOPS":3000,"diskSizeGB":40.0,"ebsVolumeType":"STANDARD","nodeCount":0},"regionName":"US_EAST_1"}],"zoneId":"68824b8942be0f23307f342a","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"DELETING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersFlags/Delete/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_2.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/Delete/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_2.snaphost similarity index 52% rename from test/e2e/testdata/.snapshots/TestClustersFlags/Delete/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_2.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFlags/Delete/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_2.snaphost index d5c07a58b3..ceac03f616 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/Delete/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_2.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/Delete/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 404 Not Found Content-Length: 204 Content-Type: application/json -Date: Tue, 22 Jul 2025 05:21:51 GMT +Date: Thu, 24 Jul 2025 15:16: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: 87 +X-Envoy-Upstream-Service-Time: 89 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionResource20240805::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"detail":"No cluster named cluster-925 exists in group 687f1d8aa799aa2ae9e8067f.","error":404,"errorCode":"CLUSTER_NOT_FOUND","parameters":["cluster-925","687f1d8aa799aa2ae9e8067f"],"reason":"Not Found"} \ No newline at end of file +{"detail":"No cluster named cluster-759 exists in group 68824b8642be0f23307f33bd.","error":404,"errorCode":"CLUSTER_NOT_FOUND","parameters":["cluster-759","68824b8642be0f23307f33bd"],"reason":"Not Found"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersFlags/Describe_Connection_String/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/Describe/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost similarity index 52% rename from test/e2e/testdata/.snapshots/TestClustersFlags/Describe_Connection_String/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFlags/Describe/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost index 5d32d64032..35fbe6a0f6 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/Describe_Connection_String/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/Describe/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2134 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:19:20 GMT +Date: Thu, 24 Jul 2025 15:13: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: 122 +X-Envoy-Upstream-Service-Time: 108 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-925-shard-00-00.cqetl8.mongodb-dev.net:27017,cluster-925-shard-00-01.cqetl8.mongodb-dev.net:27017,cluster-925-shard-00-02.cqetl8.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-c3jktb-shard-0","standardSrv":"mongodb+srv://cluster-925.cqetl8.mongodb-dev.net"},"createDate":"2025-07-22T05:11:41Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"687f1d8aa799aa2ae9e8067f","id":"687f1d8da799aa2ae9e80747","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.22","name":"cluster-925","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"687f1d8da799aa2ae9e806ef","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":"687f1d8da799aa2ae9e80715","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":true,"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-759-shard-00-00.jrtu7v.mongodb-dev.net:27017,cluster-759-shard-00-01.jrtu7v.mongodb-dev.net:27017,cluster-759-shard-00-02.jrtu7v.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-8rxpgp-shard-0","standardSrv":"mongodb+srv://cluster-759.jrtu7v.mongodb-dev.net"},"createDate":"2025-07-24T15:04:41Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"68824b8642be0f23307f33bd","id":"68824b8942be0f23307f3434","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.22","name":"cluster-759","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"68824b8842be0f23307f3422","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":"68824b8942be0f23307f342a","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/testdata/.snapshots/TestClustersFlags/Describe_Advanced_Configuration_Settings/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_processArgs_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/Describe_Advanced_Configuration_Settings/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_processArgs_1.snaphost similarity index 86% rename from test/e2e/testdata/.snapshots/TestClustersFlags/Describe_Advanced_Configuration_Settings/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_processArgs_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFlags/Describe_Advanced_Configuration_Settings/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_processArgs_1.snaphost index bd2c14bfbe..381e4617dc 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/Describe_Advanced_Configuration_Settings/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_processArgs_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/Describe_Advanced_Configuration_Settings/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_processArgs_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 542 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:19:21 GMT +Date: Thu, 24 Jul 2025 15:13:33 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: 92 +X-Envoy-Upstream-Service-Time: 88 X-Frame-Options: DENY X-Java-Method: ApiAtlasLegacyClusterDescriptionResource::getProcessArgs X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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/testdata/.snapshots/TestClustersFlags/Describe/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/Describe_Connection_String/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost similarity index 52% rename from test/e2e/testdata/.snapshots/TestClustersFlags/Describe/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFlags/Describe_Connection_String/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost index c392da6782..d07f53ea42 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/Describe/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/Describe_Connection_String/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2134 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:19:20 GMT +Date: Thu, 24 Jul 2025 15:13:32 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: 105 +X-Envoy-Upstream-Service-Time: 115 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-925-shard-00-00.cqetl8.mongodb-dev.net:27017,cluster-925-shard-00-01.cqetl8.mongodb-dev.net:27017,cluster-925-shard-00-02.cqetl8.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-c3jktb-shard-0","standardSrv":"mongodb+srv://cluster-925.cqetl8.mongodb-dev.net"},"createDate":"2025-07-22T05:11:41Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"687f1d8aa799aa2ae9e8067f","id":"687f1d8da799aa2ae9e80747","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.22","name":"cluster-925","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"687f1d8da799aa2ae9e806ef","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":"687f1d8da799aa2ae9e80715","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":true,"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-759-shard-00-00.jrtu7v.mongodb-dev.net:27017,cluster-759-shard-00-01.jrtu7v.mongodb-dev.net:27017,cluster-759-shard-00-02.jrtu7v.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-8rxpgp-shard-0","standardSrv":"mongodb+srv://cluster-759.jrtu7v.mongodb-dev.net"},"createDate":"2025-07-24T15:04:41Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"68824b8642be0f23307f33bd","id":"68824b8942be0f23307f3434","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.22","name":"cluster-759","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"68824b8842be0f23307f3422","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":"68824b8942be0f23307f342a","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/testdata/.snapshots/TestClustersFlags/Fail_Delete_for_Termination_Protection_enabled/DELETE_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/Fail_Delete_for_Termination_Protection_enabled/DELETE_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost similarity index 76% rename from test/e2e/testdata/.snapshots/TestClustersFlags/Fail_Delete_for_Termination_Protection_enabled/DELETE_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFlags/Fail_Delete_for_Termination_Protection_enabled/DELETE_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost index 6f9061290b..e7b8c55a59 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/Fail_Delete_for_Termination_Protection_enabled/DELETE_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/Fail_Delete_for_Termination_Protection_enabled/DELETE_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 400 Bad Request Content-Length: 412 Content-Type: application/json -Date: Tue, 22 Jul 2025 05:19:23 GMT +Date: Thu, 24 Jul 2025 15:13: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: 142 +X-Envoy-Upstream-Service-Time: 132 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::deleteCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-925 in group 687f1d8aa799aa2ae9e8067f because termination protection is enabled. Disable termination protection and try again."],"reason":"Bad Request"} \ No newline at end of file +{"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-759 in group 68824b8642be0f23307f33bd 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/testdata/.snapshots/TestClustersFlags/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_provider_regions_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_provider_regions_1.snaphost similarity index 86% rename from test/e2e/testdata/.snapshots/TestClustersFlags/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_provider_regions_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFlags/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_provider_regions_1.snaphost index 0f7918b1ed..96e7fa7d52 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_provider_regions_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_provider_regions_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1548 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:40 GMT +Date: Thu, 24 Jul 2025 15:04: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: 109 +X-Envoy-Upstream-Service-Time: 165 X-Frame-Options: DENY X-Java-Method: ApiAtlasCloudProviderRegionsResource::availableRegions X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/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":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/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/testdata/.snapshots/TestClustersFlags/GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost index 4e63bcfd8f..20752cda21 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost +++ b/test/e2e/testdata/.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: Tue, 22 Jul 2025 05:11:40 GMT +Date: Thu, 24 Jul 2025 15:04: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=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none X-Xgen-Up-Proto: HTTP/2 diff --git a/test/e2e/testdata/.snapshots/TestClustersFlags/List/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/List/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_1.snaphost similarity index 56% rename from test/e2e/testdata/.snapshots/TestClustersFlags/List/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFlags/List/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_1.snaphost index 9e9fedbf2f..c26936651d 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/List/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/List/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2358 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:19:20 GMT +Date: Thu, 24 Jul 2025 15:13: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: 114 +X-Envoy-Upstream-Service-Time: 115 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getAllClusters X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/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-925-shard-00-00.cqetl8.mongodb-dev.net:27017,cluster-925-shard-00-01.cqetl8.mongodb-dev.net:27017,cluster-925-shard-00-02.cqetl8.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-c3jktb-shard-0","standardSrv":"mongodb+srv://cluster-925.cqetl8.mongodb-dev.net"},"createDate":"2025-07-22T05:11:41Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"687f1d8aa799aa2ae9e8067f","id":"687f1d8da799aa2ae9e80747","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.22","name":"cluster-925","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"687f1d8da799aa2ae9e806ef","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":"687f1d8da799aa2ae9e80715","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":true,"versionReleaseSystem":"LTS"}],"totalCount":1} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/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-759-shard-00-00.jrtu7v.mongodb-dev.net:27017,cluster-759-shard-00-01.jrtu7v.mongodb-dev.net:27017,cluster-759-shard-00-02.jrtu7v.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-8rxpgp-shard-0","standardSrv":"mongodb+srv://cluster-759.jrtu7v.mongodb-dev.net"},"createDate":"2025-07-24T15:04:41Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"68824b8642be0f23307f33bd","id":"68824b8942be0f23307f3434","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.22","name":"cluster-759","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"68824b8842be0f23307f3422","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":"68824b8942be0f23307f342a","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/testdata/.snapshots/TestClustersFlags/Load_Sample_Data/POST_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_sampleDatasetLoad_cluster-925_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/Load_Sample_Data/POST_api_atlas_v2_groups_68824b8642be0f23307f33bd_sampleDatasetLoad_cluster-759_1.snaphost similarity index 60% rename from test/e2e/testdata/.snapshots/TestClustersFlags/Load_Sample_Data/POST_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_sampleDatasetLoad_cluster-925_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFlags/Load_Sample_Data/POST_api_atlas_v2_groups_68824b8642be0f23307f33bd_sampleDatasetLoad_cluster-759_1.snaphost index 4a78aa0dee..4828573f88 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/Load_Sample_Data/POST_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_sampleDatasetLoad_cluster-925_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/Load_Sample_Data/POST_api_atlas_v2_groups_68824b8642be0f23307f33bd_sampleDatasetLoad_cluster-759_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 201 Created Content-Length: 156 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:19:19 GMT +Date: Thu, 24 Jul 2025 15:13: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: 165 +X-Envoy-Upstream-Service-Time: 149 X-Frame-Options: DENY X-Java-Method: ApiAtlasSampleDatasetLoadResource::sampleDatasetLoad X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"_id":"687f1f5844f1ab3f842322a5","clusterName":"cluster-925","completeDate":null,"createDate":"2025-07-22T05:19:20Z","errorMessage":null,"state":"WORKING"} \ No newline at end of file +{"_id":"68824d9bb448981053346f63","clusterName":"cluster-759","completeDate":null,"createDate":"2025-07-24T15:13:31Z","errorMessage":null,"state":"WORKING"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersFlags/POST_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/POST_api_atlas_v2_groups_1.snaphost index 888f2d2ab2..f985897970 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/POST_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/POST_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 1075 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:38 GMT +Date: Thu, 24 Jul 2025 15:04:38 GMT Location: http://localhost:8080//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: 1798 +X-Envoy-Upstream-Service-Time: 1258 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::addGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"clusterCount":0,"created":"2025-07-22T05:11:40Z","id":"687f1d8aa799aa2ae9e8067f","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"clustersFlags-e2e-719","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file +{"clusterCount":0,"created":"2025-07-24T15:04:39Z","id":"68824b8642be0f23307f33bd","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"clustersFlags-e2e-173","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_2.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_2.snaphost deleted file mode 100644 index cf9cb385db..0000000000 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_2.snaphost +++ /dev/null @@ -1,18 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 2138 -Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:19:23 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: 97 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; 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-925-shard-00-00.cqetl8.mongodb-dev.net:27017,cluster-925-shard-00-01.cqetl8.mongodb-dev.net:27017,cluster-925-shard-00-02.cqetl8.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-c3jktb-shard-0","standardSrv":"mongodb+srv://cluster-925.cqetl8.mongodb-dev.net"},"createDate":"2025-07-22T05:11:41Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"687f1d8aa799aa2ae9e8067f","id":"687f1d8da799aa2ae9e80747","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.22","name":"cluster-925","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"687f1d8da799aa2ae9e806ef","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":"687f1d8da799aa2ae9e80715","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/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost similarity index 50% rename from test/e2e/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost index f3018e3091..7a4a25389a 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK -Content-Length: 2224 +Content-Length: 2220 Content-Type: application/vnd.atlas.2024-08-05+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:19:23 GMT +Date: Thu, 24 Jul 2025 15:13: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: 100 +X-Envoy-Upstream-Service-Time: 119 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionResource20240805::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-925-shard-00-00.cqetl8.mongodb-dev.net:27017,cluster-925-shard-00-01.cqetl8.mongodb-dev.net:27017,cluster-925-shard-00-02.cqetl8.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-c3jktb-shard-0","standardSrv":"mongodb+srv://cluster-925.cqetl8.mongodb-dev.net"},"createDate":"2025-07-22T05:11:41Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"7.0","globalClusterSelfManagedSharding":false,"groupId":"687f1d8aa799aa2ae9e8067f","id":"687f1d8da799aa2ae9e80747","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.22","name":"cluster-925","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"687f1d8da799aa2ae9e80716","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":"687f1d8da799aa2ae9e80715","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"UPDATING","tags":[{"key":"env","value":"test"}],"terminationProtectionEnabled":true,"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-759-shard-00-00.jrtu7v.mongodb-dev.net:27017,cluster-759-shard-00-01.jrtu7v.mongodb-dev.net:27017,cluster-759-shard-00-02.jrtu7v.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-8rxpgp-shard-0","standardSrv":"mongodb+srv://cluster-759.jrtu7v.mongodb-dev.net"},"createDate":"2025-07-24T15:04:41Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"7.0","globalClusterSelfManagedSharding":false,"groupId":"68824b8642be0f23307f33bd","id":"68824b8942be0f23307f3434","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.22","name":"cluster-759","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"68824b8942be0f23307f342b","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":"68824b8942be0f23307f342a","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/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_2.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_2.snaphost new file mode 100644 index 0000000000..25ca69f72a --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_2.snaphost @@ -0,0 +1,18 @@ +HTTP/2.0 200 OK +Content-Length: 2134 +Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 +Date: Thu, 24 Jul 2025 15:13: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: 98 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-759-shard-00-00.jrtu7v.mongodb-dev.net:27017,cluster-759-shard-00-01.jrtu7v.mongodb-dev.net:27017,cluster-759-shard-00-02.jrtu7v.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-8rxpgp-shard-0","standardSrv":"mongodb+srv://cluster-759.jrtu7v.mongodb-dev.net"},"createDate":"2025-07-24T15:04:41Z","diskSizeGB":30.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"68824b8642be0f23307f33bd","id":"68824b8942be0f23307f3434","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"7.0","mongoDBVersion":"7.0.22","name":"cluster-759","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"68824b8842be0f23307f3422","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":"68824b8942be0f23307f342a","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/testdata/.snapshots/TestIndependendShardScalingCluster/List_ISS_cluster/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_autoScalingConfiguration_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_autoScalingConfiguration_1.snaphost similarity index 80% rename from test/e2e/testdata/.snapshots/TestIndependendShardScalingCluster/List_ISS_cluster/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_autoScalingConfiguration_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_autoScalingConfiguration_1.snaphost index 3e89bb458b..47b10ab231 100644 --- a/test/e2e/testdata/.snapshots/TestIndependendShardScalingCluster/List_ISS_cluster/GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-36_autoScalingConfiguration_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/Update/GET_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_autoScalingConfiguration_1.snaphost @@ -1,7 +1,7 @@ HTTP/2.0 200 OK Content-Length: 42 Content-Type: application/vnd.atlas.2024-08-05+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:20:09 GMT +Date: Thu, 24 Jul 2025 15:13:35 GMT Deprecation: Wed, 23 Oct 2024 00:00:00 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws @@ -11,7 +11,7 @@ X-Envoy-Upstream-Service-Time: 88 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionResource20240805::getAutoScalingMode X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {"autoScalingMode":"CLUSTER_WIDE_SCALING"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersFlags/Update/PATCH_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/Update/PATCH_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost similarity index 52% rename from test/e2e/testdata/.snapshots/TestClustersFlags/Update/PATCH_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFlags/Update/PATCH_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost index d4bb45758e..02e55be807 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/Update/PATCH_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/Update/PATCH_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 2139 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:19:23 GMT +Date: Thu, 24 Jul 2025 15:13: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: 910 +X-Envoy-Upstream-Service-Time: 1302 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::updateCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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-925-shard-00-00.cqetl8.mongodb-dev.net:27017,cluster-925-shard-00-01.cqetl8.mongodb-dev.net:27017,cluster-925-shard-00-02.cqetl8.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-c3jktb-shard-0","standardSrv":"mongodb+srv://cluster-925.cqetl8.mongodb-dev.net"},"createDate":"2025-07-22T05:11:41Z","diskSizeGB":40.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"687f1d8aa799aa2ae9e8067f","id":"687f1d8da799aa2ae9e80747","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d8aa799aa2ae9e8067f/clusters/cluster-925/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-925","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"687f1d8da799aa2ae9e806ef","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":"687f1d8da799aa2ae9e80715","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"UPDATING","tags":[{"key":"env","value":"test"}],"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-759-shard-00-00.jrtu7v.mongodb-dev.net:27017,cluster-759-shard-00-01.jrtu7v.mongodb-dev.net:27017,cluster-759-shard-00-02.jrtu7v.mongodb-dev.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-8rxpgp-shard-0","standardSrv":"mongodb+srv://cluster-759.jrtu7v.mongodb-dev.net"},"createDate":"2025-07-24T15:04:41Z","diskSizeGB":40.0,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"68824b8642be0f23307f33bd","id":"68824b8942be0f23307f3434","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824b8642be0f23307f33bd/clusters/cluster-759/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-759","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"68824b8842be0f23307f3422","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":"68824b8942be0f23307f342a","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/testdata/.snapshots/TestClustersFlags/Update_Advanced_Configuration_Settings/PATCH_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_processArgs_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersFlags/Update_Advanced_Configuration_Settings/PATCH_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_processArgs_1.snaphost similarity index 86% rename from test/e2e/testdata/.snapshots/TestClustersFlags/Update_Advanced_Configuration_Settings/PATCH_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_processArgs_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersFlags/Update_Advanced_Configuration_Settings/PATCH_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_processArgs_1.snaphost index 83845e7aea..b474c027d6 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/Update_Advanced_Configuration_Settings/PATCH_api_atlas_v2_groups_687f1d8aa799aa2ae9e8067f_clusters_cluster-925_processArgs_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/Update_Advanced_Configuration_Settings/PATCH_api_atlas_v2_groups_68824b8642be0f23307f33bd_clusters_cluster-759_processArgs_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 542 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:19:21 GMT +Date: Thu, 24 Jul 2025 15:13:32 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: 339 +X-Envoy-Upstream-Service-Time: 295 X-Frame-Options: DENY X-Java-Method: ApiAtlasLegacyClusterDescriptionResource::updateProcessArgs X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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/testdata/.snapshots/TestClustersFlags/memory.json b/test/e2e/testdata/.snapshots/TestClustersFlags/memory.json index 9928eef3b0..23e35704c7 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFlags/memory.json +++ b/test/e2e/testdata/.snapshots/TestClustersFlags/memory.json @@ -1 +1 @@ -{"TestClustersFlags/clusterName":"cluster-925"} \ No newline at end of file +{"TestClustersFlags/clusterName":"cluster-759"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/POST_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersM0Flags/Create/POST_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_1.snaphost similarity index 56% rename from test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/POST_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersM0Flags/Create/POST_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_1.snaphost index 450d2ff847..2f55582845 100644 --- a/test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/POST_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersM0Flags/Create/POST_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 201 Created Content-Length: 1351 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:13 GMT +Date: Thu, 24 Jul 2025 15:05:51 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: 833 +X-Envoy-Upstream-Service-Time: 895 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::createCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-07-22T05:11:14Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"687f1d6ea799aa2ae9e8009f","id":"687f1d72a799aa2ae9e80185","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6ea799aa2ae9e8009f/clusters/cluster-404","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6ea799aa2ae9e8009f/clusters/cluster-404/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6ea799aa2ae9e8009f/clusters/cluster-404/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-404","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"687f1d71a799aa2ae9e80167","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"687f1d71a799aa2ae9e80174","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-07-24T15:05:51Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"68824bcd42be0f23307f3e00","id":"68824bcfb448981053346272","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/clusters/cluster-385","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/clusters/cluster-385/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/clusters/cluster-385/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-385","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"68824bcfb448981053346266","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"68824bcfb44898105334626d","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersFile/Delete_file_creation/DELETE_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersM0Flags/Delete/DELETE_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_1.snaphost similarity index 71% rename from test/e2e/testdata/.snapshots/TestClustersFile/Delete_file_creation/DELETE_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersM0Flags/Delete/DELETE_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_1.snaphost index e41258d5fa..33d7987e86 100644 --- a/test/e2e/testdata/.snapshots/TestClustersFile/Delete_file_creation/DELETE_api_atlas_v2_groups_687f1d79a799aa2ae9e803dd_clusters_cluster-727_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersM0Flags/Delete/DELETE_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_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: Tue, 22 Jul 2025 05:18:11 GMT +Date: Thu, 24 Jul 2025 15:05: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: 350 +X-Envoy-Upstream-Service-Time: 292 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::deleteCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersM0Flags/Describe/GET_api_atlas_v2_groups_687f1d7d44f1ab3f842312d4_clusters_cluster-402_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersM0Flags/Describe/GET_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_1.snaphost similarity index 56% rename from test/e2e/testdata/.snapshots/TestClustersM0Flags/Describe/GET_api_atlas_v2_groups_687f1d7d44f1ab3f842312d4_clusters_cluster-402_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersM0Flags/Describe/GET_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_1.snaphost index 6c5041e3fd..8cfb7058ef 100644 --- a/test/e2e/testdata/.snapshots/TestClustersM0Flags/Describe/GET_api_atlas_v2_groups_687f1d7d44f1ab3f842312d4_clusters_cluster-402_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersM0Flags/Describe/GET_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1357 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:34 GMT +Date: Thu, 24 Jul 2025 15:05: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: 93 +X-Envoy-Upstream-Service-Time: 91 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-07-22T05:11:28Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"687f1d7d44f1ab3f842312d4","id":"687f1d8044f1ab3f8423141f","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7d44f1ab3f842312d4/clusters/cluster-402","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7d44f1ab3f842312d4/clusters/cluster-402/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7d44f1ab3f842312d4/clusters/cluster-402/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-402","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"687f1d8044f1ab3f84231412","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"687f1d8044f1ab3f8423141a","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-07-24T15:05:51Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"68824bcd42be0f23307f3e00","id":"68824bcfb448981053346272","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/clusters/cluster-385","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/clusters/cluster-385/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/clusters/cluster-385/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-385","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"68824bcfb448981053346266","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"68824bcfb44898105334626d","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersM0Flags/POST_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersM0Flags/POST_api_atlas_v2_groups_1.snaphost index fd86cb6d1b..be51c2ce6a 100644 --- a/test/e2e/testdata/.snapshots/TestClustersM0Flags/POST_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersM0Flags/POST_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created Content-Length: 1072 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:25 GMT +Date: Thu, 24 Jul 2025 15:05:49 GMT Location: http://localhost:8080//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: 2013 +X-Envoy-Upstream-Service-Time: 1628 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::addGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"clusterCount":0,"created":"2025-07-22T05:11:27Z","id":"687f1d7d44f1ab3f842312d4","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7d44f1ab3f842312d4","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7d44f1ab3f842312d4/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7d44f1ab3f842312d4/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7d44f1ab3f842312d4/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7d44f1ab3f842312d4/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7d44f1ab3f842312d4/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7d44f1ab3f842312d4/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"clustersM0-e2e-863","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file +{"clusterCount":0,"created":"2025-07-24T15:05:50Z","id":"68824bcd42be0f23307f3e00","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"clustersM0-e2e-394","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/GET_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_cluster-404_1.snaphost b/test/e2e/testdata/.snapshots/TestClustersM0Flags/Watch/GET_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_1.snaphost similarity index 56% rename from test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/GET_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_cluster-404_1.snaphost rename to test/e2e/testdata/.snapshots/TestClustersM0Flags/Watch/GET_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_1.snaphost index 90a58670b6..8b019ffe88 100644 --- a/test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/GET_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_cluster-404_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersM0Flags/Watch/GET_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_1.snaphost @@ -1,18 +1,18 @@ HTTP/2.0 200 OK Content-Length: 1361 Content-Type: application/vnd.atlas.2023-02-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:14 GMT +Date: Thu, 24 Jul 2025 15:05: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: 124 +X-Envoy-Upstream-Service-Time: 108 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionV15Resource::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-07-22T05:11:14Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"687f1d6ea799aa2ae9e8009f","id":"687f1d72a799aa2ae9e80185","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6ea799aa2ae9e8009f/clusters/cluster-404","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6ea799aa2ae9e8009f/clusters/cluster-404/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6ea799aa2ae9e8009f/clusters/cluster-404/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-404","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"687f1d71a799aa2ae9e80167","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"687f1d71a799aa2ae9e80174","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-07-24T15:05:51Z","diskSizeGB":0.5,"diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","globalClusterSelfManagedSharding":false,"groupId":"68824bcd42be0f23307f3e00","id":"68824bcfb448981053346272","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/clusters/cluster-385","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/clusters/cluster-385/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/clusters/cluster-385/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-385","paused":false,"pitEnabled":false,"replicationSpecs":[{"id":"68824bcfb448981053346266","numShards":1,"regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0"},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"68824bcfb44898105334626d","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/GET_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_cluster-404_2.snaphost b/test/e2e/testdata/.snapshots/TestClustersM0Flags/Watch/GET_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_2.snaphost similarity index 56% rename from test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/GET_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_cluster-404_2.snaphost rename to test/e2e/testdata/.snapshots/TestClustersM0Flags/Watch/GET_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_2.snaphost index 1d06950cb4..68941090a5 100644 --- a/test/e2e/testdata/.snapshots/TestSharedClusterUpgrade/GET_api_atlas_v2_groups_687f1d6ea799aa2ae9e8009f_clusters_cluster-404_2.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersM0Flags/Watch/GET_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_2.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1411 Content-Type: application/vnd.atlas.2024-08-05+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:14 GMT +Date: Thu, 24 Jul 2025 15:05: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: 119 +X-Envoy-Upstream-Service-Time: 97 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionResource20240805::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-07-22T05:11:14Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"687f1d6ea799aa2ae9e8009f","id":"687f1d72a799aa2ae9e80185","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6ea799aa2ae9e8009f/clusters/cluster-404","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6ea799aa2ae9e8009f/clusters/cluster-404/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d6ea799aa2ae9e8009f/clusters/cluster-404/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-404","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"687f1d71a799aa2ae9e80175","regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0","diskSizeGB":0.5},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"687f1d71a799aa2ae9e80174","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-07-24T15:05:51Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"68824bcd42be0f23307f3e00","id":"68824bcfb448981053346272","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/clusters/cluster-385","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/clusters/cluster-385/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/clusters/cluster-385/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-385","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"68824bcfb44898105334626e","regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0","diskSizeGB":0.5},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"68824bcfb44898105334626d","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"CREATING","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersM0Flags/Watch/GET_api_atlas_v2_groups_687f1d7d44f1ab3f842312d4_clusters_cluster-402_3.snaphost b/test/e2e/testdata/.snapshots/TestClustersM0Flags/Watch/GET_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_3.snaphost similarity index 56% rename from test/e2e/testdata/.snapshots/TestClustersM0Flags/Watch/GET_api_atlas_v2_groups_687f1d7d44f1ab3f842312d4_clusters_cluster-402_3.snaphost rename to test/e2e/testdata/.snapshots/TestClustersM0Flags/Watch/GET_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_3.snaphost index 1e0e928fb1..e5f4ddc346 100644 --- a/test/e2e/testdata/.snapshots/TestClustersM0Flags/Watch/GET_api_atlas_v2_groups_687f1d7d44f1ab3f842312d4_clusters_cluster-402_3.snaphost +++ b/test/e2e/testdata/.snapshots/TestClustersM0Flags/Watch/GET_api_atlas_v2_groups_68824bcd42be0f23307f3e00_clusters_cluster-385_3.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 1407 Content-Type: application/vnd.atlas.2024-08-05+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:11:34 GMT +Date: Thu, 24 Jul 2025 15:05: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: 120 +X-Envoy-Upstream-Service-Time: 106 X-Frame-Options: DENY X-Java-Method: ApiAtlasClusterDescriptionResource20240805::getCluster X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-07-22T05:11:28Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"687f1d7d44f1ab3f842312d4","id":"687f1d8044f1ab3f8423141f","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7d44f1ab3f842312d4/clusters/cluster-402","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7d44f1ab3f842312d4/clusters/cluster-402/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1d7d44f1ab3f842312d4/clusters/cluster-402/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-402","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"687f1d8044f1ab3f8423141b","regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0","diskSizeGB":0.5},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"687f1d8044f1ab3f8423141a","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file +{"backupEnabled":false,"biConnector":{"enabled":false,"readPreference":"secondary"},"clusterType":"REPLICASET","connectionStrings":{},"createDate":"2025-07-24T15:05:51Z","diskWarmingMode":"FULLY_WARMED","encryptionAtRestProvider":"NONE","featureCompatibilityVersion":"8.0","globalClusterSelfManagedSharding":false,"groupId":"68824bcd42be0f23307f3e00","id":"68824bcfb448981053346272","labels":[],"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/clusters/cluster-385","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/clusters/cluster-385/backup/restoreJobs","rel":"https://cloud.mongodb.com/restoreJobs"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824bcd42be0f23307f3e00/clusters/cluster-385/backup/snapshots","rel":"https://cloud.mongodb.com/snapshots"}],"mongoDBMajorVersion":"8.0","mongoDBVersion":"8.0.12","name":"cluster-385","paused":false,"pitEnabled":false,"redactClientLogData":false,"replicationSpecs":[{"id":"68824bcfb44898105334626e","regionConfigs":[{"electableSpecs":{"effectiveInstanceSize":"M0","instanceSize":"M0","diskSizeGB":0.5},"backingProviderName":"AWS","priority":7,"providerName":"TENANT","regionName":"US_EAST_1"}],"zoneId":"68824bcfb44898105334626d","zoneName":"Zone 1"}],"rootCertType":"ISRGROOTX1","stateName":"IDLE","tags":[],"terminationProtectionEnabled":false,"versionReleaseSystem":"LTS"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestClustersM0Flags/memory.json b/test/e2e/testdata/.snapshots/TestClustersM0Flags/memory.json index d9eb335161..a3e137cb2b 100644 --- a/test/e2e/testdata/.snapshots/TestClustersM0Flags/memory.json +++ b/test/e2e/testdata/.snapshots/TestClustersM0Flags/memory.json @@ -1 +1 @@ -{"TestClustersM0Flags/clusterName":"cluster-402"} \ No newline at end of file +{"TestClustersM0Flags/clusterName":"cluster-385"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestCustomDNS/Describe/GET_api_atlas_v2_groups_687f1de644f1ab3f84231c10_awsCustomDNS_1.snaphost b/test/e2e/testdata/.snapshots/TestCustomDNS/Describe/GET_api_atlas_v2_groups_68824beeb4489810533465c4_awsCustomDNS_1.snaphost similarity index 73% rename from test/e2e/testdata/.snapshots/TestCustomDNS/Describe/GET_api_atlas_v2_groups_687f1de644f1ab3f84231c10_awsCustomDNS_1.snaphost rename to test/e2e/testdata/.snapshots/TestCustomDNS/Describe/GET_api_atlas_v2_groups_68824beeb4489810533465c4_awsCustomDNS_1.snaphost index 5f5d7048a8..79e4dde07c 100644 --- a/test/e2e/testdata/.snapshots/TestCustomDNS/Describe/GET_api_atlas_v2_groups_687f1de644f1ab3f84231c10_awsCustomDNS_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestCustomDNS/Describe/GET_api_atlas_v2_groups_68824beeb4489810533465c4_awsCustomDNS_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 200 OK Content-Length: 16 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:13 GMT +Date: Thu, 24 Jul 2025 15:06: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-Envoy-Upstream-Service-Time: 81 +X-Envoy-Upstream-Service-Time: 65 X-Frame-Options: DENY X-Java-Method: ApiAtlasAWSCustomDNSEnabledResource::getAWSCustomDNSEnabled X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {"enabled":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestCustomDNS/Disable/PATCH_api_atlas_v2_groups_687f1de644f1ab3f84231c10_awsCustomDNS_1.snaphost b/test/e2e/testdata/.snapshots/TestCustomDNS/Disable/PATCH_api_atlas_v2_groups_68824beeb4489810533465c4_awsCustomDNS_1.snaphost similarity index 72% rename from test/e2e/testdata/.snapshots/TestCustomDNS/Disable/PATCH_api_atlas_v2_groups_687f1de644f1ab3f84231c10_awsCustomDNS_1.snaphost rename to test/e2e/testdata/.snapshots/TestCustomDNS/Disable/PATCH_api_atlas_v2_groups_68824beeb4489810533465c4_awsCustomDNS_1.snaphost index 038c5f3643..43945506e0 100644 --- a/test/e2e/testdata/.snapshots/TestCustomDNS/Disable/PATCH_api_atlas_v2_groups_687f1de644f1ab3f84231c10_awsCustomDNS_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestCustomDNS/Disable/PATCH_api_atlas_v2_groups_68824beeb4489810533465c4_awsCustomDNS_1.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: Tue, 22 Jul 2025 05:13:13 GMT +Date: Thu, 24 Jul 2025 15:06: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: 64 +X-Envoy-Upstream-Service-Time: 76 X-Frame-Options: DENY X-Java-Method: ApiAtlasAWSCustomDNSEnabledResource::updateAWSCustomDNSEnabled X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {"enabled":false} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestCustomDNS/Enable/PATCH_api_atlas_v2_groups_687f1de644f1ab3f84231c10_awsCustomDNS_1.snaphost b/test/e2e/testdata/.snapshots/TestCustomDNS/Enable/PATCH_api_atlas_v2_groups_68824beeb4489810533465c4_awsCustomDNS_1.snaphost similarity index 72% rename from test/e2e/testdata/.snapshots/TestCustomDNS/Enable/PATCH_api_atlas_v2_groups_687f1de644f1ab3f84231c10_awsCustomDNS_1.snaphost rename to test/e2e/testdata/.snapshots/TestCustomDNS/Enable/PATCH_api_atlas_v2_groups_68824beeb4489810533465c4_awsCustomDNS_1.snaphost index b8e68e7cc1..9baa0dfcb7 100644 --- a/test/e2e/testdata/.snapshots/TestCustomDNS/Enable/PATCH_api_atlas_v2_groups_687f1de644f1ab3f84231c10_awsCustomDNS_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestCustomDNS/Enable/PATCH_api_atlas_v2_groups_68824beeb4489810533465c4_awsCustomDNS_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: Tue, 22 Jul 2025 05:13:12 GMT +Date: Thu, 24 Jul 2025 15:06: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: 88 +X-Envoy-Upstream-Service-Time: 68 X-Frame-Options: DENY X-Java-Method: ApiAtlasAWSCustomDNSEnabledResource::updateAWSCustomDNSEnabled X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {"enabled":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestCustomDNS/POST_api_atlas_v2_groups_1.snaphost b/test/e2e/testdata/.snapshots/TestCustomDNS/POST_api_atlas_v2_groups_1.snaphost index c7317b0900..d5c26b48f6 100644 --- a/test/e2e/testdata/.snapshots/TestCustomDNS/POST_api_atlas_v2_groups_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestCustomDNS/POST_api_atlas_v2_groups_1.snaphost @@ -1,17 +1,17 @@ HTTP/2.0 201 Created -Content-Length: 1069 +Content-Length: 1071 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:10 GMT +Date: Thu, 24 Jul 2025 15:06:22 GMT Location: http://localhost:8080//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: 1698 +X-Envoy-Upstream-Service-Time: 1363 X-Frame-Options: DENY X-Java-Method: ApiAtlasGroupsResource::addGroup X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"clusterCount":0,"created":"2025-07-22T05:13:12Z","id":"687f1de644f1ab3f84231c10","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/687f1de644f1ab3f84231c10","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1de644f1ab3f84231c10/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1de644f1ab3f84231c10/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1de644f1ab3f84231c10/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1de644f1ab3f84231c10/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1de644f1ab3f84231c10/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/687f1de644f1ab3f84231c10/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"customDNS-e2e-3","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file +{"clusterCount":0,"created":"2025-07-24T15:06:23Z","id":"68824beeb4489810533465c4","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/68824beeb4489810533465c4","rel":"self"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824beeb4489810533465c4/containers","rel":"https://cloud.mongodb.com/containers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824beeb4489810533465c4/clusters","rel":"https://cloud.mongodb.com/clusters"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824beeb4489810533465c4/databaseUsers","rel":"https://cloud.mongodb.com/databaseUsers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824beeb4489810533465c4/peers","rel":"https://cloud.mongodb.com/peers"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824beeb4489810533465c4/processes","rel":"https://cloud.mongodb.com/processes"},{"href":"http://localhost:8080/api/atlas/v2/groups/68824beeb4489810533465c4/whitelist","rel":"https://cloud.mongodb.com/whitelist"}],"name":"customDNS-e2e-730","orgId":"a0123456789abcdef012345a","withDefaultAlertsSettings":true} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBRoles/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_1.snaphost b/test/e2e/testdata/.snapshots/TestDBRoles/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_1.snaphost index 472210d937..088b8ad3b9 100644 --- a/test/e2e/testdata/.snapshots/TestDBRoles/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBRoles/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 202 Accepted Content-Length: 236 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:08 GMT +Date: Thu, 24 Jul 2025 15:06: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: 186 +X-Envoy-Upstream-Service-Time: 177 X-Frame-Options: DENY X-Java-Method: ApiAtlasCustomDBRoleResource::createCustomDBRole X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"actions":[{"action":"UPDATE","resources":[{"collection":"collection","db":"db"}]},{"action":"FIND","resources":[{"collection":"collection2","db":"db"}]}],"inheritedRoles":[{"db":"admin","role":"enableSharding"}],"roleName":"role-735"} \ No newline at end of file +{"actions":[{"action":"UPDATE","resources":[{"collection":"collection","db":"db"}]},{"action":"FIND","resources":[{"collection":"collection2","db":"db"}]}],"inheritedRoles":[{"db":"admin","role":"enableSharding"}],"roleName":"role-602"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBRoles/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost b/test/e2e/testdata/.snapshots/TestDBRoles/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost similarity index 70% rename from test/e2e/testdata/.snapshots/TestDBRoles/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost rename to test/e2e/testdata/.snapshots/TestDBRoles/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost index fe6a6210e0..ef6d62a65b 100644 --- a/test/e2e/testdata/.snapshots/TestDBRoles/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBRoles/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_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: Tue, 22 Jul 2025 05:13:10 GMT +Date: Thu, 24 Jul 2025 15:06: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: 142 +X-Envoy-Upstream-Service-Time: 147 X-Frame-Options: DENY X-Java-Method: ApiAtlasCustomDBRoleResource::deleteCustomDBRole X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestDBRoles/Update_with_append/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost b/test/e2e/testdata/.snapshots/TestDBRoles/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost similarity index 73% rename from test/e2e/testdata/.snapshots/TestDBRoles/Update_with_append/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost rename to test/e2e/testdata/.snapshots/TestDBRoles/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost index ccc18eda1a..eb0776f95e 100644 --- a/test/e2e/testdata/.snapshots/TestDBRoles/Update_with_append/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBRoles/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 236 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:09 GMT +Date: Thu, 24 Jul 2025 15:06: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: 75 +X-Envoy-Upstream-Service-Time: 89 X-Frame-Options: DENY X-Java-Method: ApiAtlasCustomDBRoleResource::getCustomDBRole X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"actions":[{"action":"UPDATE","resources":[{"collection":"collection","db":"db"}]},{"action":"FIND","resources":[{"collection":"collection2","db":"db"}]}],"inheritedRoles":[{"db":"admin","role":"enableSharding"}],"roleName":"role-735"} \ No newline at end of file +{"actions":[{"action":"UPDATE","resources":[{"collection":"collection","db":"db"}]},{"action":"FIND","resources":[{"collection":"collection2","db":"db"}]}],"inheritedRoles":[{"db":"admin","role":"enableSharding"}],"roleName":"role-602"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBRoles/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_1.snaphost b/test/e2e/testdata/.snapshots/TestDBRoles/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_1.snaphost index e76241ceac..5e191975ad 100644 --- a/test/e2e/testdata/.snapshots/TestDBRoles/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBRoles/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 2196 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:08 GMT +Date: Thu, 24 Jul 2025 15:06: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: 89 +X-Envoy-Upstream-Service-Time: 99 X-Frame-Options: DENY X-Java-Method: ApiAtlasCustomDBRoleResource::getCustomDBRoles X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -[{"actions":[{"action":"UPDATE","resources":[{"db":"db"}]}],"inheritedRoles":[],"roleName":"role-282"},{"actions":[{"action":"UPDATE","resources":[{"db":"db"}]}],"inheritedRoles":[],"roleName":"role-159"},{"actions":[{"action":"LIST_SESSIONS","resources":[{"cluster":true}]}],"inheritedRoles":[],"roleName":"role-913"},{"actions":[{"action":"LIST_SESSIONS","resources":[{"cluster":true}]}],"inheritedRoles":[],"roleName":"role-79"},{"actions":[{"action":"LIST_SESSIONS","resources":[{"cluster":true}]}],"inheritedRoles":[],"roleName":"role-578"},{"actions":[{"action":"LIST_SESSIONS","resources":[{"cluster":true}]}],"inheritedRoles":[],"roleName":"role-858"},{"actions":[{"action":"LIST_SESSIONS","resources":[{"cluster":true}]}],"inheritedRoles":[],"roleName":"role-166"},{"actions":[{"action":"LIST_SESSIONS","resources":[{"cluster":true}]}],"inheritedRoles":[],"roleName":"role-612"},{"actions":[{"action":"CREATE_INDEX","resources":[{"collection":"test1","db":"sample_restaurants"}]},{"action":"FIND","resources":[{"collection":"test2","db":"sample_restaurants"}]}],"inheritedRoles":[],"roleName":"testnew"},{"actions":[{"action":"FIND","resources":[{"collection":"test4","db":"sample_restaurants"},{"collection":"test3","db":"sample_restaurants"}]}],"inheritedRoles":[],"roleName":"testnew21"},{"actions":[{"action":"FIND","resources":[{"collection":"test4","db":"sample_restaurants"},{"collection":"test3","db":"sample_restaurants"}]}],"inheritedRoles":[],"roleName":"testnew2"},{"actions":[{"action":"UPDATE","resources":[{"collection":"collection","db":"db"}]},{"action":"FIND","resources":[{"collection":"collection2","db":"db"}]}],"inheritedRoles":[{"db":"admin","role":"enableSharding"}],"roleName":"role-71"},{"actions":[{"action":"UPDATE","resources":[{"collection":"collection","db":"db"}]},{"action":"FIND","resources":[{"collection":"collection2","db":"db"}]}],"inheritedRoles":[{"db":"admin","role":"enableSharding"}],"roleName":"role-662"},{"actions":[{"action":"UPDATE","resources":[{"collection":"collection","db":"db"}]},{"action":"FIND","resources":[{"collection":"collection2","db":"db"}]}],"inheritedRoles":[{"db":"admin","role":"enableSharding"}],"roleName":"role-735"}] \ No newline at end of file +[{"actions":[{"action":"UPDATE","resources":[{"db":"db"}]}],"inheritedRoles":[],"roleName":"role-282"},{"actions":[{"action":"UPDATE","resources":[{"db":"db"}]}],"inheritedRoles":[],"roleName":"role-159"},{"actions":[{"action":"LIST_SESSIONS","resources":[{"cluster":true}]}],"inheritedRoles":[],"roleName":"role-913"},{"actions":[{"action":"LIST_SESSIONS","resources":[{"cluster":true}]}],"inheritedRoles":[],"roleName":"role-79"},{"actions":[{"action":"LIST_SESSIONS","resources":[{"cluster":true}]}],"inheritedRoles":[],"roleName":"role-578"},{"actions":[{"action":"LIST_SESSIONS","resources":[{"cluster":true}]}],"inheritedRoles":[],"roleName":"role-858"},{"actions":[{"action":"LIST_SESSIONS","resources":[{"cluster":true}]}],"inheritedRoles":[],"roleName":"role-166"},{"actions":[{"action":"LIST_SESSIONS","resources":[{"cluster":true}]}],"inheritedRoles":[],"roleName":"role-612"},{"actions":[{"action":"CREATE_INDEX","resources":[{"collection":"test1","db":"sample_restaurants"}]},{"action":"FIND","resources":[{"collection":"test2","db":"sample_restaurants"}]}],"inheritedRoles":[],"roleName":"testnew"},{"actions":[{"action":"FIND","resources":[{"collection":"test4","db":"sample_restaurants"},{"collection":"test3","db":"sample_restaurants"}]}],"inheritedRoles":[],"roleName":"testnew21"},{"actions":[{"action":"FIND","resources":[{"collection":"test4","db":"sample_restaurants"},{"collection":"test3","db":"sample_restaurants"}]}],"inheritedRoles":[],"roleName":"testnew2"},{"actions":[{"action":"UPDATE","resources":[{"collection":"collection","db":"db"}]},{"action":"FIND","resources":[{"collection":"collection2","db":"db"}]}],"inheritedRoles":[{"db":"admin","role":"enableSharding"}],"roleName":"role-71"},{"actions":[{"action":"UPDATE","resources":[{"collection":"collection","db":"db"}]},{"action":"FIND","resources":[{"collection":"collection2","db":"db"}]}],"inheritedRoles":[{"db":"admin","role":"enableSharding"}],"roleName":"role-662"},{"actions":[{"action":"UPDATE","resources":[{"collection":"collection","db":"db"}]},{"action":"FIND","resources":[{"collection":"collection2","db":"db"}]}],"inheritedRoles":[{"db":"admin","role":"enableSharding"}],"roleName":"role-602"}] \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBRoles/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost b/test/e2e/testdata/.snapshots/TestDBRoles/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost similarity index 73% rename from test/e2e/testdata/.snapshots/TestDBRoles/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost rename to test/e2e/testdata/.snapshots/TestDBRoles/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost index 093859e344..6de2c424af 100644 --- a/test/e2e/testdata/.snapshots/TestDBRoles/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBRoles/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 151 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:09 GMT +Date: Thu, 24 Jul 2025 15:06: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: 152 +X-Envoy-Upstream-Service-Time: 135 X-Frame-Options: DENY X-Java-Method: ApiAtlasCustomDBRoleResource::patchCustomDBRole X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"actions":[{"action":"LIST_SESSIONS","resources":[{"cluster":true}]}],"inheritedRoles":[{"db":"admin","role":"enableSharding"}],"roleName":"role-735"} \ No newline at end of file +{"actions":[{"action":"LIST_SESSIONS","resources":[{"cluster":true}]}],"inheritedRoles":[{"db":"admin","role":"enableSharding"}],"roleName":"role-602"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBRoles/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost b/test/e2e/testdata/.snapshots/TestDBRoles/Update_with_append/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost similarity index 73% rename from test/e2e/testdata/.snapshots/TestDBRoles/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost rename to test/e2e/testdata/.snapshots/TestDBRoles/Update_with_append/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost index 1825b64dfd..758b456689 100644 --- a/test/e2e/testdata/.snapshots/TestDBRoles/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBRoles/Update_with_append/GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 236 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:08 GMT +Date: Thu, 24 Jul 2025 15:06: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: 110 +X-Envoy-Upstream-Service-Time: 79 X-Frame-Options: DENY X-Java-Method: ApiAtlasCustomDBRoleResource::getCustomDBRole X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"actions":[{"action":"UPDATE","resources":[{"collection":"collection","db":"db"}]},{"action":"FIND","resources":[{"collection":"collection2","db":"db"}]}],"inheritedRoles":[{"db":"admin","role":"enableSharding"}],"roleName":"role-735"} \ No newline at end of file +{"actions":[{"action":"UPDATE","resources":[{"collection":"collection","db":"db"}]},{"action":"FIND","resources":[{"collection":"collection2","db":"db"}]}],"inheritedRoles":[{"db":"admin","role":"enableSharding"}],"roleName":"role-602"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBRoles/Update_with_append/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost b/test/e2e/testdata/.snapshots/TestDBRoles/Update_with_append/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost similarity index 77% rename from test/e2e/testdata/.snapshots/TestDBRoles/Update_with_append/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost rename to test/e2e/testdata/.snapshots/TestDBRoles/Update_with_append/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost index eaf74a0f23..d9ecac53e0 100644 --- a/test/e2e/testdata/.snapshots/TestDBRoles/Update_with_append/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-735_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBRoles/Update_with_append/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-602_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 361 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:09 GMT +Date: Thu, 24 Jul 2025 15:06: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: 163 +X-Envoy-Upstream-Service-Time: 152 X-Frame-Options: DENY X-Java-Method: ApiAtlasCustomDBRoleResource::patchCustomDBRole X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"actions":[{"action":"LIST_SESSIONS","resources":[{"cluster":true}]},{"action":"UPDATE","resources":[{"collection":"collection","db":"db2"},{"collection":"collection","db":"db"}]},{"action":"FIND","resources":[{"collection":"collection2","db":"db"}]}],"inheritedRoles":[{"db":"admin","role":"enableSharding"},{"db":"mydb","role":"read"}],"roleName":"role-735"} \ No newline at end of file +{"actions":[{"action":"LIST_SESSIONS","resources":[{"cluster":true}]},{"action":"UPDATE","resources":[{"collection":"collection","db":"db2"},{"collection":"collection","db":"db"}]},{"action":"FIND","resources":[{"collection":"collection2","db":"db"}]}],"inheritedRoles":[{"db":"admin","role":"enableSharding"},{"db":"mydb","role":"read"}],"roleName":"role-602"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBRoles/memory.json b/test/e2e/testdata/.snapshots/TestDBRoles/memory.json index a418c05adc..3e31d9a473 100644 --- a/test/e2e/testdata/.snapshots/TestDBRoles/memory.json +++ b/test/e2e/testdata/.snapshots/TestDBRoles/memory.json @@ -1 +1 @@ -{"TestDBRoles/rand":"At8="} \ No newline at end of file +{"TestDBRoles/rand":"Alo="} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBUserCerts/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_user625_certs_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUserCerts/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_user625_certs_1.snaphost deleted file mode 100644 index 827c189d3b..0000000000 --- a/test/e2e/testdata/.snapshots/TestDBUserCerts/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_user625_certs_1.snaphost +++ /dev/null @@ -1,96 +0,0 @@ -HTTP/2.0 201 Created -Content-Length: 5077 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13: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: 1479 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasV2DatabaseUsersResource::generateCert -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - ------BEGIN CERTIFICATE----- -MIIFBzCCAu+gAwIBAgIIP62+pMTwoEMwDQYJKoZIhvcNAQELBQAwSTEhMB8GA1UE -AxMYNWVmZGE2YWVhM2YyZWQyZTdkZDZjZTA1MQ4wDAYDVQQLEwVBdGxhczEUMBIG -A1UEChMLTW9uZ29EQiBJbmMwHhcNMjUwNzIyMDQxMzI0WhcNMjUxMDIyMDUxMzI0 -WjASMRAwDgYDVQQDEwd1c2VyNjI1MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC -CgKCAgEA2t4O5srJOYAmUIKcYk9Ph/Y2Xch0BUjtPT4oZNYrou6L4jKipZIo65rg -0CMaWwR7JNkkiytqGLpHDDNJlpp+ww04BRLqqapkA1Ld2P2XYLXzE/c+vc4ERv1l -jL91CGaIL8JMPW4DxfZ/TZQCotTni8p4YvbZpaHkgfO0dchphjreKxi6631HDhSS -5+k7fAWq4j5E6rg9fxvI/GPmA6/fZYffWOH+egTTF6Wud//QG8tCWuUmpPMT2UcE -8TDbmuJQFk9rOvzh+s4heN+eR8Es4ZvQqXUzen2bQicz5uwxPAlwdI0NUNAa+4HK -NdOic+OATb0bVgzu0zyrLBTaM7UttfYdqoa0lDCYZxSXMcmvkuwk9+0F323e5fuY -Pmh8LR7cYrSoP2uyLPydcoQRzVYWMy1p/eLfhv0HiRIyPw3gFZ3IBb4IQ1Vzs9Lk -a+fCmUT24kY+A1JrIdFgwe99nzcWNpx0QxIOMClkqlbGR65U4SkekXXvcUo9Pklj -oFWHqIS6ZqpOo88y8f6ftKL/9uTk2ozeeNDG/8LP3955llynXebzd0qOjLJX/UFT -KyMg1Nh5mrTu9QIR2DojqKtQLiAYoml482bSuFGzfbZSyyXXB0Uyh7BKaIPB6WrK -8QZtzUKSdxD4FV94eo/yTaSr8MFRC8DZ2NHcRhtgFlZbjXqu4ncCAwEAAaMqMCgw -DgYDVR0PAQH/BAQDAgeAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMCMA0GCSqGSIb3 -DQEBCwUAA4ICAQCIl2VQB0pWrBVAqllNhfmDIieLaDlC3Ry2Drmkxwzpe5wNTA4V -GQ6ms35wSzBlfxPhjDUsUg+qyAQg7jS7Og88T4tOY8R9rhL7sJZSYvRXZk92Latp -J9Z1HsC3BrT2pBE55i1E+4LLWMUi9Yfxk5fzQaHFgwd23E7L4z5CPcI4fPEYGPX9 -DAPnFoh2lpyvmCYpdtNSRZ26lc2o+IS721MhPuwTHjJ0g/eOT7HNYEru0NsHEpM/ -LR51F5bG8TZymaMvOyuYX6jqVwiU7RR/mPF6Fmg0wLIgJNGi5p6h5f1Z1OTf1c3y -7WJlYkeF4qsOjKPumcMTpAfvSwNGFoJvNjPHIkjfekrsiG+4g+q9owGJNp42tvrW -6serCky+BjGffIO0nmVHnftLWIykpROB0MaZ7aV4paQl14xEWAJxMCpykbfgHlAK -Ml2StYkULLOPtbZ13KwOtbCJ+6Pa4T9RCnxTbnan7y+Oo4CSP7z2CdDj8pmLY1+k -nCXyqAt9zxvUX+JA0lEOP+qzsjSfZ9XXdOUKoZZiovWeZFhggUfPJQIW9czZ64PE -MS/yfrkR8zPpirqx9mDhPOAWTvJMaA1Se5/9yyMJ3CplKQ2dLgJ4qiYSb0DOEfuh -Cj/8f6P0fzy4Kfj5U7x20PMmeOyAQ5ToBNkMmAawnpCVlfaXI4gp0ds8Lg== ------END CERTIFICATE----- ------BEGIN PRIVATE KEY----- -MIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDa3g7mysk5gCZQ -gpxiT0+H9jZdyHQFSO09Pihk1iui7oviMqKlkijrmuDQIxpbBHsk2SSLK2oYukcM -M0mWmn7DDTgFEuqpqmQDUt3Y/ZdgtfMT9z69zgRG/WWMv3UIZogvwkw9bgPF9n9N -lAKi1OeLynhi9tmloeSB87R1yGmGOt4rGLrrfUcOFJLn6Tt8BariPkTquD1/G8j8 -Y+YDr99lh99Y4f56BNMXpa53/9Aby0Ja5Sak8xPZRwTxMNua4lAWT2s6/OH6ziF4 -355HwSzhm9CpdTN6fZtCJzPm7DE8CXB0jQ1Q0Br7gco106Jz44BNvRtWDO7TPKss -FNoztS219h2qhrSUMJhnFJcxya+S7CT37QXfbd7l+5g+aHwtHtxitKg/a7Is/J1y -hBHNVhYzLWn94t+G/QeJEjI/DeAVncgFvghDVXOz0uRr58KZRPbiRj4DUmsh0WDB -732fNxY2nHRDEg4wKWSqVsZHrlThKR6Rde9xSj0+SWOgVYeohLpmqk6jzzLx/p+0 -ov/25OTajN540Mb/ws/f3nmWXKdd5vN3So6Mslf9QVMrIyDU2HmatO71AhHYOiOo -q1AuIBiiaXjzZtK4UbN9tlLLJdcHRTKHsEpog8HpasrxBm3NQpJ3EPgVX3h6j/JN -pKvwwVELwNnY0dxGG2AWVluNeq7idwIDAQABAoICAAhxnX8BJiYjepbvWUSgIpOi -FevdVBT/AMQYRDJZ8K9ekdxwBOKytlo3RX81upigrFoBMQ3mH5taSGvBBTtjCid7 -f8u530VyGc9Yknn0W4isIbBa5IKbi2XsLcErLYoWe+eQrUEWH9150auaXYBWJzJF -gbUpDE39u8cSI9R0kN0z6oo4/k2Rn5IY4hnQQxlnazzt0C9msermFVrKfk2Gqt9T -EJEbHnvyTdCNyvgvNKJ134hto5AzAh3AGyxQ8/OJJxd/CI1rNWeSu7m+eQxlhqt3 -jvGStbAbe3KKozNc5mUkuhVwlv8W4ESBaaT/pH39wFFGlNR1xZr9PHvLKmCTwnJ3 -Qms+P5tjoovpYwtfFUJJ6zfzIuWaWTCByBhVmNdfPPo1g/qti4XQK+RfIrEtazAh -p1v/SWGTe1G+Ktk66kdU0RpEkdAJPZyHM+iyiPOqVua23S+IP3jj/WwIZao0+Q6L -4XYDxQwtyFnXlCPmMPIJAFDs9JMPIBVyyS6HMC1h+mKybypXzXc6IxZmXONAE4Bj -NQAHayrPLmcDZtCNHU+NLUUhdZYWquZE9rwmLVQQ0JWtuQe9AaRdpC4YGlxszDKb -ZYjz19Ukzmzt9eponRx9i2yTJLA00bp2r4rm92RXTaJikDLWq8TZASIPuZFIHdTs -9Xf+X3mmuN7IcxPjKYQFAoIBAQDzmuOI91f6UTEJ/1g08XpgJ/0X4hfTwgiyN7bk -QoGvmwIozFwfRWdoMdvLCcvoEvujQCg9P9zL6DpSyIdyrNSpeiHZiieTYQ/YNWDM -xcBOZtMEN3n51Ek6lqEX8g0MkembxojSBIVBqpg8kX7lOJtfGIRQAlulaMxgQB9/ -EYh6cKiTUoW1RPm9r5DGYzn6pq/u69ecZRNfL6y4YxRi59YaKrncUXZgFrq55EeD -k/JYpnBJzzqupAXodx2S3dNmkIppbkNloQOdJDichGHTLqVNVY8lWsbPUoAfItPp -rdiRHPq5tT8ZYaxuC1Sy85PqS1D5Ht2E+DzGp26nhsCkmdQ9AoIBAQDmAPIz09+J -tZGzvHQwQV/KyP1oGmgddJFAKJlvat0ROdyhFHYo2U8+Woj0oKGS67AlD3L/YKIw -q/A3DxpdtOhoLMuY+Wo3TM9JxD4vrDFRyb/68OypknYdoP2Bz6x4uQiJIpS2rJth -ZgPG5spFUiMn3So4BwOvev0QccE6rDmYhHpjdDYw2p9P0W9doGe+pV9NYA08UQC1 -9z57A9IQ6imazp12g3fYN0D05T6wm47vveXvwHpQreGC+m0KXy/obosYY6mSHFOX -nhiYkgX0O/eFg+oxLeBccD+5YKlZPsTN+BAFwHWJaNxroCh5HMkNXBphsp3OYEjw -7P7IMoHDVpjDAoIBACXW9WkdIqlbW0a2RzlSGTQ+ge3nzNOz3C3ywZILUqG4bklw -FQ82dK2WsRGE4AuYh0YAfT+mX+G8nPKm+4MwnYgF1KQ59ZPLC+8Fu5eTUB/dkQGi -rGvGMenL5BIYIzbEo4jy+eXFlf1xRlyCLTfl5xyKbmMPOrUi5jw9Oac/TffW8BiS -RPq3UCPK1a47U5I/uixergs5GB09BpNNsKj8YiGGaYBzlvOuFCsz7nfdz1M950tP -yUm/aLuHZSyfEGtqIFXoLsfmju0l5zVIyvlG0Z6Fn8qpoyApLIWpn0k5G97OpZOb -N8X1ihc941Y4x80pDdbkmHxDIw2ojGOxZtMqofECggEBAIk/OUgJ/xMKoMYTB3Yg -HIxCQUyUrVoeS+pwD5b3urDjyS7pqdSYT/wSRDVNgPzN3U9QF7wiKsZGY1JHleEi -6af4Swmek24qTGtlSgJiiw+WBxQ0HdTWS9tETOHgTbfAGkLSutEC0LlfCZPv9fVF -nSrVg7LpJJ7bEhV0++wKB1hmfS3Jk+i1HGmhvQWuiRmvTt46GcvLPlRXFBaN4hUr -1eXFsxqcOrBv0DgSb8UtHi8bLxFQ1uw7xhzFWLnesRTOmfvUxMQmWQ9ZTK4GPL1P -51TpsZ7lFEO0y6HP914E4aVSiCUWgkyboSQr7trOfX6WXju8PQSAWiZCFYra8Kni -i8cCggEBAPAgmdk24b5MR7tIpKzU5tsAaLof4mHJ5RLJreOFZhFKQYuNSepsvy9s -OigHzGfgcSiUv7n5FtWRk791jtQ1aiqO+n3TrJ5PaYs0MllUpN9BkcaJ7aUCGLjD -V2BZ1w+w81wXfKq06aTE5RDazp4GfSpAB4eNy0chTkbUCH65/UqrE3F64EdJZah0 -p0kFxxydd5iePX16P1U5kMLynfJYNdtrQwHIYz1oOj2wtSzxQuk/ogKa4vNG2kGz -qZGolxXVdTCaBvlW6YTZsQ3BQPeVDY9mWmPtEDDjEU+ytBDOUMUf/xL9igT91VBY -Yvn8xgM1s9ILqrjvGZV4rMwkqfGjcB4= ------END PRIVATE KEY----- diff --git a/test/e2e/testdata/.snapshots/TestDBUserCerts/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_user969_certs_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUserCerts/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_user969_certs_1.snaphost new file mode 100644 index 0000000000..a7aadca246 --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestDBUserCerts/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_user969_certs_1.snaphost @@ -0,0 +1,96 @@ +HTTP/2.0 201 Created +Content-Length: 5077 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Thu, 24 Jul 2025 15:06: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: 633 +X-Frame-Options: DENY +X-Java-Method: ApiAtlasV2DatabaseUsersResource::generateCert +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +-----BEGIN CERTIFICATE----- +MIIFBzCCAu+gAwIBAgIIIjCkvmkgb0kwDQYJKoZIhvcNAQELBQAwSTEhMB8GA1UE +AxMYNWVmZGE2YWVhM2YyZWQyZTdkZDZjZTA1MQ4wDAYDVQQLEwVBdGxhczEUMBIG +A1UEChMLTW9uZ29EQiBJbmMwHhcNMjUwNzI0MTQwNjM1WhcNMjUxMDI0MTUwNjM1 +WjASMRAwDgYDVQQDEwd1c2VyOTY5MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC +CgKCAgEAtz9rgNMwki1Q9QRMODWu6a1xNyt6L9S6OTPzg3wDdNyrEduvSTenl2Vu +xOlP+XBGlburBMKdf32NQMvpjta11WjL0JsfEUtdEFWQ/mGoUORZeF2u0g+S6nBv +C7mHok1nYGswq2jZE8aTgCNi2xpPReyzELDWLBgeFKMwTTw82fRj7cwpBnlWIHB7 +QnLzB6YcjCBhtxTW59LGUGIwtjsdYYeuSCQJGB88BiPUvBzZat0ufUUY8bCzWlDS +9Tu5MwJo2zgPM5Ufnga2RcSduLqLInYVhMzlCUn28SQI/uDZlkuv5UTWVS2M1Zie +ZdWamsNelmhNkR/jdXqEKj3ojAQOXNf7U2TzBemYyETTCGcDHBCuuPIlRDXcFFiB +2AmP+zTB3IdcZOsqV4J5Z//dgZZA5TJxr37Ua8qeRKXy2j3fZiZNkVJ//VGN3I6N +/d/3r58xTxWsigAtkS1YCXMd7IE9NtyrDXZEv/w0588HPMzfTjbYL+r8ben8W3xM +L2CxOMljqJoZicqj8jUPWi/DcF+DBVrYnTvRjf2JGA/GUw8XO0CgG8cKLWruqrv8 +QI21kP9H1Gb+k5B0YJMFdhruvxL7EzBu0maTy9yT/5aJoXeQVij8pOCYQPUz3CCK +JEbI/VRn/mXERqmLt+gvKZdQALYgOs1Pb5Bv1wdWw5GqDFoAI/UCAwEAAaMqMCgw +DgYDVR0PAQH/BAQDAgeAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMCMA0GCSqGSIb3 +DQEBCwUAA4ICAQCNBbBN0Hb4rQTKEYmE0Tp8wMv8nyJbRWrmpjQqO/PlF//7RvZ4 +5A+4IBSPD3Dv9u/SOGc7HBp+Jr7Ci9KHpbQDBM3Ak7J1AL5BQ6HaJzZK6xDDnbMf +1KsOP7rv66+09l385Bdkaud98i5VZVyS3jMggLZ2c1zCizHLsOl7NKtR/gljfvQl +k+/Rjx8BOWSyJa2NYspWaP78eU0WKju1iQLKvcwSycXQy7s4nEnNfAB3hemZ8kFB +RWPBW7r+iW3LepVOOaWxwu8YYvh51pgkfTT4kjZqFud4UlXVDQFro8eu9hUtwBSN +/ZTRiTLuBqGBiQYnWjhU0onaDF4N0sLVmzOQzG0snsibiDmypfbr9eS8R+UmVWkq +a8JYOASqid3XZdnw5dSINkdWoyNs5F8tuN8e2vIqpyRwOQv+4Bpbt+IB/77kQMjA +xXpIhGdhJMVmQgs9PI2u4FAJCPYNXQrDs/eT3VwRAHtWsF1zB0/eMtxXfI+JNlKc +vbqNO4Jz3cwz3KlYtseWMUsEF05jBPzB+Y+PKKKKC1eymfyWKkYrhTI9rGoL98w9 +AU1VaomNMfVq+mXVPiiher8YCXHTRRg/Yxvhrpw+hWhtIxpwSQ3yyXkdeL5Uq6Nt +O1Wml0MI6ZPW0H5Q3LOb/ol1EQqJk6ApJdFuqRaSuftlVwf7FxUsWAT5NQ== +-----END CERTIFICATE----- +-----BEGIN PRIVATE KEY----- +MIIJQgIBADANBgkqhkiG9w0BAQEFAASCCSwwggkoAgEAAoICAQC3P2uA0zCSLVD1 +BEw4Na7prXE3K3ov1Lo5M/ODfAN03KsR269JN6eXZW7E6U/5cEaVu6sEwp1/fY1A +y+mO1rXVaMvQmx8RS10QVZD+YahQ5Fl4Xa7SD5LqcG8LuYeiTWdgazCraNkTxpOA +I2LbGk9F7LMQsNYsGB4UozBNPDzZ9GPtzCkGeVYgcHtCcvMHphyMIGG3FNbn0sZQ +YjC2Ox1hh65IJAkYHzwGI9S8HNlq3S59RRjxsLNaUNL1O7kzAmjbOA8zlR+eBrZF +xJ24uosidhWEzOUJSfbxJAj+4NmWS6/lRNZVLYzVmJ5l1Zqaw16WaE2RH+N1eoQq +PeiMBA5c1/tTZPMF6ZjIRNMIZwMcEK648iVENdwUWIHYCY/7NMHch1xk6ypXgnln +/92BlkDlMnGvftRryp5EpfLaPd9mJk2RUn/9UY3cjo393/evnzFPFayKAC2RLVgJ +cx3sgT023KsNdkS//DTnzwc8zN9ONtgv6vxt6fxbfEwvYLE4yWOomhmJyqPyNQ9a +L8NwX4MFWtidO9GN/YkYD8ZTDxc7QKAbxwotau6qu/xAjbWQ/0fUZv6TkHRgkwV2 +Gu6/EvsTMG7SZpPL3JP/lomhd5BWKPyk4JhA9TPcIIokRsj9VGf+ZcRGqYu36C8p +l1AAtiA6zU9vkG/XB1bDkaoMWgAj9QIDAQABAoICABz4Ov3bBVj6rouJsiYJwJ0D +NTyQVEkHA6jC8Iq3GpHJSAcy+I9l68oIuF4Ld3/68sG9sT/3p3AOEHxvsD0LbyQt +pNkWCO+SP0RzjpBUrogZTZa0ksx1N1f2Tevn2Qw82ey5jXBvyy+v60Ys8fYq/uDS +Vo27MyS17F19Xge7z+/yDbE8nzi9inLm7WmYJBkvtuAlR2Vq9z2figgPud05U8AF +M/WGMuTcHUBoPju+ANY+4Nhfid29vmD3GZ644iKxDRQpFOgl+WFhdMPrXTbk0NWy +Ht1HiibxiUdel8h5khSLYyOnAg5lvNfQwKvfPMmePNAg7bBVfv9lzsqhzmeCRaW9 +ZvLprXsmphP5fUO3UiDlPyIYjUW6sJC5I1KIpnkXwcx2Au6RX7QBoMkw0s+Zrb6h +IY2fsQM+f56ZX3PDSWPBHCsw5oyEEvMa4nu9yC/SnYaZABJ3o0qP9Z54mf9Fvv4z +N5TojZba6xswNnytEvmHqh4wBvLTwKYhijBp2bq1zSftjTkDs5bFjkMMkrgtrUns +/hvVdLiQ5lhZZz1a7Ie9FU6ejF+n9QyL20nQk1vze7P0HJiK4HmmfiCqRNpF7iwO +52MOVpn/A85h6yb4Qq3emY1SX5s3QwpRjTlLwKNWiogDwFusygKypWbK/ANOCmIB +rSkYeewpPHcFY4dI/W4pAoIBAQC/x80HgUZHFi+dh93jgCwCnHPhv1z/VMrsk0IQ +q0WiJe1oToiRKTxFEmG84oLz0nIO9/eGFpAiSSLK4CC/hc9pbIpiGiVtnSZh4dLa +bmVtXpgquvg7XXLlXXoE7ABdJPFPSwGmE31UQuslot+DSMOI3aEgL2X4vM44kwUY +4226S1QUKo12qLB8/JgvMTmlxtggGigfu+y4N5H4yg+dRjQHQ4I/cHl1LBpzJRHs +H9amWveSnuxRx/4gihlLF2t0SrlbGir5mPEpN3m3sGuFfbHfXJXVtG4gja/Eopsy +iW6bEt0hFQZYNJmeS+5pkPLN2X5sw/5GHbRgDmvmIYQwrXRtAoIBAQD0nCh807EQ +3AOJA3G1pJkPFwL1LCI0r8L+1HIutWky4/qj5YcytGhXVUaZqIZ6BjibXQm4ZaAF +4f/8kH6Ou/PwVJm5pMv75WpUSme8jg/rAwunxnKM6NJs9o2SZNmcFF56YsRlUkq6 +uYsqwxsyTw0GzXlvJaPJgUeYCJrFkTsX5QXwO4gIVVt/uXIkTjjEPK8KrCcUBzMX +jEMtyHlUgKc3QqaRK0M+TkD43nRhf6y/yJLISjb5wrOzzGi+FmggkjgRLSVZAuz+ +l3yIAMDj/cv7Nt0aH+Trrv+abCNcQ2KXA/Xw3q5o27xusE1PvOKap9obOHIYnOAn +BFaDKhQtumipAoIBAHQdhQYGP4bK6Al5Od+EuyDZmVAVjTkLHdIfVuDA0mhajmOZ +KRa64MLxXjv+6Uq3IFfvyu5kuuAHaAltqmZLnkk2bpL3QbIcdCDPmdqm/MI7g+Zb +TfCjo+07q6VPPukmdPSNdXIYWsmpurYO50WVyM4VYnkaOaNgrXuTiIKJMOaatU2A +diZh/HmwdnQcWcsFmdXWAHU2Ux02iCsaLFoNJ3M+bJ38e412Jo2Q5EkS/eO7MCqW +Dn91l2gcNTRB+c1vcMq4DU0STPGnpQqSxocMk6WpaQ77L7KGFuX3jgALNeyufzSI +hk7hiiFN2AwStu/rv6AbCtlpIs0F7k5n/KF8ZAECggEBAIVOZTJCHAlYHgUZf2rC +nTeADviWaL3V26sNFH0oGIDHhdy0Rg34C7UsoCE1mrP9l/PzrEx19dO+6sc16ALZ +o4OiV3S4vwI0cNInConT0hD9w+hXWi445BTF+TmDBKTu5N5F3UpqopdIbvOLCNNO +CYdfi4JrPOugLOhKKC7riwzmn2ngx63i9s6QvgfTKVSozaw/Tby4f7uhkSruSlEn +G/odtLEAptDZzMbUVRCdiAOsx3GoIHXVCiI+kAaoJ284wJ17wRLVaVsGK7Pi1Txr +IDN0HuMR5qwa3unFbS/m+V/bpLj0YpB60CJyqm9+PPCT8WVMScHoHLCmyI8K65xQ +LqECggEAXL9cy8+xSo5JR3GbLVLcveDo8u0OCYv65DEFNdk4QEpV81xiePXqNjCI +kLJM5wZmKawTWb2ZejTKs67YDmlgkBMklZ2iPieImWCiARTR0IPC+3ofQjg49pM3 +cngPclsvkKKxgRI4Oy5RhDgd7OqCc95h1IeIhc4Z6GDDfu2F7b8RvDLJXFbN4SVq +pRd6K7TSAlvv0pXssuKUCpDehewmSMPJs+ExGnh2nyN78tRliAW3fHwGHxKZw8l6 +D46/JMILRoZeVbnOOy8zuqllI0TPKNToCROwRuv5luVCEKOz9fXqVEINNiXSOZMs +XehyY9TF5cm3yXc3RCWbauWT6qiLwg== +-----END PRIVATE KEY----- diff --git a/test/e2e/testdata/.snapshots/TestDBUserCerts/Create_DBUser/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUserCerts/Create_DBUser/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost index e7b0772726..b97ffac470 100644 --- a/test/e2e/testdata/.snapshots/TestDBUserCerts/Create_DBUser/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBUserCerts/Create_DBUser/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 201 Created Content-Length: 387 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:23 GMT +Date: Thu, 24 Jul 2025 15:06: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: 219 +X-Envoy-Upstream-Service-Time: 230 X-Frame-Options: DENY X-Java-Method: ApiAtlasV2DatabaseUsersResource::addUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"awsIAMType":"NONE","databaseName":"$external","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/$external/user625","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"user625","x509Type":"MANAGED"} \ No newline at end of file +{"awsIAMType":"NONE","databaseName":"$external","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/$external/user969","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"user969","x509Type":"MANAGED"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBUserCerts/Delete_User/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_$external_user625_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUserCerts/Delete_User/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_$external_user969_1.snaphost similarity index 70% rename from test/e2e/testdata/.snapshots/TestDBUserCerts/Delete_User/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_$external_user625_1.snaphost rename to test/e2e/testdata/.snapshots/TestDBUserCerts/Delete_User/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_$external_user969_1.snaphost index 8fa3b46438..bf97491497 100644 --- a/test/e2e/testdata/.snapshots/TestDBUserCerts/Delete_User/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_$external_user625_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBUserCerts/Delete_User/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_$external_user969_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: Tue, 22 Jul 2025 05:13:26 GMT +Date: Thu, 24 Jul 2025 15:06: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: 161 +X-Envoy-Upstream-Service-Time: 179 X-Frame-Options: DENY X-Java-Method: ApiAtlasV2DatabaseUsersResource::deleteUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestDBUserCerts/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_user625_certs_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUserCerts/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_user625_certs_1.snaphost deleted file mode 100644 index ec1f85caa3..0000000000 --- a/test/e2e/testdata/.snapshots/TestDBUserCerts/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_user625_certs_1.snaphost +++ /dev/null @@ -1,16 +0,0 @@ -HTTP/2.0 200 OK -Content-Length: 516 -Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13: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: 72 -X-Frame-Options: DENY -X-Java-Method: ApiAtlasV2DatabaseUsersResource::getValidCertsByUsername -X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master -X-Permitted-Cross-Domain-Policies: none - -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/user625/certs?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"_id":6878982759773764143,"createdAt":"2025-06-03T11:55:54Z","groupId":"b0123456789abcdef012345b","notAfter":"2025-09-03T12:55:54Z","subject":"CN=user625"},{"_id":4588533210248421443,"createdAt":"2025-07-22T04:13:24Z","groupId":"b0123456789abcdef012345b","notAfter":"2025-10-22T05:13:24Z","subject":"CN=user625"}],"totalCount":2} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBUserCerts/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_user969_certs_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUserCerts/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_user969_certs_1.snaphost new file mode 100644 index 0000000000..9425a22d12 --- /dev/null +++ b/test/e2e/testdata/.snapshots/TestDBUserCerts/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_user969_certs_1.snaphost @@ -0,0 +1,16 @@ +HTTP/2.0 200 OK +Content-Length: 359 +Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 +Date: Thu, 24 Jul 2025 15:06: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: ApiAtlasV2DatabaseUsersResource::getValidCertsByUsername +X-Java-Version: 17.0.15+6 +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master +X-Permitted-Cross-Domain-Policies: none + +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/user969/certs?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"_id":2463650133886136137,"createdAt":"2025-07-24T14:06:35Z","groupId":"b0123456789abcdef012345b","notAfter":"2025-10-24T15:06:35Z","subject":"CN=user969"}],"totalCount":1} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBUserCerts/memory.json b/test/e2e/testdata/.snapshots/TestDBUserCerts/memory.json index 254e6dde7c..9554be7ffa 100644 --- a/test/e2e/testdata/.snapshots/TestDBUserCerts/memory.json +++ b/test/e2e/testdata/.snapshots/TestDBUserCerts/memory.json @@ -1 +1 @@ -{"TestDBUserCerts/rand":"AnE="} \ No newline at end of file +{"TestDBUserCerts/rand":"A8k="} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost index f1aa3805e8..d853a9ea92 100644 --- a/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 201 Created Content-Length: 492 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:14 GMT +Date: Thu, 24 Jul 2025 15:06: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: 793 +X-Envoy-Upstream-Service-Time: 756 X-Frame-Options: DENY X-Java-Method: ApiAtlasV2DatabaseUsersResource::addUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"awsIAMType":"NONE","databaseName":"admin","deleteAfterDate":"2025-07-23T05:13:13Z","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user-403","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"user-403","x509Type":"NONE"} \ No newline at end of file +{"awsIAMType":"NONE","databaseName":"admin","deleteAfterDate":"2025-07-25T15:06:25Z","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user-441","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"user-441","x509Type":"NONE"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-403_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-441_1.snaphost similarity index 70% rename from test/e2e/testdata/.snapshots/TestDBUserWithFlags/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-403_1.snaphost rename to test/e2e/testdata/.snapshots/TestDBUserWithFlags/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-441_1.snaphost index 238a1f06a9..4585f1e9cd 100644 --- a/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-403_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-441_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: Tue, 22 Jul 2025 05:13:18 GMT +Date: Thu, 24 Jul 2025 15:06:28 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 164 +X-Envoy-Upstream-Service-Time: 191 X-Frame-Options: DENY X-Java-Method: ApiAtlasV2DatabaseUsersResource::deleteUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-403_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-441_1.snaphost similarity index 68% rename from test/e2e/testdata/.snapshots/TestDBUserWithFlags/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-403_1.snaphost rename to test/e2e/testdata/.snapshots/TestDBUserWithFlags/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-441_1.snaphost index f07a662244..7a0240bf07 100644 --- a/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-403_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-441_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 492 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:15 GMT +Date: Thu, 24 Jul 2025 15:06: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: 76 +X-Envoy-Upstream-Service-Time: 78 X-Frame-Options: DENY X-Java-Method: ApiAtlasV2DatabaseUsersResource::getUserByName X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"awsIAMType":"NONE","databaseName":"admin","deleteAfterDate":"2025-07-23T05:13:13Z","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user-403","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"user-403","x509Type":"NONE"} \ No newline at end of file +{"awsIAMType":"NONE","databaseName":"admin","deleteAfterDate":"2025-07-25T15:06:25Z","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user-441","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"user-441","x509Type":"NONE"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBUserWithFlags/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUserWithFlags/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost index 1cd4243ce0..9726173baa 100644 --- a/test/e2e/testdata/.snapshots/TestDBUserWithFlags/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBUserWithFlags/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost @@ -2,16 +2,16 @@ HTTP/2.0 200 OK Connection: close Content-Length: 11347 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:15 GMT +Date: Thu, 24 Jul 2025 15:06: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: 80 +X-Envoy-Upstream-Service-Time: 86 X-Frame-Options: DENY X-Java-Method: ApiAtlasV2DatabaseUsersResource::getUsers X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster48141","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster48141","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster48577","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster48577","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster49824","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster49824","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster55696","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster55696","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster57377","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster57377","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster81982","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster81982","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster96702","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster96702","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster97142","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster97142","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster71232","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster71232","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster71480","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster71480","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster72119","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster72119","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster72946","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster72946","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster73662","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster73662","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster15985","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster15985","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster16385","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster16385","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster16526","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster16526","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster17011","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster17011","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster17025","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster17025","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster74886","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster74886","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user0","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"user0","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/test","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"test","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster28286","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster28286","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster28902","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster28902","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/d0123456789abcdef012345d%2Fuser-300","rel":"self"}],"oidcAuthType":"IDP_GROUP","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"d0123456789abcdef012345d/user-300","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster03257","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster03257","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/myAtlasDBUser","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"myAtlasDBUser","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/d0123456789abcdef012345d%2Fuser-199","rel":"self"}],"oidcAuthType":"IDP_GROUP","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"d0123456789abcdef012345d/user-199","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","deleteAfterDate":"2025-07-23T05:13:13Z","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user-403","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"user-403","x509Type":"NONE"}],"totalCount":28} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster48141","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster48141","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster48577","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster48577","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster49824","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster49824","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster55696","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster55696","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster57377","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster57377","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster81982","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster81982","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster96702","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster96702","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster97142","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster97142","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster71232","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster71232","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster71480","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster71480","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster72119","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster72119","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster72946","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster72946","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster73662","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster73662","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster15985","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster15985","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster16385","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster16385","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster16526","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster16526","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster17011","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster17011","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster17025","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster17025","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster74886","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster74886","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user0","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"user0","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/test","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"test","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster28286","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster28286","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster28902","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster28902","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/d0123456789abcdef012345d%2Fuser-300","rel":"self"}],"oidcAuthType":"IDP_GROUP","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"d0123456789abcdef012345d/user-300","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster03257","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster03257","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/myAtlasDBUser","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"myAtlasDBUser","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/d0123456789abcdef012345d%2Fuser-199","rel":"self"}],"oidcAuthType":"IDP_GROUP","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"d0123456789abcdef012345d/user-199","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","deleteAfterDate":"2025-07-25T15:06:25Z","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user-441","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"user-441","x509Type":"NONE"}],"totalCount":28} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBUserWithFlags/List_Compact/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUserWithFlags/List_Compact/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost index 72b5ec82e5..0c4e8bede3 100644 --- a/test/e2e/testdata/.snapshots/TestDBUserWithFlags/List_Compact/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBUserWithFlags/List_Compact/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost @@ -2,16 +2,16 @@ HTTP/2.0 200 OK Connection: close Content-Length: 11347 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:15 GMT +Date: Thu, 24 Jul 2025 15:06: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: 90 +X-Envoy-Upstream-Service-Time: 87 X-Frame-Options: DENY X-Java-Method: ApiAtlasV2DatabaseUsersResource::getUsers X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster48141","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster48141","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster48577","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster48577","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster49824","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster49824","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster55696","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster55696","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster57377","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster57377","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster81982","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster81982","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster96702","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster96702","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster97142","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster97142","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster71232","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster71232","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster71480","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster71480","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster72119","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster72119","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster72946","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster72946","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster73662","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster73662","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster15985","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster15985","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster16385","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster16385","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster16526","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster16526","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster17011","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster17011","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster17025","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster17025","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster74886","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster74886","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user0","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"user0","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/test","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"test","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster28286","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster28286","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster28902","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster28902","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/d0123456789abcdef012345d%2Fuser-300","rel":"self"}],"oidcAuthType":"IDP_GROUP","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"d0123456789abcdef012345d/user-300","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster03257","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster03257","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/myAtlasDBUser","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"myAtlasDBUser","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/d0123456789abcdef012345d%2Fuser-199","rel":"self"}],"oidcAuthType":"IDP_GROUP","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"d0123456789abcdef012345d/user-199","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","deleteAfterDate":"2025-07-23T05:13:13Z","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user-403","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"user-403","x509Type":"NONE"}],"totalCount":28} \ No newline at end of file +{"links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers?includeCount=true&pageNum=1&itemsPerPage=100","rel":"self"}],"results":[{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster48141","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster48141","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster48577","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster48577","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster49824","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster49824","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster55696","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster55696","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster57377","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster57377","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster81982","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster81982","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster96702","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster96702","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster97142","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster97142","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster71232","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster71232","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster71480","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster71480","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster72119","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster72119","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster72946","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster72946","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster73662","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster73662","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster15985","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster15985","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster16385","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster16385","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster16526","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster16526","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster17011","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster17011","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster17025","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster17025","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster74886","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster74886","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user0","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"user0","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/test","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"test","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster28286","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster28286","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster28902","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster28902","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/d0123456789abcdef012345d%2Fuser-300","rel":"self"}],"oidcAuthType":"IDP_GROUP","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"d0123456789abcdef012345d/user-300","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/Cluster03257","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"Cluster03257","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/myAtlasDBUser","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[],"username":"myAtlasDBUser","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/d0123456789abcdef012345d%2Fuser-199","rel":"self"}],"oidcAuthType":"IDP_GROUP","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"d0123456789abcdef012345d/user-199","x509Type":"NONE"},{"awsIAMType":"NONE","databaseName":"admin","deleteAfterDate":"2025-07-25T15:06:25Z","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user-441","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"user-441","x509Type":"NONE"}],"totalCount":28} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-537_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-441_1.snaphost similarity index 64% rename from test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-537_1.snaphost rename to test/e2e/testdata/.snapshots/TestDBUserWithFlags/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-441_1.snaphost index 23a18460cb..69270853b0 100644 --- a/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-537_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-441_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 454 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:20 GMT +Date: Thu, 24 Jul 2025 15:06:27 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 202 +X-Envoy-Upstream-Service-Time: 759 X-Frame-Options: DENY X-Java-Method: ApiAtlasV2DatabaseUsersResource::patchUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"awsIAMType":"NONE","databaseName":"admin","deleteAfterDate":"2025-07-23T05:13:18Z","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user-537","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"readWrite"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"}],"username":"user-537","x509Type":"NONE"} \ No newline at end of file +{"awsIAMType":"NONE","databaseName":"admin","deleteAfterDate":"2025-07-25T15:06:25Z","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user-441","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"readWrite"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"}],"username":"user-441","x509Type":"NONE"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-403_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Update_only_password/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-441_1.snaphost similarity index 64% rename from test/e2e/testdata/.snapshots/TestDBUserWithFlags/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-403_1.snaphost rename to test/e2e/testdata/.snapshots/TestDBUserWithFlags/Update_only_password/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-441_1.snaphost index e94439c465..5ac233f435 100644 --- a/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-403_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Update_only_password/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-441_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 454 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:15 GMT +Date: Thu, 24 Jul 2025 15:06:28 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 804 +X-Envoy-Upstream-Service-Time: 769 X-Frame-Options: DENY X-Java-Method: ApiAtlasV2DatabaseUsersResource::patchUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"awsIAMType":"NONE","databaseName":"admin","deleteAfterDate":"2025-07-23T05:13:13Z","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user-403","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"readWrite"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"}],"username":"user-403","x509Type":"NONE"} \ No newline at end of file +{"awsIAMType":"NONE","databaseName":"admin","deleteAfterDate":"2025-07-25T15:06:25Z","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user-441","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"readWrite"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"}],"username":"user-441","x509Type":"NONE"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBUserWithFlags/memory.json b/test/e2e/testdata/.snapshots/TestDBUserWithFlags/memory.json index e4ecec16d1..f81f3060a3 100644 --- a/test/e2e/testdata/.snapshots/TestDBUserWithFlags/memory.json +++ b/test/e2e/testdata/.snapshots/TestDBUserWithFlags/memory.json @@ -1 +1 @@ -{"TestDBUserWithFlags/username":"user-403"} \ No newline at end of file +{"TestDBUserWithFlags/username":"user-441"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost index e6b7dc9552..60be19c364 100644 --- a/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 201 Created Content-Length: 492 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:18 GMT +Date: Thu, 24 Jul 2025 15:06: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: 725 +X-Envoy-Upstream-Service-Time: 772 X-Frame-Options: DENY X-Java-Method: ApiAtlasV2DatabaseUsersResource::addUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"awsIAMType":"NONE","databaseName":"admin","deleteAfterDate":"2025-07-23T05:13:18Z","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user-537","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"user-537","x509Type":"NONE"} \ No newline at end of file +{"awsIAMType":"NONE","databaseName":"admin","deleteAfterDate":"2025-07-25T15:06:29Z","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user-884","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"user-884","x509Type":"NONE"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Create_OIDC_user/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Create_OIDC_user/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost index e16d81e878..d5fae1e9ea 100644 --- a/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Create_OIDC_user/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Create_OIDC_user/POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 201 Created Content-Length: 508 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:19 GMT +Date: Thu, 24 Jul 2025 15:06: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: 191 +X-Envoy-Upstream-Service-Time: 199 X-Frame-Options: DENY X-Java-Method: ApiAtlasV2DatabaseUsersResource::addUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/d0123456789abcdef012345d%2Fuser-537","rel":"self"}],"oidcAuthType":"IDP_GROUP","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"d0123456789abcdef012345d/user-537","x509Type":"NONE"} \ No newline at end of file +{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/d0123456789abcdef012345d%2Fuser-884","rel":"self"}],"oidcAuthType":"IDP_GROUP","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"d0123456789abcdef012345d/user-884","x509Type":"NONE"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_d0123456789abcdef012345d_user-537_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_d0123456789abcdef012345d_user-884_1.snaphost similarity index 70% rename from test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_d0123456789abcdef012345d_user-537_1.snaphost rename to test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_d0123456789abcdef012345d_user-884_1.snaphost index a1319497ba..27ef9421cc 100644 --- a/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_d0123456789abcdef012345d_user-537_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_d0123456789abcdef012345d_user-884_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: Tue, 22 Jul 2025 05:13:21 GMT +Date: Thu, 24 Jul 2025 15:06:31 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 159 +X-Envoy-Upstream-Service-Time: 185 X-Frame-Options: DENY X-Java-Method: ApiAtlasV2DatabaseUsersResource::deleteUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-537_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-884_1.snaphost similarity index 70% rename from test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-537_1.snaphost rename to test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-884_1.snaphost index 1b46e198e2..e23763cc15 100644 --- a/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-537_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-884_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: Tue, 22 Jul 2025 05:13:20 GMT +Date: Thu, 24 Jul 2025 15:06:31 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 160 +X-Envoy-Upstream-Service-Time: 190 X-Frame-Options: DENY X-Java-Method: ApiAtlasV2DatabaseUsersResource::deleteUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none diff --git a/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_d0123456789abcdef012345d_user-537_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_d0123456789abcdef012345d_user-884_1.snaphost similarity index 73% rename from test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_d0123456789abcdef012345d_user-537_1.snaphost rename to test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_d0123456789abcdef012345d_user-884_1.snaphost index fc33bd6c19..3f130ba31a 100644 --- a/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_d0123456789abcdef012345d_user-537_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_d0123456789abcdef012345d_user-884_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 508 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:20 GMT +Date: Thu, 24 Jul 2025 15:06: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: 96 +X-Envoy-Upstream-Service-Time: 71 X-Frame-Options: DENY X-Java-Method: ApiAtlasV2DatabaseUsersResource::getUserByName X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/d0123456789abcdef012345d%2Fuser-537","rel":"self"}],"oidcAuthType":"IDP_GROUP","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"d0123456789abcdef012345d/user-537","x509Type":"NONE"} \ No newline at end of file +{"awsIAMType":"NONE","databaseName":"admin","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/d0123456789abcdef012345d%2Fuser-884","rel":"self"}],"oidcAuthType":"IDP_GROUP","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"d0123456789abcdef012345d/user-884","x509Type":"NONE"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-537_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-884_1.snaphost similarity index 68% rename from test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-537_1.snaphost rename to test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-884_1.snaphost index 42523d6feb..8cb5e91a19 100644 --- a/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-537_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-884_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 492 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:19 GMT +Date: Thu, 24 Jul 2025 15:06: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: 77 +X-Envoy-Upstream-Service-Time: 97 X-Frame-Options: DENY X-Java-Method: ApiAtlasV2DatabaseUsersResource::getUserByName X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"awsIAMType":"NONE","databaseName":"admin","deleteAfterDate":"2025-07-23T05:13:18Z","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user-537","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"user-537","x509Type":"NONE"} \ No newline at end of file +{"awsIAMType":"NONE","databaseName":"admin","deleteAfterDate":"2025-07-25T15:06:29Z","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user-884","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"atlasAdmin"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"},{"name":"Cluster1","type":"CLUSTER"}],"username":"user-884","x509Type":"NONE"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Update_only_password/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-403_1.snaphost b/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-884_1.snaphost similarity index 64% rename from test/e2e/testdata/.snapshots/TestDBUserWithFlags/Update_only_password/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-403_1.snaphost rename to test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-884_1.snaphost index 3cfedfea2c..dde02c4c2d 100644 --- a/test/e2e/testdata/.snapshots/TestDBUserWithFlags/Update_only_password/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-403_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/Update/PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-884_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 200 OK Content-Length: 454 Content-Type: application/vnd.atlas.2023-01-01+json;charset=utf-8 -Date: Tue, 22 Jul 2025 05:13:17 GMT +Date: Thu, 24 Jul 2025 15:06:31 GMT Referrer-Policy: strict-origin-when-cross-origin Server: mdbws Strict-Transport-Security: max-age=31536000; includeSubdomains; X-Content-Type-Options: nosniff -X-Envoy-Upstream-Service-Time: 782 +X-Envoy-Upstream-Service-Time: 212 X-Frame-Options: DENY X-Java-Method: ApiAtlasV2DatabaseUsersResource::patchUser X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"awsIAMType":"NONE","databaseName":"admin","deleteAfterDate":"2025-07-23T05:13:13Z","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user-403","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"readWrite"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"}],"username":"user-403","x509Type":"NONE"} \ No newline at end of file +{"awsIAMType":"NONE","databaseName":"admin","deleteAfterDate":"2025-07-25T15:06:29Z","groupId":"b0123456789abcdef012345b","labels":[],"ldapAuthType":"NONE","links":[{"href":"http://localhost:8080/api/atlas/v2/groups/b0123456789abcdef012345b/databaseUsers/admin/user-884","rel":"self"}],"oidcAuthType":"NONE","roles":[{"databaseName":"admin","roleName":"readWrite"}],"scopes":[{"name":"Cluster0","type":"CLUSTER"}],"username":"user-884","x509Type":"NONE"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/memory.json b/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/memory.json index e8360c8547..e5e994c66d 100644 --- a/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/memory.json +++ b/test/e2e/testdata/.snapshots/TestDBUsersWithStdin/memory.json @@ -1 +1 @@ -{"TestDBUsersWithStdin/username":"user-537"} \ No newline at end of file +{"TestDBUsersWithStdin/username":"user-884"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDataFederation/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_1.snaphost b/test/e2e/testdata/.snapshots/TestDataFederation/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_1.snaphost index 6d7f61b077..4a402aae4d 100644 --- a/test/e2e/testdata/.snapshots/TestDataFederation/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDataFederation/Create/POST_api_atlas_v2_groups_b0123456789abcdef012345b_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: Tue, 22 Jul 2025 05:11:34 GMT +Date: Thu, 24 Jul 2025 15:05: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: 683 +X-Envoy-Upstream-Service-Time: 717 X-Frame-Options: DENY X-Java-Method: ApiAtlasDataFederationResource::createTenant X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"c0123456789abcdef012345c"}},"dataProcessRegion":null,"groupId":"b0123456789abcdef012345b","hostnames":["e2e-data-federation-593-g1nxq.a.query.mongodb-dev.net"],"name":"e2e-data-federation-593","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":"c0123456789abcdef012345c"}},"dataProcessRegion":null,"groupId":"b0123456789abcdef012345b","hostnames":["e2e-data-federation-843-g1nxq.a.query.mongodb-dev.net"],"name":"e2e-data-federation-843","privateEndpointHostnames":[],"state":"ACTIVE","storage":{"stores": null, "databases": null}} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDataFederation/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-593_1.snaphost b/test/e2e/testdata/.snapshots/TestDataFederation/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_1.snaphost similarity index 64% rename from test/e2e/testdata/.snapshots/TestDataFederation/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-593_1.snaphost rename to test/e2e/testdata/.snapshots/TestDataFederation/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_1.snaphost index 6413d60fe7..82c32bad3f 100644 --- a/test/e2e/testdata/.snapshots/TestDataFederation/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-593_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDataFederation/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_1.snaphost @@ -1,16 +1,16 @@ HTTP/2.0 404 Not Found Content-Length: 273 Content-Type: application/json -Date: Tue, 22 Jul 2025 05:11:39 GMT +Date: Thu, 24 Jul 2025 15:05: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: 69 +X-Envoy-Upstream-Service-Time: 67 X-Frame-Options: DENY X-Java-Method: ApiAtlasDataFederationResource::deleteTenant X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none -{"detail":"Data Federation tenant for project b0123456789abcdef012345b and name e2e-data-federation-593 not found.","error":404,"errorCode":"DATA_FEDERATION_TENANT_NOT_FOUND_FOR_NAME","parameters":["b0123456789abcdef012345b","e2e-data-federation-593"],"reason":"Not Found"} \ No newline at end of file +{"detail":"Data Federation tenant for project b0123456789abcdef012345b and name e2e-data-federation-843 not found.","error":404,"errorCode":"DATA_FEDERATION_TENANT_NOT_FOUND_FOR_NAME","parameters":["b0123456789abcdef012345b","e2e-data-federation-843"],"reason":"Not Found"} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDataFederationQueryLimit/Delete_Data_Federation/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-918_1.snaphost b/test/e2e/testdata/.snapshots/TestDataFederation/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_1.snaphost similarity index 71% rename from test/e2e/testdata/.snapshots/TestDataFederationQueryLimit/Delete_Data_Federation/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-918_1.snaphost rename to test/e2e/testdata/.snapshots/TestDataFederation/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_1.snaphost index e04b174ff6..9976a09cd8 100644 --- a/test/e2e/testdata/.snapshots/TestDataFederationQueryLimit/Delete_Data_Federation/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-918_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDataFederation/Delete/DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_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: Tue, 22 Jul 2025 05:11:36 GMT +Date: Thu, 24 Jul 2025 15:05: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: 252 +X-Envoy-Upstream-Service-Time: 254 X-Frame-Options: DENY X-Java-Method: ApiAtlasDataFederationResource::deleteTenant X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; versionString=master X-Permitted-Cross-Domain-Policies: none {} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDataFederation/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-593_1.snaphost b/test/e2e/testdata/.snapshots/TestDataFederation/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_1.snaphost similarity index 72% rename from test/e2e/testdata/.snapshots/TestDataFederation/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-593_1.snaphost rename to test/e2e/testdata/.snapshots/TestDataFederation/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_1.snaphost index 055a8a8825..e0ed470894 100644 --- a/test/e2e/testdata/.snapshots/TestDataFederation/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-593_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDataFederation/Describe/GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_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: Tue, 22 Jul 2025 05:11:35 GMT +Date: Thu, 24 Jul 2025 15:05: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: 102 +X-Envoy-Upstream-Service-Time: 103 X-Frame-Options: DENY X-Java-Method: ApiAtlasDataFederationResource::getTenant X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"c0123456789abcdef012345c"}},"dataProcessRegion":null,"groupId":"b0123456789abcdef012345b","hostnames":["e2e-data-federation-593-g1nxq.a.query.mongodb-dev.net"],"name":"e2e-data-federation-593","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":"c0123456789abcdef012345c"}},"dataProcessRegion":null,"groupId":"b0123456789abcdef012345b","hostnames":["e2e-data-federation-843-g1nxq.a.query.mongodb-dev.net"],"name":"e2e-data-federation-843","privateEndpointHostnames":[],"state":"ACTIVE","storage":{"stores": null, "databases": null}} \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDataFederation/Download_Logs/GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-593_queryLogs.gz_1.snaphost b/test/e2e/testdata/.snapshots/TestDataFederation/Download_Logs/GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_queryLogs.gz_1.snaphost similarity index 57% rename from test/e2e/testdata/.snapshots/TestDataFederation/Download_Logs/GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-593_queryLogs.gz_1.snaphost rename to test/e2e/testdata/.snapshots/TestDataFederation/Download_Logs/GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_queryLogs.gz_1.snaphost index d21fdb42216ef1f8db8f3d39ae3306299c69626c..6aad6e0d184a1ff6deaba73e9c5c60399d36eb23 100644 GIT binary patch delta 156 zcmX@gdW>~KvV(<*alDa%k*ThMxvr5(h@qjCfvJ^&xt@uonX!e5iKTfIiZoCTReIuL zD~XI!9R(v31+UT^1&~n+hEP=#zn)+*w6HLne1Nf8!y?f%#nRFwDcLM3*)%2DDA_X2 c*fiB7(ZbL)%`6#+lgv|1j7^dzXEQ|s04ZuIoB#j- delta 155 zcmX@cdX#lSvV*CmalDa%k*ThMxvr5>h=HM%p`n$rg`S1Ekugxt)F28)+7w-S;$ka_ z(o`Jty diff --git a/test/e2e/testdata/.snapshots/TestDataFederation/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_1.snaphost b/test/e2e/testdata/.snapshots/TestDataFederation/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_1.snaphost index dedcf1fdca..773050a002 100644 --- a/test/e2e/testdata/.snapshots/TestDataFederation/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_1.snaphost +++ b/test/e2e/testdata/.snapshots/TestDataFederation/List/GET_api_atlas_v2_groups_b0123456789abcdef012345b_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: Tue, 22 Jul 2025 05:11:36 GMT +Date: Thu, 24 Jul 2025 15:05: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: 143 +X-Envoy-Upstream-Service-Time: 148 X-Frame-Options: DENY X-Java-Method: ApiAtlasDataFederationResource::getTenants X-Java-Version: 17.0.15+6 -X-Mongodb-Service-Version: gitHash=bb9e79411fd875014d78a71092d09e70eba48244; versionString=master +X-Mongodb-Service-Version: gitHash=8a5d994bc6bc5dc2c9f35e4a815f6c5f6b7e434b; 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":"c0123456789abcdef012345c"}},"dataProcessRegion":null,"groupId":"b0123456789abcdef012345b","hostnames":["e2e-data-federation-593-g1nxq.a.query.mongodb-dev.net"],"name":"e2e-data-federation-593","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":"c0123456789abcdef012345c"}},"dataProcessRegion":null,"groupId":"b0123456789abcdef012345b","hostnames":["e2e-data-federation-843-g1nxq.a.query.mongodb-dev.net"],"name":"e2e-data-federation-843","privateEndpointHostnames":[],"state":"ACTIVE","storage":{"stores": null, "databases": null}}] \ No newline at end of file diff --git a/test/e2e/testdata/.snapshots/TestDataFederation/Log/GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-593_queryLogs.gz_1.snaphost b/test/e2e/testdata/.snapshots/TestDataFederation/Log/GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_queryLogs.gz_1.snaphost similarity index 56% rename from test/e2e/testdata/.snapshots/TestDataFederation/Log/GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-593_queryLogs.gz_1.snaphost rename to test/e2e/testdata/.snapshots/TestDataFederation/Log/GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-843_queryLogs.gz_1.snaphost index 5d8418a14110738f3b542753aaf862ec669001e9..43cfeb41576146ad08c8a376b098be2afe8b8612 100644 GIT binary patch delta 135 zcmdnQx`}l{vW|s`alDa%k*ThMxvr5(h@q*Kfr*u=X%xC3P~3E4zm-Hrsg8n?iGo*Y zjsi%V0!RZ`?%_#hb3?PqYZ;q0ED}vqEG*d%Fk1XC0MTq7j3 delta 135 zcmdnQx`}l{vW}^xalDa%k*ThMxvr5>h=Hkk6sDlb#AZwJ(o`J