Skip to content

Commit ed4938f

Browse files
ci(prod): Release OpenAPI Spec 🚀. See https://github.com/mongodb/openapi/actions/runs/17800258767.
1 parent d931767 commit ed4938f

24 files changed

+420
-24
lines changed

openapi/.raw/v2.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14278,6 +14278,22 @@
1427814278
"title": "Archival Criteria",
1427914279
"type": "object"
1428014280
},
14281+
"CustomSessionTimeouts": {
14282+
"description": "Defines the session timeout settings for managing user sessions at the organization level. When set to null, the field's value is unset, and the default timeout settings are applied.",
14283+
"properties": {
14284+
"absoluteSessionTimeoutInSeconds": {
14285+
"description": "Specifies the absolute session timeout duration in seconds. When set to null, the field's value is unset, and the default value of 43,200 seconds (12 hours) is applied. Accepted values range between a minimum of 3,600 seconds (1 hour) and a maximum of 43,200 seconds (12 hours).",
14286+
"format": "int32",
14287+
"type": "integer"
14288+
},
14289+
"idleSessionTimeoutInSeconds": {
14290+
"description": "Specifies the idle session timeout duration in seconds. When set to null, the field's value is unset, and the default behavior depends on the context: no timeout for Atlas Commercial, and 600 seconds (10 minutes) for Atlas for Government. Accepted values start at a minimum of 300 seconds (5 minutes). For Atlas Commercial, the maximum value cannot exceed the configured absolute session timeout. For Atlas for Government, the maximum value is capped at 600 seconds (10 minutes).",
14291+
"format": "int32",
14292+
"type": "integer"
14293+
}
14294+
},
14295+
"type": "object"
14296+
},
1428114297
"CustomZoneMappings": {
1428214298
"properties": {
1428314299
"customZoneMappings": {
@@ -38944,6 +38960,9 @@
3894438960
"description": "Flag that indicates whether to require API operations to originate from an IP Address added to the API access list for the specified organization.",
3894538961
"type": "boolean"
3894638962
},
38963+
"customSessionTimeouts": {
38964+
"$ref": "#/components/schemas/CustomSessionTimeouts"
38965+
},
3894738966
"genAIFeaturesEnabled": {
3894838967
"default": true,
3894938968
"description": "Flag that indicates whether this organization has access to generative AI features. This setting only applies to Atlas Commercial and is enabled by default. Once this setting is turned on, Project Owners may be able to enable or disable individual AI features at the project level.",
@@ -53479,7 +53498,7 @@
5347953498
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
5348053499
"title": "MongoDB Atlas Administration API",
5348153500
"version": "2.0",
53482-
"x-xgen-sha": "6a56fb68fae6a2b1e70e86eb086483c76ee9a621"
53501+
"x-xgen-sha": "4cfd23a7099931777905cf350a408cb7e679c041"
5348353502
},
5348453503
"openapi": "3.0.1",
5348553504
"paths": {

openapi/.raw/v2.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11512,6 +11512,18 @@ components:
1151211512
- query
1151311513
title: Archival Criteria
1151411514
type: object
11515+
CustomSessionTimeouts:
11516+
description: Defines the session timeout settings for managing user sessions at the organization level. When set to null, the field's value is unset, and the default timeout settings are applied.
11517+
properties:
11518+
absoluteSessionTimeoutInSeconds:
11519+
description: Specifies the absolute session timeout duration in seconds. When set to null, the field's value is unset, and the default value of 43,200 seconds (12 hours) is applied. Accepted values range between a minimum of 3,600 seconds (1 hour) and a maximum of 43,200 seconds (12 hours).
11520+
format: int32
11521+
type: integer
11522+
idleSessionTimeoutInSeconds:
11523+
description: 'Specifies the idle session timeout duration in seconds. When set to null, the field''s value is unset, and the default behavior depends on the context: no timeout for Atlas Commercial, and 600 seconds (10 minutes) for Atlas for Government. Accepted values start at a minimum of 300 seconds (5 minutes). For Atlas Commercial, the maximum value cannot exceed the configured absolute session timeout. For Atlas for Government, the maximum value is capped at 600 seconds (10 minutes).'
11524+
format: int32
11525+
type: integer
11526+
type: object
1151511527
CustomZoneMappings:
1151611528
properties:
1151711529
customZoneMappings:
@@ -30712,6 +30724,8 @@ components:
3071230724
apiAccessListRequired:
3071330725
description: Flag that indicates whether to require API operations to originate from an IP Address added to the API access list for the specified organization.
3071430726
type: boolean
30727+
customSessionTimeouts:
30728+
$ref: '#/components/schemas/CustomSessionTimeouts'
3071530729
genAIFeaturesEnabled:
3071630730
default: true
3071730731
description: Flag that indicates whether this organization has access to generative AI features. This setting only applies to Atlas Commercial and is enabled by default. Once this setting is turned on, Project Owners may be able to enable or disable individual AI features at the project level.
@@ -42044,7 +42058,7 @@ info:
4204442058
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
4204542059
title: MongoDB Atlas Administration API
4204642060
version: "2.0"
42047-
x-xgen-sha: 6a56fb68fae6a2b1e70e86eb086483c76ee9a621
42061+
x-xgen-sha: 4cfd23a7099931777905cf350a408cb7e679c041
4204842062
openapi: 3.0.1
4204942063
paths:
4205042064
/api/atlas/v2:

openapi/v2.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13347,6 +13347,22 @@
1334713347
"title": "Archival Criteria",
1334813348
"type": "object"
1334913349
},
13350+
"CustomSessionTimeouts": {
13351+
"description": "Defines the session timeout settings for managing user sessions at the organization level. When set to null, the field's value is unset, and the default timeout settings are applied.",
13352+
"properties": {
13353+
"absoluteSessionTimeoutInSeconds": {
13354+
"description": "Specifies the absolute session timeout duration in seconds. When set to null, the field's value is unset, and the default value of 43,200 seconds (12 hours) is applied. Accepted values range between a minimum of 3,600 seconds (1 hour) and a maximum of 43,200 seconds (12 hours).",
13355+
"format": "int32",
13356+
"type": "integer"
13357+
},
13358+
"idleSessionTimeoutInSeconds": {
13359+
"description": "Specifies the idle session timeout duration in seconds. When set to null, the field's value is unset, and the default behavior depends on the context: no timeout for Atlas Commercial, and 600 seconds (10 minutes) for Atlas for Government. Accepted values start at a minimum of 300 seconds (5 minutes). For Atlas Commercial, the maximum value cannot exceed the configured absolute session timeout. For Atlas for Government, the maximum value is capped at 600 seconds (10 minutes).",
13360+
"format": "int32",
13361+
"type": "integer"
13362+
}
13363+
},
13364+
"type": "object"
13365+
},
1335013366
"CustomZoneMappings": {
1335113367
"properties": {
1335213368
"customZoneMappings": {
@@ -36971,6 +36987,9 @@
3697136987
"description": "Flag that indicates whether to require API operations to originate from an IP Address added to the API access list for the specified organization.",
3697236988
"type": "boolean"
3697336989
},
36990+
"customSessionTimeouts": {
36991+
"$ref": "#/components/schemas/CustomSessionTimeouts"
36992+
},
3697436993
"genAIFeaturesEnabled": {
3697536994
"default": true,
3697636995
"description": "Flag that indicates whether this organization has access to generative AI features. This setting only applies to Atlas Commercial and is enabled by default. Once this setting is turned on, Project Owners may be able to enable or disable individual AI features at the project level.",
@@ -50570,7 +50589,7 @@
5057050589
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
5057150590
"title": "MongoDB Atlas Administration API",
5057250591
"version": "2.0",
50573-
"x-xgen-sha": "6a56fb68fae6a2b1e70e86eb086483c76ee9a621"
50592+
"x-xgen-sha": "4cfd23a7099931777905cf350a408cb7e679c041"
5057450593
},
5057550594
"openapi": "3.0.1",
5057650595
"paths": {

openapi/v2.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10886,6 +10886,18 @@ components:
1088610886
- query
1088710887
title: Archival Criteria
1088810888
type: object
10889+
CustomSessionTimeouts:
10890+
description: Defines the session timeout settings for managing user sessions at the organization level. When set to null, the field's value is unset, and the default timeout settings are applied.
10891+
properties:
10892+
absoluteSessionTimeoutInSeconds:
10893+
description: Specifies the absolute session timeout duration in seconds. When set to null, the field's value is unset, and the default value of 43,200 seconds (12 hours) is applied. Accepted values range between a minimum of 3,600 seconds (1 hour) and a maximum of 43,200 seconds (12 hours).
10894+
format: int32
10895+
type: integer
10896+
idleSessionTimeoutInSeconds:
10897+
description: 'Specifies the idle session timeout duration in seconds. When set to null, the field''s value is unset, and the default behavior depends on the context: no timeout for Atlas Commercial, and 600 seconds (10 minutes) for Atlas for Government. Accepted values start at a minimum of 300 seconds (5 minutes). For Atlas Commercial, the maximum value cannot exceed the configured absolute session timeout. For Atlas for Government, the maximum value is capped at 600 seconds (10 minutes).'
10898+
format: int32
10899+
type: integer
10900+
type: object
1088910901
CustomZoneMappings:
1089010902
properties:
1089110903
customZoneMappings:
@@ -29370,6 +29382,8 @@ components:
2937029382
apiAccessListRequired:
2937129383
description: Flag that indicates whether to require API operations to originate from an IP Address added to the API access list for the specified organization.
2937229384
type: boolean
29385+
customSessionTimeouts:
29386+
$ref: '#/components/schemas/CustomSessionTimeouts'
2937329387
genAIFeaturesEnabled:
2937429388
default: true
2937529389
description: Flag that indicates whether this organization has access to generative AI features. This setting only applies to Atlas Commercial and is enabled by default. Once this setting is turned on, Project Owners may be able to enable or disable individual AI features at the project level.
@@ -40017,7 +40031,7 @@ info:
4001740031
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
4001840032
title: MongoDB Atlas Administration API
4001940033
version: "2.0"
40020-
x-xgen-sha: 6a56fb68fae6a2b1e70e86eb086483c76ee9a621
40034+
x-xgen-sha: 4cfd23a7099931777905cf350a408cb7e679c041
4002140035
openapi: 3.0.1
4002240036
paths:
4002340037
/api/atlas/v2:

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

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11767,6 +11767,22 @@
1176711767
"title": "Archival Criteria",
1176811768
"type": "object"
1176911769
},
11770+
"CustomSessionTimeouts": {
11771+
"description": "Defines the session timeout settings for managing user sessions at the organization level. When set to null, the field's value is unset, and the default timeout settings are applied.",
11772+
"properties": {
11773+
"absoluteSessionTimeoutInSeconds": {
11774+
"description": "Specifies the absolute session timeout duration in seconds. When set to null, the field's value is unset, and the default value of 43,200 seconds (12 hours) is applied. Accepted values range between a minimum of 3,600 seconds (1 hour) and a maximum of 43,200 seconds (12 hours).",
11775+
"format": "int32",
11776+
"type": "integer"
11777+
},
11778+
"idleSessionTimeoutInSeconds": {
11779+
"description": "Specifies the idle session timeout duration in seconds. When set to null, the field's value is unset, and the default behavior depends on the context: no timeout for Atlas Commercial, and 600 seconds (10 minutes) for Atlas for Government. Accepted values start at a minimum of 300 seconds (5 minutes). For Atlas Commercial, the maximum value cannot exceed the configured absolute session timeout. For Atlas for Government, the maximum value is capped at 600 seconds (10 minutes).",
11780+
"format": "int32",
11781+
"type": "integer"
11782+
}
11783+
},
11784+
"type": "object"
11785+
},
1177011786
"CustomZoneMappings": {
1177111787
"properties": {
1177211788
"customZoneMappings": {
@@ -33341,6 +33357,9 @@
3334133357
"description": "Flag that indicates whether to require API operations to originate from an IP Address added to the API access list for the specified organization.",
3334233358
"type": "boolean"
3334333359
},
33360+
"customSessionTimeouts": {
33361+
"$ref": "#/components/schemas/CustomSessionTimeouts"
33362+
},
3334433363
"genAIFeaturesEnabled": {
3334533364
"default": true,
3334633365
"description": "Flag that indicates whether this organization has access to generative AI features. This setting only applies to Atlas Commercial and is enabled by default. Once this setting is turned on, Project Owners may be able to enable or disable individual AI features at the project level.",
@@ -45337,7 +45356,7 @@
4533745356
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
4533845357
"title": "MongoDB Atlas Administration API",
4533945358
"version": "2.0",
45340-
"x-xgen-sha": "6a56fb68fae6a2b1e70e86eb086483c76ee9a621"
45359+
"x-xgen-sha": "4cfd23a7099931777905cf350a408cb7e679c041"
4534145360
},
4534245361
"openapi": "3.0.1",
4534345362
"paths": {

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9557,6 +9557,18 @@ components:
95579557
- query
95589558
title: Archival Criteria
95599559
type: object
9560+
CustomSessionTimeouts:
9561+
description: Defines the session timeout settings for managing user sessions at the organization level. When set to null, the field's value is unset, and the default timeout settings are applied.
9562+
properties:
9563+
absoluteSessionTimeoutInSeconds:
9564+
description: Specifies the absolute session timeout duration in seconds. When set to null, the field's value is unset, and the default value of 43,200 seconds (12 hours) is applied. Accepted values range between a minimum of 3,600 seconds (1 hour) and a maximum of 43,200 seconds (12 hours).
9565+
format: int32
9566+
type: integer
9567+
idleSessionTimeoutInSeconds:
9568+
description: 'Specifies the idle session timeout duration in seconds. When set to null, the field''s value is unset, and the default behavior depends on the context: no timeout for Atlas Commercial, and 600 seconds (10 minutes) for Atlas for Government. Accepted values start at a minimum of 300 seconds (5 minutes). For Atlas Commercial, the maximum value cannot exceed the configured absolute session timeout. For Atlas for Government, the maximum value is capped at 600 seconds (10 minutes).'
9569+
format: int32
9570+
type: integer
9571+
type: object
95609572
CustomZoneMappings:
95619573
properties:
95629574
customZoneMappings:
@@ -26438,6 +26450,8 @@ components:
2643826450
apiAccessListRequired:
2643926451
description: Flag that indicates whether to require API operations to originate from an IP Address added to the API access list for the specified organization.
2644026452
type: boolean
26453+
customSessionTimeouts:
26454+
$ref: '#/components/schemas/CustomSessionTimeouts'
2644126455
genAIFeaturesEnabled:
2644226456
default: true
2644326457
description: Flag that indicates whether this organization has access to generative AI features. This setting only applies to Atlas Commercial and is enabled by default. Once this setting is turned on, Project Owners may be able to enable or disable individual AI features at the project level.
@@ -35842,7 +35856,7 @@ info:
3584235856
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3584335857
title: MongoDB Atlas Administration API
3584435858
version: "2.0"
35845-
x-xgen-sha: 6a56fb68fae6a2b1e70e86eb086483c76ee9a621
35859+
x-xgen-sha: 4cfd23a7099931777905cf350a408cb7e679c041
3584635860
openapi: 3.0.1
3584735861
paths:
3584835862
/api/atlas/v2:

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

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12081,6 +12081,22 @@
1208112081
"title": "Archival Criteria",
1208212082
"type": "object"
1208312083
},
12084+
"CustomSessionTimeouts": {
12085+
"description": "Defines the session timeout settings for managing user sessions at the organization level. When set to null, the field's value is unset, and the default timeout settings are applied.",
12086+
"properties": {
12087+
"absoluteSessionTimeoutInSeconds": {
12088+
"description": "Specifies the absolute session timeout duration in seconds. When set to null, the field's value is unset, and the default value of 43,200 seconds (12 hours) is applied. Accepted values range between a minimum of 3,600 seconds (1 hour) and a maximum of 43,200 seconds (12 hours).",
12089+
"format": "int32",
12090+
"type": "integer"
12091+
},
12092+
"idleSessionTimeoutInSeconds": {
12093+
"description": "Specifies the idle session timeout duration in seconds. When set to null, the field's value is unset, and the default behavior depends on the context: no timeout for Atlas Commercial, and 600 seconds (10 minutes) for Atlas for Government. Accepted values start at a minimum of 300 seconds (5 minutes). For Atlas Commercial, the maximum value cannot exceed the configured absolute session timeout. For Atlas for Government, the maximum value is capped at 600 seconds (10 minutes).",
12094+
"format": "int32",
12095+
"type": "integer"
12096+
}
12097+
},
12098+
"type": "object"
12099+
},
1208412100
"CustomZoneMappings": {
1208512101
"properties": {
1208612102
"customZoneMappings": {
@@ -33655,6 +33671,9 @@
3365533671
"description": "Flag that indicates whether to require API operations to originate from an IP Address added to the API access list for the specified organization.",
3365633672
"type": "boolean"
3365733673
},
33674+
"customSessionTimeouts": {
33675+
"$ref": "#/components/schemas/CustomSessionTimeouts"
33676+
},
3365833677
"genAIFeaturesEnabled": {
3365933678
"default": true,
3366033679
"description": "Flag that indicates whether this organization has access to generative AI features. This setting only applies to Atlas Commercial and is enabled by default. Once this setting is turned on, Project Owners may be able to enable or disable individual AI features at the project level.",
@@ -46061,7 +46080,7 @@
4606146080
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
4606246081
"title": "MongoDB Atlas Administration API",
4606346082
"version": "2.0",
46064-
"x-xgen-sha": "6a56fb68fae6a2b1e70e86eb086483c76ee9a621"
46083+
"x-xgen-sha": "4cfd23a7099931777905cf350a408cb7e679c041"
4606546084
},
4606646085
"openapi": "3.0.1",
4606746086
"paths": {

0 commit comments

Comments
 (0)