Sending Requests
In this article
After you get authorization, you can send HTTP requests to Veeam Backup for Google Cloud REST API collections and resources in the Swagger UI.
To send a request:
- On the Veeam Backup for Google Cloud public API 1.0 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, click Try it out.
- Enter parameter values if required.
- 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 a 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. |