diff options
author | 2025-01-30 14:24:28 +0000 | |
---|---|---|
committer | 2025-01-30 14:27:14 +0000 | |
commit | 3f7676eb0a1da199af2e7ac5860490fae0fd5d85 (patch) | |
tree | 72aa9cbd7201880e3e10ef39800e37fe6bcfadde /docs | |
parent | e729cbf7fb440b0a0a4dbddfcef39e8094e76568 (diff) |
Remove deprecated Rest endpoints for hazelcast health
- removing the hazelcast cluster rest health check endpoints
Issue-ID: CPS-2612
Change-Id: I01ad0e4b4d8ad99ce7a6e4e4dc0f0a8272d39227
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin-guide.rst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/admin-guide.rst b/docs/admin-guide.rst index 156a5df832..9009de21c9 100644 --- a/docs/admin-guide.rst +++ b/docs/admin-guide.rst @@ -236,20 +236,6 @@ On demand heap dump and thread dump generation using the below endpoints. http://<cps-component-service-name>:8080/actuator/heapdump http://<cps-component-service-name>:8080/actuator/threaddump -Hazelcast ---------- -.. note:: - The below endpoints will be removed from hazelcast community version in the future release. - -Hazelcast cluster state and health check can be seen using the below endpoints - -.. code:: - - http://<cps-component-service-name>:<member-port>/hazelcast/health - http://<cps-component-service-name>:<member-port>/hazelcast/rest/management/cluster/state - -See also : :ref:`cps_common_distributed_datastructures` - Naming Validation ----------------- |