Lists all available versions of the ActiveGate installer.
The request produces an application/json payload.
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v1/deployment/installer/gateway/versions/{osType} |
| Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v1/deployment/installer/gateway/versions/{osType} |
To execute this request, you need an access token with InstallerDownload scope.
To learn how to obtain and use it, see Tokens and authentication.
| Parameter | Type | Description | In | Required |
|---|---|---|---|---|
| osType | string | The operating system of the installer.
| path | required |
| arch | string | The architecture of your OS:
| query | optional |
| Code | Type | Description |
|---|---|---|
| 200 | Active | Success. The payload contains the available versions. |
| 404 | - | Not found. See the response body for details. |
| 4XX | Error | Client side error. |
| 5XX | Error | Server side error. |
ActiveGateInstallerVersions objectA list of available versions of ActiveGate installer.
| Element | Type | Description |
|---|---|---|
| availableVersions | string[] | Available versions. |
{"availableVersions": ["string"]}