Updates the overage allowance for host units quotas.
The request consumes an application/json
payload.
PUT |
|
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 ID of the environment where you want to set the overage.
HostMonitoringOverageEnabledDto
objectThe overage is (true
) or is not (false
) enabled for the environment.
If the overage is enabled, the environment can exceed the quota.
This is a model of the request body, showing the possible elements. It has to be adjusted for usage in an actual request.
{"hostUnitOverageAllowed": true}
Success. The overage has been set. The response doesn't have a body.