Details
-
Bug
-
Resolution: Done
-
Blocker - P1
-
None
-
None
-
None
-
ATLAS API
-
0.1
Description
Hi Team
when spinning up a cluster in Azure using the ATLAS API, the following error happens :
using this config file :
{
|
"name": "Guillaume-API",
|
"numShards": 1,
|
"replicationFactor": 3,
|
"providerSettings": {
|
"providerName": "AZURE",
|
"regionName": "EUROPE_WEST",
|
"instanceSizeName": "M20"
|
},
|
"diskSizeGB": 64,
|
"backupEnabled": false
|
}
|
|
The 400 bad request is returned with this message :
{
|
"detail":"The required attribute diskTypeName was not specified.",
|
"error":400,
|
"errorCode":"MISSING_ATTRIBUTE",
|
"parameters":[
|
"diskTypeName"
|
],
|
"reason":"Bad Request"
|
}
|
but I can’t find the possible values for `diskTypeName` in the docs.
Attachments
Issue Links
- links to