Lists all clusters of a Dynatrace Managed account.
The request produces an application/json
payload.
GET |
|
To execute this request, you need the Allow read access for environment resources (account-env-read
) scope assigned to your token. To learn how to obtain and use it, see Authentication.
Parameter | Type | Description | In | Required |
---|---|---|---|---|
accountUuid | string | 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. | path | required |
Code | Type | Description |
---|---|---|
200 | Cluster | - |
ClusterListDto
objectElement | Type | Description |
---|---|---|
data | Cluster | Lists all clusters in a managed account |
ClusterDto
objectElement | Type | Description |
---|---|---|
clusterId | string | The UUID of the cluster. |
{"data": [{"clusterId": "string"}]}