Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-11508

missing documentation on diskTypeName in ATLAS API for spinning up a cluster on Azure

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Blocker - P1 Blocker - P1
    • None
    • Affects Version/s: None
    • Component/s: Atlas
    • Labels:
      None
    • Environment:
      ATLAS API
    • 0.1

      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.

            Assignee:
            ravind.kumar Ravind Kumar (Inactive)
            Reporter:
            guillaume.meister@mongodb.com Guillaume Meister (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              6 years, 4 weeks, 4 days ago