Custom Tags V2

Operations related to managing custom tags

Manage custom tags for all data centres in the cluster

Create, update and delete custom tags for all data centres in the cluster using the JSON Merge Patch format.

SecurityBasic Authentication
Request
path Parameters
clusterId
required
string <uuid>
Request Body schema: application/json
required
required
Array of objects (ProviderTagV2)
Responses
202

Patch request accepted.

400

Invalid patch request.

404

No data centre found in the cluster.

patch/cluster-management/v2/operations/clusters/v2/{clusterId}/tags/v2
Request samples
application/json
{
  • "tags": [
    ]
}
Response samples
application/json
{
  • "dataCentres": [
    ],
  • "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}