Lists all Dynatrace Platform Subscriptions of an account.
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.
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
SubscriptionListDto
objectSubscriptionSummaryDto
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.
{"data": [{"uuid": "string","type": "string","subType": "string","name": "string","status": "string","startTime": "string","endTime": "string"}]}