# Return all configuration cluster servers This function lists the servers in the server's configuration cluster. : * WHM's Remote Access Key feature is deprecated. We recommend that you use API tokens instead. * If you log in to a configuration cluster server that is the parent server, will indicate that the server is part of a configuration cluster. You can only view and modify this information from the parent server. Endpoint: GET /list_configclusterservers Version: 11.134.0.5 Security: BasicAuth ## Response 200 fields (application/json): - `data` (object) Configuration cluster signatures and users for each server. Example: {"example1.com":{"signature":"d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0","user":"root"},"example2.com":{"signature":"d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d1","user":"root"}} - `metadata` (object) - `metadata.command` (string) The method name called. Example: "list_configclusterservers" - `metadata.reason` (string) The reason the API function failed when the field is . This field may display a success message when a function succeeds. Example: "OK" - `metadata.result` (integer) * — Success * — Failed. Check the field for more details. Enum: 0, 1 - `metadata.version` (integer) The version of the API function. Example: 1