Cluster information API
The Cluster information API enables you to check the version and internal time of your Dynatrace environment.
GET cluster time
The request produces plain/text
.
GET |
|
The response in cluster time in UTC milliseconds.
GET cluster version
Dynatrace innovates fast and releases a new server(cluster) version with new features every two weeks.
We operate multiple SaaS clusters worldwide and those clusters are updated at different times. As this update process is completely transparent for our customer it is hard to exactly identify when your environment is updated to a new cluster version.
This API endpoint enables you to query the actual cluster version of your environment.
The request produces an application/json
payload.
GET |
|
Authentication
To execute this request, you need the Access problem and event feed, metrics, and topology (DataExport
) permission assigned to your API token. To learn how to obtain and use it, see Tokens and authentication.
Response
Response codes
Code | Description |
---|---|
200 | Success |
Response body
The ClusterVersion object
Element | Type | Description |
---|---|---|
version | string | The version of the Dynatrace server. |
{
"version": "string"
}