This is an archive version of the document. To get the most up-to-date information, see the current version.

Sending Requests

After you get and validate an access token, you can send HTTPS requests to the Veeam Service Provider Console REST API collections and resources in Swagger UI.

To send a request:

  1. On the Veeam.AC.WebAPI 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, select a response content type and enter parameter values.
  4. Click Try it out.

Sending Request

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