Dynatrace Platform Subscription API - GET forecast
Gets a forecast of Dynatrace Platform Subscription usage by the end of the annual commitment period.
The request produces an application/json
payload.
GET |
|
Authentication
To execute this request, you need the Allow read access for usage and consumption resources (account-uac-read
) scope assigned to your token. To learn how to obtain and use it, see OAuth clients.
Parameters
The ID of the required account.
You can find the UUID on the Account Management > Identity & access management > OAuth clients page, during creation of an OAuth client.
Response
Response codes
Failed. The request was unacceptable, often due to missing a required parameter
Failed. The bearer token is incorrect/expired or the requested account information does not match the bearer token
Access denied
Failed. The requested resource was not found
Failed. Something went wrong in Account Management API
Response body objects
The Forecast
object
The median forecasted usage.
The lower bound of forecasted usage.
The upper bound of forecasted usage.
The budget quota used in the forecast.
The forecasted usage of the budget, in percent.
The date when the forecasted usage consumes all the budget quota.
The date when the forecast was created.
Response body JSON model
{"forecastMedian": 1,"forecastLower": 1,"forecastUpper": 1,"budget": 1,"forecastBudgetPct": 1,"forecastBudgetDate": "string","forecastCreatedAt": "string"}