• Home
  • Dynatrace API
  • Environment
  • Deployment
  • ActiveGate
  • Download specific version

Deployment API - Download ActiveGate of specific version

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.

GETManaged https://{your-domain}/e/{your-environment-id}/api/v1/deployment/installer/gateway/{osType}/version/{version}
SaaS https://{your-environment-id}.live.dynatrace.com/api/v1/deployment/installer/gateway/{osType}/version/{version}
Environment ActiveGate https://{your-activegate-domain}/e/{your-environment-id}/api/v1/deployment/installer/gateway/{osType}/version/{version}

Authentication

To execute this request, you need an access token with PaaS integration - Installer download (InstallerDownload) scope. To learn how to obtain and use it, see Tokens and authentication.

Parameters

ParameterTypeDescriptionInRequired
If-None-Matchstring

The ETag of the previous request. Do not download if it matches the ETag of the installer.

headeroptional
osTypestring

The operating system of the installer.

The element can hold these values
  • windows
  • unix
pathrequired
versionstring

The required version of the ActiveGate installer, in 1.155.275.20181112-084458 format.

You can retrieve the list of available versions with the GET available versions of ActiveGate call.

pathrequired

Response

Response codes

CodeDescription
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.