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.
uapi --output=jsonpretty \ --user=username \ Mysql \ get_host_notes
{- "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"
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}