Skip to content

Commit e59681c

Browse files
Merge branch 'main' into CLOUDP-292850
2 parents 3cae4ef + 8e47650 commit e59681c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+16529
-2073
lines changed

changelog/changelog.json

Lines changed: 475 additions & 0 deletions
Large diffs are not rendered by default.

changelog/changelog.yaml

Lines changed: 284 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,287 @@
1+
- date: "2025-01-08"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listAlertConfigurations
5+
path: /api/atlas/v2/groups/{groupId}/alertConfigs
6+
tag: Alert Configurations
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added '#/components/schemas/FlexMetricAlertConfigViewForNdsGroup' to the 'results/items/' response property 'oneOf' list for the response
12+
changeCode: response-property-one-of-added
13+
stabilityLevel: stable
14+
version: "2024-11-13"
15+
- httpMethod: POST
16+
operationId: createAlertConfiguration
17+
path: /api/atlas/v2/groups/{groupId}/alertConfigs
18+
tag: Alert Configurations
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: added '#/components/schemas/FlexMetricAlertConfigViewForNdsGroup' to the request body 'oneOf' list
24+
changeCode: request-body-one-of-added
25+
- backwardCompatible: true
26+
change: added '#/components/schemas/FlexMetricAlertConfigViewForNdsGroup' to the response body 'oneOf' list for the response
27+
changeCode: response-body-one-of-added
28+
stabilityLevel: stable
29+
version: "2024-11-13"
30+
- httpMethod: GET
31+
operationId: getAlertConfiguration
32+
path: /api/atlas/v2/groups/{groupId}/alertConfigs/{alertConfigId}
33+
tag: Alert Configurations
34+
versions:
35+
- changeType: update
36+
changes:
37+
- backwardCompatible: true
38+
change: added '#/components/schemas/FlexMetricAlertConfigViewForNdsGroup' to the response body 'oneOf' list for the response
39+
changeCode: response-body-one-of-added
40+
stabilityLevel: stable
41+
version: "2024-11-13"
42+
- httpMethod: PATCH
43+
operationId: toggleAlertConfiguration
44+
path: /api/atlas/v2/groups/{groupId}/alertConfigs/{alertConfigId}
45+
tag: Alert Configurations
46+
versions:
47+
- changeType: update
48+
changes:
49+
- backwardCompatible: true
50+
change: added '#/components/schemas/FlexMetricAlertConfigViewForNdsGroup' to the response body 'oneOf' list for the response
51+
changeCode: response-body-one-of-added
52+
stabilityLevel: stable
53+
version: "2024-11-13"
54+
- httpMethod: PUT
55+
operationId: updateAlertConfiguration
56+
path: /api/atlas/v2/groups/{groupId}/alertConfigs/{alertConfigId}
57+
tag: Alert Configurations
58+
versions:
59+
- changeType: update
60+
changes:
61+
- backwardCompatible: true
62+
change: added '#/components/schemas/FlexMetricAlertConfigViewForNdsGroup' to the request body 'oneOf' list
63+
changeCode: request-body-one-of-added
64+
- backwardCompatible: true
65+
change: added '#/components/schemas/FlexMetricAlertConfigViewForNdsGroup' to the response body 'oneOf' list for the response
66+
changeCode: response-body-one-of-added
67+
stabilityLevel: stable
68+
version: "2024-11-13"
69+
- httpMethod: GET
70+
operationId: listAlertsByAlertConfigurationId
71+
path: /api/atlas/v2/groups/{groupId}/alertConfigs/{alertConfigId}/alerts
72+
tag: Alerts
73+
versions:
74+
- changeType: update
75+
changes:
76+
- backwardCompatible: true
77+
change: 'added ''subschema #11: Flex Metric Event Types'' to the ''results/items/oneOf[subschema #7: Any Other Alerts]/eventTypeName'' response property ''oneOf'' list for the response'
78+
changeCode: response-property-one-of-added
79+
stabilityLevel: stable
80+
version: "2024-11-13"
81+
- httpMethod: GET
82+
operationId: listAlerts
83+
path: /api/atlas/v2/groups/{groupId}/alerts
84+
tag: Alerts
85+
versions:
86+
- changeType: update
87+
changes:
88+
- backwardCompatible: true
89+
change: 'added ''subschema #11: Flex Metric Event Types'' to the ''results/items/oneOf[subschema #7: Any Other Alerts]/eventTypeName'' response property ''oneOf'' list for the response'
90+
changeCode: response-property-one-of-added
91+
stabilityLevel: stable
92+
version: "2024-11-13"
93+
- httpMethod: GET
94+
operationId: getAlert
95+
path: /api/atlas/v2/groups/{groupId}/alerts/{alertId}
96+
tag: Alerts
97+
versions:
98+
- changeType: update
99+
changes:
100+
- backwardCompatible: true
101+
change: 'added ''subschema #11: Flex Metric Event Types'' to the ''/oneOf[subschema #7: Any Other Alerts]/eventTypeName'' response property ''oneOf'' list for the response'
102+
changeCode: response-property-one-of-added
103+
stabilityLevel: stable
104+
version: "2024-11-13"
105+
- httpMethod: PATCH
106+
operationId: acknowledgeAlert
107+
path: /api/atlas/v2/groups/{groupId}/alerts/{alertId}
108+
tag: Alerts
109+
versions:
110+
- changeType: update
111+
changes:
112+
- backwardCompatible: true
113+
change: 'added ''subschema #11: Flex Metric Event Types'' to the ''/oneOf[subschema #7: Any Other Alerts]/eventTypeName'' response property ''oneOf'' list for the response'
114+
changeCode: response-property-one-of-added
115+
stabilityLevel: stable
116+
version: "2024-11-13"
117+
- httpMethod: GET
118+
operationId: listAlertConfigurationsByAlertId
119+
path: /api/atlas/v2/groups/{groupId}/alerts/{alertId}/alertConfigs
120+
tag: Alert Configurations
121+
versions:
122+
- changeType: update
123+
changes:
124+
- backwardCompatible: true
125+
change: added '#/components/schemas/FlexMetricAlertConfigViewForNdsGroup' to the 'results/items/' response property 'oneOf' list for the response
126+
changeCode: response-property-one-of-added
127+
stabilityLevel: stable
128+
version: "2024-11-13"
129+
- httpMethod: POST
130+
operationId: createProjectApiKey
131+
path: /api/atlas/v2/groups/{groupId}/apiKeys
132+
tag: Programmatic API Keys
133+
versions:
134+
- changeType: update
135+
changes:
136+
- backwardCompatible: true
137+
change: added the new 'GROUP_BACKUP_MANAGER, GROUP_OBSERVABILITY_VIEWER' enum values to the request property 'roles/items/'
138+
changeCode: request-property-enum-value-added
139+
stabilityLevel: stable
140+
version: "2024-11-13"
141+
- httpMethod: POST
142+
operationId: addProjectApiKey
143+
path: /api/atlas/v2/groups/{groupId}/apiKeys/{apiUserId}
144+
tag: Programmatic API Keys
145+
versions:
146+
- changeType: update
147+
changes:
148+
- backwardCompatible: true
149+
change: added the new 'GROUP_BACKUP_MANAGER, GROUP_OBSERVABILITY_VIEWER' enum values to the request property '/items/roles/items/'
150+
changeCode: request-property-enum-value-added
151+
stabilityLevel: stable
152+
version: "2024-11-13"
153+
- httpMethod: PATCH
154+
operationId: updateAtlasSearchDeployment
155+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment
156+
tag: Atlas Search
157+
versions:
158+
- changeType: update
159+
changes:
160+
- backwardCompatible: true
161+
change: added the new 'S40_STORAGE_NVME, S50_STORAGE_NVME, S60_STORAGE_NVME, S80_STORAGE_NVME, S90_STORAGE_NVME' enum values to the request property 'specs/items/instanceSize'
162+
changeCode: request-property-enum-value-added
163+
stabilityLevel: stable
164+
version: "2024-11-13"
165+
- httpMethod: POST
166+
operationId: createAtlasSearchDeployment
167+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment
168+
tag: Atlas Search
169+
versions:
170+
- changeType: update
171+
changes:
172+
- backwardCompatible: true
173+
change: added the new 'S40_STORAGE_NVME, S50_STORAGE_NVME, S60_STORAGE_NVME, S80_STORAGE_NVME, S90_STORAGE_NVME' enum values to the 'specs/items/instanceSize' response property
174+
changeCode: response-property-enum-value-added
175+
- backwardCompatible: true
176+
change: added the new 'S40_STORAGE_NVME, S50_STORAGE_NVME, S60_STORAGE_NVME, S80_STORAGE_NVME, S90_STORAGE_NVME' enum values to the request property 'specs/items/instanceSize'
177+
changeCode: request-property-enum-value-added
178+
stabilityLevel: stable
179+
version: "2024-11-13"
180+
- httpMethod: GET
181+
operationId: listProjectEvents
182+
path: /api/atlas/v2/groups/{groupId}/events
183+
tag: Events
184+
versions:
185+
- changeType: update
186+
changes:
187+
- backwardCompatible: true
188+
change: 'added ''subschema #27: Flex Metric Event Types'' to the ''results/items/oneOf[subschema #1: Any Other Events]/eventTypeName'' response property ''oneOf'' list for the response'
189+
changeCode: response-property-one-of-added
190+
stabilityLevel: stable
191+
version: "2024-11-13"
192+
- httpMethod: GET
193+
operationId: getProjectEvent
194+
path: /api/atlas/v2/groups/{groupId}/events/{eventId}
195+
tag: Events
196+
versions:
197+
- changeType: update
198+
changes:
199+
- backwardCompatible: true
200+
change: 'added ''subschema #27: Flex Metric Event Types'' to the ''/oneOf[subschema #1: Any Other Events]/eventTypeName'' response property ''oneOf'' list for the response'
201+
changeCode: response-property-one-of-added
202+
stabilityLevel: stable
203+
version: "2024-11-13"
204+
- httpMethod: GET
205+
operationId: listProjectServiceAccounts
206+
path: /api/atlas/v2/groups/{groupId}/serviceAccounts
207+
tag: Service Accounts
208+
versions:
209+
- changeType: update
210+
changes:
211+
- backwardCompatible: true
212+
change: added the new 'GROUP_BACKUP_MANAGER, GROUP_OBSERVABILITY_VIEWER' enum values to the 'results/items/roles/items/' response property
213+
changeCode: response-property-enum-value-added
214+
stabilityLevel: stable
215+
version: "2024-11-13"
216+
- httpMethod: POST
217+
operationId: createProjectServiceAccount
218+
path: /api/atlas/v2/groups/{groupId}/serviceAccounts
219+
tag: Service Accounts
220+
versions:
221+
- changeType: update
222+
changes:
223+
- backwardCompatible: true
224+
change: added the new 'GROUP_BACKUP_MANAGER, GROUP_OBSERVABILITY_VIEWER' enum values to the 'roles/items/' response property
225+
changeCode: response-property-enum-value-added
226+
- backwardCompatible: true
227+
change: added the new 'GROUP_BACKUP_MANAGER, GROUP_OBSERVABILITY_VIEWER' enum values to the request property 'roles/items/'
228+
changeCode: request-property-enum-value-added
229+
stabilityLevel: stable
230+
version: "2024-11-13"
231+
- httpMethod: GET
232+
operationId: getProjectServiceAccount
233+
path: /api/atlas/v2/groups/{groupId}/serviceAccounts/{clientId}
234+
tag: Service Accounts
235+
versions:
236+
- changeType: update
237+
changes:
238+
- backwardCompatible: true
239+
change: added the new 'GROUP_BACKUP_MANAGER, GROUP_OBSERVABILITY_VIEWER' enum values to the 'roles/items/' response property
240+
changeCode: response-property-enum-value-added
241+
stabilityLevel: stable
242+
version: "2024-11-13"
243+
- httpMethod: PATCH
244+
operationId: updateProjectServiceAccount
245+
path: /api/atlas/v2/groups/{groupId}/serviceAccounts/{clientId}
246+
tag: Service Accounts
247+
versions:
248+
- changeType: update
249+
changes:
250+
- backwardCompatible: true
251+
change: added the new 'GROUP_BACKUP_MANAGER, GROUP_OBSERVABILITY_VIEWER' enum values to the 'roles/items/' response property
252+
changeCode: response-property-enum-value-added
253+
- backwardCompatible: true
254+
change: added the new 'GROUP_BACKUP_MANAGER, GROUP_OBSERVABILITY_VIEWER' enum values to the request property 'roles/items/'
255+
changeCode: request-property-enum-value-added
256+
stabilityLevel: stable
257+
version: "2024-11-13"
258+
- httpMethod: POST
259+
operationId: addProjectServiceAccount
260+
path: /api/atlas/v2/groups/{groupId}/serviceAccounts/{clientId}:invite
261+
tag: Service Accounts
262+
versions:
263+
- changeType: update
264+
changes:
265+
- backwardCompatible: true
266+
change: added the new 'GROUP_BACKUP_MANAGER, GROUP_OBSERVABILITY_VIEWER' enum values to the 'roles/items/' response property
267+
changeCode: response-property-enum-value-added
268+
- backwardCompatible: true
269+
change: added the new 'GROUP_BACKUP_MANAGER, GROUP_OBSERVABILITY_VIEWER' enum values to the request property '/items/roles/items/'
270+
changeCode: request-property-enum-value-added
271+
stabilityLevel: stable
272+
version: "2024-11-13"
273+
- httpMethod: GET
274+
operationId: getActiveVpcPeeringConnections
275+
path: /api/atlas/v2/groups/{groupId}/streams/activeVpcPeeringConnections
276+
tag: Streams
277+
versions:
278+
- changeType: release
279+
changes:
280+
- backwardCompatible: true
281+
change: endpoint added
282+
changeCode: endpoint-added
283+
stabilityLevel: stable
284+
version: "2024-11-13"
1285
- date: "2025-01-03"
2286
paths:
3287
- httpMethod: GET

0 commit comments

Comments
 (0)