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 Maps API

Distributed map operations under /hazelcast/rest/maps.

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

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

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

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

4 operations 2 paths 0 schemas 2 DELETE1 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 4

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

Maps 4

Distributed map operations under /hazelcast/rest/maps.

GET
/hazelcast/rest/maps/{mapName}/{key}
Get map entry
getMapEntry 2 params → 200204
POST
/hazelcast/rest/maps/{mapName}/{key}
Put map entry
putMapEntry 2 params body → 200
DELETE
/hazelcast/rest/maps/{mapName}/{key}
Delete map entry
deleteMapEntry 2 params → 200
DELETE
/hazelcast/rest/maps/{mapName}
Clear map
clearMap 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hazelcast-maps-api-openapi.yml Raw ↑

Other APIs Hazelcast publishes across the network.

Hazelcast Cluster API
Hazelcast Configuration API
Hazelcast Health API
Hazelcast Queues API