Sending Requests
After you get authorization, you can send HTTP requests to Orchestrator REST API collections and resources in the Swagger UI.
To send a request:
- On the Veeam Recovery Orchestrator REST API v7.1 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, enter parameter values.
- Click Execute.
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.