Downloads the ZIP file of a version 1 extension.
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/hub/extensions1/{extension1FQN}/releases/{version} |
| Environment ActiveGateCluster ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v2/hub/extensions1/{extension1FQN}/releases/{version} |
To execute this request, you need an access token with hub.read scope.
To learn how to obtain and use it, see Tokens and authentication.
| Parameter | Type | Description | In | Required |
|---|---|---|---|---|
| extension1FQN | string | Fully qualified name of the extension1/plugin | path | required |
| version | string | Version of the release of the extension1/plugin | path | required |
| Code | Type | Description |
|---|---|---|
| 200 | - | Ok - download file |
| 404 | Error | Not found |
| 503 | Error | Unavailable |
| 4XX | Error | Client side error. |
| 5XX | Error | Server side error. |