Updates an extension 2.0 to the specified version. If no version is specified, the recommended version is used.
The request produces an application/json
payload.
POST | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/hub/extensions2/{extensionName}/actions/update |
Environment ActiveGateCluster ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v2/hub/extensions2/{extensionName}/actions/update |
To execute this request, you need an access token with hub.install
scope.
To learn how to obtain and use it, see Tokens and authentication.
Fully qualified name of the extension
Version of the extension. Fallback to the evaluated recommended version when the version is not provided
RegisteredExtensionResultDto
objectFQN of the extension registered in the tenant.
Version number of the extension.
{"extensionName": "string","extensionVersion": "string"}