Unique tag that identifies the cluster.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-ignite/refs/heads/main/json-schema/rest-api-cluster-tag-schema.json", "title": "ClusterTag", "description": "Unique tag that identifies the cluster.", "type": "object", "properties": { "clusterId": { "type": "string", "description": "Unique cluster UUID. Generated automatically.", "format": "uuid" }, "clusterName": { "type": "string", "description": "Unique cluster name." } } }