Deployment API - Download the latest version of the orchestration tarball

Downloads the latest OneAgent deployment orchestration tarball.

GETSaaShttps://{your-environment-id}.live.dynatrace.com/api/v1/deployment/orchestration/agent/{orchestrationType}/latest
Environment ActiveGatehttps://{your-activegate-domain}:9999/e/{your-environment-id}/api/v1/deployment/orchestration/agent/{orchestrationType}/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
orchestrationType
string

The Orchestration Type of the orchestration deployment script.

  • ansible
  • puppet
path
required

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

Client side error.

5XX

Server side error.

Response body objects

The ResponseBody object