Deployment API - Download latest ActiveGate
Downloads the configured standard ActiveGate installer of the latest version for the specified OS.
GET | ManagedDynatrace for Government | https://{your-domain}/e/{your-environment-id}/api/v1/deployment/installer/gateway/{osType}/latest |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v1/deployment/installer/gateway/{osType}/latest | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v1/deployment/installer/gateway/{osType}/latest |
Authentication
To execute this request, you need an access token with InstallerDownload
scope.
To learn how to obtain and use it, see Tokens and authentication.
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 |
networkZone | string | The network zone you want the result to be configured with. Requires at least ActiveGate version 1.247. | query | optional |
arch | string | The architecture of your OS:
| query | optional |
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. |