# Update configuration cluster server credentials This function updates the username or remote access key for a cluster server. notnothingonly* view and modify this information from the master server. * We recommend that you run this function as a request with SSL enabled: * The length of the remote access key may cause problems if you run the function with the method (for example, a URL in your browser). * You risk security problems if you enter a remote access key through the method. Endpoint: GET /update_configclusterserver Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `name` (string, required) The remote configuration cluster server's name or IP address. Example: "example.com" - `key` (string) The new remote access key. If you do specify a value, the function does not update the remote access key. Example: "d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0" - `user` (string) The server's -level account username. If you do not specify a value, the function does not update the username. Example: "root" ## Response 200 fields (application/json): - `metadata` (object) - `metadata.command` (string) The method name called. Example: "update_configclusterserver" - `metadata.name` (string) The remote configureation cluster server's name. Example: "example.com" - `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.signature` (string) The new remote access key. Example: "d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0:d0" - `metadata.user` (string) The server's -level account username. Example: "root" - `metadata.version` (integer) The version of the API function. Example: 1