Sending Requests
After you get and validate an access token, you can send HTTPS requests to Veeam Service Provider Console RESTful API collections and resources in Swagger UI.
To send a request:
- On the VSPC REST 3.0 page, expand a resource to which you want to perform an operation.
- In the list of request methods, click the required method.
- Click Try it out.
- In the expanded method window, choose a response content type and enter parameter values.
- Click Execute.
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.