Question
Prism Central v3 Clone API Error
Hello,
I'm trying to clone from a known UUID (our template) but I keep getting a 400 code for "Bad request"
Ex :
(Using Postman for this example, but have also tried with POSH and had the same result)
POST https://1.1.1.1:9440/api/nutanix/v3/vms/{UUID}/clone
Basic Auth - admin/pw
Headers - Content-Type:application/json
Once I send the API call, this returns :
{
"api_version": "3.1",
"code": 400,
"message_list": [
{
"message": "Bad request.",
"reason": "BAD_REQUEST"
}
],
"state": "ERROR"
}
Any advice / help would be appreciated. This has been boggling me as to why it'd throw this error.
Thank you!
I'm trying to clone from a known UUID (our template) but I keep getting a 400 code for "Bad request"
Ex :
(Using Postman for this example, but have also tried with POSH and had the same result)
POST https://1.1.1.1:9440/api/nutanix/v3/vms/{UUID}/clone
Basic Auth - admin/pw
Headers - Content-Type:application/json
Once I send the API call, this returns :
{
"api_version": "3.1",
"code": 400,
"message_list": [
{
"message": "Bad request.",
"reason": "BAD_REQUEST"
}
],
"state": "ERROR"
}
Any advice / help would be appreciated. This has been boggling me as to why it'd throw this error.
Thank you!
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

