Deployment API - Download latest OneAgent
Downloads the latest OneAgent installer. You can check the latest version number with the GET the latest version of OneAgent call.
For the paas
or paas-sh
installer types, you can get a configuring installer by passing additional parameters.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v1/deployment/installer/agent/{osType}/{installerType}/latest |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v1/deployment/installer/agent/{osType}/{installerType}/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
Parameter | Type | Description | In | Required |
---|---|---|---|---|
If-None-Match | string | The ETag of the previous request. Do not download if it matches the ETag of the installer. | header | optional |
osType | string | The operating system of the installer.
| path | required |
installerType | string | The type of the installer:
| path | required |
flavor | string | The flavor of your Linux distribution:
Only applicable to the
| query | optional |
arch | string | The architecture of your OS:
Only applicable to the
| query | optional |
bitness | string | The bitness of your OS. Must be supported by the OS. Only applicable to the
| query | optional |
include | string[] | The code modules to be included to the installer. You can specify several modules in the following format: Only applicable to the
| query | optional |
skipMetadata | boolean | Set Only applicable to the | query | optional |
networkZone | string | The network zone you want the result to be configured with. | query | optional |
Response
Response codes
Code | Type | Description |
---|---|---|
200 | string | 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. |
4XX | Error | Client side error. |
5XX | Error | Server side error. |