• Home
  • Dynatrace API
  • Environment
  • Deployment
  • Orchestration tarballs
  • Download latest signature

Deployment API - Download the signature of the latest orchestration tarball

Downloads the signature of the latest OneAgent deployment orchestration tarball.

GETManagedDynatrace for Governmenthttps://{your-domain}/e/{your-environment-id}/api/v1/deployment/orchestration/agent/{orchestrationType}/latest/signature
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v1/deployment/orchestration/agent/{orchestrationType}/latest/signature
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v1/deployment/orchestration/agent/{orchestrationType}/latest/signature

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

ParameterTypeDescriptionInRequired
orchestrationTypestring

The Orchestration Type of the orchestration deployment script.

The element can hold these values
  • ansible
  • puppet
pathrequired

Response

Response codes

CodeDescription
200

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.