Lists all available versions of the ActiveGate installer.
The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v1/deployment/installer/gateway/versions/{osType} |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v1/deployment/installer/gateway/versions/{osType} |
To execute this request, you need an access token with InstallerDownload
scope.
To learn how to obtain and use it, see Tokens and authentication.
The operating system of the installer.
windows
unix
The architecture of your OS:
all
: Defaults to amd64
.amd64
: amd64 architecture.s390
: S/390 architecture, only supported for Linux.arm64
: arm64 architecture, only supported for Linux.all
amd64
arm64
s390
Not found. See the response body for details.
ActiveGateInstallerVersions
objectA list of available versions of ActiveGate installer.
Available versions.
{"availableVersions": ["string"]}