Gets the checksum of the specified BOSH release tarball. The checksum is the SHA-256 hash of the installer file.
The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v1/deployment/boshrelease/agent/{osType}/version/{version}/checksum |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v1/deployment/boshrelease/agent/{osType}/version/{version}/checksum |
To execute this request, you need an access token with InstallerDownload
scope.
To learn how to obtain and use it, see Tokens and authentication.
Parameter | Type | Description | In | Required |
---|---|---|---|---|
osType | string | The operating system of the installer.
| path | required |
version | string | The required version of the OneAgent in the You can retrieve the list of available versions with the GET available versions of BOSH tarballs call. | path | required |
skipMetadata | boolean | Set If not set, | query | optional |
networkZone | string | The network zone you want the result to be configured with. | query | optional |
Code | Type | Description |
---|---|---|
200 | Bosh | Success |
4XX | Error | Client side error. |
5XX | Error | Server side error. |
BoshReleaseChecksum
objectThe checksum of the BOSH release tarball.
Element | Type | Description |
---|---|---|
sha256 | string | The checksum of the BOSH release tarball. This is the sha256 hash of the installer file. |
{"sha256": "string"}