Skip to content

Commit 3b0b3f1

Browse files
CLOUDP-327002: Update Autogenerated Commands (#4005)
Co-authored-by: apix-bot[bot] <168195273+apix-bot[bot]@users.noreply.github.com>
1 parent 2780a88 commit 3b0b3f1

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed

tools/internal/specs/spec-with-overlays.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25264,6 +25264,9 @@ components:
2526425264
securityContact:
2526525265
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).
2526625266
type: string
25267+
streamsCrossGroupEnabled:
25268+
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.
25269+
type: boolean
2526725270
type: object
2526825271
OutboundControlPlaneCloudProviderIPAddresses:
2526925272
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.
@@ -31036,6 +31039,9 @@ components:
3103631039
allOf:
3103731040
- $ref: '#/components/schemas/StreamsConnection'
3103831041
- properties:
31042+
clusterGroupId:
31043+
description: The id of the group that the cluster belongs to.
31044+
type: string
3103931045
clusterName:
3104031046
description: Name of the cluster configured for this connection.
3104131047
type: string
@@ -34767,9 +34773,6 @@ components:
3476734773
scopes: {}
3476834774
tokenUrl: https://cloud.mongodb.com/api/oauth/token
3476934775
type: oauth2
34770-
externalDocs:
34771-
description: Back to Atlas Docs
34772-
url: https://www.mongodb.com/docs/atlas/
3477334776
info:
3477434777
description: |-
3477534778
The MongoDB Atlas Administration API allows developers to manage all components in MongoDB Atlas.
@@ -34792,7 +34795,7 @@ info:
3479234795
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3479334796
title: MongoDB Atlas Administration API
3479434797
version: "2.0"
34795-
x-xgen-sha: 8e91ba6065df0ad2af146ae235e968386798b544
34798+
x-xgen-sha: 26cadc643a40bc7ede7b258112a0df72164b9ce2
3479634799
openapi: 3.0.1
3479734800
paths:
3479834801
/api/atlas/v2:
@@ -56249,3 +56252,8 @@ tags:
5624956252
description: Self-Managed X.509 Certificates
5625056253
url: https://www.mongodb.com/docs/atlas/security-self-managed-x509/
5625156254
name: X.509 Authentication
56255+
x-externalLinks:
56256+
- label: Back to Atlas Docs
56257+
url: https://www.mongodb.com/docs/atlas/
56258+
- label: API Changelog
56259+
url: https://www.mongodb.com/docs/atlas/reference/api-resources-spec/changelog/

tools/internal/specs/spec.yaml

Lines changed: 12 additions & 4 deletions
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.
@@ -31033,6 +31036,9 @@ components:
3103331036
allOf:
3103431037
- $ref: '#/components/schemas/StreamsConnection'
3103531038
- properties:
31039+
clusterGroupId:
31040+
description: The id of the group that the cluster belongs to.
31041+
type: string
3103631042
clusterName:
3103731043
description: Name of the cluster configured for this connection.
3103831044
type: string
@@ -34764,9 +34770,6 @@ components:
3476434770
scopes: {}
3476534771
tokenUrl: https://cloud.mongodb.com/api/oauth/token
3476634772
type: oauth2
34767-
externalDocs:
34768-
description: Back to Atlas Docs
34769-
url: https://www.mongodb.com/docs/atlas/
3477034773
info:
3477134774
description: |-
3477234775
The MongoDB Atlas Administration API allows developers to manage all components in MongoDB Atlas.
@@ -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: 8e91ba6065df0ad2af146ae235e968386798b544
34795+
x-xgen-sha: 26cadc643a40bc7ede7b258112a0df72164b9ce2
3479334796
openapi: 3.0.1
3479434797
paths:
3479534798
/api/atlas/v2:
@@ -55579,3 +55582,8 @@ tags:
5557955582
description: Self-Managed X.509 Certificates
5558055583
url: https://www.mongodb.com/docs/atlas/security-self-managed-x509/
5558155584
name: X.509 Authentication
55585+
x-externalLinks:
55586+
- label: Back to Atlas Docs
55587+
url: https://www.mongodb.com/docs/atlas/
55588+
- label: API Changelog
55589+
url: https://www.mongodb.com/docs/atlas/reference/api-resources-spec/changelog/

0 commit comments

Comments
 (0)