required | string or string The MySQL server's IP address or hostname.
Example: host=192.168.0.1 |
name required | string Example: name=MyProfileSSH |
port required | integer [ 1 .. 65535 ] Example: port=22 |
user required | string Example: user=SSHuser |
cpcloud | integer Default: 0 Whether the remote database profile is a cPanel Cloud deployment.
1 — Is cPanel Cloud.
0 — Not cPanel Cloud.
Example: cpcloud=1 |
password | string The SSH username's password.
Warning:
You must specify either the password or the sshkey_name parameter.
Example: password=12345luggage |
root_escalation_method | string The escalation method to use to authenticate the account.
Warning:
This parameter is required if the user parameter's value is not root .
Enum: "sudo" "su" Example: root_escalation_method=su |
root_password | string The MySQL server's root user's password.
Warning:
This parameter is required if the root_escalation_method parameter's value is su .
Example: root_password=username |
sshkey_name | string The name of the SSH key.
Warning:
You must specify either the password or the sshkey_name parameter.
Example: sshkey_name=VinzClortho |
sshkey_passphrase | string The SSH key's passphrase.
Warning:
This parameter is required if the sshkey_name value is password-protected.
Example: sshkey_passphrase=Gozer |