GET Method
In this article
The GET HTTP method is used to read data or retrieve information about a resource.
For example, to retrieve a representation of a collection of all tenants in Veeam Availability Console, send the following request:
GET https://<Availability-Console>:1281/v2/tenants |
In case of success, the GET HTTP method returns the 200 Success response code. In the response body, the method returns a representation of a resource.