This is an archive version of the document. To get the most up-to-date information, see the current version.

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

  • application/json
  • application/problem+json

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.

Download License AgreementExample

The following request downloads the EULA license agreement.

Request:

GET https://135.169.170.192:11005/api/v1/licenseAgreement/download?licenseAgreementType=Eula

 

Request Header:

x-api-version: 1.0-rev0

 

Response:

200

 

Response Body:

Download file