Skip to content

Commit d09bf8d

Browse files
1 parent 400b30d commit d09bf8d

14 files changed

+266
-42
lines changed

openapi/v2.json

Lines changed: 21 additions & 3 deletions
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": "c3ea41984e7aff9fd340d71a98ccc1e7074ff007"
235+
"x-xgen-sha": "1deb67a5157665dade4ce5ea44340fe5073920ba"
236236
},
237237
"paths": {
238238
"/api/atlas/v2": {
@@ -40165,6 +40165,15 @@
4016540165
"format": "int32",
4016640166
"type": "integer"
4016740167
},
40168+
"defaultMaxTimeMS": {
40169+
"description": "Default time limit in milliseconds for individual read operations to complete.",
40170+
"externalDocs": {
40171+
"description": "This option corresponds to the defaultMaxTimeMS cluster parameter.",
40172+
"url": "https://www.mongodb.com/docs/upcoming/reference/cluster-parameters/defaultMaxTimeMS/"
40173+
},
40174+
"format": "int32",
40175+
"type": "integer"
40176+
},
4016840177
"defaultReadConcern": {
4016940178
"default": "available",
4017040179
"description": "Default level of acknowledgment requested from MongoDB for read operations set for this cluster.\n\nMongoDB 4.4 clusters default to `available`. MongoDB 5.0 and later clusters default to `local`.",
@@ -40197,7 +40206,7 @@
4019740206
"type": "boolean"
4019840207
},
4019940208
"javascriptEnabled": {
40200-
"description": "Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript.",
40209+
"description": "Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript. When using 8.0+, we recommend disabling server-side JavaScript and using operators of aggregation pipeline as more performant alternative.",
4020140210
"externalDocs": {
4020240211
"description": "This option corresponds to modifying the `security.javascriptEnabled` configuration file option for each `mongod` and `mongos` in the cluster.",
4020340212
"url": "https://docs.mongodb.com/upcoming/reference/configuration-options/#mongodb-setting-security.javascriptEnabled"
@@ -40308,6 +40317,15 @@
4030840317
"format": "int32",
4030940318
"type": "integer"
4031040319
},
40320+
"defaultMaxTimeMS": {
40321+
"description": "Default time limit in milliseconds for individual read operations to complete.",
40322+
"externalDocs": {
40323+
"description": "This option corresponds to the defaultMaxTimeMS cluster parameter.",
40324+
"url": "https://www.mongodb.com/docs/upcoming/reference/cluster-parameters/defaultMaxTimeMS/"
40325+
},
40326+
"format": "int32",
40327+
"type": "integer"
40328+
},
4031140329
"defaultWriteConcern": {
4031240330
"description": "Default level of acknowledgment requested from MongoDB for write operations when none is specified by the driver.",
4031340331
"externalDocs": {
@@ -40317,7 +40335,7 @@
4031740335
"type": "string"
4031840336
},
4031940337
"javascriptEnabled": {
40320-
"description": "Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript.",
40338+
"description": "Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript. When using 8.0+, we recommend disabling server-side JavaScript and using operators of aggregation pipeline as more performant alternative.",
4032140339
"externalDocs": {
4032240340
"description": "This option corresponds to modifying the `security.javascriptEnabled` configuration file option for each `mongod` and `mongos` in the cluster.",
4032340341
"url": "https://docs.mongodb.com/upcoming/reference/configuration-options/#mongodb-setting-security.javascriptEnabled"

openapi/v2.yaml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8292,6 +8292,13 @@ components:
82928292
url: https://www.mongodb.com/docs/manual/reference/parameters/#mongodb-parameter-param.chunkMigrationConcurrency
82938293
format: int32
82948294
type: integer
8295+
defaultMaxTimeMS:
8296+
description: Default time limit in milliseconds for individual read operations to complete.
8297+
externalDocs:
8298+
description: This option corresponds to the defaultMaxTimeMS cluster parameter.
8299+
url: https://www.mongodb.com/docs/upcoming/reference/cluster-parameters/defaultMaxTimeMS/
8300+
format: int32
8301+
type: integer
82958302
defaultReadConcern:
82968303
default: available
82978304
description: |-
@@ -8320,7 +8327,7 @@ components:
83208327
url: https://docs.mongodb.com/upcoming/reference/parameters/#mongodb-parameter-param.failIndexKeyTooLong
83218328
type: boolean
83228329
javascriptEnabled:
8323-
description: Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript.
8330+
description: Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript. When using 8.0+, we recommend disabling server-side JavaScript and using operators of aggregation pipeline as more performant alternative.
83248331
externalDocs:
83258332
description: This option corresponds to modifying the `security.javascriptEnabled` configuration file option for each `mongod` and `mongos` in the cluster.
83268333
url: https://docs.mongodb.com/upcoming/reference/configuration-options/#mongodb-setting-security.javascriptEnabled
@@ -8406,14 +8413,21 @@ components:
84068413
url: https://www.mongodb.com/docs/manual/reference/parameters/#mongodb-parameter-param.chunkMigrationConcurrency
84078414
format: int32
84088415
type: integer
8416+
defaultMaxTimeMS:
8417+
description: Default time limit in milliseconds for individual read operations to complete.
8418+
externalDocs:
8419+
description: This option corresponds to the defaultMaxTimeMS cluster parameter.
8420+
url: https://www.mongodb.com/docs/upcoming/reference/cluster-parameters/defaultMaxTimeMS/
8421+
format: int32
8422+
type: integer
84098423
defaultWriteConcern:
84108424
description: Default level of acknowledgment requested from MongoDB for write operations when none is specified by the driver.
84118425
externalDocs:
84128426
description: This option corresponds to the the implicit default write concern.
84138427
url: https://docs.mongodb.com/manual/reference/write-concern/
84148428
type: string
84158429
javascriptEnabled:
8416-
description: Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript.
8430+
description: Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript. When using 8.0+, we recommend disabling server-side JavaScript and using operators of aggregation pipeline as more performant alternative.
84178431
externalDocs:
84188432
description: This option corresponds to modifying the `security.javascriptEnabled` configuration file option for each `mongod` and `mongos` in the cluster.
84198433
url: https://docs.mongodb.com/upcoming/reference/configuration-options/#mongodb-setting-security.javascriptEnabled
@@ -32665,7 +32679,7 @@ info:
3266532679
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3266632680
title: MongoDB Atlas Administration API
3266732681
version: "2.0"
32668-
x-xgen-sha: c3ea41984e7aff9fd340d71a98ccc1e7074ff007
32682+
x-xgen-sha: 1deb67a5157665dade4ce5ea44340fe5073920ba
3266932683
openapi: 3.0.1
3267032684
paths:
3267132685
/api/atlas/v2:

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

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
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": "c3ea41984e7aff9fd340d71a98ccc1e7074ff007"
203+
"x-xgen-sha": "1deb67a5157665dade4ce5ea44340fe5073920ba"
204204
},
205205
"paths": {
206206
"/api/atlas/v2": {
@@ -32956,6 +32956,15 @@
3295632956
"format": "int32",
3295732957
"type": "integer"
3295832958
},
32959+
"defaultMaxTimeMS": {
32960+
"description": "Default time limit in milliseconds for individual read operations to complete.",
32961+
"externalDocs": {
32962+
"description": "This option corresponds to the defaultMaxTimeMS cluster parameter.",
32963+
"url": "https://www.mongodb.com/docs/upcoming/reference/cluster-parameters/defaultMaxTimeMS/"
32964+
},
32965+
"format": "int32",
32966+
"type": "integer"
32967+
},
3295932968
"defaultReadConcern": {
3296032969
"default": "available",
3296132970
"description": "Default level of acknowledgment requested from MongoDB for read operations set for this cluster.\n\nMongoDB 4.4 clusters default to `available`. MongoDB 5.0 and later clusters default to `local`.",
@@ -32988,7 +32997,7 @@
3298832997
"type": "boolean"
3298932998
},
3299032999
"javascriptEnabled": {
32991-
"description": "Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript.",
33000+
"description": "Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript. When using 8.0+, we recommend disabling server-side JavaScript and using operators of aggregation pipeline as more performant alternative.",
3299233001
"externalDocs": {
3299333002
"description": "This option corresponds to modifying the `security.javascriptEnabled` configuration file option for each `mongod` and `mongos` in the cluster.",
3299433003
"url": "https://docs.mongodb.com/upcoming/reference/configuration-options/#mongodb-setting-security.javascriptEnabled"
@@ -33099,6 +33108,15 @@
3309933108
"format": "int32",
3310033109
"type": "integer"
3310133110
},
33111+
"defaultMaxTimeMS": {
33112+
"description": "Default time limit in milliseconds for individual read operations to complete.",
33113+
"externalDocs": {
33114+
"description": "This option corresponds to the defaultMaxTimeMS cluster parameter.",
33115+
"url": "https://www.mongodb.com/docs/upcoming/reference/cluster-parameters/defaultMaxTimeMS/"
33116+
},
33117+
"format": "int32",
33118+
"type": "integer"
33119+
},
3310233120
"defaultWriteConcern": {
3310333121
"description": "Default level of acknowledgment requested from MongoDB for write operations when none is specified by the driver.",
3310433122
"externalDocs": {
@@ -33108,7 +33126,7 @@
3310833126
"type": "string"
3310933127
},
3311033128
"javascriptEnabled": {
33111-
"description": "Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript.",
33129+
"description": "Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript. When using 8.0+, we recommend disabling server-side JavaScript and using operators of aggregation pipeline as more performant alternative.",
3311233130
"externalDocs": {
3311333131
"description": "This option corresponds to modifying the `security.javascriptEnabled` configuration file option for each `mongod` and `mongos` in the cluster.",
3311433132
"url": "https://docs.mongodb.com/upcoming/reference/configuration-options/#mongodb-setting-security.javascriptEnabled"

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

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8292,6 +8292,13 @@ components:
82928292
url: https://www.mongodb.com/docs/manual/reference/parameters/#mongodb-parameter-param.chunkMigrationConcurrency
82938293
format: int32
82948294
type: integer
8295+
defaultMaxTimeMS:
8296+
description: Default time limit in milliseconds for individual read operations to complete.
8297+
externalDocs:
8298+
description: This option corresponds to the defaultMaxTimeMS cluster parameter.
8299+
url: https://www.mongodb.com/docs/upcoming/reference/cluster-parameters/defaultMaxTimeMS/
8300+
format: int32
8301+
type: integer
82958302
defaultReadConcern:
82968303
default: available
82978304
description: |-
@@ -8320,7 +8327,7 @@ components:
83208327
url: https://docs.mongodb.com/upcoming/reference/parameters/#mongodb-parameter-param.failIndexKeyTooLong
83218328
type: boolean
83228329
javascriptEnabled:
8323-
description: Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript.
8330+
description: Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript. When using 8.0+, we recommend disabling server-side JavaScript and using operators of aggregation pipeline as more performant alternative.
83248331
externalDocs:
83258332
description: This option corresponds to modifying the `security.javascriptEnabled` configuration file option for each `mongod` and `mongos` in the cluster.
83268333
url: https://docs.mongodb.com/upcoming/reference/configuration-options/#mongodb-setting-security.javascriptEnabled
@@ -8406,14 +8413,21 @@ components:
84068413
url: https://www.mongodb.com/docs/manual/reference/parameters/#mongodb-parameter-param.chunkMigrationConcurrency
84078414
format: int32
84088415
type: integer
8416+
defaultMaxTimeMS:
8417+
description: Default time limit in milliseconds for individual read operations to complete.
8418+
externalDocs:
8419+
description: This option corresponds to the defaultMaxTimeMS cluster parameter.
8420+
url: https://www.mongodb.com/docs/upcoming/reference/cluster-parameters/defaultMaxTimeMS/
8421+
format: int32
8422+
type: integer
84098423
defaultWriteConcern:
84108424
description: Default level of acknowledgment requested from MongoDB for write operations when none is specified by the driver.
84118425
externalDocs:
84128426
description: This option corresponds to the the implicit default write concern.
84138427
url: https://docs.mongodb.com/manual/reference/write-concern/
84148428
type: string
84158429
javascriptEnabled:
8416-
description: Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript.
8430+
description: Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript. When using 8.0+, we recommend disabling server-side JavaScript and using operators of aggregation pipeline as more performant alternative.
84178431
externalDocs:
84188432
description: This option corresponds to modifying the `security.javascriptEnabled` configuration file option for each `mongod` and `mongos` in the cluster.
84198433
url: https://docs.mongodb.com/upcoming/reference/configuration-options/#mongodb-setting-security.javascriptEnabled
@@ -32665,7 +32679,7 @@ info:
3266532679
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3266632680
title: MongoDB Atlas Administration API
3266732681
version: "2.0"
32668-
x-xgen-sha: c3ea41984e7aff9fd340d71a98ccc1e7074ff007
32682+
x-xgen-sha: 1deb67a5157665dade4ce5ea44340fe5073920ba
3266932683
openapi: 3.0.1
3267032684
paths:
3267132685
/api/atlas/v2:

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

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
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": "c3ea41984e7aff9fd340d71a98ccc1e7074ff007"
207+
"x-xgen-sha": "1deb67a5157665dade4ce5ea44340fe5073920ba"
208208
},
209209
"paths": {
210210
"/api/atlas/v2": {
@@ -33781,6 +33781,15 @@
3378133781
"format": "int32",
3378233782
"type": "integer"
3378333783
},
33784+
"defaultMaxTimeMS": {
33785+
"description": "Default time limit in milliseconds for individual read operations to complete.",
33786+
"externalDocs": {
33787+
"description": "This option corresponds to the defaultMaxTimeMS cluster parameter.",
33788+
"url": "https://www.mongodb.com/docs/upcoming/reference/cluster-parameters/defaultMaxTimeMS/"
33789+
},
33790+
"format": "int32",
33791+
"type": "integer"
33792+
},
3378433793
"defaultReadConcern": {
3378533794
"default": "available",
3378633795
"description": "Default level of acknowledgment requested from MongoDB for read operations set for this cluster.\n\nMongoDB 4.4 clusters default to `available`. MongoDB 5.0 and later clusters default to `local`.",
@@ -33813,7 +33822,7 @@
3381333822
"type": "boolean"
3381433823
},
3381533824
"javascriptEnabled": {
33816-
"description": "Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript.",
33825+
"description": "Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript. When using 8.0+, we recommend disabling server-side JavaScript and using operators of aggregation pipeline as more performant alternative.",
3381733826
"externalDocs": {
3381833827
"description": "This option corresponds to modifying the `security.javascriptEnabled` configuration file option for each `mongod` and `mongos` in the cluster.",
3381933828
"url": "https://docs.mongodb.com/upcoming/reference/configuration-options/#mongodb-setting-security.javascriptEnabled"
@@ -33924,6 +33933,15 @@
3392433933
"format": "int32",
3392533934
"type": "integer"
3392633935
},
33936+
"defaultMaxTimeMS": {
33937+
"description": "Default time limit in milliseconds for individual read operations to complete.",
33938+
"externalDocs": {
33939+
"description": "This option corresponds to the defaultMaxTimeMS cluster parameter.",
33940+
"url": "https://www.mongodb.com/docs/upcoming/reference/cluster-parameters/defaultMaxTimeMS/"
33941+
},
33942+
"format": "int32",
33943+
"type": "integer"
33944+
},
3392733945
"defaultWriteConcern": {
3392833946
"description": "Default level of acknowledgment requested from MongoDB for write operations when none is specified by the driver.",
3392933947
"externalDocs": {
@@ -33933,7 +33951,7 @@
3393333951
"type": "string"
3393433952
},
3393533953
"javascriptEnabled": {
33936-
"description": "Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript.",
33954+
"description": "Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript. When using 8.0+, we recommend disabling server-side JavaScript and using operators of aggregation pipeline as more performant alternative.",
3393733955
"externalDocs": {
3393833956
"description": "This option corresponds to modifying the `security.javascriptEnabled` configuration file option for each `mongod` and `mongos` in the cluster.",
3393933957
"url": "https://docs.mongodb.com/upcoming/reference/configuration-options/#mongodb-setting-security.javascriptEnabled"

0 commit comments

Comments
 (0)