This function adds a note about a remote MySQL® server.
Important:
uapi --output=jsonpretty \ --user=username \ Mysql \ add_host_note \ host='192.168.1.6' \ note='A remote mysql server for storing my data'
{- "apiversion": 3,
- "func": "add_host_note",
- "module": "Mysql",
- "result": {
- "data": null,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}