Overview
Veeam Backup for Microsoft Azure provides public API methods via the Web Service API based on the REST (Representational State Transfer) framework and Open Data Protocol (OData).
All individual resources have a JSON representation and system resource identifiers, which help to locate a resource by its URL. Resources of the same entity type comprise a collection. A collection is modeled as an array of objects.
Veeam Backup for Microsoft Azure RESTful API relies on the client-server model. The client makes 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 JSON format.
In This Section