Skip to content

Commit e6fb589

Browse files
1 parent 2db3575 commit e6fb589

18 files changed

+63
-45
lines changed

openapi/v2.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
253253
"title": "MongoDB Atlas Administration API",
254254
"version": "2.0",
255-
"x-xgen-sha": "dbd1973c0decbff758de339089aa895945e8696c"
255+
"x-xgen-sha": "f40a6ef70b53c0f82187fa1b81c1f39b334fd66b"
256256
},
257257
"paths": {
258258
"/api/atlas/v2": {
@@ -42493,10 +42493,11 @@
4249342493
},
4249442494
"properties": {
4249542495
"cloudProvider": {
42496-
"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).",
42496+
"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.",
4249742497
"enum": [
4249842498
"AWS",
42499-
"AZURE"
42499+
"AZURE",
42500+
"GCP"
4250042501
],
4250142502
"type": "string"
4250242503
}

openapi/v2.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9998,10 +9998,11 @@ components:
99989998
propertyName: cloudProvider
99999999
properties:
1000010000
cloudProvider:
10001-
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).
10001+
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.
1000210002
enum:
1000310003
- AWS
1000410004
- AZURE
10005+
- GCP
1000510006
type: string
1000610007
type: object
1000710008
writeOnly: true
@@ -34632,7 +34633,7 @@ info:
3463234633
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3463334634
title: MongoDB Atlas Administration API
3463434635
version: "2.0"
34635-
x-xgen-sha: dbd1973c0decbff758de339089aa895945e8696c
34636+
x-xgen-sha: f40a6ef70b53c0f82187fa1b81c1f39b334fd66b
3463634637
openapi: 3.0.1
3463734638
paths:
3463834639
/api/atlas/v2:

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

Lines changed: 4 additions & 3 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": "dbd1973c0decbff758de339089aa895945e8696c"
211+
"x-xgen-sha": "f40a6ef70b53c0f82187fa1b81c1f39b334fd66b"
212212
},
213213
"paths": {
214214
"/api/atlas/v2": {
@@ -33652,10 +33652,11 @@
3365233652
},
3365333653
"properties": {
3365433654
"cloudProvider": {
33655-
"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).",
33655+
"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.",
3365633656
"enum": [
3365733657
"AWS",
33658-
"AZURE"
33658+
"AZURE",
33659+
"GCP"
3365933660
],
3366033661
"type": "string"
3366133662
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9998,10 +9998,11 @@ components:
99989998
propertyName: cloudProvider
99999999
properties:
1000010000
cloudProvider:
10001-
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).
10001+
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.
1000210002
enum:
1000310003
- AWS
1000410004
- AZURE
10005+
- GCP
1000510006
type: string
1000610007
type: object
1000710008
writeOnly: true
@@ -34632,7 +34633,7 @@ info:
3463234633
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3463334634
title: MongoDB Atlas Administration API
3463434635
version: "2.0"
34635-
x-xgen-sha: dbd1973c0decbff758de339089aa895945e8696c
34636+
x-xgen-sha: f40a6ef70b53c0f82187fa1b81c1f39b334fd66b
3463634637
openapi: 3.0.1
3463734638
paths:
3463834639
/api/atlas/v2:

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

Lines changed: 4 additions & 3 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": "dbd1973c0decbff758de339089aa895945e8696c"
215+
"x-xgen-sha": "f40a6ef70b53c0f82187fa1b81c1f39b334fd66b"
216216
},
217217
"paths": {
218218
"/api/atlas/v2": {
@@ -34882,10 +34882,11 @@
3488234882
},
3488334883
"properties": {
3488434884
"cloudProvider": {
34885-
"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).",
34885+
"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.",
3488634886
"enum": [
3488734887
"AWS",
34888-
"AZURE"
34888+
"AZURE",
34889+
"GCP"
3488934890
],
3489034891
"type": "string"
3489134892
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9998,10 +9998,11 @@ components:
99989998
propertyName: cloudProvider
99999999
properties:
1000010000
cloudProvider:
10001-
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).
10001+
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.
1000210002
enum:
1000310003
- AWS
1000410004
- AZURE
10005+
- GCP
1000510006
type: string
1000610007
type: object
1000710008
writeOnly: true
@@ -34632,7 +34633,7 @@ info:
3463234633
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3463334634
title: MongoDB Atlas Administration API
3463434635
version: "2.0"
34635-
x-xgen-sha: dbd1973c0decbff758de339089aa895945e8696c
34636+
x-xgen-sha: f40a6ef70b53c0f82187fa1b81c1f39b334fd66b
3463634637
openapi: 3.0.1
3463734638
paths:
3463834639
/api/atlas/v2:

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

Lines changed: 4 additions & 3 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": "dbd1973c0decbff758de339089aa895945e8696c"
215+
"x-xgen-sha": "f40a6ef70b53c0f82187fa1b81c1f39b334fd66b"
216216
},
217217
"paths": {
218218
"/api/atlas/v2": {
@@ -34877,10 +34877,11 @@
3487734877
},
3487834878
"properties": {
3487934879
"cloudProvider": {
34880-
"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).",
34880+
"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.",
3488134881
"enum": [
3488234882
"AWS",
34883-
"AZURE"
34883+
"AZURE",
34884+
"GCP"
3488434885
],
3488534886
"type": "string"
3488634887
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9998,10 +9998,11 @@ components:
99989998
propertyName: cloudProvider
99999999
properties:
1000010000
cloudProvider:
10001-
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).
10001+
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.
1000210002
enum:
1000310003
- AWS
1000410004
- AZURE
10005+
- GCP
1000510006
type: string
1000610007
type: object
1000710008
writeOnly: true
@@ -34632,7 +34633,7 @@ info:
3463234633
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3463334634
title: MongoDB Atlas Administration API
3463434635
version: "2.0"
34635-
x-xgen-sha: dbd1973c0decbff758de339089aa895945e8696c
34636+
x-xgen-sha: f40a6ef70b53c0f82187fa1b81c1f39b334fd66b
3463634637
openapi: 3.0.1
3463734638
paths:
3463834639
/api/atlas/v2:

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
217217
"title": "MongoDB Atlas Administration API",
218218
"version": "2.0",
219-
"x-xgen-sha": "dbd1973c0decbff758de339089aa895945e8696c"
219+
"x-xgen-sha": "f40a6ef70b53c0f82187fa1b81c1f39b334fd66b"
220220
},
221221
"paths": {
222222
"/api/atlas/v2": {
@@ -35747,10 +35747,11 @@
3574735747
},
3574835748
"properties": {
3574935749
"cloudProvider": {
35750-
"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).",
35750+
"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.",
3575135751
"enum": [
3575235752
"AWS",
35753-
"AZURE"
35753+
"AZURE",
35754+
"GCP"
3575435755
],
3575535756
"type": "string"
3575635757
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9998,10 +9998,11 @@ components:
99989998
propertyName: cloudProvider
99999999
properties:
1000010000
cloudProvider:
10001-
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).
10001+
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.
1000210002
enum:
1000310003
- AWS
1000410004
- AZURE
10005+
- GCP
1000510006
type: string
1000610007
type: object
1000710008
writeOnly: true
@@ -34632,7 +34633,7 @@ info:
3463234633
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3463334634
title: MongoDB Atlas Administration API
3463434635
version: "2.0"
34635-
x-xgen-sha: dbd1973c0decbff758de339089aa895945e8696c
34636+
x-xgen-sha: f40a6ef70b53c0f82187fa1b81c1f39b334fd66b
3463634637
openapi: 3.0.1
3463734638
paths:
3463834639
/api/atlas/v2:

0 commit comments

Comments
 (0)