Vultr provides a client library to the Vultr.com API. This repo is a fork of an original library written for Vultr APIv1. I am re-doing this repo for APIv2.
api_key = 'XXXXXXXXX'
vultr = Vultr(api_key)
plans_json = vultr.plans.list()
Python Vultr is supported on a volunteer basis.
*Keep checking this repo for updates as I add more APIv2 Functionality.
API Module | Implementation | Tested |
---|---|---|
Account | Y | Y |
Applications | Y | Y |
Backup | Y | Y |
Bare Metal | N | N |
Billing | N | N |
Block Storage | Y | N |
DNS | Y | Y |
Firewall | N | N |
Instances | N | N |
ISO | N | N |
Kubernetes | N | N |
Load Balancers | N | N |
Object Storage | N | N |
Operating Systems | N | N |
Plans | N | N |
Private Networks | N | N |
Reserved IPs | N | N |
Regions | N | N |
Snapshots | N | N |
SSH Keys | N | N |
Startup Scripts | N | N |
Users | N | N |