Skip to content

Commit 5e68902

Browse files
1 parent b7b8d2c commit 5e68902

14 files changed

+1442
-14
lines changed

openapi/v2.json

Lines changed: 105 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
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": "482169995663319ce00b4fa43c3b63fd83d85263"
235+
"x-xgen-sha": "c3ea41984e7aff9fd340d71a98ccc1e7074ff007"
236236
},
237237
"paths": {
238238
"/api/atlas/v2": {
@@ -31370,6 +31370,32 @@
3137031370
],
3137131371
"type": "string"
3137231372
},
31373+
"configServerManagementMode": {
31374+
"default": "ATLAS_MANAGED",
31375+
"description": "Config Server Management Mode for creating or updating a sharded cluster.\n\nWhen configured as ATLAS_MANAGED, atlas may automatically switch the cluster's config server type for optimal performance and savings.\n\nWhen configured as FIXED_TO_DEDICATED, the cluster will always use a dedicated config server.",
31376+
"enum": [
31377+
"ATLAS_MANAGED",
31378+
"FIXED_TO_DEDICATED"
31379+
],
31380+
"externalDocs": {
31381+
"description": "MongoDB Sharded Cluster Config Servers",
31382+
"url": "https://dochub.mongodb.org/docs/manual/core/sharded-cluster-config-servers"
31383+
},
31384+
"type": "string"
31385+
},
31386+
"configServerType": {
31387+
"description": "Describes a sharded cluster's config server type.",
31388+
"enum": [
31389+
"DEDICATED",
31390+
"EMBEDDED"
31391+
],
31392+
"externalDocs": {
31393+
"description": "MongoDB Sharded Cluster Config Servers",
31394+
"url": "https://dochub.mongodb.org/docs/manual/core/sharded-cluster-config-servers"
31395+
},
31396+
"readOnly": true,
31397+
"type": "string"
31398+
},
3137331399
"connectionStrings": {
3137431400
"$ref": "#/components/schemas/ClusterConnectionStrings"
3137531401
},
@@ -39825,6 +39851,32 @@
3982539851
],
3982639852
"type": "string"
3982739853
},
39854+
"configServerManagementMode": {
39855+
"default": "ATLAS_MANAGED",
39856+
"description": "Config Server Management Mode for creating or updating a sharded cluster.\n\nWhen configured as ATLAS_MANAGED, atlas may automatically switch the cluster's config server type for optimal performance and savings.\n\nWhen configured as FIXED_TO_DEDICATED, the cluster will always use a dedicated config server.",
39857+
"enum": [
39858+
"ATLAS_MANAGED",
39859+
"FIXED_TO_DEDICATED"
39860+
],
39861+
"externalDocs": {
39862+
"description": "MongoDB Sharded Cluster Config Servers",
39863+
"url": "https://dochub.mongodb.org/docs/manual/core/sharded-cluster-config-servers"
39864+
},
39865+
"type": "string"
39866+
},
39867+
"configServerType": {
39868+
"description": "Describes a sharded cluster's config server type.",
39869+
"enum": [
39870+
"DEDICATED",
39871+
"EMBEDDED"
39872+
],
39873+
"externalDocs": {
39874+
"description": "MongoDB Sharded Cluster Config Servers",
39875+
"url": "https://dochub.mongodb.org/docs/manual/core/sharded-cluster-config-servers"
39876+
},
39877+
"readOnly": true,
39878+
"type": "string"
39879+
},
3982839880
"connectionStrings": {
3982939881
"$ref": "#/components/schemas/ClusterConnectionStrings"
3983039882
},
@@ -53680,6 +53732,32 @@
5368053732
],
5368153733
"type": "string"
5368253734
},
53735+
"configServerManagementMode": {
53736+
"default": "ATLAS_MANAGED",
53737+
"description": "Config Server Management Mode for creating or updating a sharded cluster.\n\nWhen configured as ATLAS_MANAGED, atlas may automatically switch the cluster's config server type for optimal performance and savings.\n\nWhen configured as FIXED_TO_DEDICATED, the cluster will always use a dedicated config server.",
53738+
"enum": [
53739+
"ATLAS_MANAGED",
53740+
"FIXED_TO_DEDICATED"
53741+
],
53742+
"externalDocs": {
53743+
"description": "MongoDB Sharded Cluster Config Servers",
53744+
"url": "https://dochub.mongodb.org/docs/manual/core/sharded-cluster-config-servers"
53745+
},
53746+
"type": "string"
53747+
},
53748+
"configServerType": {
53749+
"description": "Describes a sharded cluster's config server type.",
53750+
"enum": [
53751+
"DEDICATED",
53752+
"EMBEDDED"
53753+
],
53754+
"externalDocs": {
53755+
"description": "MongoDB Sharded Cluster Config Servers",
53756+
"url": "https://dochub.mongodb.org/docs/manual/core/sharded-cluster-config-servers"
53757+
},
53758+
"readOnly": true,
53759+
"type": "string"
53760+
},
5368353761
"connectionStrings": {
5368453762
"$ref": "#/components/schemas/ClusterConnectionStrings"
5368553763
},
@@ -53988,6 +54066,32 @@
5398854066
],
5398954067
"type": "string"
5399054068
},
54069+
"configServerManagementMode": {
54070+
"default": "ATLAS_MANAGED",
54071+
"description": "Config Server Management Mode for creating or updating a sharded cluster.\n\nWhen configured as ATLAS_MANAGED, atlas may automatically switch the cluster's config server type for optimal performance and savings.\n\nWhen configured as FIXED_TO_DEDICATED, the cluster will always use a dedicated config server.",
54072+
"enum": [
54073+
"ATLAS_MANAGED",
54074+
"FIXED_TO_DEDICATED"
54075+
],
54076+
"externalDocs": {
54077+
"description": "MongoDB Sharded Cluster Config Servers",
54078+
"url": "https://dochub.mongodb.org/docs/manual/core/sharded-cluster-config-servers"
54079+
},
54080+
"type": "string"
54081+
},
54082+
"configServerType": {
54083+
"description": "Describes a sharded cluster's config server type.",
54084+
"enum": [
54085+
"DEDICATED",
54086+
"EMBEDDED"
54087+
],
54088+
"externalDocs": {
54089+
"description": "MongoDB Sharded Cluster Config Servers",
54090+
"url": "https://dochub.mongodb.org/docs/manual/core/sharded-cluster-config-servers"
54091+
},
54092+
"readOnly": true,
54093+
"type": "string"
54094+
},
5399154095
"connectionStrings": {
5399254096
"$ref": "#/components/schemas/ClusterConnectionStrings"
5399354097
},

openapi/v2.yaml

Lines changed: 101 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,31 @@ components:
982982
- SHARDED
983983
- GEOSHARDED
984984
type: string
985+
configServerManagementMode:
986+
default: ATLAS_MANAGED
987+
description: |-
988+
Config Server Management Mode for creating or updating a sharded cluster.
989+
990+
When configured as ATLAS_MANAGED, atlas may automatically switch the cluster's config server type for optimal performance and savings.
991+
992+
When configured as FIXED_TO_DEDICATED, the cluster will always use a dedicated config server.
993+
enum:
994+
- ATLAS_MANAGED
995+
- FIXED_TO_DEDICATED
996+
externalDocs:
997+
description: MongoDB Sharded Cluster Config Servers
998+
url: https://dochub.mongodb.org/docs/manual/core/sharded-cluster-config-servers
999+
type: string
1000+
configServerType:
1001+
description: Describes a sharded cluster's config server type.
1002+
enum:
1003+
- DEDICATED
1004+
- EMBEDDED
1005+
externalDocs:
1006+
description: MongoDB Sharded Cluster Config Servers
1007+
url: https://dochub.mongodb.org/docs/manual/core/sharded-cluster-config-servers
1008+
readOnly: true
1009+
type: string
9851010
connectionStrings:
9861011
$ref: '#/components/schemas/ClusterConnectionStrings'
9871012
createDate:
@@ -7996,6 +8021,31 @@ components:
79968021
- SHARDED
79978022
- GEOSHARDED
79988023
type: string
8024+
configServerManagementMode:
8025+
default: ATLAS_MANAGED
8026+
description: |-
8027+
Config Server Management Mode for creating or updating a sharded cluster.
8028+
8029+
When configured as ATLAS_MANAGED, atlas may automatically switch the cluster's config server type for optimal performance and savings.
8030+
8031+
When configured as FIXED_TO_DEDICATED, the cluster will always use a dedicated config server.
8032+
enum:
8033+
- ATLAS_MANAGED
8034+
- FIXED_TO_DEDICATED
8035+
externalDocs:
8036+
description: MongoDB Sharded Cluster Config Servers
8037+
url: https://dochub.mongodb.org/docs/manual/core/sharded-cluster-config-servers
8038+
type: string
8039+
configServerType:
8040+
description: Describes a sharded cluster's config server type.
8041+
enum:
8042+
- DEDICATED
8043+
- EMBEDDED
8044+
externalDocs:
8045+
description: MongoDB Sharded Cluster Config Servers
8046+
url: https://dochub.mongodb.org/docs/manual/core/sharded-cluster-config-servers
8047+
readOnly: true
8048+
type: string
79998049
connectionStrings:
80008050
$ref: '#/components/schemas/ClusterConnectionStrings'
80018051
createDate:
@@ -19303,6 +19353,31 @@ components:
1930319353
- SHARDED
1930419354
- GEOSHARDED
1930519355
type: string
19356+
configServerManagementMode:
19357+
default: ATLAS_MANAGED
19358+
description: |-
19359+
Config Server Management Mode for creating or updating a sharded cluster.
19360+
19361+
When configured as ATLAS_MANAGED, atlas may automatically switch the cluster's config server type for optimal performance and savings.
19362+
19363+
When configured as FIXED_TO_DEDICATED, the cluster will always use a dedicated config server.
19364+
enum:
19365+
- ATLAS_MANAGED
19366+
- FIXED_TO_DEDICATED
19367+
externalDocs:
19368+
description: MongoDB Sharded Cluster Config Servers
19369+
url: https://dochub.mongodb.org/docs/manual/core/sharded-cluster-config-servers
19370+
type: string
19371+
configServerType:
19372+
description: Describes a sharded cluster's config server type.
19373+
enum:
19374+
- DEDICATED
19375+
- EMBEDDED
19376+
externalDocs:
19377+
description: MongoDB Sharded Cluster Config Servers
19378+
url: https://dochub.mongodb.org/docs/manual/core/sharded-cluster-config-servers
19379+
readOnly: true
19380+
type: string
1930619381
connectionStrings:
1930719382
$ref: '#/components/schemas/ClusterConnectionStrings'
1930819383
createDate:
@@ -19570,6 +19645,31 @@ components:
1957019645
- SHARDED
1957119646
- GEOSHARDED
1957219647
type: string
19648+
configServerManagementMode:
19649+
default: ATLAS_MANAGED
19650+
description: |-
19651+
Config Server Management Mode for creating or updating a sharded cluster.
19652+
19653+
When configured as ATLAS_MANAGED, atlas may automatically switch the cluster's config server type for optimal performance and savings.
19654+
19655+
When configured as FIXED_TO_DEDICATED, the cluster will always use a dedicated config server.
19656+
enum:
19657+
- ATLAS_MANAGED
19658+
- FIXED_TO_DEDICATED
19659+
externalDocs:
19660+
description: MongoDB Sharded Cluster Config Servers
19661+
url: https://dochub.mongodb.org/docs/manual/core/sharded-cluster-config-servers
19662+
type: string
19663+
configServerType:
19664+
description: Describes a sharded cluster's config server type.
19665+
enum:
19666+
- DEDICATED
19667+
- EMBEDDED
19668+
externalDocs:
19669+
description: MongoDB Sharded Cluster Config Servers
19670+
url: https://dochub.mongodb.org/docs/manual/core/sharded-cluster-config-servers
19671+
readOnly: true
19672+
type: string
1957319673
connectionStrings:
1957419674
$ref: '#/components/schemas/ClusterConnectionStrings'
1957519675
createDate:
@@ -32565,7 +32665,7 @@ info:
3256532665
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3256632666
title: MongoDB Atlas Administration API
3256732667
version: "2.0"
32568-
x-xgen-sha: 482169995663319ce00b4fa43c3b63fd83d85263
32668+
x-xgen-sha: c3ea41984e7aff9fd340d71a98ccc1e7074ff007
3256932669
openapi: 3.0.1
3257032670
paths:
3257132671
/api/atlas/v2:

0 commit comments

Comments
 (0)