Updates the environment-level host units quotas of your Dynatrace account.
The request consumes an application/json
payload.
PATCH |
|
To execute this request, you need the Allow write access for environment resources (account-env-write
) permission assigned to your token. To learn how to obtain and use it, see OAuth clients.
The ID of the required account.
You can find the UUID on the Account > Account management API page, during creation of an OAuth client.
The JSON body of the request. Contains the list of environment-level quotas to be set.
RequestBody
objectEnvironmentChangeListDto
objectThe ID of the environment.
The total amount of host units assigned to the environment.
The overage is (true
) or is not (false
) enabled for the environment.
If the overage is enabled, the environment can exceed the quota. To learn more about host units consumption, see Application and Infrastructure Monitoring in Dynatrace Documentation.
This is a model of the request body, showing the possible elements. It has to be adjusted for usage in an actual request.
[{"uuid": "string","concurrentHostsUnits": 1,"hostUnitOverageAllowed": true}]
Success. The quota has been updated. The response doesn't have a body.