Skip to content

Commit 6805cdf

Browse files
1 parent 8f38919 commit 6805cdf

16 files changed

+8388
-3397
lines changed

openapi/v2.json

Lines changed: 351 additions & 50 deletions
Large diffs are not rendered by default.

openapi/v2.yaml

Lines changed: 217 additions & 35 deletions
Large diffs are not rendered by default.

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"security": [
44
{
55
"DigestAuth": []
6+
},
7+
{
8+
"ServiceAccounts": []
69
}
710
],
811
"servers": [
@@ -205,7 +208,7 @@
205208
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
206209
"title": "MongoDB Atlas Administration API",
207210
"version": "2.0",
208-
"x-xgen-sha": "4f095c6eb3ef7a717f47646d37e76d52936f25a0"
211+
"x-xgen-sha": "86ea1c3d81a33c7436386c6c6ffd908142c8bc96"
209212
},
210213
"paths": {
211214
"/api/atlas/v2": {
@@ -50758,6 +50761,11 @@
5075850761
"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.",
5075950762
"type": "boolean"
5076050763
},
50764+
"maxServiceAccountSecretValidityInHours": {
50765+
"description": "Number that represents the maximum period before expiry in hours for new Atlas Admin API Service Account secrets within the specified organization.",
50766+
"format": "int32",
50767+
"type": "integer"
50768+
},
5076150769
"multiFactorAuthRequired": {
5076250770
"description": "Flag that indicates whether to require users to set up Multi-Factor Authentication (MFA) before accessing the specified organization. To learn more, see: https://www.mongodb.com/docs/atlas/security-multi-factor-authentication/.",
5076350771
"type": "boolean"
@@ -62105,6 +62113,16 @@
6210562113
"DigestAuth": {
6210662114
"scheme": "digest",
6210762115
"type": "http"
62116+
},
62117+
"ServiceAccounts": {
62118+
"description": "Learn more about the Preview Feature [Service Accounts](https://www.mongodb.com/docs/atlas/api/service-accounts-overview).",
62119+
"flows": {
62120+
"clientCredentials": {
62121+
"scopes": {},
62122+
"tokenUrl": "https://cloud.mongodb.com/api/oauth/token"
62123+
}
62124+
},
62125+
"type": "oauth2"
6210862126
}
6210962127
}
6211062128
}

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24172,6 +24172,10 @@ components:
2417224172
apiAccessListRequired:
2417324173
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.
2417424174
type: boolean
24175+
maxServiceAccountSecretValidityInHours:
24176+
description: Number that represents the maximum period before expiry in hours for new Atlas Admin API Service Account secrets within the specified organization.
24177+
format: int32
24178+
type: integer
2417524179
multiFactorAuthRequired:
2417624180
description: 'Flag that indicates whether to require users to set up Multi-Factor Authentication (MFA) before accessing the specified organization. To learn more, see: https://www.mongodb.com/docs/atlas/security-multi-factor-authentication/.'
2417724181
type: boolean
@@ -33307,6 +33311,13 @@ components:
3330733311
DigestAuth:
3330833312
scheme: digest
3330933313
type: http
33314+
ServiceAccounts:
33315+
description: Learn more about the Preview Feature [Service Accounts](https://www.mongodb.com/docs/atlas/api/service-accounts-overview).
33316+
flows:
33317+
clientCredentials:
33318+
scopes: {}
33319+
tokenUrl: https://cloud.mongodb.com/api/oauth/token
33320+
type: oauth2
3331033321
info:
3331133322
description: |-
3331233323
The MongoDB Atlas Administration API allows developers to manage all components in MongoDB Atlas.
@@ -33329,7 +33340,7 @@ info:
3332933340
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3333033341
title: MongoDB Atlas Administration API
3333133342
version: "2.0"
33332-
x-xgen-sha: 4f095c6eb3ef7a717f47646d37e76d52936f25a0
33343+
x-xgen-sha: 86ea1c3d81a33c7436386c6c6ffd908142c8bc96
3333333344
openapi: 3.0.1
3333433345
paths:
3333533346
/api/atlas/v2:
@@ -46805,6 +46816,7 @@ paths:
4680546816
- MongoDB Cloud Users
4680646817
security:
4680746818
- DigestAuth: []
46819+
- ServiceAccounts: []
4680846820
servers:
4680946821
- url: https://cloud.mongodb.com
4681046822
tags:

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"security": [
44
{
55
"DigestAuth": []
6+
},
7+
{
8+
"ServiceAccounts": []
69
}
710
],
811
"servers": [
@@ -209,7 +212,7 @@
209212
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
210213
"title": "MongoDB Atlas Administration API",
211214
"version": "2.0",
212-
"x-xgen-sha": "4f095c6eb3ef7a717f47646d37e76d52936f25a0"
215+
"x-xgen-sha": "86ea1c3d81a33c7436386c6c6ffd908142c8bc96"
213216
},
214217
"paths": {
215218
"/api/atlas/v2": {
@@ -51951,6 +51954,11 @@
5195151954
"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.",
5195251955
"type": "boolean"
5195351956
},
51957+
"maxServiceAccountSecretValidityInHours": {
51958+
"description": "Number that represents the maximum period before expiry in hours for new Atlas Admin API Service Account secrets within the specified organization.",
51959+
"format": "int32",
51960+
"type": "integer"
51961+
},
5195451962
"multiFactorAuthRequired": {
5195551963
"description": "Flag that indicates whether to require users to set up Multi-Factor Authentication (MFA) before accessing the specified organization. To learn more, see: https://www.mongodb.com/docs/atlas/security-multi-factor-authentication/.",
5195651964
"type": "boolean"
@@ -63298,6 +63306,16 @@
6329863306
"DigestAuth": {
6329963307
"scheme": "digest",
6330063308
"type": "http"
63309+
},
63310+
"ServiceAccounts": {
63311+
"description": "Learn more about the Preview Feature [Service Accounts](https://www.mongodb.com/docs/atlas/api/service-accounts-overview).",
63312+
"flows": {
63313+
"clientCredentials": {
63314+
"scopes": {},
63315+
"tokenUrl": "https://cloud.mongodb.com/api/oauth/token"
63316+
}
63317+
},
63318+
"type": "oauth2"
6330163319
}
6330263320
}
6330363321
}

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24172,6 +24172,10 @@ components:
2417224172
apiAccessListRequired:
2417324173
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.
2417424174
type: boolean
24175+
maxServiceAccountSecretValidityInHours:
24176+
description: Number that represents the maximum period before expiry in hours for new Atlas Admin API Service Account secrets within the specified organization.
24177+
format: int32
24178+
type: integer
2417524179
multiFactorAuthRequired:
2417624180
description: 'Flag that indicates whether to require users to set up Multi-Factor Authentication (MFA) before accessing the specified organization. To learn more, see: https://www.mongodb.com/docs/atlas/security-multi-factor-authentication/.'
2417724181
type: boolean
@@ -33307,6 +33311,13 @@ components:
3330733311
DigestAuth:
3330833312
scheme: digest
3330933313
type: http
33314+
ServiceAccounts:
33315+
description: Learn more about the Preview Feature [Service Accounts](https://www.mongodb.com/docs/atlas/api/service-accounts-overview).
33316+
flows:
33317+
clientCredentials:
33318+
scopes: {}
33319+
tokenUrl: https://cloud.mongodb.com/api/oauth/token
33320+
type: oauth2
3331033321
info:
3331133322
description: |-
3331233323
The MongoDB Atlas Administration API allows developers to manage all components in MongoDB Atlas.
@@ -33329,7 +33340,7 @@ info:
3332933340
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3333033341
title: MongoDB Atlas Administration API
3333133342
version: "2.0"
33332-
x-xgen-sha: 4f095c6eb3ef7a717f47646d37e76d52936f25a0
33343+
x-xgen-sha: 86ea1c3d81a33c7436386c6c6ffd908142c8bc96
3333333344
openapi: 3.0.1
3333433345
paths:
3333533346
/api/atlas/v2:
@@ -47523,6 +47534,7 @@ paths:
4752347534
- MongoDB Cloud Users
4752447535
security:
4752547536
- DigestAuth: []
47537+
- ServiceAccounts: []
4752647538
servers:
4752747539
- url: https://cloud.mongodb.com
4752847540
tags:

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"security": [
44
{
55
"DigestAuth": []
6+
},
7+
{
8+
"ServiceAccounts": []
69
}
710
],
811
"servers": [
@@ -209,7 +212,7 @@
209212
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
210213
"title": "MongoDB Atlas Administration API",
211214
"version": "2.0",
212-
"x-xgen-sha": "4f095c6eb3ef7a717f47646d37e76d52936f25a0"
215+
"x-xgen-sha": "86ea1c3d81a33c7436386c6c6ffd908142c8bc96"
213216
},
214217
"paths": {
215218
"/api/atlas/v2": {
@@ -51946,6 +51949,11 @@
5194651949
"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.",
5194751950
"type": "boolean"
5194851951
},
51952+
"maxServiceAccountSecretValidityInHours": {
51953+
"description": "Number that represents the maximum period before expiry in hours for new Atlas Admin API Service Account secrets within the specified organization.",
51954+
"format": "int32",
51955+
"type": "integer"
51956+
},
5194951957
"multiFactorAuthRequired": {
5195051958
"description": "Flag that indicates whether to require users to set up Multi-Factor Authentication (MFA) before accessing the specified organization. To learn more, see: https://www.mongodb.com/docs/atlas/security-multi-factor-authentication/.",
5195151959
"type": "boolean"
@@ -63293,6 +63301,16 @@
6329363301
"DigestAuth": {
6329463302
"scheme": "digest",
6329563303
"type": "http"
63304+
},
63305+
"ServiceAccounts": {
63306+
"description": "Learn more about the Preview Feature [Service Accounts](https://www.mongodb.com/docs/atlas/api/service-accounts-overview).",
63307+
"flows": {
63308+
"clientCredentials": {
63309+
"scopes": {},
63310+
"tokenUrl": "https://cloud.mongodb.com/api/oauth/token"
63311+
}
63312+
},
63313+
"type": "oauth2"
6329663314
}
6329763315
}
6329863316
}

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24172,6 +24172,10 @@ components:
2417224172
apiAccessListRequired:
2417324173
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.
2417424174
type: boolean
24175+
maxServiceAccountSecretValidityInHours:
24176+
description: Number that represents the maximum period before expiry in hours for new Atlas Admin API Service Account secrets within the specified organization.
24177+
format: int32
24178+
type: integer
2417524179
multiFactorAuthRequired:
2417624180
description: 'Flag that indicates whether to require users to set up Multi-Factor Authentication (MFA) before accessing the specified organization. To learn more, see: https://www.mongodb.com/docs/atlas/security-multi-factor-authentication/.'
2417724181
type: boolean
@@ -33307,6 +33311,13 @@ components:
3330733311
DigestAuth:
3330833312
scheme: digest
3330933313
type: http
33314+
ServiceAccounts:
33315+
description: Learn more about the Preview Feature [Service Accounts](https://www.mongodb.com/docs/atlas/api/service-accounts-overview).
33316+
flows:
33317+
clientCredentials:
33318+
scopes: {}
33319+
tokenUrl: https://cloud.mongodb.com/api/oauth/token
33320+
type: oauth2
3331033321
info:
3331133322
description: |-
3331233323
The MongoDB Atlas Administration API allows developers to manage all components in MongoDB Atlas.
@@ -33329,7 +33340,7 @@ info:
3332933340
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3333033341
title: MongoDB Atlas Administration API
3333133342
version: "2.0"
33332-
x-xgen-sha: 4f095c6eb3ef7a717f47646d37e76d52936f25a0
33343+
x-xgen-sha: 86ea1c3d81a33c7436386c6c6ffd908142c8bc96
3333333344
openapi: 3.0.1
3333433345
paths:
3333533346
/api/atlas/v2:
@@ -47518,6 +47529,7 @@ paths:
4751847529
- MongoDB Cloud Users
4751947530
security:
4752047531
- DigestAuth: []
47532+
- ServiceAccounts: []
4752147533
servers:
4752247534
- url: https://cloud.mongodb.com
4752347535
tags:

openapi/v2/openapi-2023-11-15.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"security": [
44
{
55
"DigestAuth": []
6+
},
7+
{
8+
"ServiceAccounts": []
69
}
710
],
811
"servers": [
@@ -213,7 +216,7 @@
213216
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
214217
"title": "MongoDB Atlas Administration API",
215218
"version": "2.0",
216-
"x-xgen-sha": "4f095c6eb3ef7a717f47646d37e76d52936f25a0"
219+
"x-xgen-sha": "86ea1c3d81a33c7436386c6c6ffd908142c8bc96"
217220
},
218221
"paths": {
219222
"/api/atlas/v2": {
@@ -52791,6 +52794,11 @@
5279152794
"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.",
5279252795
"type": "boolean"
5279352796
},
52797+
"maxServiceAccountSecretValidityInHours": {
52798+
"description": "Number that represents the maximum period before expiry in hours for new Atlas Admin API Service Account secrets within the specified organization.",
52799+
"format": "int32",
52800+
"type": "integer"
52801+
},
5279452802
"multiFactorAuthRequired": {
5279552803
"description": "Flag that indicates whether to require users to set up Multi-Factor Authentication (MFA) before accessing the specified organization. To learn more, see: https://www.mongodb.com/docs/atlas/security-multi-factor-authentication/.",
5279652804
"type": "boolean"
@@ -64138,6 +64146,16 @@
6413864146
"DigestAuth": {
6413964147
"scheme": "digest",
6414064148
"type": "http"
64149+
},
64150+
"ServiceAccounts": {
64151+
"description": "Learn more about the Preview Feature [Service Accounts](https://www.mongodb.com/docs/atlas/api/service-accounts-overview).",
64152+
"flows": {
64153+
"clientCredentials": {
64154+
"scopes": {},
64155+
"tokenUrl": "https://cloud.mongodb.com/api/oauth/token"
64156+
}
64157+
},
64158+
"type": "oauth2"
6414164159
}
6414264160
}
6414364161
}

openapi/v2/openapi-2023-11-15.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24172,6 +24172,10 @@ components:
2417224172
apiAccessListRequired:
2417324173
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.
2417424174
type: boolean
24175+
maxServiceAccountSecretValidityInHours:
24176+
description: Number that represents the maximum period before expiry in hours for new Atlas Admin API Service Account secrets within the specified organization.
24177+
format: int32
24178+
type: integer
2417524179
multiFactorAuthRequired:
2417624180
description: 'Flag that indicates whether to require users to set up Multi-Factor Authentication (MFA) before accessing the specified organization. To learn more, see: https://www.mongodb.com/docs/atlas/security-multi-factor-authentication/.'
2417724181
type: boolean
@@ -33307,6 +33311,13 @@ components:
3330733311
DigestAuth:
3330833312
scheme: digest
3330933313
type: http
33314+
ServiceAccounts:
33315+
description: Learn more about the Preview Feature [Service Accounts](https://www.mongodb.com/docs/atlas/api/service-accounts-overview).
33316+
flows:
33317+
clientCredentials:
33318+
scopes: {}
33319+
tokenUrl: https://cloud.mongodb.com/api/oauth/token
33320+
type: oauth2
3331033321
info:
3331133322
description: |-
3331233323
The MongoDB Atlas Administration API allows developers to manage all components in MongoDB Atlas.
@@ -33329,7 +33340,7 @@ info:
3332933340
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3333033341
title: MongoDB Atlas Administration API
3333133342
version: "2.0"
33332-
x-xgen-sha: 4f095c6eb3ef7a717f47646d37e76d52936f25a0
33343+
x-xgen-sha: 86ea1c3d81a33c7436386c6c6ffd908142c8bc96
3333333344
openapi: 3.0.1
3333433345
paths:
3333533346
/api/atlas/v2:
@@ -48053,6 +48064,7 @@ paths:
4805348064
- MongoDB Cloud Users
4805448065
security:
4805548066
- DigestAuth: []
48067+
- ServiceAccounts: []
4805648068
servers:
4805748069
- url: https://cloud.mongodb.com
4805848070
tags:

0 commit comments

Comments
 (0)