Dynatrace Managed version 1.326+
Upload a license to the cluster.
To execute this request, you need the Service Provider API (ServiceProviderAPI) permission assigned to your API token. Generate your API token via Cluster Management Console (CMC). To learn how to obtain and use it, see Cluster API - Tokens and authentication.
/api/cluster/v2/clusterLicense/upload
| Parameter | Type | Description | In | Required |
|---|---|---|---|---|
| body | string | - | body | Optional |
RequestBody object| Code | Description |
|---|---|
| 200 | Successful operation. |
| 400 | Invalid license key. |
| 401 | Operation unauthorized. |
| 404 | Provided license key is empty. |
| 409 | Conflict - updated key is the same as existing. |
| 429 | Too many requests. Please wait a few minutes to change the license key again. |
| 454 | Invalid Mission Control credentials or corresponding license not available. |
| 455 | Invalid Mission Control credentials or corresponding license not available (multi DC disabled). |
| 500 | Operation failed. |