latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

Server Administration
Configuration Clusters

Return all configuration cluster servers

This function lists the servers in the server's configuration cluster.

Warning:

  • WHM's Remote Access Key feature is deprecated. We strongly recommend that you use API tokens instead.

  • If you log in to a configuration cluster server that is not the parent server, nothing will indicate that the server is part of a configuration cluster. You can only view and modify this information from the parent server.

get/list_configclusterservers

Response

HTTP Request was successful.

dataobject

Configuration cluster signatures and users for each server.

Example response

{
  "data": {
    "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": {
    "command": "list_configclusterservers",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}