
Sending Requests
After you get and validate an access token, you can send HTTP requests to VAO REST API collections and resources in Swagger UI.
To send a request:
- On the Veeam Availability Orchestrator REST API page, expand a resource to which you want to perform an operation.
- In the list of request methods, click the required method.
- In the expanded method window, enter parameter values.
- Click Try it out.
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.