Deployment API - Download latest ActiveGate
Downloads the configured standard ActiveGate installer of the latest version for the specified OS.
GET |
|
Authentication
To execute this request, you need the PaaS token (InstallerDownload
) of your environment. To learn how to obtain and use it, see Access tokens.
Parameters
Parameter | Type | Description | In | Required |
---|---|---|---|---|
If-None-Match | string |
The ETag of the previous request. Do not download if it matches the ETag of the installer. |
header | optional |
osType | string |
The operating system of the installer. |
path | required |
Response
Response codes
Code | Description |
---|---|
200 | Success. The payload contains the installer file. |
304 | Not modified. You already have the latest version of the installer. The response does not contain a payload. |
Response payload
A successful request downloads the requested installer.