• Home
  • Dynatrace API
  • Environment
  • Deployment
  • ActiveGate
  • GET available versions

Deployment API - GET available versions of ActiveGate

Lists all available versions of the ActiveGate installer.

The request produces an application/json payload.

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

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
osTypestring

The operating system of the installer.

The element can hold these values
  • windows
  • unix
pathrequired

Response

Response codes

CodeTypeDescription
200ActiveGateInstallerVersions

Success. The payload contains the available versions.

404-

Not found. See the response body for details.

Response body objects

The ActiveGateInstallerVersions object

A list of available versions of ActiveGate installer.

ElementTypeDescription
availableVersionsstring[]

Available versions.

Can be null.

Response body JSON model

json
{ "availableVersions": [ "string" ] }