Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hazelcast Cluster API

Cluster information and management endpoints.

Hazelcast Cluster API is one of 5 APIs that Hazelcast publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Cluster. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 5 operations across 4 paths. It is described by OpenAPI 3.0.3, at version latest.

Requests are made against a single base URL, http://{host}:{port}.

5 operations 4 paths 0 schemas 4 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
latest
Base URL
http://localhost:5701/hazelcast/rest
Contact
Resource Areas
1

Paths & Operations 5

Across 4 paths, the API surfaces 5 operations — 4 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Cluster 5

Cluster information and management endpoints.

GET
/hazelcast/rest/cluster
Get cluster info
getClusterInfo → 200
GET
/hazelcast/rest/instance
Get instance name
getInstanceName → 200
GET
/hazelcast/rest/management/cluster/state
Get cluster state
getClusterState → 200
POST
/hazelcast/rest/management/cluster/state
Change cluster state
changeClusterState → 200
GET
/hazelcast/rest/management/cluster/version
Get cluster version
getClusterVersion → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hazelcast-cluster-api-openapi.yml Raw ↑

Other APIs Hazelcast publishes across the network.

Hazelcast Configuration API
Hazelcast Health API
Hazelcast Maps API
Hazelcast Queues API