Dynatrace Oneagent ((hot)) Download Specific Version < RELIABLE · CHECKLIST >

An with the InstallerDownload (Download OneAgent and ActiveGate installers) scope. The exact Version Number (e.g., 1.251.123.20221025-131456 ). API Endpoint Structure

https://{your-domain}/e/{your-environment-id}/api/v1/deployment/installer/agent/{osType}/{installerType}/version/{version} osType : windows , linux , aix , solaris , or macos . installerType : default , paas , or paas-sh . Example with cURL (Linux) Deployment API - Download OneAgent of specific version

: Log in to your Dynatrace environment and navigate to Discovery & Coverage > Install OneAgent . dynatrace oneagent download specific version

For automation and CI/CD pipelines, using the Dynatrace Deployment API is the preferred method. Prerequisites

Use the following GET request format to fetch a specific version: installerType : default , paas , or paas-sh

The most straightforward way for manual installation is through the Dynatrace environment console.

: Look for the version selection dropdown. By default, the latest version is selected, but you can choose from a list of currently supported versions. Prerequisites Use the following GET request format to

: Once selected, click the Download button to get the installer binary (e.g., .exe for Windows or .sh for Linux). Method 2: Download via the Deployment API

https://{your-environment-id}.live.dynatrace.com/api/v1/deployment/installer/agent/{osType}/{installerType}/version/{version}

Downloading a specific version of is often necessary for maintaining compatibility with legacy systems or following strict corporate change management policies. Whether you need an older version for a specific OS or a stable release for a validated environment, Dynatrace provides two primary methods for retrieval: the web UI and the Deployment API. Method 1: Download via the Web UI