Apache Ignite · JSON Structure

Rest Api Node Metadata Structure

Node metadata information.

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

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

Properties

restHost httpPort httpsPort

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-node-metadata-structure.json",
  "name": "NodeMetadata",
  "description": "Node metadata information.",
  "properties": {
    "restHost": {
      "type": "string",
      "description": "The host exposed to REST API."
    },
    "httpPort": {
      "type": "int32",
      "description": "The HTTP port exposed to REST API."
    },
    "httpsPort": {
      "type": "int32",
      "description": "The HTTPS port exposed to REST API."
    }
  }
}