Skip to content

Commit

Permalink
Update management.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Serdaro authored Feb 26, 2024
1 parent 0e449f0 commit 445b5d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/modules/cp-subsystem/pages/management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ You can manage and monitor the CP Subsystem, using the following:
script, which comes with the Hazelcast package.
+
NOTE: The `hz-cluster-cp-admin` script uses the `curl` command, so `curl` must be installed to be able to use the script.
+
include::clients:partial$rest-deprecation.adoc[]

== Shutting Down CP Members

Expand Down Expand Up @@ -844,4 +846,4 @@ curl -X POST --data "${GROUPNAME}&${PASSWORD}" http://127.0.0.1:5701/hazelcast/r
hz-cluster-cp-admin -o force-close-session --group ${CPGROUP_NAME} --session-id ${CP_SESSION_ID} --address 127.0.0.1 --port 5701 --groupname ${GROUPNAME} --password ${PASSWORD}
----
--
====
====

0 comments on commit 445b5d7

Please sign in to comment.