- About Veeam Plug-in for Nutanix AHV REST API
- Overview
- Changelog
- Prism Centrals
- getGet Collection of Nutanix AHV Prism Centrals
- postAdd New Nutanix AHV Prism Central
- getGet Prism Central Data
- putModify Nutanix AHV Prism Central Settings
- delRemove Nutanix AHV Prism Central
- postRescan Prism Central
- getGet Collection of Virtual Machines
- getGet Collection of Protection Domains
- getGet Collection of Volume Groups
- getGet Collection of Prism Central Categories
- Clusters
- getGet Collection of Clusters
- postAdd New Cluster
- getGet Cluster Data
- delRemove Cluster
- postInfrastructure Rescan for Cluster
- getGet Cluster Connection Settings
- putModify Cluster Settings
- getGet Collection of Virtual Machines
- getGet Collection of Protection Domains
- getGet Collection of Networks
- getGet Collection of Storage Containers
- getGet Collection of Cluster Hosts
- getGet Collection of Volume Groups in Cluster
- Jobs
- Restore Points
- Sessions
- Workers
Veeam Plug-in for Nutanix AHV exposes its entities through an application programming interface (API) based on the Representational State Transfer (REST) architecture style. In the REST API, Veeam Plug-in for Nutanix AHV entities are treated as resources identified by Uniform Resource Locators (URLs). Addressing resource URLs, developers query information about the entities and perform basic operations with these entities.
The Veeam Plug-in for Nutanix AHV REST API relies on the client-server model. The client uses standard HTTP methods to make a request to the server; the server processes the request and returns a response with a conventional HTTP response code, HTTP response headers and a response body in the JSON format (by default).
The Veeam Plug-in for Nutanix AHV REST API is served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported.