Skip to content

Commit 648c4d6

Browse files
1 parent 24b0eba commit 648c4d6

16 files changed

+88
-88
lines changed

openapi/v2.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
241241
"title": "MongoDB Atlas Administration API",
242242
"version": "2.0",
243-
"x-xgen-sha": "1995920162cc39d7411fe8600a04ae7a8eb51212"
243+
"x-xgen-sha": "d1ae667e67c159652acceda2bab1dcadc953d648"
244244
},
245245
"paths": {
246246
"/api/atlas/v2": {
@@ -13770,7 +13770,7 @@
1377013770
"Flex Clusters"
1377113771
],
1377213772
"x-xgen-hidden-env": {
13773-
"envs": "stage,prod"
13773+
"envs": "prod"
1377413774
},
1377513775
"x-xgen-owner-team": "Atlas Serverless II"
1377613776
},
@@ -13829,7 +13829,7 @@
1382913829
"Flex Clusters"
1383013830
],
1383113831
"x-xgen-hidden-env": {
13832-
"envs": "stage,prod"
13832+
"envs": "prod"
1383313833
},
1383413834
"x-xgen-owner-team": "Atlas Serverless II"
1383513835
}
@@ -13891,7 +13891,7 @@
1389113891
"Flex Clusters"
1389213892
],
1389313893
"x-xgen-hidden-env": {
13894-
"envs": "stage,prod"
13894+
"envs": "prod"
1389513895
},
1389613896
"x-xgen-owner-team": "Atlas Serverless II"
1389713897
},
@@ -13951,7 +13951,7 @@
1395113951
"Flex Clusters"
1395213952
],
1395313953
"x-xgen-hidden-env": {
13954-
"envs": "stage,prod"
13954+
"envs": "prod"
1395513955
},
1395613956
"x-xgen-owner-team": "Atlas Serverless II"
1395713957
},
@@ -14019,7 +14019,7 @@
1401914019
"Flex Clusters"
1402014020
],
1402114021
"x-xgen-hidden-env": {
14022-
"envs": "stage,prod"
14022+
"envs": "prod"
1402314023
},
1402414024
"x-xgen-owner-team": "Atlas Serverless II"
1402514025
}
@@ -14098,7 +14098,7 @@
1409814098
"Flex Snapshots"
1409914099
],
1410014100
"x-xgen-hidden-env": {
14101-
"envs": "stage,prod"
14101+
"envs": "prod"
1410214102
},
1410314103
"x-xgen-owner-team": "Atlas Serverless II"
1410414104
}
@@ -14166,7 +14166,7 @@
1416614166
"Flex Restore Jobs"
1416714167
],
1416814168
"x-xgen-hidden-env": {
14169-
"envs": "stage,prod"
14169+
"envs": "prod"
1417014170
},
1417114171
"x-xgen-owner-team": "Atlas Serverless II"
1417214172
},
@@ -14240,7 +14240,7 @@
1424014240
"Flex Restore Jobs"
1424114241
],
1424214242
"x-xgen-hidden-env": {
14243-
"envs": "stage,prod"
14243+
"envs": "prod"
1424414244
},
1424514245
"x-xgen-owner-team": "Atlas Serverless II"
1424614246
}
@@ -14311,7 +14311,7 @@
1431114311
"Flex Restore Jobs"
1431214312
],
1431314313
"x-xgen-hidden-env": {
14314-
"envs": "stage,prod"
14314+
"envs": "prod"
1431514315
},
1431614316
"x-xgen-owner-team": "Atlas Serverless II"
1431714317
}
@@ -14379,7 +14379,7 @@
1437914379
"Flex Snapshots"
1438014380
],
1438114381
"x-xgen-hidden-env": {
14382-
"envs": "stage,prod"
14382+
"envs": "prod"
1438314383
},
1438414384
"x-xgen-owner-team": "Atlas Serverless II"
1438514385
}
@@ -14448,7 +14448,7 @@
1444814448
"Flex Snapshots"
1444914449
],
1445014450
"x-xgen-hidden-env": {
14451-
"envs": "stage,prod"
14451+
"envs": "prod"
1445214452
},
1445314453
"x-xgen-owner-team": "Atlas Serverless II"
1445414454
}
@@ -14515,7 +14515,7 @@
1451514515
"Flex Clusters"
1451614516
],
1451714517
"x-xgen-hidden-env": {
14518-
"envs": "stage,prod"
14518+
"envs": "prod"
1451914519
},
1452014520
"x-xgen-owner-team": "Atlas Serverless II"
1452114521
}
@@ -40864,7 +40864,7 @@
4086440864
},
4086540865
"properties": {
4086640866
"cloudProvider": {
40867-
"description": "Human-readable label that identifies the Cloud service provider where you wish to store your archived data. **AZURE** may be selected only if **AZURE** is the Cloud service provider for the cluster and no **AWS** online archive has been created for the cluster.",
40867+
"description": "Human-readable label that identifies the Cloud service provider where you wish to store your archived data. **AZURE** or **GCP** may be selected only if it is the Cloud service provider for the cluster and no archives for any other cloud provider have been created for the cluster. **GCP** is currently only supported in [private preview](https://www.mongodb.com/community/forums/t/invitation-to-participate-in-the-private-preview-program-of-online-archive-on-gcp).",
4086840868
"enum": [
4086940869
"AWS",
4087040870
"AZURE"
@@ -61523,7 +61523,7 @@
6152361523
"type": "string"
6152461524
},
6152561525
"customerEndpointDNSName": {
61526-
"description": "Human-readable label to identify customer's VPC endpoint DNS name.",
61526+
"description": "Human-readable label to identify customer's VPC endpoint DNS name. If defined, you must also specify a value for **region**.",
6152761527
"type": "string"
6152861528
},
6152961529
"customerEndpointIPAddress": {
@@ -61556,7 +61556,7 @@
6155661556
"type": "string"
6155761557
},
6155861558
"region": {
61559-
"description": "Human-readable label to identify the region of customer's VPC endpoint.",
61559+
"description": "Human-readable label to identify the region of customer's VPC endpoint. If defined, you must also specify a value for **customerEndpointDNSName**.",
6156061560
"example": "US_EAST_1",
6156161561
"type": "string"
6156261562
},

openapi/v2.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9571,7 +9571,7 @@ components:
95719571
propertyName: cloudProvider
95729572
properties:
95739573
cloudProvider:
9574-
description: Human-readable label that identifies the Cloud service provider where you wish to store your archived data. **AZURE** may be selected only if **AZURE** is the Cloud service provider for the cluster and no **AWS** online archive has been created for the cluster.
9574+
description: Human-readable label that identifies the Cloud service provider where you wish to store your archived data. **AZURE** or **GCP** may be selected only if it is the Cloud service provider for the cluster and no archives for any other cloud provider have been created for the cluster. **GCP** is currently only supported in [private preview](https://www.mongodb.com/community/forums/t/invitation-to-participate-in-the-private-preview-program-of-online-archive-on-gcp).
95759575
enum:
95769576
- AWS
95779577
- AZURE
@@ -26284,7 +26284,7 @@ components:
2628426284
description: Human-readable string to associate with this private endpoint.
2628526285
type: string
2628626286
customerEndpointDNSName:
26287-
description: Human-readable label to identify customer's VPC endpoint DNS name.
26287+
description: Human-readable label to identify customer's VPC endpoint DNS name. If defined, you must also specify a value for **region**.
2628826288
type: string
2628926289
customerEndpointIPAddress:
2629026290
description: IP address used to connect to the Azure private endpoint.
@@ -26310,7 +26310,7 @@ components:
2631026310
- AWS
2631126311
type: string
2631226312
region:
26313-
description: Human-readable label to identify the region of customer's VPC endpoint.
26313+
description: Human-readable label to identify the region of customer's VPC endpoint. If defined, you must also specify a value for **customerEndpointDNSName**.
2631426314
example: US_EAST_1
2631526315
type: string
2631626316
status:
@@ -33366,7 +33366,7 @@ info:
3336633366
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3336733367
title: MongoDB Atlas Administration API
3336833368
version: "2.0"
33369-
x-xgen-sha: 1995920162cc39d7411fe8600a04ae7a8eb51212
33369+
x-xgen-sha: d1ae667e67c159652acceda2bab1dcadc953d648
3337033370
openapi: 3.0.1
3337133371
paths:
3337233372
/api/atlas/v2:
@@ -42009,7 +42009,7 @@ paths:
4200942009
tags:
4201042010
- Flex Clusters
4201142011
x-xgen-hidden-env:
42012-
envs: stage,prod
42012+
envs: prod
4201342013
x-xgen-owner-team: Atlas Serverless II
4201442014
post:
4201542015
description: Creates one flex cluster in the specified project. To use this resource, the requesting API Key must have the Project Owner role.
@@ -42045,7 +42045,7 @@ paths:
4204542045
tags:
4204642046
- Flex Clusters
4204742047
x-xgen-hidden-env:
42048-
envs: stage,prod
42048+
envs: prod
4204942049
x-xgen-owner-team: Atlas Serverless II
4205042050
/api/atlas/v2/groups/{groupId}/flexClusters/{name}:
4205142051
delete:
@@ -42084,7 +42084,7 @@ paths:
4208442084
tags:
4208542085
- Flex Clusters
4208642086
x-xgen-hidden-env:
42087-
envs: stage,prod
42087+
envs: prod
4208842088
x-xgen-owner-team: Atlas Serverless II
4208942089
get:
4209042090
description: Returns details for one flex cluster in the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
@@ -42122,7 +42122,7 @@ paths:
4212242122
tags:
4212342123
- Flex Clusters
4212442124
x-xgen-hidden-env:
42125-
envs: stage,prod
42125+
envs: prod
4212642126
x-xgen-owner-team: Atlas Serverless II
4212742127
patch:
4212842128
description: Updates one flex cluster in the specified project. To use this resource, the requesting API Key must have the Project Owner role.
@@ -42165,7 +42165,7 @@ paths:
4216542165
tags:
4216642166
- Flex Clusters
4216742167
x-xgen-hidden-env:
42168-
envs: stage,prod
42168+
envs: prod
4216942169
x-xgen-owner-team: Atlas Serverless II
4217042170
/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/download:
4217142171
post:
@@ -42215,7 +42215,7 @@ paths:
4221542215
tags:
4221642216
- Flex Snapshots
4221742217
x-xgen-hidden-env:
42218-
envs: stage,prod
42218+
envs: prod
4221942219
x-xgen-owner-team: Atlas Serverless II
4222042220
/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/restoreJobs:
4222142221
get:
@@ -42255,7 +42255,7 @@ paths:
4225542255
tags:
4225642256
- Flex Restore Jobs
4225742257
x-xgen-hidden-env:
42258-
envs: stage,prod
42258+
envs: prod
4225942259
x-xgen-owner-team: Atlas Serverless II
4226042260
post:
4226142261
description: Restores one snapshot of one flex cluster from the specified project. To use this resource, the requesting API Key must have the Project Owner role.
@@ -42302,7 +42302,7 @@ paths:
4230242302
tags:
4230342303
- Flex Restore Jobs
4230442304
x-xgen-hidden-env:
42305-
envs: stage,prod
42305+
envs: prod
4230642306
x-xgen-owner-team: Atlas Serverless II
4230742307
/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/restoreJobs/{restoreJobId}:
4230842308
get:
@@ -42348,7 +42348,7 @@ paths:
4234842348
tags:
4234942349
- Flex Restore Jobs
4235042350
x-xgen-hidden-env:
42351-
envs: stage,prod
42351+
envs: prod
4235242352
x-xgen-owner-team: Atlas Serverless II
4235342353
/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/snapshots:
4235442354
get:
@@ -42388,7 +42388,7 @@ paths:
4238842388
tags:
4238942389
- Flex Snapshots
4239042390
x-xgen-hidden-env:
42391-
envs: stage,prod
42391+
envs: prod
4239242392
x-xgen-owner-team: Atlas Serverless II
4239342393
/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/snapshots/{snapshotId}:
4239442394
get:
@@ -42434,7 +42434,7 @@ paths:
4243442434
tags:
4243542435
- Flex Snapshots
4243642436
x-xgen-hidden-env:
42437-
envs: stage,prod
42437+
envs: prod
4243842438
x-xgen-owner-team: Atlas Serverless II
4243942439
/api/atlas/v2/groups/{groupId}/flexClusters:tenantUpgrade:
4244042440
post:
@@ -42475,7 +42475,7 @@ paths:
4247542475
tags:
4247642476
- Flex Clusters
4247742477
x-xgen-hidden-env:
42478-
envs: stage,prod
42478+
envs: prod
4247942479
x-xgen-owner-team: Atlas Serverless II
4248042480
/api/atlas/v2/groups/{groupId}/hosts/{processId}/fts/metrics:
4248142481
get:

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

Lines changed: 4 additions & 4 deletions
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": "1995920162cc39d7411fe8600a04ae7a8eb51212"
211+
"x-xgen-sha": "d1ae667e67c159652acceda2bab1dcadc953d648"
212212
},
213213
"paths": {
214214
"/api/atlas/v2": {
@@ -32860,7 +32860,7 @@
3286032860
},
3286132861
"properties": {
3286232862
"cloudProvider": {
32863-
"description": "Human-readable label that identifies the Cloud service provider where you wish to store your archived data. **AZURE** may be selected only if **AZURE** is the Cloud service provider for the cluster and no **AWS** online archive has been created for the cluster.",
32863+
"description": "Human-readable label that identifies the Cloud service provider where you wish to store your archived data. **AZURE** or **GCP** may be selected only if it is the Cloud service provider for the cluster and no archives for any other cloud provider have been created for the cluster. **GCP** is currently only supported in [private preview](https://www.mongodb.com/community/forums/t/invitation-to-participate-in-the-private-preview-program-of-online-archive-on-gcp).",
3286432864
"enum": [
3286532865
"AWS",
3286632866
"AZURE"
@@ -53519,7 +53519,7 @@
5351953519
"type": "string"
5352053520
},
5352153521
"customerEndpointDNSName": {
53522-
"description": "Human-readable label to identify customer's VPC endpoint DNS name.",
53522+
"description": "Human-readable label to identify customer's VPC endpoint DNS name. If defined, you must also specify a value for **region**.",
5352353523
"type": "string"
5352453524
},
5352553525
"customerEndpointIPAddress": {
@@ -53552,7 +53552,7 @@
5355253552
"type": "string"
5355353553
},
5355453554
"region": {
53555-
"description": "Human-readable label to identify the region of customer's VPC endpoint.",
53555+
"description": "Human-readable label to identify the region of customer's VPC endpoint. If defined, you must also specify a value for **customerEndpointDNSName**.",
5355653556
"example": "US_EAST_1",
5355753557
"type": "string"
5355853558
},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9571,7 +9571,7 @@ components:
95719571
propertyName: cloudProvider
95729572
properties:
95739573
cloudProvider:
9574-
description: Human-readable label that identifies the Cloud service provider where you wish to store your archived data. **AZURE** may be selected only if **AZURE** is the Cloud service provider for the cluster and no **AWS** online archive has been created for the cluster.
9574+
description: Human-readable label that identifies the Cloud service provider where you wish to store your archived data. **AZURE** or **GCP** may be selected only if it is the Cloud service provider for the cluster and no archives for any other cloud provider have been created for the cluster. **GCP** is currently only supported in [private preview](https://www.mongodb.com/community/forums/t/invitation-to-participate-in-the-private-preview-program-of-online-archive-on-gcp).
95759575
enum:
95769576
- AWS
95779577
- AZURE
@@ -26284,7 +26284,7 @@ components:
2628426284
description: Human-readable string to associate with this private endpoint.
2628526285
type: string
2628626286
customerEndpointDNSName:
26287-
description: Human-readable label to identify customer's VPC endpoint DNS name.
26287+
description: Human-readable label to identify customer's VPC endpoint DNS name. If defined, you must also specify a value for **region**.
2628826288
type: string
2628926289
customerEndpointIPAddress:
2629026290
description: IP address used to connect to the Azure private endpoint.
@@ -26310,7 +26310,7 @@ components:
2631026310
- AWS
2631126311
type: string
2631226312
region:
26313-
description: Human-readable label to identify the region of customer's VPC endpoint.
26313+
description: Human-readable label to identify the region of customer's VPC endpoint. If defined, you must also specify a value for **customerEndpointDNSName**.
2631426314
example: US_EAST_1
2631526315
type: string
2631626316
status:
@@ -33366,7 +33366,7 @@ info:
3336633366
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3336733367
title: MongoDB Atlas Administration API
3336833368
version: "2.0"
33369-
x-xgen-sha: 1995920162cc39d7411fe8600a04ae7a8eb51212
33369+
x-xgen-sha: d1ae667e67c159652acceda2bab1dcadc953d648
3337033370
openapi: 3.0.1
3337133371
paths:
3337233372
/api/atlas/v2:

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
213213
"title": "MongoDB Atlas Administration API",
214214
"version": "2.0",
215-
"x-xgen-sha": "1995920162cc39d7411fe8600a04ae7a8eb51212"
215+
"x-xgen-sha": "d1ae667e67c159652acceda2bab1dcadc953d648"
216216
},
217217
"paths": {
218218
"/api/atlas/v2": {
@@ -34053,7 +34053,7 @@
3405334053
},
3405434054
"properties": {
3405534055
"cloudProvider": {
34056-
"description": "Human-readable label that identifies the Cloud service provider where you wish to store your archived data. **AZURE** may be selected only if **AZURE** is the Cloud service provider for the cluster and no **AWS** online archive has been created for the cluster.",
34056+
"description": "Human-readable label that identifies the Cloud service provider where you wish to store your archived data. **AZURE** or **GCP** may be selected only if it is the Cloud service provider for the cluster and no archives for any other cloud provider have been created for the cluster. **GCP** is currently only supported in [private preview](https://www.mongodb.com/community/forums/t/invitation-to-participate-in-the-private-preview-program-of-online-archive-on-gcp).",
3405734057
"enum": [
3405834058
"AWS",
3405934059
"AZURE"
@@ -54712,7 +54712,7 @@
5471254712
"type": "string"
5471354713
},
5471454714
"customerEndpointDNSName": {
54715-
"description": "Human-readable label to identify customer's VPC endpoint DNS name.",
54715+
"description": "Human-readable label to identify customer's VPC endpoint DNS name. If defined, you must also specify a value for **region**.",
5471654716
"type": "string"
5471754717
},
5471854718
"customerEndpointIPAddress": {
@@ -54745,7 +54745,7 @@
5474554745
"type": "string"
5474654746
},
5474754747
"region": {
54748-
"description": "Human-readable label to identify the region of customer's VPC endpoint.",
54748+
"description": "Human-readable label to identify the region of customer's VPC endpoint. If defined, you must also specify a value for **customerEndpointDNSName**.",
5474954749
"example": "US_EAST_1",
5475054750
"type": "string"
5475154751
},

0 commit comments

Comments
 (0)