Skip to content

Commit c9b4703

Browse files
1 parent 8e6c3a0 commit c9b4703

14 files changed

+140
-14
lines changed

openapi/v2.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
233233
"title": "MongoDB Atlas Administration API",
234234
"version": "2.0",
235-
"x-xgen-sha": "0435a99f5d57e1ead2e4dbd9c75a7eeb1e0615a8"
235+
"x-xgen-sha": "991036ecf95ec6855a39cd80bd2a15a90e012e7d"
236236
},
237237
"paths": {
238238
"/api/atlas/v2": {
@@ -33530,6 +33530,14 @@
3353033530
],
3353133531
"type": "string"
3353233532
},
33533+
"ApiStreamsAzureRegionView": {
33534+
"description": "Atlas Streams Azure Regions.",
33535+
"enum": [
33536+
"VIRGINIA_USA",
33537+
"AMSTERDAM_NLD"
33538+
],
33539+
"type": "string"
33540+
},
3353333541
"ApiUserEventTypeViewForNdsGroup": {
3353433542
"description": "Unique identifier of event type.",
3353533543
"enum": [
@@ -36889,6 +36897,9 @@
3688936897
"oneOf": [
3689036898
{
3689136899
"$ref": "#/components/schemas/ApiStreamsAWSRegionView"
36900+
},
36901+
{
36902+
"$ref": "#/components/schemas/ApiStreamsAzureRegionView"
3689236903
}
3689336904
],
3689436905
"type": "object"

openapi/v2.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2678,6 +2678,12 @@ components:
26782678
- TOKYO_JPN
26792679
- SINGAPORE_SGP
26802680
type: string
2681+
ApiStreamsAzureRegionView:
2682+
description: Atlas Streams Azure Regions.
2683+
enum:
2684+
- VIRGINIA_USA
2685+
- AMSTERDAM_NLD
2686+
type: string
26812687
ApiUserEventTypeViewForNdsGroup:
26822688
description: Unique identifier of event type.
26832689
enum:
@@ -5555,6 +5561,7 @@ components:
55555561
description: Name of the cloud provider region hosting Atlas Stream Processing.
55565562
oneOf:
55575563
- $ref: '#/components/schemas/ApiStreamsAWSRegionView'
5564+
- $ref: '#/components/schemas/ApiStreamsAzureRegionView'
55585565
type: object
55595566
BasicBSONList:
55605567
description: List that contains the search criteria that the query uses. To use the values in key-value pairs in these predicates requires **Project Data Access Read Only** permissions or greater. Otherwise, MongoDB Cloud redacts these values.
@@ -32558,7 +32565,7 @@ info:
3255832565
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3255932566
title: MongoDB Atlas Administration API
3256032567
version: "2.0"
32561-
x-xgen-sha: 0435a99f5d57e1ead2e4dbd9c75a7eeb1e0615a8
32568+
x-xgen-sha: 991036ecf95ec6855a39cd80bd2a15a90e012e7d
3256232569
openapi: 3.0.1
3256332570
paths:
3256432571
/api/atlas/v2:

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
201201
"title": "MongoDB Atlas Administration API",
202202
"version": "2.0",
203-
"x-xgen-sha": "0435a99f5d57e1ead2e4dbd9c75a7eeb1e0615a8"
203+
"x-xgen-sha": "991036ecf95ec6855a39cd80bd2a15a90e012e7d"
204204
},
205205
"paths": {
206206
"/api/atlas/v2": {
@@ -26321,6 +26321,14 @@
2632126321
],
2632226322
"type": "string"
2632326323
},
26324+
"ApiStreamsAzureRegionView": {
26325+
"description": "Atlas Streams Azure Regions.",
26326+
"enum": [
26327+
"VIRGINIA_USA",
26328+
"AMSTERDAM_NLD"
26329+
],
26330+
"type": "string"
26331+
},
2632426332
"ApiUserEventTypeViewForNdsGroup": {
2632526333
"description": "Unique identifier of event type.",
2632626334
"enum": [
@@ -29680,6 +29688,9 @@
2968029688
"oneOf": [
2968129689
{
2968229690
"$ref": "#/components/schemas/ApiStreamsAWSRegionView"
29691+
},
29692+
{
29693+
"$ref": "#/components/schemas/ApiStreamsAzureRegionView"
2968329694
}
2968429695
],
2968529696
"type": "object"

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2678,6 +2678,12 @@ components:
26782678
- TOKYO_JPN
26792679
- SINGAPORE_SGP
26802680
type: string
2681+
ApiStreamsAzureRegionView:
2682+
description: Atlas Streams Azure Regions.
2683+
enum:
2684+
- VIRGINIA_USA
2685+
- AMSTERDAM_NLD
2686+
type: string
26812687
ApiUserEventTypeViewForNdsGroup:
26822688
description: Unique identifier of event type.
26832689
enum:
@@ -5555,6 +5561,7 @@ components:
55555561
description: Name of the cloud provider region hosting Atlas Stream Processing.
55565562
oneOf:
55575563
- $ref: '#/components/schemas/ApiStreamsAWSRegionView'
5564+
- $ref: '#/components/schemas/ApiStreamsAzureRegionView'
55585565
type: object
55595566
BasicBSONList:
55605567
description: List that contains the search criteria that the query uses. To use the values in key-value pairs in these predicates requires **Project Data Access Read Only** permissions or greater. Otherwise, MongoDB Cloud redacts these values.
@@ -32558,7 +32565,7 @@ info:
3255832565
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3255932566
title: MongoDB Atlas Administration API
3256032567
version: "2.0"
32561-
x-xgen-sha: 0435a99f5d57e1ead2e4dbd9c75a7eeb1e0615a8
32568+
x-xgen-sha: 991036ecf95ec6855a39cd80bd2a15a90e012e7d
3256232569
openapi: 3.0.1
3256332570
paths:
3256432571
/api/atlas/v2:

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
205205
"title": "MongoDB Atlas Administration API",
206206
"version": "2.0",
207-
"x-xgen-sha": "0435a99f5d57e1ead2e4dbd9c75a7eeb1e0615a8"
207+
"x-xgen-sha": "991036ecf95ec6855a39cd80bd2a15a90e012e7d"
208208
},
209209
"paths": {
210210
"/api/atlas/v2": {
@@ -27146,6 +27146,14 @@
2714627146
],
2714727147
"type": "string"
2714827148
},
27149+
"ApiStreamsAzureRegionView": {
27150+
"description": "Atlas Streams Azure Regions.",
27151+
"enum": [
27152+
"VIRGINIA_USA",
27153+
"AMSTERDAM_NLD"
27154+
],
27155+
"type": "string"
27156+
},
2714927157
"ApiUserEventTypeViewForNdsGroup": {
2715027158
"description": "Unique identifier of event type.",
2715127159
"enum": [
@@ -30505,6 +30513,9 @@
3050530513
"oneOf": [
3050630514
{
3050730515
"$ref": "#/components/schemas/ApiStreamsAWSRegionView"
30516+
},
30517+
{
30518+
"$ref": "#/components/schemas/ApiStreamsAzureRegionView"
3050830519
}
3050930520
],
3051030521
"type": "object"

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2678,6 +2678,12 @@ components:
26782678
- TOKYO_JPN
26792679
- SINGAPORE_SGP
26802680
type: string
2681+
ApiStreamsAzureRegionView:
2682+
description: Atlas Streams Azure Regions.
2683+
enum:
2684+
- VIRGINIA_USA
2685+
- AMSTERDAM_NLD
2686+
type: string
26812687
ApiUserEventTypeViewForNdsGroup:
26822688
description: Unique identifier of event type.
26832689
enum:
@@ -5555,6 +5561,7 @@ components:
55555561
description: Name of the cloud provider region hosting Atlas Stream Processing.
55565562
oneOf:
55575563
- $ref: '#/components/schemas/ApiStreamsAWSRegionView'
5564+
- $ref: '#/components/schemas/ApiStreamsAzureRegionView'
55585565
type: object
55595566
BasicBSONList:
55605567
description: List that contains the search criteria that the query uses. To use the values in key-value pairs in these predicates requires **Project Data Access Read Only** permissions or greater. Otherwise, MongoDB Cloud redacts these values.
@@ -32558,7 +32565,7 @@ info:
3255832565
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3255932566
title: MongoDB Atlas Administration API
3256032567
version: "2.0"
32561-
x-xgen-sha: 0435a99f5d57e1ead2e4dbd9c75a7eeb1e0615a8
32568+
x-xgen-sha: 991036ecf95ec6855a39cd80bd2a15a90e012e7d
3256232569
openapi: 3.0.1
3256332570
paths:
3256432571
/api/atlas/v2:

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
205205
"title": "MongoDB Atlas Administration API",
206206
"version": "2.0",
207-
"x-xgen-sha": "0435a99f5d57e1ead2e4dbd9c75a7eeb1e0615a8"
207+
"x-xgen-sha": "991036ecf95ec6855a39cd80bd2a15a90e012e7d"
208208
},
209209
"paths": {
210210
"/api/atlas/v2": {
@@ -27141,6 +27141,14 @@
2714127141
],
2714227142
"type": "string"
2714327143
},
27144+
"ApiStreamsAzureRegionView": {
27145+
"description": "Atlas Streams Azure Regions.",
27146+
"enum": [
27147+
"VIRGINIA_USA",
27148+
"AMSTERDAM_NLD"
27149+
],
27150+
"type": "string"
27151+
},
2714427152
"ApiUserEventTypeViewForNdsGroup": {
2714527153
"description": "Unique identifier of event type.",
2714627154
"enum": [
@@ -30500,6 +30508,9 @@
3050030508
"oneOf": [
3050130509
{
3050230510
"$ref": "#/components/schemas/ApiStreamsAWSRegionView"
30511+
},
30512+
{
30513+
"$ref": "#/components/schemas/ApiStreamsAzureRegionView"
3050330514
}
3050430515
],
3050530516
"type": "object"

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2678,6 +2678,12 @@ components:
26782678
- TOKYO_JPN
26792679
- SINGAPORE_SGP
26802680
type: string
2681+
ApiStreamsAzureRegionView:
2682+
description: Atlas Streams Azure Regions.
2683+
enum:
2684+
- VIRGINIA_USA
2685+
- AMSTERDAM_NLD
2686+
type: string
26812687
ApiUserEventTypeViewForNdsGroup:
26822688
description: Unique identifier of event type.
26832689
enum:
@@ -5555,6 +5561,7 @@ components:
55555561
description: Name of the cloud provider region hosting Atlas Stream Processing.
55565562
oneOf:
55575563
- $ref: '#/components/schemas/ApiStreamsAWSRegionView'
5564+
- $ref: '#/components/schemas/ApiStreamsAzureRegionView'
55585565
type: object
55595566
BasicBSONList:
55605567
description: List that contains the search criteria that the query uses. To use the values in key-value pairs in these predicates requires **Project Data Access Read Only** permissions or greater. Otherwise, MongoDB Cloud redacts these values.
@@ -32558,7 +32565,7 @@ info:
3255832565
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3255932566
title: MongoDB Atlas Administration API
3256032567
version: "2.0"
32561-
x-xgen-sha: 0435a99f5d57e1ead2e4dbd9c75a7eeb1e0615a8
32568+
x-xgen-sha: 991036ecf95ec6855a39cd80bd2a15a90e012e7d
3256232569
openapi: 3.0.1
3256332570
paths:
3256432571
/api/atlas/v2:

openapi/v2/openapi-2023-11-15.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
209209
"title": "MongoDB Atlas Administration API",
210210
"version": "2.0",
211-
"x-xgen-sha": "0435a99f5d57e1ead2e4dbd9c75a7eeb1e0615a8"
211+
"x-xgen-sha": "991036ecf95ec6855a39cd80bd2a15a90e012e7d"
212212
},
213213
"paths": {
214214
"/api/atlas/v2": {
@@ -28045,6 +28045,14 @@
2804528045
],
2804628046
"type": "string"
2804728047
},
28048+
"ApiStreamsAzureRegionView": {
28049+
"description": "Atlas Streams Azure Regions.",
28050+
"enum": [
28051+
"VIRGINIA_USA",
28052+
"AMSTERDAM_NLD"
28053+
],
28054+
"type": "string"
28055+
},
2804828056
"ApiUserEventTypeViewForNdsGroup": {
2804928057
"description": "Unique identifier of event type.",
2805028058
"enum": [
@@ -31404,6 +31412,9 @@
3140431412
"oneOf": [
3140531413
{
3140631414
"$ref": "#/components/schemas/ApiStreamsAWSRegionView"
31415+
},
31416+
{
31417+
"$ref": "#/components/schemas/ApiStreamsAzureRegionView"
3140731418
}
3140831419
],
3140931420
"type": "object"

openapi/v2/openapi-2023-11-15.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2678,6 +2678,12 @@ components:
26782678
- TOKYO_JPN
26792679
- SINGAPORE_SGP
26802680
type: string
2681+
ApiStreamsAzureRegionView:
2682+
description: Atlas Streams Azure Regions.
2683+
enum:
2684+
- VIRGINIA_USA
2685+
- AMSTERDAM_NLD
2686+
type: string
26812687
ApiUserEventTypeViewForNdsGroup:
26822688
description: Unique identifier of event type.
26832689
enum:
@@ -5555,6 +5561,7 @@ components:
55555561
description: Name of the cloud provider region hosting Atlas Stream Processing.
55565562
oneOf:
55575563
- $ref: '#/components/schemas/ApiStreamsAWSRegionView'
5564+
- $ref: '#/components/schemas/ApiStreamsAzureRegionView'
55585565
type: object
55595566
BasicBSONList:
55605567
description: List that contains the search criteria that the query uses. To use the values in key-value pairs in these predicates requires **Project Data Access Read Only** permissions or greater. Otherwise, MongoDB Cloud redacts these values.
@@ -32558,7 +32565,7 @@ info:
3255832565
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3255932566
title: MongoDB Atlas Administration API
3256032567
version: "2.0"
32561-
x-xgen-sha: 0435a99f5d57e1ead2e4dbd9c75a7eeb1e0615a8
32568+
x-xgen-sha: 991036ecf95ec6855a39cd80bd2a15a90e012e7d
3256232569
openapi: 3.0.1
3256332570
paths:
3256432571
/api/atlas/v2:

0 commit comments

Comments
 (0)