• Home
  • Dynatrace API
  • Environment
  • Deployment
  • ActiveGate
  • Download latest

Deployment API - Download latest ActiveGate

Downloads the configured standard ActiveGate installer of the latest version for the specified OS.

GETManagedDynatrace for Governmenthttps://{your-domain}/e/{your-environment-id}/api/v1/deployment/installer/gateway/{osType}/latest
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v1/deployment/installer/gateway/{osType}/latest
Environment ActiveGatehttps://{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

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
networkZonestring

The network zone you want the result to be configured with. Requires at least ActiveGate version 1.247.

queryoptional
archstring

The architecture of your OS:

  • all: Defaults to amd64.
  • amd64: amd64 architecture.
  • s390: S/390 architecture, only supported for Linux.
The element can hold these values
  • all
  • amd64
  • s390
queryoptional

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.