Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 440 Bytes

File metadata and controls

27 lines (17 loc) · 440 Bytes

Nutanix v4 API Sample Script

Code sample to demonstrate use of the new Nutanix v4 APIs via Python client.

Usage

  • Create and activate a Python virtual environment:

    python -m venv venv
    . venv/bin/activate
    
  • Install required packages:

    pip install -r requirements.txt
    
  • Run script:

    python list_images_client.py <prism_central_ip> <username>
    

    Note: User will be prompted for password