Gets detailed information about a Dynatrace Platform Subscription.
The request produces an application/json
payload.
GET |
|
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.
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.
The UUID of the requested subscription.
Fetch the list of subscriptions via the GET all subscriptions request.
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
SubscriptionDto
objectThe UUID of the Dynatrace Platform Subscription.
The type of the Dynatrace Platform Subscription.
The sub-type of the Dynatrace Platform Subscription.
The display name of the Dynatrace Platform Subscription.
The status of the Dynatrace Platform Subscription.
The start date of the subscription in 2021-05-01
format.
The end date of the subscription in 2021-05-01
format.
SubscriptionAccountDto
objectThe UUID of the account.
SubscriptionBudgetDto
objectThe total budget of the subscription.
The used budget of the subscription.
The currency of the subscription.
SubscriptionCurrentPeriodDto
objectThe current period start date in 2021-05-01
format.
The current period end date in 2021-05-01
format.
Remaining days in the current period.
SubscriptionPeriodDto
objectThe subscription period start time in 2021-05-01T15:11:00Z
format.
The subscription period end time in 2021-05-01T15:11:00Z
format.
SubscriptionCapabilityDto
objectThe key of the subscription capability.
The display name of the subscription capability.
{"uuid": "string","type": "string","subType": "string","name": "string","status": "string","startTime": "string","endTime": "string","account": {"uuid": "string"},"budget": {"total": 1,"used": 1,"currencyCode": "string"},"currentPeriod": {"startTime": "string","endTime": "string","daysRemaining": 1},"periods": [{"startTime": "string","endTime": "string"}],"capabilities": [{"key": "string","name": "string"}]}