Updates the environment-wide configuration of OneAgent auto-update.
OneAgents that connect to the environment use this configuration only when their setting is set to INHERITED
.
The request consumes an application/json
payload.
PUT | SaaS | https://{your-environment-id}.live.dynatrace.com/api/config/v1/hosts/autoupdate |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/config/v1/hosts/autoupdate |
To execute this request, you need an access token with WriteConfig
scope.
To learn how to obtain and use it, see Tokens and authentication.
The JSON body of the request. Contains OneAgent auto-update parameters.
EnvironmentAutoUpdateConfig
objectEnvironment-wide configuration of OneAgents auto-updates.
Applies to all OneAgents connecting to the environment if their setting parameter is set to INHERITED
. Otherwise, the host group or host level setting applies.
The auto-update state of OneAgents connecting to the environment:
ENABLED
: OneAgents automatically update to the most recent version.DISABLED
: OneAgents update to the version specified in the version field.OneAgents that connect to the environment use this configuration only when their setting parameter is set to INHERITED
.
ENABLED
DISABLED
Version to update a OneAgent to when automatic updates are enabled.
Supports relative versions latest
, previous
and older
as well as specific version in <major>.<minor>
format (for example 1.261
) or <major>.<minor>.<revision>.<timestamp>
format (for example 1.261.178.20230313-090930
).
Only applicable when the setting parameter is set to ENABLED
.
The version to which the OneAgent must be updated.
Specify the version in the <major>.<minor>.<revision>
format (for example 1.181.0
) or <major>.<minor>
format (for example 1.181
). You can fetch the list of available versions with the GET available versions call. If no suitable installer is found for the provided version or the value is set to null
, OneAgent won't be updated.
Only applicable when the setting parameter is set to DISABLED
.
ConfigurationMetadata
objectMetadata useful for debugging
Dynatrace version.
A sorted list of the version numbers of the configuration.
A sorted list of version numbers of the configuration.
UpdateWindowsConfig
objectBasic information about all configured update windows
List of update windows when the OneAgent update can start. If there is no value and update should be performed, the update will start at earliest convenience.
UpdateWindow
objectBasic information about one maintenance window
Identifier of maintenance window
The name of maintenance window
This is a model of the request body, showing the possible elements. It has to be adjusted for usage in an actual request.
{"metadata": {"clusterVersion": "1.192.1","configurationVersions": [4,2],"currentConfigurationVersions": ["1.0.4","1.23"]},"setting": "DISABLED","targetVersion": "latest","updateWindows": {"windows": [{"id": "vu9U3hXa3q0AAAABADdkeW5hdHJhY2Uuc2V0dGluZ3MuZGVwbG95bWVudC5tYW5h","name": "Daily maintenance window"}]},"version": "1.181.0"}
Success. The configuration has been updated. Response doesn't have a body.
We recommend that you validate the payload before submitting it with an actual request. A response code of 204 indicates a valid payload.
The request consumes an application/json
payload.
POST | SaaS | https://{your-environment-id}.live.dynatrace.com/api/config/v1/hosts/autoupdate/validator |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/config/v1/hosts/autoupdate/validator |
To execute this request, you need an access token with WriteConfig
scope.
To learn how to obtain and use it, see Tokens and authentication.
Success. The submitted configuration is valid. Response doesn't have a body.