- About Veeam Plug-in for Nutanix AHV REST API
- Overview
- Changelog
- Authorization
- Backup Appliance Settings
- Backup Server
- Prism Centrals
- Clusters
- getGet Collection of Clusters
- getGet Cluster Data
- getGet Collection of Virtual Machines
- postInfrastructure Rescan for Virtual Machines
- getGet Virtual Machine Data
- getGet Collection of Protection Domains
- postInfrastructure Rescan for Protection Domains
- getGet Collection of Networks
- getGet Collection of Storage Containers
- getGet Collection of Cluster Hosts
- getGet Collection of Volume Groups in Cluster
- getGet Volume Group Data
- postInfrastructure Rescan for Volume Groups
- postCluster Rescan for Snapshots
- Dashboard
- getGet Resource Usage Statistics
- getGet Session Status Statistics for Last 24 Hours
- getGet Job Type Statistics
- getGet Number of Protected VMs
- getGet Collection of Unprotected VMs
- getGet Collection of Protected VMs
- getGet Collection of Recent Job Sessions Duration
- getGet Collection of Available Backup Repositories
- Jobs
- Monitoring
- Protected VMs
- Restore Points
- getGet VM Restore Points
- getGet Restore Point Data
- delDelete Restore Point
- getGet Protection Domain Snapshot Data
- getGet Backup Snapshot Data
- getGet User Snapshot Data
- getGet Backup Data
- postPerform VM Restore
- postPerform Disk Restore
- getGet Collection of Disks From Restore Point
- getGet Collection of Network Adapters From Restore Point
- Sessions
- SMTP Account
- Time Zones
- User Accounts
- Workers
- Virtual Machines
The /timezones
resource collection allows you to view time zone settings of Veeam Backup for Nutanix AHV.
Get Current Time Zone
The HTTP GET request to the /timezones/info
endpoint retrieves the current time zone of the Veeam Backup for Nutanix AHV appliance.
SecurityBearer
Responses
200
OK
400
Bad Request. The request body is malformed, incomplete or otherwise invalid.
get/api/v7/timezones/info
Request samples
- curl
- Python
- JavaScript
- C#
- Go
Response samples
- 200
- 400
application/json
{- "dateTimeUtc": "2019-08-24T14:15:22Z",
- "timeZoneId": "America/Los_Angeles",
- "dateTimeSynchronization": {
- "mode": "Unknown",
- "ntpServers": "string"
}
}