Skip to content

Commit 813a787

Browse files
ci(prod): Release OpenAPI Spec 🚀. See https://github.com/mongodb/openapi/actions/runs/18176905885.
1 parent 6a9b861 commit 813a787

26 files changed

+268
-26
lines changed

openapi/.raw/v2.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47533,6 +47533,18 @@
4753347533
"readOnly": true,
4753447534
"type": "array"
4753547535
},
47536+
"maxTierSize": {
47537+
"description": "Max tier size for the Stream Instance. Configures Memory / VCPU allowances. This field is not supported yet.",
47538+
"enum": [
47539+
"SP50",
47540+
"SP30",
47541+
"SP10",
47542+
"SP5",
47543+
"SP2"
47544+
],
47545+
"title": "Stream Instance Max Tier Size",
47546+
"type": "string"
47547+
},
4753647548
"tier": {
4753747549
"description": "Selected tier for the Stream Instance. Configures Memory / VCPU allowances.",
4753847550
"enum": [
@@ -53760,7 +53772,7 @@
5376053772
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
5376153773
"title": "MongoDB Atlas Administration API",
5376253774
"version": "2.0",
53763-
"x-xgen-sha": "e1b68ab22c4ba90bbdfae7bc1f82c5e44c97e888"
53775+
"x-xgen-sha": "7ac9b8bd1b5491c9ad410640a631dc91d9375f46"
5376453776
},
5376553777
"openapi": "3.0.1",
5376653778
"paths": {

openapi/.raw/v2.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37385,6 +37385,16 @@ components:
3738537385
$ref: '#/components/schemas/Link'
3738637386
readOnly: true
3738737387
type: array
37388+
maxTierSize:
37389+
description: Max tier size for the Stream Instance. Configures Memory / VCPU allowances. This field is not supported yet.
37390+
enum:
37391+
- SP50
37392+
- SP30
37393+
- SP10
37394+
- SP5
37395+
- SP2
37396+
title: Stream Instance Max Tier Size
37397+
type: string
3738837398
tier:
3738937399
description: Selected tier for the Stream Instance. Configures Memory / VCPU allowances.
3739037400
enum:
@@ -42245,7 +42255,7 @@ info:
4224542255
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
4224642256
title: MongoDB Atlas Administration API
4224742257
version: "2.0"
42248-
x-xgen-sha: e1b68ab22c4ba90bbdfae7bc1f82c5e44c97e888
42258+
x-xgen-sha: 7ac9b8bd1b5491c9ad410640a631dc91d9375f46
4224942259
openapi: 3.0.1
4225042260
paths:
4225142261
/api/atlas/v2:

openapi/v2.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45163,6 +45163,18 @@
4516345163
"readOnly": true,
4516445164
"type": "array"
4516545165
},
45166+
"maxTierSize": {
45167+
"description": "Max tier size for the Stream Instance. Configures Memory / VCPU allowances. This field is not supported yet.",
45168+
"enum": [
45169+
"SP50",
45170+
"SP30",
45171+
"SP10",
45172+
"SP5",
45173+
"SP2"
45174+
],
45175+
"title": "Stream Instance Max Tier Size",
45176+
"type": "string"
45177+
},
4516645178
"tier": {
4516745179
"description": "Selected tier for the Stream Instance. Configures Memory / VCPU allowances.",
4516845180
"enum": [
@@ -50854,7 +50866,7 @@
5085450866
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
5085550867
"title": "MongoDB Atlas Administration API",
5085650868
"version": "2.0",
50857-
"x-xgen-sha": "e1b68ab22c4ba90bbdfae7bc1f82c5e44c97e888"
50869+
"x-xgen-sha": "7ac9b8bd1b5491c9ad410640a631dc91d9375f46"
5085850870
},
5085950871
"openapi": "3.0.1",
5086050872
"paths": {

openapi/v2.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35748,6 +35748,16 @@ components:
3574835748
$ref: '#/components/schemas/Link'
3574935749
readOnly: true
3575035750
type: array
35751+
maxTierSize:
35752+
description: Max tier size for the Stream Instance. Configures Memory / VCPU allowances. This field is not supported yet.
35753+
enum:
35754+
- SP50
35755+
- SP30
35756+
- SP10
35757+
- SP5
35758+
- SP2
35759+
title: Stream Instance Max Tier Size
35760+
type: string
3575135761
tier:
3575235762
description: Selected tier for the Stream Instance. Configures Memory / VCPU allowances.
3575335763
enum:
@@ -40220,7 +40230,7 @@ info:
4022040230
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
4022140231
title: MongoDB Atlas Administration API
4022240232
version: "2.0"
40223-
x-xgen-sha: e1b68ab22c4ba90bbdfae7bc1f82c5e44c97e888
40233+
x-xgen-sha: 7ac9b8bd1b5491c9ad410640a631dc91d9375f46
4022440234
openapi: 3.0.1
4022540235
paths:
4022640236
/api/atlas/v2:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45507,7 +45507,7 @@
4550745507
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
4550845508
"title": "MongoDB Atlas Administration API",
4550945509
"version": "2.0",
45510-
"x-xgen-sha": "e1b68ab22c4ba90bbdfae7bc1f82c5e44c97e888"
45510+
"x-xgen-sha": "7ac9b8bd1b5491c9ad410640a631dc91d9375f46"
4551145511
},
4551245512
"openapi": "3.0.1",
4551345513
"paths": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35960,7 +35960,7 @@ info:
3596035960
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3596135961
title: MongoDB Atlas Administration API
3596235962
version: "2.0"
35963-
x-xgen-sha: e1b68ab22c4ba90bbdfae7bc1f82c5e44c97e888
35963+
x-xgen-sha: 7ac9b8bd1b5491c9ad410640a631dc91d9375f46
3596435964
openapi: 3.0.1
3596535965
paths:
3596635966
/api/atlas/v2:

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40785,6 +40785,18 @@
4078540785
"readOnly": true,
4078640786
"type": "array"
4078740787
},
40788+
"maxTierSize": {
40789+
"description": "Max tier size for the Stream Instance. Configures Memory / VCPU allowances. This field is not supported yet.",
40790+
"enum": [
40791+
"SP50",
40792+
"SP30",
40793+
"SP10",
40794+
"SP5",
40795+
"SP2"
40796+
],
40797+
"title": "Stream Instance Max Tier Size",
40798+
"type": "string"
40799+
},
4078840800
"tier": {
4078940801
"description": "Selected tier for the Stream Instance. Configures Memory / VCPU allowances.",
4079040802
"enum": [
@@ -46231,7 +46243,7 @@
4623146243
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
4623246244
"title": "MongoDB Atlas Administration API",
4623346245
"version": "2.0",
46234-
"x-xgen-sha": "e1b68ab22c4ba90bbdfae7bc1f82c5e44c97e888"
46246+
"x-xgen-sha": "7ac9b8bd1b5491c9ad410640a631dc91d9375f46"
4623546247
},
4623646248
"openapi": "3.0.1",
4623746249
"paths": {

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32283,6 +32283,16 @@ components:
3228332283
$ref: '#/components/schemas/Link'
3228432284
readOnly: true
3228532285
type: array
32286+
maxTierSize:
32287+
description: Max tier size for the Stream Instance. Configures Memory / VCPU allowances. This field is not supported yet.
32288+
enum:
32289+
- SP50
32290+
- SP30
32291+
- SP10
32292+
- SP5
32293+
- SP2
32294+
title: Stream Instance Max Tier Size
32295+
type: string
3228632296
tier:
3228732297
description: Selected tier for the Stream Instance. Configures Memory / VCPU allowances.
3228832298
enum:
@@ -36566,7 +36576,7 @@ info:
3656636576
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3656736577
title: MongoDB Atlas Administration API
3656836578
version: "2.0"
36569-
x-xgen-sha: e1b68ab22c4ba90bbdfae7bc1f82c5e44c97e888
36579+
x-xgen-sha: 7ac9b8bd1b5491c9ad410640a631dc91d9375f46
3657036580
openapi: 3.0.1
3657136581
paths:
3657236582
/api/atlas/v2:

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40885,6 +40885,18 @@
4088540885
"readOnly": true,
4088640886
"type": "array"
4088740887
},
40888+
"maxTierSize": {
40889+
"description": "Max tier size for the Stream Instance. Configures Memory / VCPU allowances. This field is not supported yet.",
40890+
"enum": [
40891+
"SP50",
40892+
"SP30",
40893+
"SP10",
40894+
"SP5",
40895+
"SP2"
40896+
],
40897+
"title": "Stream Instance Max Tier Size",
40898+
"type": "string"
40899+
},
4088840900
"tier": {
4088940901
"description": "Selected tier for the Stream Instance. Configures Memory / VCPU allowances.",
4089040902
"enum": [
@@ -46331,7 +46343,7 @@
4633146343
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
4633246344
"title": "MongoDB Atlas Administration API",
4633346345
"version": "2.0",
46334-
"x-xgen-sha": "e1b68ab22c4ba90bbdfae7bc1f82c5e44c97e888"
46346+
"x-xgen-sha": "7ac9b8bd1b5491c9ad410640a631dc91d9375f46"
4633546347
},
4633646348
"openapi": "3.0.1",
4633746349
"paths": {

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32361,6 +32361,16 @@ components:
3236132361
$ref: '#/components/schemas/Link'
3236232362
readOnly: true
3236332363
type: array
32364+
maxTierSize:
32365+
description: Max tier size for the Stream Instance. Configures Memory / VCPU allowances. This field is not supported yet.
32366+
enum:
32367+
- SP50
32368+
- SP30
32369+
- SP10
32370+
- SP5
32371+
- SP2
32372+
title: Stream Instance Max Tier Size
32373+
type: string
3236432374
tier:
3236532375
description: Selected tier for the Stream Instance. Configures Memory / VCPU allowances.
3236632376
enum:
@@ -36644,7 +36654,7 @@ info:
3664436654
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3664536655
title: MongoDB Atlas Administration API
3664636656
version: "2.0"
36647-
x-xgen-sha: e1b68ab22c4ba90bbdfae7bc1f82c5e44c97e888
36657+
x-xgen-sha: 7ac9b8bd1b5491c9ad410640a631dc91d9375f46
3664836658
openapi: 3.0.1
3664936659
paths:
3665036660
/api/atlas/v2:

0 commit comments

Comments
 (0)