ibmcb / cbtool

Cloud Rapid Experimentation and Analysis Toolkit
Apache License 2.0
77 stars 49 forks source link

Fix Nutanix CreateVM and DeleteVM Functions for Insentive Workload of… #433

Closed TTA0114 closed 7 months ago

TTA0114 commented 7 months ago

… Creation and Deletion

Some APIs of ntnx_api.prism on VMs (search_name, get, delete_name) does not work for insentive creation and deletion of VMs (instances). Replace these functions with RestAPI calls using the python 'requests' object.