File tree Expand file tree Collapse file tree 14 files changed +364
-56
lines changed Expand file tree Collapse file tree 14 files changed +364
-56
lines changed Original file line number Diff line number Diff line change 232232 "termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
233233 "title": "MongoDB Atlas Administration API",
234234 "version": "2.0",
235- "x-xgen-sha": "51105c15b667d3a66c6b5670dd9c716fd2031ab6 "
235+ "x-xgen-sha": "889b9ca6dcebb6fb6fe51b4032b3fdd55f35dc22 "
236236 },
237237 "paths": {
238238 "/api/atlas/v2": {
4103941039 "description": "Range of instance sizes to which your cluster can scale.",
4104041040 "properties": {
4104141041 "compute": {
41042- "description": "Collection of settings that configures how a cluster might scale its cluster tier and whether the cluster can scale down.",
41043- "title": "Tenant",
41044- "type": "string"
41042+ "$ref": "#/components/schemas/FreeComputeAutoScalingRules"
4104541043 }
4104641044 },
4104741045 "type": "object"
5025450252 "title": "ReplicaSet Events",
5025550253 "type": "object"
5025650254 },
50255+ "FreeComputeAutoScalingRules": {
50256+ "description": "Collection of settings that configures how a cluster might scale its cluster tier and whether the cluster can scale down.",
50257+ "properties": {
50258+ "maxInstanceSize": {
50259+ "description": "Maximum instance size to which your cluster can automatically scale.",
50260+ "enum": [
50261+ "M0",
50262+ "M2",
50263+ "M5"
50264+ ],
50265+ "title": "Tenant Instance Sizes",
50266+ "type": "string"
50267+ },
50268+ "minInstanceSize": {
50269+ "description": "Minimum instance size to which your cluster can automatically scale.",
50270+ "enum": [
50271+ "M0",
50272+ "M2",
50273+ "M5"
50274+ ],
50275+ "title": "Tenant Instance Sizes",
50276+ "type": "string"
50277+ }
50278+ },
50279+ "title": "Tenant",
50280+ "type": "object"
50281+ },
5025750282 "GCPCloudProviderContainer": {
5025850283 "allOf": [
5025950284 {
Original file line number Diff line number Diff line change @@ -8611,9 +8611,7 @@ components:
86118611 description: Range of instance sizes to which your cluster can scale.
86128612 properties:
86138613 compute:
8614- description: Collection of settings that configures how a cluster might scale its cluster tier and whether the cluster can scale down.
8615- title: Tenant
8616- type: string
8614+ $ref: '#/components/schemas/FreeComputeAutoScalingRules'
86178615 type: object
86188616 ClusterFreeProviderSettings:
86198617 allOf:
@@ -15930,6 +15928,27 @@ components:
1593015928 - id
1593115929 title: ReplicaSet Events
1593215930 type: object
15931+ FreeComputeAutoScalingRules:
15932+ description: Collection of settings that configures how a cluster might scale its cluster tier and whether the cluster can scale down.
15933+ properties:
15934+ maxInstanceSize:
15935+ description: Maximum instance size to which your cluster can automatically scale.
15936+ enum:
15937+ - M0
15938+ - M2
15939+ - M5
15940+ title: Tenant Instance Sizes
15941+ type: string
15942+ minInstanceSize:
15943+ description: Minimum instance size to which your cluster can automatically scale.
15944+ enum:
15945+ - M0
15946+ - M2
15947+ - M5
15948+ title: Tenant Instance Sizes
15949+ type: string
15950+ title: Tenant
15951+ type: object
1593315952 GCPCloudProviderContainer:
1593415953 allOf:
1593515954 - $ref: '#/components/schemas/CloudProviderContainer'
@@ -32886,7 +32905,7 @@ info:
3288632905 termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3288732906 title: MongoDB Atlas Administration API
3288832907 version: "2.0"
32889- x-xgen-sha: 51105c15b667d3a66c6b5670dd9c716fd2031ab6
32908+ x-xgen-sha: 889b9ca6dcebb6fb6fe51b4032b3fdd55f35dc22
3289032909openapi: 3.0.1
3289132910paths:
3289232911 /api/atlas/v2:
Original file line number Diff line number Diff line change 200200 "termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
201201 "title": "MongoDB Atlas Administration API",
202202 "version": "2.0",
203- "x-xgen-sha": "51105c15b667d3a66c6b5670dd9c716fd2031ab6 "
203+ "x-xgen-sha": "889b9ca6dcebb6fb6fe51b4032b3fdd55f35dc22 "
204204 },
205205 "paths": {
206206 "/api/atlas/v2": {
3335833358 "description": "Range of instance sizes to which your cluster can scale.",
3335933359 "properties": {
3336033360 "compute": {
33361- "description": "Collection of settings that configures how a cluster might scale its cluster tier and whether the cluster can scale down.",
33362- "title": "Tenant",
33363- "type": "string"
33361+ "$ref": "#/components/schemas/FreeComputeAutoScalingRules"
3336433362 }
3336533363 },
3336633364 "type": "object"
4257342571 "title": "ReplicaSet Events",
4257442572 "type": "object"
4257542573 },
42574+ "FreeComputeAutoScalingRules": {
42575+ "description": "Collection of settings that configures how a cluster might scale its cluster tier and whether the cluster can scale down.",
42576+ "properties": {
42577+ "maxInstanceSize": {
42578+ "description": "Maximum instance size to which your cluster can automatically scale.",
42579+ "enum": [
42580+ "M0",
42581+ "M2",
42582+ "M5"
42583+ ],
42584+ "title": "Tenant Instance Sizes",
42585+ "type": "string"
42586+ },
42587+ "minInstanceSize": {
42588+ "description": "Minimum instance size to which your cluster can automatically scale.",
42589+ "enum": [
42590+ "M0",
42591+ "M2",
42592+ "M5"
42593+ ],
42594+ "title": "Tenant Instance Sizes",
42595+ "type": "string"
42596+ }
42597+ },
42598+ "title": "Tenant",
42599+ "type": "object"
42600+ },
4257642601 "GCPCloudProviderContainer": {
4257742602 "allOf": [
4257842603 {
Original file line number Diff line number Diff line change @@ -8611,9 +8611,7 @@ components:
86118611 description: Range of instance sizes to which your cluster can scale.
86128612 properties:
86138613 compute:
8614- description: Collection of settings that configures how a cluster might scale its cluster tier and whether the cluster can scale down.
8615- title: Tenant
8616- type: string
8614+ $ref: '#/components/schemas/FreeComputeAutoScalingRules'
86178615 type: object
86188616 ClusterFreeProviderSettings:
86198617 allOf:
@@ -15930,6 +15928,27 @@ components:
1593015928 - id
1593115929 title: ReplicaSet Events
1593215930 type: object
15931+ FreeComputeAutoScalingRules:
15932+ description: Collection of settings that configures how a cluster might scale its cluster tier and whether the cluster can scale down.
15933+ properties:
15934+ maxInstanceSize:
15935+ description: Maximum instance size to which your cluster can automatically scale.
15936+ enum:
15937+ - M0
15938+ - M2
15939+ - M5
15940+ title: Tenant Instance Sizes
15941+ type: string
15942+ minInstanceSize:
15943+ description: Minimum instance size to which your cluster can automatically scale.
15944+ enum:
15945+ - M0
15946+ - M2
15947+ - M5
15948+ title: Tenant Instance Sizes
15949+ type: string
15950+ title: Tenant
15951+ type: object
1593315952 GCPCloudProviderContainer:
1593415953 allOf:
1593515954 - $ref: '#/components/schemas/CloudProviderContainer'
@@ -32886,7 +32905,7 @@ info:
3288632905 termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3288732906 title: MongoDB Atlas Administration API
3288832907 version: "2.0"
32889- x-xgen-sha: 51105c15b667d3a66c6b5670dd9c716fd2031ab6
32908+ x-xgen-sha: 889b9ca6dcebb6fb6fe51b4032b3fdd55f35dc22
3289032909openapi: 3.0.1
3289132910paths:
3289232911 /api/atlas/v2:
Original file line number Diff line number Diff line change 204204 "termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
205205 "title": "MongoDB Atlas Administration API",
206206 "version": "2.0",
207- "x-xgen-sha": "51105c15b667d3a66c6b5670dd9c716fd2031ab6 "
207+ "x-xgen-sha": "889b9ca6dcebb6fb6fe51b4032b3fdd55f35dc22 "
208208 },
209209 "paths": {
210210 "/api/atlas/v2": {
3441334413 "description": "Range of instance sizes to which your cluster can scale.",
3441434414 "properties": {
3441534415 "compute": {
34416- "description": "Collection of settings that configures how a cluster might scale its cluster tier and whether the cluster can scale down.",
34417- "title": "Tenant",
34418- "type": "string"
34416+ "$ref": "#/components/schemas/FreeComputeAutoScalingRules"
3441934417 }
3442034418 },
3442134419 "type": "object"
4362843626 "title": "ReplicaSet Events",
4362943627 "type": "object"
4363043628 },
43629+ "FreeComputeAutoScalingRules": {
43630+ "description": "Collection of settings that configures how a cluster might scale its cluster tier and whether the cluster can scale down.",
43631+ "properties": {
43632+ "maxInstanceSize": {
43633+ "description": "Maximum instance size to which your cluster can automatically scale.",
43634+ "enum": [
43635+ "M0",
43636+ "M2",
43637+ "M5"
43638+ ],
43639+ "title": "Tenant Instance Sizes",
43640+ "type": "string"
43641+ },
43642+ "minInstanceSize": {
43643+ "description": "Minimum instance size to which your cluster can automatically scale.",
43644+ "enum": [
43645+ "M0",
43646+ "M2",
43647+ "M5"
43648+ ],
43649+ "title": "Tenant Instance Sizes",
43650+ "type": "string"
43651+ }
43652+ },
43653+ "title": "Tenant",
43654+ "type": "object"
43655+ },
4363143656 "GCPCloudProviderContainer": {
4363243657 "allOf": [
4363343658 {
Original file line number Diff line number Diff line change @@ -8611,9 +8611,7 @@ components:
86118611 description: Range of instance sizes to which your cluster can scale.
86128612 properties:
86138613 compute:
8614- description: Collection of settings that configures how a cluster might scale its cluster tier and whether the cluster can scale down.
8615- title: Tenant
8616- type: string
8614+ $ref: '#/components/schemas/FreeComputeAutoScalingRules'
86178615 type: object
86188616 ClusterFreeProviderSettings:
86198617 allOf:
@@ -15930,6 +15928,27 @@ components:
1593015928 - id
1593115929 title: ReplicaSet Events
1593215930 type: object
15931+ FreeComputeAutoScalingRules:
15932+ description: Collection of settings that configures how a cluster might scale its cluster tier and whether the cluster can scale down.
15933+ properties:
15934+ maxInstanceSize:
15935+ description: Maximum instance size to which your cluster can automatically scale.
15936+ enum:
15937+ - M0
15938+ - M2
15939+ - M5
15940+ title: Tenant Instance Sizes
15941+ type: string
15942+ minInstanceSize:
15943+ description: Minimum instance size to which your cluster can automatically scale.
15944+ enum:
15945+ - M0
15946+ - M2
15947+ - M5
15948+ title: Tenant Instance Sizes
15949+ type: string
15950+ title: Tenant
15951+ type: object
1593315952 GCPCloudProviderContainer:
1593415953 allOf:
1593515954 - $ref: '#/components/schemas/CloudProviderContainer'
@@ -32886,7 +32905,7 @@ info:
3288632905 termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3288732906 title: MongoDB Atlas Administration API
3288832907 version: "2.0"
32889- x-xgen-sha: 51105c15b667d3a66c6b5670dd9c716fd2031ab6
32908+ x-xgen-sha: 889b9ca6dcebb6fb6fe51b4032b3fdd55f35dc22
3289032909openapi: 3.0.1
3289132910paths:
3289232911 /api/atlas/v2:
Original file line number Diff line number Diff line change 204204 "termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
205205 "title": "MongoDB Atlas Administration API",
206206 "version": "2.0",
207- "x-xgen-sha": "51105c15b667d3a66c6b5670dd9c716fd2031ab6 "
207+ "x-xgen-sha": "889b9ca6dcebb6fb6fe51b4032b3fdd55f35dc22 "
208208 },
209209 "paths": {
210210 "/api/atlas/v2": {
3440834408 "description": "Range of instance sizes to which your cluster can scale.",
3440934409 "properties": {
3441034410 "compute": {
34411- "description": "Collection of settings that configures how a cluster might scale its cluster tier and whether the cluster can scale down.",
34412- "title": "Tenant",
34413- "type": "string"
34411+ "$ref": "#/components/schemas/FreeComputeAutoScalingRules"
3441434412 }
3441534413 },
3441634414 "type": "object"
4362343621 "title": "ReplicaSet Events",
4362443622 "type": "object"
4362543623 },
43624+ "FreeComputeAutoScalingRules": {
43625+ "description": "Collection of settings that configures how a cluster might scale its cluster tier and whether the cluster can scale down.",
43626+ "properties": {
43627+ "maxInstanceSize": {
43628+ "description": "Maximum instance size to which your cluster can automatically scale.",
43629+ "enum": [
43630+ "M0",
43631+ "M2",
43632+ "M5"
43633+ ],
43634+ "title": "Tenant Instance Sizes",
43635+ "type": "string"
43636+ },
43637+ "minInstanceSize": {
43638+ "description": "Minimum instance size to which your cluster can automatically scale.",
43639+ "enum": [
43640+ "M0",
43641+ "M2",
43642+ "M5"
43643+ ],
43644+ "title": "Tenant Instance Sizes",
43645+ "type": "string"
43646+ }
43647+ },
43648+ "title": "Tenant",
43649+ "type": "object"
43650+ },
4362643651 "GCPCloudProviderContainer": {
4362743652 "allOf": [
4362843653 {
You can’t perform that action at this time.
0 commit comments