Skip to content

Commit ee1bdca

Browse files
committed
CLOUDP-283830: Add missing changelog entries
1 parent eeea7f9 commit ee1bdca

File tree

1 file changed

+169
-0
lines changed

1 file changed

+169
-0
lines changed

changelog/changelog.json

Lines changed: 169 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,175 @@
22
{
33
"date": "2024-11-13",
44
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters",
7+
"httpMethod": "GET",
8+
"operationId": "listFlexClusters",
9+
"tag": "Flex Clusters",
10+
"changes": [
11+
{
12+
"change": "endpoint added",
13+
"changeCode": "endpoint-added",
14+
"backwardCompatible": true
15+
}
16+
]
17+
},
18+
{
19+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters",
20+
"httpMethod": "POST",
21+
"operationId": "createFlexCluster",
22+
"tag": "Flex Clusters",
23+
"changes": [
24+
{
25+
"change": "endpoint added",
26+
"changeCode": "endpoint-added",
27+
"backwardCompatible": true
28+
}
29+
]
30+
},
31+
{
32+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}",
33+
"httpMethod": "DELETE",
34+
"operationId": "deleteFlexCluster",
35+
"tag": "Flex Clusters",
36+
"changes": [
37+
{
38+
"change": "endpoint added",
39+
"changeCode": "endpoint-added",
40+
"backwardCompatible": true
41+
}
42+
]
43+
},
44+
{
45+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}",
46+
"httpMethod": "GET",
47+
"operationId": "getFlexCluster",
48+
"tag": "Flex Clusters",
49+
"changes": [
50+
{
51+
"change": "endpoint added",
52+
"changeCode": "endpoint-added",
53+
"backwardCompatible": true
54+
}
55+
]
56+
},
57+
{
58+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}",
59+
"httpMethod": "PATCH",
60+
"operationId": "updateFlexCluster",
61+
"tag": "Flex Clusters",
62+
"changes": [
63+
{
64+
"change": "endpoint added",
65+
"changeCode": "endpoint-added",
66+
"backwardCompatible": true
67+
}
68+
]
69+
},
70+
{
71+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/download",
72+
"httpMethod": "POST",
73+
"operationId": "downloadFlexBackup",
74+
"tag": "Flex Snapshots",
75+
"changes": [
76+
{
77+
"change": "endpoint added",
78+
"changeCode": "endpoint-added",
79+
"backwardCompatible": true
80+
}
81+
]
82+
},
83+
{
84+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/restoreJobs",
85+
"httpMethod": "GET",
86+
"operationId": "listFlexBackupRestoreJobs",
87+
"tag": "Flex Restore Jobs",
88+
"changes": [
89+
{
90+
"change": "endpoint added",
91+
"changeCode": "endpoint-added",
92+
"backwardCompatible": true
93+
}
94+
]
95+
},
96+
{
97+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/restoreJobs",
98+
"httpMethod": "POST",
99+
"operationId": "createFlexBackupRestoreJob",
100+
"tag": "Flex Restore Jobs",
101+
"changes": [
102+
{
103+
"change": "endpoint added",
104+
"changeCode": "endpoint-added",
105+
"backwardCompatible": true
106+
}
107+
]
108+
},
109+
{
110+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/restoreJobs/{restoreJobId}",
111+
"httpMethod": "GET",
112+
"operationId": "getFlexBackupRestoreJob",
113+
"tag": "Flex Restore Jobs",
114+
"changes": [
115+
{
116+
"change": "endpoint added",
117+
"changeCode": "endpoint-added",
118+
"backwardCompatible": true
119+
}
120+
]
121+
},
122+
{
123+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/snapshots",
124+
"httpMethod": "GET",
125+
"operationId": "listFlexBackups",
126+
"tag": "Flex Snapshots",
127+
"changes": [
128+
{
129+
"change": "endpoint added",
130+
"changeCode": "endpoint-added",
131+
"backwardCompatible": true
132+
}
133+
]
134+
},
135+
{
136+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/snapshots/{snapshotId}",
137+
"httpMethod": "GET",
138+
"operationId": "getFlexBackup",
139+
"tag": "Flex Snapshots",
140+
"changes": [
141+
{
142+
"change": "endpoint added",
143+
"changeCode": "endpoint-added",
144+
"backwardCompatible": true
145+
}
146+
]
147+
},
148+
{
149+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters:tenantUpgrade",
150+
"httpMethod": "POST",
151+
"operationId": "upgradeFlexCluster",
152+
"tag": "Flex Clusters",
153+
"changes": [
154+
{
155+
"change": "endpoint added",
156+
"changeCode": "endpoint-added",
157+
"backwardCompatible": true
158+
}
159+
]
160+
},
161+
{
162+
"path": "/api/atlas/v2/groups/{groupId}/streams/accountDetails",
163+
"httpMethod": "GET",
164+
"operationId": "getAccountDetails",
165+
"tag": "Streams",
166+
"changes": [
167+
{
168+
"change": "endpoint added",
169+
"changeCode": "endpoint-added",
170+
"backwardCompatible": true
171+
}
172+
]
173+
},
5174
{
6175
"path": "/api/atlas/v2/groups",
7176
"httpMethod": "GET",

0 commit comments

Comments
 (0)