Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Nutanix v4 API Code Samples - Shell/Bash

A simple code sample to demonstrate the creation of an AHV VM using the Nutanix v4 APIs.

Requirements

Usage

  • Rename create_vm_example.json to create_vm.json

  • Edit create_vm.json to contain settings appropriate for your environment

  • Make sure the script is executable:

    chmod u+x create_vm
    
  • Run the script

    ./create_vm
    

Screenshot

Example script execution