Update linked server node settings
This function updates a linked remote cPanel server node.
Important:
This function requires the use of an API token. For more information, read our Guide to API Authentication - API Tokens in WHM documentation.
Query parameters
The name of a linked remote cPanel server node.
The API token required to make API calls to the remote cPanel server node.
This value defaults to the existing API token.
Note:
The API token must have root-level access on the remote cPanel server node.
A new remote cPanel server node's hostname. The system will update your remote cPanel server node's hostname to this value.
This value defaults to the existing hostname.
Note:
This parameter does not accept an IP address.
Whether to skip SSL/TLS verification. The system performs this action when it queries the remote cPanel server node.
Note:
If the remote cPanel server is SSL/TLS verified, you cannot skip verification.
The username required to make API calls to the remote cPanel server node.
This value defaults to the existing username.
Note:
The username must have root-level access on the remote cPanel server node.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "update_linked_server_node",
"reason": "OK",
"result": 1,
"version": 1
}
}