Sending Requests

After you get authorization, you can send HTTP requests to REST API collections and resources in the Swagger UI.

To send a request:

  1. On the Veeam Backup for Microsoft Azure API page, expand a resource to which you want to perform an operation.
  2. In the list of request methods, click the required method.
  3. In the expanded method window, click Try it out.
  4. Enter parameter values if required.
  5. Click Execute.

 

Sending Request

The Swagger UI returns a response body as well as a response code and response headers. Additionally the Swagger UI generates a curl command and an URL for your request.

 

Tip

You can download a server response in the .json format. To do that, in the expanded method window, click Download at the lower right corner of the Response body field.

 

Getting Response