This function displays the details of a specified remote MySQL® profile.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ remote_mysql_read_profile \ name='MyProfile'
{- "data": {
- "profile_details": {
- "active": 0,
- "mysql_host": "192.168.0.1",
- "mysql_pass": "123456luggage",
- "mysql_port": 3306,
- "mysql_user": "username",
- "setup_via": "Main terminal"
}, - "profile_name": "MyProfile"
}, - "metadata": {
- "command": "remote_mysql_read_profile",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}