Skip to main content

Library for interact with v3 Nutanix API

Project description

Nutanix API

  • Work in progress

Easily interact with Nutanix API v3

Installation

pip install nutanix-api

Usage

from nutanix_api import NutanixApiClient, NutanixVM, NutanixCluster

client = NutanixApiClient("username", "password", 9440, "https://path/to/endpoint")

# Virtual Machine
vm = NutanixVM.get(client, "61b13e12-1494-11ed-861d-0242ac120002")
vm.turn_off()  # Turn VM off 
vm.turn_on()  # Turn VM on

# Cluster
cluster = NutanixCluster.get(client, "81b13e12-1494-11ed-861d-0242ac120003")
print(cluster.name)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nutanix-api-0.0.20.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

nutanix_api-0.0.20-py3-none-any.whl (11.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page