Gets the host units quotas of your Dynatrace account.
The request produces an application/json
payload.
GET |
|
To execute this request, you need the Allow read access for environment resources (account-env-read
) scope assigned to your token. To learn how to obtain and use it, see Authentication.
The ID of the required account.
You can find the UUID on the Account > Account management API page, during creation of an OAuth client.
Success. The response contains the host units quota per environment of the account.
ContractLimitDto
objectAccountContractDto
objectThe total amount of host units that the account owns.
The overage is (true
) or is not (false
) enabled for the account.
If the overage is enabled, the account can exceed the quota. To learn more about host units consumption, see Application and Infrastructure Monitoring in Dynatrace Documentation.
EnvironmentLimitListDto
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.
The display name of the environment.
{"accountInfo": {"concurrentHostsUnits": 1,"hostUnitOverageAllowed": true},"environmentInfo": [{"uuid": "string","concurrentHostsUnits": 1,"hostUnitOverageAllowed": true,"name": "string"}]}