Evaluation with Swagger UI
To start working with the Veeam Backup for Microsoft Azure REST API, you can use any client application that supports the HTTPS protocol.
The Veeam Backup for Microsoft Azure REST API is additionally available through the Swagger UI, a tool that you can use to evaluate and explore capabilities of the REST API. The Swagger UI visually presents API specification files and allows you to work with resources.
All resources and methods are expandable. When you expand a method, you get a full description of available parameters and an automatically generated example. You can also send requests and see response messages.
- To access the Swagger UI for the Veeam Backup for Microsoft Azure REST API, in a web browser, navigate to the following URL:
https://<hostname>/swagger/index.html |
- To access the Swagger UI for the Configuration Restore REST API, in a web browser, navigate to the following URL:
https://<hostname>/restoreservice/swagger/index.html |
where <hostname> is a public IPv4 address or DNS hostname of the Azure VM where Veeam Backup for Microsoft Azure is running.
In the Select a definition field, select the version of the Veeam Backup for Microsoft Azure REST API.
In This Section