This function adds a server to a configuration cluster. The function's return data appears in
the metadata
section of its output.
We recommend that you run this function as a POST
request with SSL enabled:
GET
method (for example, a URL in your browser).GET
method.Important:
root
-level user on the server that you wish to use as the parent server.HTTP Request was successful.
object |
whmapi1 --output=jsonpretty \ add_configclusterserver \ name='example.com' \ user='root' \ key='d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0'
{- "metadata": {
- "command": "add_configclusterserver",
- "name": "example.com",
- "reason": "OK",
- "result": 1,
- "signature": "d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0",
- "user": "root",
- "version": 1
}
}