Resource URLs
Each Veeam Backup for Microsoft Azure REST API-exposed entity has a resource representing it. To get a resource representation, request its URL.
Veeam Backup for Microsoft Azure REST API Resource URLs
All Veeam Backup for Microsoft Azure REST API v7 requests use the following base URL format:
https://<hostname>/api/<version> |
where:
- <hostname> is a public IPv4 address or DNS hostname of the Azure VM running Veeam Backup for Microsoft Azure.
- <version> is an API version.
The current version is v7.
To get a collection of Veeam Backup for Microsoft Azure REST API resources, request a base URL followed by a resource collection endpoint. For example:
https://51.11.247.127/api/v7/accounts/standard |
To get a representation of an individual resource, enter a resource identifier after the resource collection endpoint. For example:
https://51.11.247.127/api/v7/accounts/standard/543 |
The resource identifier is represented by the id property of the resource from the collection. For example:
[ { "name": "SMTP Account", "id": "543", ...
] |
Configuration Restore REST API Resource URLs
All Configuration Restore REST API v7 requests use the following base URL format:
https://<hostname>/api/restoreservice/<version> |
where:
- <hostname> is a public IPv4 address or DNS hostname of the Azure VM running Veeam Backup for Microsoft Azure.
- <version> is an API version.
The current version is v7.