Apache Ignite · JSON Structure

Rest Api Network Address Structure

Node network address information.

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

NetworkAddress 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

host port

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-network-address-structure.json",
  "name": "NetworkAddress",
  "description": "Node network address information.",
  "properties": {
    "host": {
      "type": "string",
      "description": "Name of the host node runs on."
    },
    "port": {
      "type": "int32",
      "description": "Port the node runs on."
    }
  }
}