Create, update and delete custom tags for all data centres in the cluster using the JSON Merge Patch format.
Patch request accepted.
Invalid patch request.
No data centre found in the cluster.
{- "tags": [
- {
- "key": "myTagKey_1",
- "value": "myTagValue_1"
}, - {
- "key": "myTagKey_2",
- "value": "myTagValue_2"
}
]
}
{- "dataCentres": [
- {
- "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
- "name": "AWS_VPC_US_EAST_1",
- "tags": [
- {
- "key": "myTagKey_1",
- "value": "myTagValue_1"
}, - {
- "key": "myTagKey_2",
- "value": "myTagValue_2"
}
]
}
], - "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}