Where is the v3 API for migrating disks? | Nutanix Community
Skip to main content

https://www.nutanix.dev/reference/prism_central/v3/api/vms/postvmsuuidmigratedisks/ describes an API to migrate disks as vms/{uuid}/migrate_disks.  But the API is not available in AOS 6.0.  I got the following response

    "message": "The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again." 

The swagger definition from the cluster does not contain the endpoint either even thought the definition “migrate_disk_input” is defined.

 

The cluster has the following information:

            "config": {

                "software_map": {

                    "NOS": {

                        "status": "INSTALLED",

                        "version": "6.0",

                        "software_type": "NOS"

                    }   

                },  

... 

                "build": {

                    "commit_id": "e13b03b321a1559f5de846520509a20f93289b8d",

                    "full_version": "el7.3-release-fraser-6.0-stable-e13b03b321a1559f5de846520509a20f93289b8d",

                    "commit_date": "2021-05-07T20:50:01Z",

                    "is_long_term_support": false,

                    "version": "6.0",

                    "short_commit_id": "e13b03",

                    "build_type": "release"

                },  

... 

    "api_version": "3.1"

Be the first to reply!

Reply