Skip to content

Commit af223f4

Browse files
1 parent 2d073cf commit af223f4

26 files changed

+110
-26
lines changed

openapi/.raw/v2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32858,6 +32858,10 @@
3285832858
"securityContact": {
3285932859
"description": "String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals. An empty string is valid and clears the existing security contact (if any).",
3286032860
"type": "string"
32861+
},
32862+
"streamsCrossGroupEnabled": {
32863+
"description": "Flag that indicates whether a group's Atlas Stream Processing instances in this organization can create connections to other group's clusters in the same organization.",
32864+
"type": "boolean"
3286132865
}
3286232866
},
3286332867
"type": "object"
@@ -45656,7 +45660,7 @@
4565645660
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
4565745661
"title": "MongoDB Atlas Administration API",
4565845662
"version": "2.0",
45659-
"x-xgen-sha": "247db0d3e370a8a683773324d73cd02027655325"
45663+
"x-xgen-sha": "48584380453afe4ddc4ea33f543b361779da6ce7"
4566045664
},
4566145665
"openapi": "3.0.1",
4566245666
"paths": {

openapi/.raw/v2.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26479,6 +26479,9 @@ components:
2647926479
securityContact:
2648026480
description: String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals. An empty string is valid and clears the existing security contact (if any).
2648126481
type: string
26482+
streamsCrossGroupEnabled:
26483+
description: Flag that indicates whether a group's Atlas Stream Processing instances in this organization can create connections to other group's clusters in the same organization.
26484+
type: boolean
2648226485
type: object
2648326486
OutboundControlPlaneCloudProviderIPAddresses:
2648426487
description: List of outbound IP addresses from the Atlas control plane, categorized by cloud provider. If your network allows inbound HTTP requests only from specific IP addresses, you must allow access from the following IP addresses so that Atlas can communicate with your webhooks and KMS.
@@ -36565,7 +36568,7 @@ info:
3656536568
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3656636569
title: MongoDB Atlas Administration API
3656736570
version: "2.0"
36568-
x-xgen-sha: 247db0d3e370a8a683773324d73cd02027655325
36571+
x-xgen-sha: 48584380453afe4ddc4ea33f543b361779da6ce7
3656936572
openapi: 3.0.1
3657036573
paths:
3657136574
/api/atlas/v2:

openapi/v2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31058,6 +31058,10 @@
3105831058
"securityContact": {
3105931059
"description": "String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals. An empty string is valid and clears the existing security contact (if any).",
3106031060
"type": "string"
31061+
},
31062+
"streamsCrossGroupEnabled": {
31063+
"description": "Flag that indicates whether a group's Atlas Stream Processing instances in this organization can create connections to other group's clusters in the same organization.",
31064+
"type": "boolean"
3106131065
}
3106231066
},
3106331067
"type": "object"
@@ -43091,7 +43095,7 @@
4309143095
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
4309243096
"title": "MongoDB Atlas Administration API",
4309343097
"version": "2.0",
43094-
"x-xgen-sha": "247db0d3e370a8a683773324d73cd02027655325"
43098+
"x-xgen-sha": "48584380453afe4ddc4ea33f543b361779da6ce7"
4309543099
},
4309643100
"openapi": "3.0.1",
4309743101
"paths": {

openapi/v2.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25261,6 +25261,9 @@ components:
2526125261
securityContact:
2526225262
description: String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals. An empty string is valid and clears the existing security contact (if any).
2526325263
type: string
25264+
streamsCrossGroupEnabled:
25265+
description: Flag that indicates whether a group's Atlas Stream Processing instances in this organization can create connections to other group's clusters in the same organization.
25266+
type: boolean
2526425267
type: object
2526525268
OutboundControlPlaneCloudProviderIPAddresses:
2526625269
description: List of outbound IP addresses from the Atlas control plane, categorized by cloud provider. If your network allows inbound HTTP requests only from specific IP addresses, you must allow access from the following IP addresses so that Atlas can communicate with your webhooks and KMS.
@@ -34789,7 +34792,7 @@ info:
3478934792
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3479034793
title: MongoDB Atlas Administration API
3479134794
version: "2.0"
34792-
x-xgen-sha: 247db0d3e370a8a683773324d73cd02027655325
34795+
x-xgen-sha: 48584380453afe4ddc4ea33f543b361779da6ce7
3479334796
openapi: 3.0.1
3479434797
paths:
3479534798
/api/atlas/v2:

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27396,6 +27396,10 @@
2739627396
"securityContact": {
2739727397
"description": "String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals. An empty string is valid and clears the existing security contact (if any).",
2739827398
"type": "string"
27399+
},
27400+
"streamsCrossGroupEnabled": {
27401+
"description": "Flag that indicates whether a group's Atlas Stream Processing instances in this organization can create connections to other group's clusters in the same organization.",
27402+
"type": "boolean"
2739927403
}
2740027404
},
2740127405
"type": "object"
@@ -37864,7 +37868,7 @@
3786437868
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
3786537869
"title": "MongoDB Atlas Administration API",
3786637870
"version": "2.0",
37867-
"x-xgen-sha": "247db0d3e370a8a683773324d73cd02027655325"
37871+
"x-xgen-sha": "48584380453afe4ddc4ea33f543b361779da6ce7"
3786837872
},
3786937873
"openapi": "3.0.1",
3787037874
"paths": {

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22330,6 +22330,9 @@ components:
2233022330
securityContact:
2233122331
description: String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals. An empty string is valid and clears the existing security contact (if any).
2233222332
type: string
22333+
streamsCrossGroupEnabled:
22334+
description: Flag that indicates whether a group's Atlas Stream Processing instances in this organization can create connections to other group's clusters in the same organization.
22335+
type: boolean
2233322336
type: object
2233422337
PagerDuty:
2233522338
description: Details to integrate one PagerDuty account with one MongoDB Cloud project.
@@ -30648,7 +30651,7 @@ info:
3064830651
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3064930652
title: MongoDB Atlas Administration API
3065030653
version: "2.0"
30651-
x-xgen-sha: 247db0d3e370a8a683773324d73cd02027655325
30654+
x-xgen-sha: 48584380453afe4ddc4ea33f543b361779da6ce7
3065230655
openapi: 3.0.1
3065330656
paths:
3065430657
/api/atlas/v2:

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27710,6 +27710,10 @@
2771027710
"securityContact": {
2771127711
"description": "String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals. An empty string is valid and clears the existing security contact (if any).",
2771227712
"type": "string"
27713+
},
27714+
"streamsCrossGroupEnabled": {
27715+
"description": "Flag that indicates whether a group's Atlas Stream Processing instances in this organization can create connections to other group's clusters in the same organization.",
27716+
"type": "boolean"
2771327717
}
2771427718
},
2771527719
"type": "object"
@@ -38579,7 +38583,7 @@
3857938583
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
3858038584
"title": "MongoDB Atlas Administration API",
3858138585
"version": "2.0",
38582-
"x-xgen-sha": "247db0d3e370a8a683773324d73cd02027655325"
38586+
"x-xgen-sha": "48584380453afe4ddc4ea33f543b361779da6ce7"
3858338587
},
3858438588
"openapi": "3.0.1",
3858538589
"paths": {

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22597,6 +22597,9 @@ components:
2259722597
securityContact:
2259822598
description: String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals. An empty string is valid and clears the existing security contact (if any).
2259922599
type: string
22600+
streamsCrossGroupEnabled:
22601+
description: Flag that indicates whether a group's Atlas Stream Processing instances in this organization can create connections to other group's clusters in the same organization.
22602+
type: boolean
2260022603
type: object
2260122604
PagerDuty:
2260222605
description: Details to integrate one PagerDuty account with one MongoDB Cloud project.
@@ -31234,7 +31237,7 @@ info:
3123431237
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3123531238
title: MongoDB Atlas Administration API
3123631239
version: "2.0"
31237-
x-xgen-sha: 247db0d3e370a8a683773324d73cd02027655325
31240+
x-xgen-sha: 48584380453afe4ddc4ea33f543b361779da6ce7
3123831241
openapi: 3.0.1
3123931242
paths:
3124031243
/api/atlas/v2:

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27810,6 +27810,10 @@
2781027810
"securityContact": {
2781127811
"description": "String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals. An empty string is valid and clears the existing security contact (if any).",
2781227812
"type": "string"
27813+
},
27814+
"streamsCrossGroupEnabled": {
27815+
"description": "Flag that indicates whether a group's Atlas Stream Processing instances in this organization can create connections to other group's clusters in the same organization.",
27816+
"type": "boolean"
2781327817
}
2781427818
},
2781527819
"type": "object"
@@ -38679,7 +38683,7 @@
3867938683
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
3868038684
"title": "MongoDB Atlas Administration API",
3868138685
"version": "2.0",
38682-
"x-xgen-sha": "247db0d3e370a8a683773324d73cd02027655325"
38686+
"x-xgen-sha": "48584380453afe4ddc4ea33f543b361779da6ce7"
3868338687
},
3868438688
"openapi": "3.0.1",
3868538689
"paths": {

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22675,6 +22675,9 @@ components:
2267522675
securityContact:
2267622676
description: String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals. An empty string is valid and clears the existing security contact (if any).
2267722677
type: string
22678+
streamsCrossGroupEnabled:
22679+
description: Flag that indicates whether a group's Atlas Stream Processing instances in this organization can create connections to other group's clusters in the same organization.
22680+
type: boolean
2267822681
type: object
2267922682
PagerDuty:
2268022683
description: Details to integrate one PagerDuty account with one MongoDB Cloud project.
@@ -31312,7 +31315,7 @@ info:
3131231315
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3131331316
title: MongoDB Atlas Administration API
3131431317
version: "2.0"
31315-
x-xgen-sha: 247db0d3e370a8a683773324d73cd02027655325
31318+
x-xgen-sha: 48584380453afe4ddc4ea33f543b361779da6ce7
3131631319
openapi: 3.0.1
3131731320
paths:
3131831321
/api/atlas/v2:

0 commit comments

Comments
 (0)