User`s manual
Parameter  Type Description
endpoint_id int 8-bit identifier of the endpoint to which the cluster was added.
cluster_class string 16-bit identifier of the cluster that was added.
cluster_id int 16-bit identifier of the cluster.
server_or_client int Whether the cluster is a server (0) or client (1) cluster.
enable_APS_encryption bool Whether the cluster uses APS encryption or not.
68
add_cluster_response Parameters:
remove_cluster 
Removes a cluster of the given class from the given endpoint. If a class is not given, will 
remove a cluster with the given type (server or client) and ID from the endpoint. Only 
clusters which have been dynamically added from clusters.ini on startup or via the 
add_cluster command may be removed in this fashion. Clusters added in any other 
fashion cannot be removed by this command. Also removes the cluster from clusters.ini 
so that it will not be added to the endpoint at startup.
Parameter  Type Description
endpoint_id int 8-bit identifier of the endpoint 
from which the cluster will be 
removed.
cluster_class (optional) string Name of the cluster class which is to be removed.
cluster_id (optional) int 16-bit identifier of the cluster to be removed. Required if cluster 
cla
ss not given or cluster class does not define cluster ID.
server_or_client (optional) int If 0, the cluster to be removed is a ser
ver cluster. If 1, the cluster to 
be removed is a client cluster. Required if cluster class not given or 
cluster class does not define server_or_client.
Parameter  Type Description
endpoint_id int 8-bit identifier of the endpoint from which the cluster was removed.
cluster_class (optional) string Class name of the removed cluster. Only present if given as a 
p
arameter to the remove_cluster command.
cluster_id int 16-bit identifier of the cluster that was removed.
server_or_client int If 0, the removed cluster was a server cluster. If 1, the removed 
clus
ter was a client cluster. 
remove_cluster Parameters:
remove_cluster_response Parameters:










