Gets the auto-update configuration of the specified Environment ActiveGate.
The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/activeGates/{agId}/autoUpdate |
Environment ActiveGateCluster ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v2/activeGates/{agId}/autoUpdate |
To execute this request, you need an access token with activeGates.read
scope.
To learn how to obtain and use it, see Tokens and authentication.
Parameter | Type | Description | In | Required |
---|---|---|---|---|
agId | string | The ID of the required ActiveGate. | path | required |
Code | Type | Description |
---|---|---|
200 | Active | Success |
404 | Error | Not found. See response body for details. |
4XX | Error | Client side error. |
5XX | Error | Server side error. |
ActiveGateAutoUpdateConfig
objectConfiguration of the ActiveGate auto-updates.
Element | Type | Description |
---|---|---|
effectiveSetting | string | The actual state of the ActiveGate auto-update. Applicable only if the setting parameter is set to
|
setting | string | The state of the ActiveGate auto-update: enabled, disabled, or inherited. If set to
|
{"effectiveSetting": "ENABLED","setting": "INHERITED"}