Deployment API - Download the signature of an orchestration tarball
Downloads the signature of an OneAgent deployment orchestration tarball.
GET | ManagedDynatrace for Government | https://{your-domain}/e/{your-environment-id}/api/v1/deployment/orchestration/agent/{orchestrationType}/version/{version}/signature |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v1/deployment/orchestration/agent/{orchestrationType}/version/{version}/signature | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v1/deployment/orchestration/agent/{orchestrationType}/version/{version}/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
Parameter | Type | Description | In | Required |
---|---|---|---|---|
orchestrationType | string | The Orchestration Type of the orchestration deployment script. | path | required |
version | string | The requested version of the OneAgent deployment orchestration tarball in | path | required |
Response
Response codes
Code | Description |
---|---|
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. |