Apache Ignite · JSON Structure

Rest Api Cluster Tag Structure

Unique tag that identifies the cluster.

Type: object Properties: 2
CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

ClusterTag is a JSON Structure definition published by Apache Ignite, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

clusterId clusterName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-ignite/refs/heads/main/json-structure/rest-api-cluster-tag-structure.json",
  "name": "ClusterTag",
  "description": "Unique tag that identifies the cluster.",
  "properties": {
    "clusterId": {
      "type": "uuid",
      "description": "Unique cluster UUID. Generated automatically."
    },
    "clusterName": {
      "type": "string",
      "description": "Unique cluster name."
    }
  }
}