- 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
The Veeam Plug-in for Nutanix AHV 8 REST API is NOT backward-compatible with client applications that were created using earlier versions of the REST API specification. This means that you cannot use any of the REST API specifications to perform operations with Veeam Plug-in for Nutanix AHV resources if the specification version has been released earlier.
The following endpoints are no longer available in the Veeam Plug-in for Nutanix AHV 8 REST API:
/token
/applianceNetworkSettings
/backupServer
/clusters/{id}/vms/refreshAsync
/clusters/{id}/protectionDomains/refresh
/clusters/{id}/volumeGroups/refresh
/clusters/{id}/rescanSnapshots
/dashboard
/monitoring
/protectedVms
/restorePoints/{id}
/restorePoints/{id}/delete
/restorePoints/protectionDomainSnapshots/{id}
/restorePoints/userSnapshots/{id}
/restorePoints/backups/{id}
/emailSettings
/timezones
/account
/virtualMachines
The following new operations were added to the existing resource collections in the Veeam Plug-in for Nutanix AHV 8 REST API:
POST
/clusters
— adds a Nutanix AHV cluster to the Veeam Backup & Replication configuration database.DELETE
/clusters/{id}
— removes a cluster with the specified ID from the Veeam Backup & Replication configuration databaseGET
/clusters/{id}/settings
— retrieves connection information on a cluster with the specified ID.PUT
/clusters/{id}/settings
— updates settings of a cluster with the specified ID added to the Veeam Backup & Replication configuration database.GET
/prismCentrals
- represents all Nutanix AHV Prism Centrals connected to the backup server and VMs residing in the clusters registered with those Prism Centrals.POST
/prismCentrals
- adds a Nutanix AHV Prism Central to the Veeam Backup & Replication configuration database.GET
/prismCentrals/{id}
- retrieves information on a Nutanix AHV Prism Central with the specified ID.PUT
/prismCentrals/{id}
- updates settings of a Prism Central with the specified ID added to the Veeam Backup & Replication configuration database.DELETE
/prismCentrals/{id}
- removes a Nutanix AHV Prism Central with the specified ID from the Veeam Backup & Replication configuration database.