Hub capabilities API - GET an extension v1 artifact

Downloads the ZIP file of a version 1 extension.

GETSaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/hub/extensions1/{extension1FQN}/releases/{version}
Environment ActiveGateCluster ActiveGatehttps://{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

Not found

503

Unavailable

4XX

Client side error.

5XX

Server side error.