Downloads the ActiveGate installer of the specified version. You can fetch the list of available ActiveGate versions with the GET available versions of ActiveGate call.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v1/deployment/installer/gateway/{osType}/version/{version} |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v1/deployment/installer/gateway/{osType}/version/{version} |
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 |
---|---|---|---|---|
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 |
version | string | The required version of the ActiveGate installer, in You can retrieve the list of available versions with the GET available versions of ActiveGate call. | path | required |
networkZone | string | The network zone you want the result to be configured with. Provided network zone must exist, otherwise the request will fail. Requires at least ActiveGate version 1.247. | query | optional |
arch | string | The architecture of your OS:
| query | optional |
Code | Type | Description |
---|---|---|
200 | string | 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. |
4XX | Error | Client side error. |
5XX | Error | Server side error. |
ResponseBody
object