Skip to content

Commit 098a6c0

Browse files
1 parent c8be71c commit 098a6c0

26 files changed

+2784
-90
lines changed

openapi/.raw/v2.json

Lines changed: 489 additions & 6 deletions
Large diffs are not rendered by default.

openapi/.raw/v2.yaml

Lines changed: 360 additions & 1 deletion
Large diffs are not rendered by default.

openapi/v2.json

Lines changed: 465 additions & 6 deletions
Large diffs are not rendered by default.

openapi/v2.yaml

Lines changed: 344 additions & 1 deletion
Large diffs are not rendered by default.

openapi/v2/openapi-2023-01-01.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,8 @@
639639
"EU_CENTRAL_1",
640640
"AP_SOUTH_1",
641641
"AP_SOUTHEAST_1",
642-
"AP_SOUTHEAST_2"
642+
"AP_SOUTHEAST_2",
643+
"AP_NORTHEAST_2"
643644
],
644645
"type": "string"
645646
}
@@ -683,7 +684,8 @@
683684
"EU_CENTRAL_1",
684685
"AP_SOUTH_1",
685686
"AP_SOUTHEAST_1",
686-
"AP_SOUTHEAST_2"
687+
"AP_SOUTHEAST_2",
688+
"AP_NORTHEAST_2"
687689
],
688690
"readOnly": true,
689691
"type": "string"
@@ -2001,6 +2003,7 @@
20012003
"SAOPAULO_BRA",
20022004
"MONTREAL_CAN",
20032005
"TOKYO_JPN",
2006+
"SEOUL_KOR",
20042007
"SINGAPORE_SGP"
20052008
],
20062009
"type": "string"
@@ -3680,7 +3683,8 @@
36803683
"description": "Atlas Data Federation Azure Regions.",
36813684
"enum": [
36823685
"VIRGINIA_USA",
3683-
"AMSTERDAM_NLD"
3686+
"AMSTERDAM_NLD",
3687+
"SAOPAULO_BRA"
36843688
],
36853689
"type": "string"
36863690
},
@@ -4708,7 +4712,8 @@
47084712
"description": "Human-readable label that identifies the geographic location of the region where you wish to store your archived data.",
47094713
"enum": [
47104714
"US_EAST_2",
4711-
"EUROPE_WEST"
4715+
"EUROPE_WEST",
4716+
"BRAZIL_SOUTH"
47124717
],
47134718
"type": "string"
47144719
}
@@ -4729,7 +4734,8 @@
47294734
"description": "Human-readable label that identifies the geographic location of the region where you store your archived data.",
47304735
"enum": [
47314736
"US_EAST_2",
4732-
"EUROPE_WEST"
4737+
"EUROPE_WEST",
4738+
"BRAZIL_SOUTH"
47334739
],
47344740
"readOnly": true,
47354741
"type": "string"
@@ -37993,7 +37999,7 @@
3799337999
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
3799438000
"title": "MongoDB Atlas Administration API",
3799538001
"version": "2.0",
37996-
"x-xgen-sha": "62d5557694af698b8f4b104afd4cb120781c23d1"
38002+
"x-xgen-sha": "7f13a6a3150a948f678ae85b80e033159b78888e"
3799738003
},
3799838004
"openapi": "3.0.1",
3799938005
"paths": {

openapi/v2/openapi-2023-01-01.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ components:
523523
- AP_SOUTH_1
524524
- AP_SOUTHEAST_1
525525
- AP_SOUTHEAST_2
526+
- AP_NORTHEAST_2
526527
type: string
527528
type: object
528529
type: object
@@ -555,6 +556,7 @@ components:
555556
- AP_SOUTH_1
556557
- AP_SOUTHEAST_1
557558
- AP_SOUTHEAST_2
559+
- AP_NORTHEAST_2
558560
readOnly: true
559561
type: string
560562
type: object
@@ -1640,6 +1642,7 @@ components:
16401642
- SAOPAULO_BRA
16411643
- MONTREAL_CAN
16421644
- TOKYO_JPN
1645+
- SEOUL_KOR
16431646
- SINGAPORE_SGP
16441647
type: string
16451648
ApiAtlasFTSAnalyzersViewManual:
@@ -2964,6 +2967,7 @@ components:
29642967
enum:
29652968
- VIRGINIA_USA
29662969
- AMSTERDAM_NLD
2970+
- SAOPAULO_BRA
29672971
type: string
29682972
AtlasDataFederationGCPRegion:
29692973
description: Atlas Data Federation GCP Regions.
@@ -3827,6 +3831,7 @@ components:
38273831
enum:
38283832
- US_EAST_2
38293833
- EUROPE_WEST
3834+
- BRAZIL_SOUTH
38303835
type: string
38313836
type: object
38323837
type: object
@@ -3839,6 +3844,7 @@ components:
38393844
enum:
38403845
- US_EAST_2
38413846
- EUROPE_WEST
3847+
- BRAZIL_SOUTH
38423848
readOnly: true
38433849
type: string
38443850
type: object
@@ -30756,7 +30762,7 @@ info:
3075630762
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3075730763
title: MongoDB Atlas Administration API
3075830764
version: "2.0"
30759-
x-xgen-sha: 62d5557694af698b8f4b104afd4cb120781c23d1
30765+
x-xgen-sha: 7f13a6a3150a948f678ae85b80e033159b78888e
3076030766
openapi: 3.0.1
3076130767
paths:
3076230768
/api/atlas/v2:

openapi/v2/openapi-2023-02-01.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,8 @@
639639
"EU_CENTRAL_1",
640640
"AP_SOUTH_1",
641641
"AP_SOUTHEAST_1",
642-
"AP_SOUTHEAST_2"
642+
"AP_SOUTHEAST_2",
643+
"AP_NORTHEAST_2"
643644
],
644645
"type": "string"
645646
}
@@ -683,7 +684,8 @@
683684
"EU_CENTRAL_1",
684685
"AP_SOUTH_1",
685686
"AP_SOUTHEAST_1",
686-
"AP_SOUTHEAST_2"
687+
"AP_SOUTHEAST_2",
688+
"AP_NORTHEAST_2"
687689
],
688690
"readOnly": true,
689691
"type": "string"
@@ -2263,6 +2265,7 @@
22632265
"SAOPAULO_BRA",
22642266
"MONTREAL_CAN",
22652267
"TOKYO_JPN",
2268+
"SEOUL_KOR",
22662269
"SINGAPORE_SGP"
22672270
],
22682271
"type": "string"
@@ -3979,7 +3982,8 @@
39793982
"description": "Atlas Data Federation Azure Regions.",
39803983
"enum": [
39813984
"VIRGINIA_USA",
3982-
"AMSTERDAM_NLD"
3985+
"AMSTERDAM_NLD",
3986+
"SAOPAULO_BRA"
39833987
],
39843988
"type": "string"
39853989
},
@@ -5007,7 +5011,8 @@
50075011
"description": "Human-readable label that identifies the geographic location of the region where you wish to store your archived data.",
50085012
"enum": [
50095013
"US_EAST_2",
5010-
"EUROPE_WEST"
5014+
"EUROPE_WEST",
5015+
"BRAZIL_SOUTH"
50115016
],
50125017
"type": "string"
50135018
}
@@ -5028,7 +5033,8 @@
50285033
"description": "Human-readable label that identifies the geographic location of the region where you store your archived data.",
50295034
"enum": [
50305035
"US_EAST_2",
5031-
"EUROPE_WEST"
5036+
"EUROPE_WEST",
5037+
"BRAZIL_SOUTH"
50325038
],
50335039
"readOnly": true,
50345040
"type": "string"
@@ -38708,7 +38714,7 @@
3870838714
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
3870938715
"title": "MongoDB Atlas Administration API",
3871038716
"version": "2.0",
38711-
"x-xgen-sha": "62d5557694af698b8f4b104afd4cb120781c23d1"
38717+
"x-xgen-sha": "7f13a6a3150a948f678ae85b80e033159b78888e"
3871238718
},
3871338719
"openapi": "3.0.1",
3871438720
"paths": {

openapi/v2/openapi-2023-02-01.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ components:
523523
- AP_SOUTH_1
524524
- AP_SOUTHEAST_1
525525
- AP_SOUTHEAST_2
526+
- AP_NORTHEAST_2
526527
type: string
527528
type: object
528529
type: object
@@ -555,6 +556,7 @@ components:
555556
- AP_SOUTH_1
556557
- AP_SOUTHEAST_1
557558
- AP_SOUTHEAST_2
559+
- AP_NORTHEAST_2
558560
readOnly: true
559561
type: string
560562
type: object
@@ -1869,6 +1871,7 @@ components:
18691871
- SAOPAULO_BRA
18701872
- MONTREAL_CAN
18711873
- TOKYO_JPN
1874+
- SEOUL_KOR
18721875
- SINGAPORE_SGP
18731876
type: string
18741877
ApiAtlasFTSAnalyzersViewManual:
@@ -3224,6 +3227,7 @@ components:
32243227
enum:
32253228
- VIRGINIA_USA
32263229
- AMSTERDAM_NLD
3230+
- SAOPAULO_BRA
32273231
type: string
32283232
AtlasDataFederationGCPRegion:
32293233
description: Atlas Data Federation GCP Regions.
@@ -4087,6 +4091,7 @@ components:
40874091
enum:
40884092
- US_EAST_2
40894093
- EUROPE_WEST
4094+
- BRAZIL_SOUTH
40904095
type: string
40914096
type: object
40924097
type: object
@@ -4099,6 +4104,7 @@ components:
40994104
enum:
41004105
- US_EAST_2
41014106
- EUROPE_WEST
4107+
- BRAZIL_SOUTH
41024108
readOnly: true
41034109
type: string
41044110
type: object
@@ -31348,7 +31354,7 @@ info:
3134831354
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3134931355
title: MongoDB Atlas Administration API
3135031356
version: "2.0"
31351-
x-xgen-sha: 62d5557694af698b8f4b104afd4cb120781c23d1
31357+
x-xgen-sha: 7f13a6a3150a948f678ae85b80e033159b78888e
3135231358
openapi: 3.0.1
3135331359
paths:
3135431360
/api/atlas/v2:

openapi/v2/openapi-2023-10-01.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,8 @@
639639
"EU_CENTRAL_1",
640640
"AP_SOUTH_1",
641641
"AP_SOUTHEAST_1",
642-
"AP_SOUTHEAST_2"
642+
"AP_SOUTHEAST_2",
643+
"AP_NORTHEAST_2"
643644
],
644645
"type": "string"
645646
}
@@ -683,7 +684,8 @@
683684
"EU_CENTRAL_1",
684685
"AP_SOUTH_1",
685686
"AP_SOUTHEAST_1",
686-
"AP_SOUTHEAST_2"
687+
"AP_SOUTHEAST_2",
688+
"AP_NORTHEAST_2"
687689
],
688690
"readOnly": true,
689691
"type": "string"
@@ -2263,6 +2265,7 @@
22632265
"SAOPAULO_BRA",
22642266
"MONTREAL_CAN",
22652267
"TOKYO_JPN",
2268+
"SEOUL_KOR",
22662269
"SINGAPORE_SGP"
22672270
],
22682271
"type": "string"
@@ -3979,7 +3982,8 @@
39793982
"description": "Atlas Data Federation Azure Regions.",
39803983
"enum": [
39813984
"VIRGINIA_USA",
3982-
"AMSTERDAM_NLD"
3985+
"AMSTERDAM_NLD",
3986+
"SAOPAULO_BRA"
39833987
],
39843988
"type": "string"
39853989
},
@@ -5007,7 +5011,8 @@
50075011
"description": "Human-readable label that identifies the geographic location of the region where you wish to store your archived data.",
50085012
"enum": [
50095013
"US_EAST_2",
5010-
"EUROPE_WEST"
5014+
"EUROPE_WEST",
5015+
"BRAZIL_SOUTH"
50115016
],
50125017
"type": "string"
50135018
}
@@ -5028,7 +5033,8 @@
50285033
"description": "Human-readable label that identifies the geographic location of the region where you store your archived data.",
50295034
"enum": [
50305035
"US_EAST_2",
5031-
"EUROPE_WEST"
5036+
"EUROPE_WEST",
5037+
"BRAZIL_SOUTH"
50325038
],
50335039
"readOnly": true,
50345040
"type": "string"
@@ -38808,7 +38814,7 @@
3880838814
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
3880938815
"title": "MongoDB Atlas Administration API",
3881038816
"version": "2.0",
38811-
"x-xgen-sha": "62d5557694af698b8f4b104afd4cb120781c23d1"
38817+
"x-xgen-sha": "7f13a6a3150a948f678ae85b80e033159b78888e"
3881238818
},
3881338819
"openapi": "3.0.1",
3881438820
"paths": {

openapi/v2/openapi-2023-10-01.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ components:
523523
- AP_SOUTH_1
524524
- AP_SOUTHEAST_1
525525
- AP_SOUTHEAST_2
526+
- AP_NORTHEAST_2
526527
type: string
527528
type: object
528529
type: object
@@ -555,6 +556,7 @@ components:
555556
- AP_SOUTH_1
556557
- AP_SOUTHEAST_1
557558
- AP_SOUTHEAST_2
559+
- AP_NORTHEAST_2
558560
readOnly: true
559561
type: string
560562
type: object
@@ -1869,6 +1871,7 @@ components:
18691871
- SAOPAULO_BRA
18701872
- MONTREAL_CAN
18711873
- TOKYO_JPN
1874+
- SEOUL_KOR
18721875
- SINGAPORE_SGP
18731876
type: string
18741877
ApiAtlasFTSAnalyzersViewManual:
@@ -3224,6 +3227,7 @@ components:
32243227
enum:
32253228
- VIRGINIA_USA
32263229
- AMSTERDAM_NLD
3230+
- SAOPAULO_BRA
32273231
type: string
32283232
AtlasDataFederationGCPRegion:
32293233
description: Atlas Data Federation GCP Regions.
@@ -4087,6 +4091,7 @@ components:
40874091
enum:
40884092
- US_EAST_2
40894093
- EUROPE_WEST
4094+
- BRAZIL_SOUTH
40904095
type: string
40914096
type: object
40924097
type: object
@@ -4099,6 +4104,7 @@ components:
40994104
enum:
41004105
- US_EAST_2
41014106
- EUROPE_WEST
4107+
- BRAZIL_SOUTH
41024108
readOnly: true
41034109
type: string
41044110
type: object
@@ -31426,7 +31432,7 @@ info:
3142631432
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3142731433
title: MongoDB Atlas Administration API
3142831434
version: "2.0"
31429-
x-xgen-sha: 62d5557694af698b8f4b104afd4cb120781c23d1
31435+
x-xgen-sha: 7f13a6a3150a948f678ae85b80e033159b78888e
3143031436
openapi: 3.0.1
3143131437
paths:
3143231438
/api/atlas/v2:

0 commit comments

Comments
 (0)