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

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

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker - P1 Blocker - P1
    • None
    • None
    • Atlas
    • 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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:
              5 years, 45 weeks, 5 days ago