• Home
  • Dynatrace API
  • Environment
  • Hub items
  • GET an extension v1 artifact

Hub capabilities API - GET an extension v1 artifact

Downloads the ZIP file of a version 1 extension.

GETManagedDynatrace for Governmenthttps://{your-domain}/e/{your-environment-id}/api/v2/hub/extensions1/{extension1FQN}/releases/{version}
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/hub/extensions1/{extension1FQN}/releases/{version}
Environment ActiveGatehttps://{your-activegate-domain}/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

ParameterTypeDescriptionInRequired
extension1FQNstring

Fully qualified name of the extension1/plugin

pathrequired
versionstring

Version of the release of the extension1/plugin

pathrequired

Response

Response codes

CodeTypeDescription
200-

Ok - download file

404ErrorEnvelope

Not found

503ErrorEnvelope

Unavailable