Mysql
Remote Databases
Return remote MySQL host notes
This function returns the notes associated with the account's remote MySQL® hosts.
Important:
When you disable the MySQL/MariaDB role and remote MySQL is not already configured, the system disables this function.
get/Mysql/get_host_notes
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "get_host_notes",
"module": "Mysql",
"result": {
"data": {
"1.2.3.45": "The combination on my luggage",
"12.34.56.78": "Located somewhere in the Ford Galaxy",
"8.8.8.8": "Located on Spaceball 1"
},
"status": 1
}
}