Download License Agreement
You can download the license agreement to your device.
Request
To download the agreement, send the HTTP GET request to the /licenseAgreement/download endpoint. The licenseAgreementType parameter must be sent as part of the URL. Use the question mark (?) to separate the parameter from the endpoint.
Possible values of the licenseAgreementType parameter are Eula and ThirdPartyAgreement.
HTTP Request
GET https://<hostname>:<port>/api/v1/licenseAgreement/download?licenseAgreementType=<license agreement type> |
Request Headers
The request contains the following headers.
Header | Required/Optional | Value | Description |
---|---|---|---|
x-api-version | Required | 1.0-rev0 | Specifies the current revision of the Veeam Backup for AWS REST API. |
Response
The server returns the following response to the client.
Response Code
A successfully completed operation returns a response code 200 (OK).
Response Headers
The response to this request contains the following headers. The response may also include additional standard HTTP headers.
Header | Value | Description |
---|---|---|
Content-Length | integer | Identifies the length of the response body message, in bytes. |
Content-Type |
| Identifies the media type of the response body message. |
Response Body
In the response body, Veeam Backup for AWS returns a link to download the file with the license agreement.
Example
The following request downloads the EULA license agreement.
|