Request Parameters
The below parameters should be used with the sample payload.
Request URL:
https://[prism_central_ip_address]:9440/api/nutanix/v3/vms
Request method:
POST
Payload
{
"spec": {
"name": "vm_from_v3_api",
"resources": {}
},
"metadata": {
"kind": "vm"
}
}