Hub capabilities API - GET an extension v1 artifact
Downloads the ZIP file of a version 1 extension.
GET | ManagedDynatrace for Government | https://{your-domain}/e/{your-environment-id}/api/v2/hub/extensions1/{extension1FQN}/releases/{version} |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/hub/extensions1/{extension1FQN}/releases/{version} | |
Environment and Cluster ActiveGate (default port 9999) | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v2/hub/extensions1/{extension1FQN}/releases/{version} |
Authentication
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.
Parameters
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 |
Response
Response codes
Code | Type | Description |
---|---|---|
200 | - | Ok - download file |
404 | ErrorEnvelope | Not found |
503 | ErrorEnvelope | Unavailable |