Deployment API - GET available versions of ActiveGate
Lists all available versions of the ActiveGate installer.
The request produces an application/json
payload.
Early Adopter
This request is an Early Adopter release and may be changed in non-compatible way.
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 |
---|---|---|---|---|
osType | string |
The operating system of the installer. |
path | required |
Response
Response codes
Code | Description |
---|---|
200 | Success. The payload contains the available versions. |
404 | Not found. See the response body for details. |
Response body
The ActiveGateInstallerVersions object
A list of available versions of ActiveGate installer.
Element | Type | Description |
---|---|---|
availableVersions | string[] | Available versions. |
{
"availableVersions": [
"string"
]
}