|
1 | | -- date: "2024-11-13" |
| 1 | +- date: "2024-11-14" |
2 | 2 | paths: |
3 | | - - changes: |
4 | | - - backwardCompatible: true |
5 | | - change: endpoint added |
6 | | - changeCode: endpoint-added |
7 | | - httpMethod: GET |
8 | | - operationId: listFlexClusters |
9 | | - path: /api/atlas/v2/groups/{groupId}/flexClusters |
10 | | - tag: Flex Clusters |
11 | | - - changes: |
12 | | - - backwardCompatible: true |
13 | | - change: endpoint added |
14 | | - changeCode: endpoint-added |
15 | | - httpMethod: POST |
16 | | - operationId: createFlexCluster |
17 | | - path: /api/atlas/v2/groups/{groupId}/flexClusters |
18 | | - tag: Flex Clusters |
19 | | - - changes: |
20 | | - - backwardCompatible: true |
21 | | - change: endpoint added |
22 | | - changeCode: endpoint-added |
23 | | - httpMethod: DELETE |
24 | | - operationId: deleteFlexCluster |
25 | | - path: /api/atlas/v2/groups/{groupId}/flexClusters/{name} |
26 | | - tag: Flex Clusters |
27 | | - - changes: |
28 | | - - backwardCompatible: true |
29 | | - change: endpoint added |
30 | | - changeCode: endpoint-added |
31 | | - httpMethod: GET |
32 | | - operationId: getFlexCluster |
33 | | - path: /api/atlas/v2/groups/{groupId}/flexClusters/{name} |
34 | | - tag: Flex Clusters |
35 | | - - changes: |
36 | | - - backwardCompatible: true |
37 | | - change: endpoint added |
38 | | - changeCode: endpoint-added |
39 | | - httpMethod: PATCH |
40 | | - operationId: updateFlexCluster |
41 | | - path: /api/atlas/v2/groups/{groupId}/flexClusters/{name} |
42 | | - tag: Flex Clusters |
43 | | - - changes: |
44 | | - - backwardCompatible: true |
45 | | - change: endpoint added |
46 | | - changeCode: endpoint-added |
47 | | - httpMethod: POST |
48 | | - operationId: downloadFlexBackup |
49 | | - path: /api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/download |
50 | | - tag: Flex Snapshots |
51 | | - - changes: |
52 | | - - backwardCompatible: true |
53 | | - change: endpoint added |
54 | | - changeCode: endpoint-added |
55 | | - httpMethod: GET |
56 | | - operationId: listFlexBackupRestoreJobs |
57 | | - path: /api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/restoreJobs |
58 | | - tag: Flex Restore Jobs |
59 | | - - changes: |
60 | | - - backwardCompatible: true |
61 | | - change: endpoint added |
62 | | - changeCode: endpoint-added |
63 | | - httpMethod: POST |
64 | | - operationId: createFlexBackupRestoreJob |
65 | | - path: /api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/restoreJobs |
66 | | - tag: Flex Restore Jobs |
67 | | - - changes: |
68 | | - - backwardCompatible: true |
69 | | - change: endpoint added |
70 | | - changeCode: endpoint-added |
71 | | - httpMethod: GET |
72 | | - operationId: getFlexBackupRestoreJob |
73 | | - path: /api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/restoreJobs/{restoreJobId} |
74 | | - tag: Flex Restore Jobs |
75 | | - - changes: |
76 | | - - backwardCompatible: true |
77 | | - change: endpoint added |
78 | | - changeCode: endpoint-added |
79 | | - httpMethod: GET |
80 | | - operationId: listFlexBackups |
81 | | - path: /api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/snapshots |
82 | | - tag: Flex Snapshots |
83 | | - - changes: |
84 | | - - backwardCompatible: true |
85 | | - change: endpoint added |
86 | | - changeCode: endpoint-added |
87 | | - httpMethod: GET |
88 | | - operationId: getFlexBackup |
89 | | - path: /api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/snapshots/{snapshotId} |
90 | | - tag: Flex Snapshots |
91 | | - - changes: |
92 | | - - backwardCompatible: true |
93 | | - change: endpoint added |
94 | | - changeCode: endpoint-added |
95 | | - httpMethod: POST |
96 | | - operationId: upgradeFlexCluster |
97 | | - path: /api/atlas/v2/groups/{groupId}/flexClusters:tenantUpgrade |
98 | | - tag: Flex Clusters |
99 | | - - changes: |
100 | | - - backwardCompatible: true |
101 | | - change: endpoint added |
102 | | - changeCode: endpoint-added |
103 | | - httpMethod: GET |
104 | | - operationId: getAccountDetails |
105 | | - path: /api/atlas/v2/groups/{groupId}/streams/accountDetails |
| 3 | + - httpMethod: GET |
| 4 | + operationId: getAWSCustomDNS |
| 5 | + path: /api/atlas/v2/groups/{groupId}/awsCustomDNS |
| 6 | + tag: AWS Clusters DNS |
| 7 | + versions: |
| 8 | + - changeType: update |
| 9 | + changes: |
| 10 | + - backwardCompatible: false |
| 11 | + change: api operation id 'getAWSCustomDNS' removed and replaced with 'getAwsCustomDns' |
| 12 | + changeCode: api-operation-id-removed |
| 13 | + hideFromChangelog: true |
| 14 | + stabilityLevel: stable |
| 15 | + version: "2024-11-13" |
| 16 | + - httpMethod: PATCH |
| 17 | + operationId: toggleAWSCustomDNS |
| 18 | + path: /api/atlas/v2/groups/{groupId}/awsCustomDNS |
| 19 | + tag: AWS Clusters DNS |
| 20 | + versions: |
| 21 | + - changeType: update |
| 22 | + changes: |
| 23 | + - backwardCompatible: false |
| 24 | + change: api operation id 'toggleAWSCustomDNS' removed and replaced with 'toggleAwsCustomDns' |
| 25 | + changeCode: api-operation-id-removed |
| 26 | + hideFromChangelog: true |
| 27 | + stabilityLevel: stable |
| 28 | + version: "2024-11-13" |
| 29 | + - httpMethod: POST |
| 30 | + operationId: grantMongoDBEmployeeAccess |
| 31 | + path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}:grantMongoDBEmployeeAccess |
| 32 | + tag: Clusters |
| 33 | + versions: |
| 34 | + - changeType: update |
| 35 | + changes: |
| 36 | + - backwardCompatible: false |
| 37 | + change: api operation id 'grantMongoDBEmployeeAccess' removed and replaced with 'grantMongoDbEmployeeAccess' |
| 38 | + changeCode: api-operation-id-removed |
| 39 | + hideFromChangelog: true |
| 40 | + stabilityLevel: stable |
| 41 | + version: "2024-11-13" |
| 42 | + - httpMethod: POST |
| 43 | + operationId: revokeMongoDBEmployeeAccess |
| 44 | + path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}:revokeMongoDBEmployeeAccess |
| 45 | + tag: Clusters |
| 46 | + versions: |
| 47 | + - changeType: update |
| 48 | + changes: |
| 49 | + - backwardCompatible: false |
| 50 | + change: api operation id 'revokeMongoDBEmployeeAccess' removed and replaced with 'revokeMongoDbEmployeeAccess' |
| 51 | + changeCode: api-operation-id-removed |
| 52 | + hideFromChangelog: true |
| 53 | + stabilityLevel: stable |
| 54 | + version: "2024-11-13" |
| 55 | + - httpMethod: GET |
| 56 | + operationId: returnAllIPAddresses |
| 57 | + path: /api/atlas/v2/groups/{groupId}/ipAddresses |
| 58 | + tag: Projects |
| 59 | + versions: |
| 60 | + - changeType: update |
| 61 | + changes: |
| 62 | + - backwardCompatible: false |
| 63 | + change: api operation id 'returnAllIPAddresses' removed and replaced with 'returnAllIpAddresses' |
| 64 | + changeCode: api-operation-id-removed |
| 65 | + hideFromChangelog: true |
| 66 | + stabilityLevel: stable |
| 67 | + version: "2024-11-13" |
| 68 | + - httpMethod: GET |
| 69 | + operationId: getProjectLTSVersions |
| 70 | + path: /api/atlas/v2/groups/{groupId}/mongoDBVersions |
| 71 | + tag: Projects |
| 72 | + versions: |
| 73 | + - changeType: update |
| 74 | + changes: |
| 75 | + - backwardCompatible: false |
| 76 | + change: api operation id 'getProjectLTSVersions' removed and replaced with 'getProjectLtsVersions' |
| 77 | + changeCode: api-operation-id-removed |
| 78 | + hideFromChangelog: true |
| 79 | + stabilityLevel: stable |
| 80 | + version: "2024-11-13" |
| 81 | + - httpMethod: GET |
| 82 | + operationId: getVPCPeeringConnections |
| 83 | + path: /api/atlas/v2/groups/{groupId}/streams/vpcPeeringConnections |
| 84 | + tag: Streams |
| 85 | + versions: |
| 86 | + - changeType: update |
| 87 | + changes: |
| 88 | + - backwardCompatible: false |
| 89 | + change: api operation id 'getVPCPeeringConnections' removed and replaced with 'getVpcPeeringConnections' |
| 90 | + changeCode: api-operation-id-removed |
| 91 | + hideFromChangelog: true |
| 92 | + stabilityLevel: stable |
| 93 | + version: "2024-11-13" |
| 94 | + - httpMethod: DELETE |
| 95 | + operationId: deleteVPCPeeringConnection |
| 96 | + path: /api/atlas/v2/groups/{groupId}/streams/vpcPeeringConnections/{id} |
| 97 | + tag: Streams |
| 98 | + versions: |
| 99 | + - changeType: update |
| 100 | + changes: |
| 101 | + - backwardCompatible: false |
| 102 | + change: api operation id 'deleteVPCPeeringConnection' removed and replaced with 'deleteVpcPeeringConnection' |
| 103 | + changeCode: api-operation-id-removed |
| 104 | + hideFromChangelog: true |
| 105 | + stabilityLevel: stable |
| 106 | + version: "2024-11-13" |
| 107 | + - httpMethod: POST |
| 108 | + operationId: acceptVPCPeeringConnection |
| 109 | + path: /api/atlas/v2/groups/{groupId}/streams/vpcPeeringConnections/{id}:accept |
| 110 | + tag: Streams |
| 111 | + versions: |
| 112 | + - changeType: update |
| 113 | + changes: |
| 114 | + - backwardCompatible: false |
| 115 | + change: api operation id 'acceptVPCPeeringConnection' removed and replaced with 'acceptVpcPeeringConnection' |
| 116 | + changeCode: api-operation-id-removed |
| 117 | + hideFromChangelog: true |
| 118 | + stabilityLevel: stable |
| 119 | + version: "2024-11-13" |
| 120 | + - httpMethod: POST |
| 121 | + operationId: rejectVPCPeeringConnection |
| 122 | + path: /api/atlas/v2/groups/{groupId}/streams/vpcPeeringConnections/{id}:reject |
106 | 123 | tag: Streams |
| 124 | + versions: |
| 125 | + - changeType: update |
| 126 | + changes: |
| 127 | + - backwardCompatible: false |
| 128 | + change: api operation id 'rejectVPCPeeringConnection' removed and replaced with 'rejectVpcPeeringConnection' |
| 129 | + changeCode: api-operation-id-removed |
| 130 | + hideFromChangelog: true |
| 131 | + stabilityLevel: stable |
| 132 | + version: "2024-11-13" |
| 133 | + - httpMethod: GET |
| 134 | + operationId: getLDAPConfiguration |
| 135 | + path: /api/atlas/v2/groups/{groupId}/userSecurity |
| 136 | + tag: LDAP Configuration |
| 137 | + versions: |
| 138 | + - changeType: update |
| 139 | + changes: |
| 140 | + - backwardCompatible: false |
| 141 | + change: api operation id 'getLDAPConfiguration' removed and replaced with 'getLdapConfiguration' |
| 142 | + changeCode: api-operation-id-removed |
| 143 | + hideFromChangelog: true |
| 144 | + stabilityLevel: stable |
| 145 | + version: "2024-11-13" |
| 146 | + - httpMethod: PATCH |
| 147 | + operationId: saveLDAPConfiguration |
| 148 | + path: /api/atlas/v2/groups/{groupId}/userSecurity |
| 149 | + tag: LDAP Configuration |
| 150 | + versions: |
| 151 | + - changeType: update |
| 152 | + changes: |
| 153 | + - backwardCompatible: false |
| 154 | + change: api operation id 'saveLDAPConfiguration' removed and replaced with 'saveLdapConfiguration' |
| 155 | + changeCode: api-operation-id-removed |
| 156 | + hideFromChangelog: true |
| 157 | + stabilityLevel: stable |
| 158 | + version: "2024-11-13" |
| 159 | + - httpMethod: DELETE |
| 160 | + operationId: deleteLDAPConfiguration |
| 161 | + path: /api/atlas/v2/groups/{groupId}/userSecurity/ldap/userToDNMapping |
| 162 | + tag: LDAP Configuration |
| 163 | + versions: |
| 164 | + - changeType: update |
| 165 | + changes: |
| 166 | + - backwardCompatible: false |
| 167 | + change: api operation id 'deleteLDAPConfiguration' removed and replaced with 'deleteLdapConfiguration' |
| 168 | + changeCode: api-operation-id-removed |
| 169 | + hideFromChangelog: true |
| 170 | + stabilityLevel: stable |
| 171 | + version: "2024-11-13" |
| 172 | + - httpMethod: POST |
| 173 | + operationId: verifyLDAPConfiguration |
| 174 | + path: /api/atlas/v2/groups/{groupId}/userSecurity/ldap/verify |
| 175 | + tag: LDAP Configuration |
| 176 | + versions: |
| 177 | + - changeType: update |
| 178 | + changes: |
| 179 | + - backwardCompatible: false |
| 180 | + change: api operation id 'verifyLDAPConfiguration' removed and replaced with 'verifyLdapConfiguration' |
| 181 | + changeCode: api-operation-id-removed |
| 182 | + hideFromChangelog: true |
| 183 | + stabilityLevel: stable |
| 184 | + version: "2024-11-13" |
| 185 | + - httpMethod: GET |
| 186 | + operationId: getLDAPConfigurationStatus |
| 187 | + path: /api/atlas/v2/groups/{groupId}/userSecurity/ldap/verify/{requestId} |
| 188 | + tag: LDAP Configuration |
| 189 | + versions: |
| 190 | + - changeType: update |
| 191 | + changes: |
| 192 | + - backwardCompatible: false |
| 193 | + change: api operation id 'getLDAPConfigurationStatus' removed and replaced with 'getLdapConfigurationStatus' |
| 194 | + changeCode: api-operation-id-removed |
| 195 | + hideFromChangelog: true |
| 196 | + stabilityLevel: stable |
| 197 | + version: "2024-11-13" |
| 198 | + - httpMethod: GET |
| 199 | + operationId: createCostExplorerQueryProcess_1 |
| 200 | + path: /api/atlas/v2/orgs/{orgId}/billing/costExplorer/usage/{token} |
| 201 | + tag: Invoices |
| 202 | + versions: |
| 203 | + - changeType: update |
| 204 | + changes: |
| 205 | + - backwardCompatible: false |
| 206 | + change: api operation id 'createCostExplorerQueryProcess_1' removed and replaced with 'getCostExplorerQueryProcess' |
| 207 | + changeCode: api-operation-id-removed |
| 208 | + hideFromChangelog: true |
| 209 | + stabilityLevel: stable |
| 210 | + version: "2024-11-13" |
| 211 | + - httpMethod: GET |
| 212 | + operationId: downloadInvoiceCSV |
| 213 | + path: /api/atlas/v2/orgs/{orgId}/invoices/{invoiceId}/csv |
| 214 | + tag: Invoices |
| 215 | + versions: |
| 216 | + - changeType: update |
| 217 | + changes: |
| 218 | + - backwardCompatible: false |
| 219 | + change: api operation id 'downloadInvoiceCSV' removed and replaced with 'downloadInvoiceCsv' |
| 220 | + changeCode: api-operation-id-removed |
| 221 | + hideFromChangelog: true |
| 222 | + stabilityLevel: stable |
| 223 | + version: "2024-11-13" |
| 224 | + - httpMethod: GET |
| 225 | + operationId: returnAllControlPlaneIPAddresses |
| 226 | + path: /api/atlas/v2/unauth/controlPlaneIPAddresses |
| 227 | + tag: Root |
| 228 | + versions: |
| 229 | + - changeType: update |
| 230 | + changes: |
| 231 | + - backwardCompatible: false |
| 232 | + change: api operation id 'returnAllControlPlaneIPAddresses' removed and replaced with 'returnAllControlPlaneIpAddresses' |
| 233 | + changeCode: api-operation-id-removed |
| 234 | + hideFromChangelog: true |
| 235 | + stabilityLevel: stable |
| 236 | + version: "2024-11-13" |
| 237 | +- date: "2024-11-13" |
| 238 | + paths: |
107 | 239 | - httpMethod: GET |
108 | 240 | operationId: listProjects |
109 | 241 | path: /api/atlas/v2/groups |
|
0 commit comments