Dynatrace Managed version 1.326+
Get the total billed usage per environment, including usage from past contracts.
To execute this request, you need the Service Provider API (ServiceProviderAPI) permission assigned to your API token. Generate your API token via Cluster Management Console (CMC). To learn how to obtain and use it, see Cluster API - Tokens and authentication.
/api/cluster/v2/clusterLicense/environment/total
The request doesn't provide any configurable parameters.
| Code | Type | Description |
|---|---|---|
| 200 | Total | Successful operation. |
TotalEnvironmentLicenseUsageList object| Element | Type | Description |
|---|---|---|
| totalLicenseUsageDataPerEnvironment | Total | List of total cluster license usage data separated by environment |
TotalLicenseUsageForEnvironment objectList of total cluster license usage data separated by environment
| Element | Type | Description |
|---|---|---|
| environmentUuid | string | Environment UUID |
| usageOfDduUnits | number | Total cluster license usage of Davis data units (DDU) per environment |
| usageOfDemUnits | number | Total cluster license usage of DEM Units per environment |
| usageOfHostUnits | number | Total cluster license usage of Host Units per environment |
{"totalLicenseUsageDataPerEnvironment": [{"environmentUuid": "string","usageOfDduUnits": 1,"usageOfDemUnits": 1,"usageOfHostUnits": 1}]}