This function adds a note about a remote MySQL® server.
Important:
required | string or string or string or string The remote MySQL server's hostname or IP address. You may use the following IP address formats:
Example: host=192.168.1.6 |
note required | string note that describes the remote MySQL server. Example: note=A remote mysql server for storing my data |
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --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
}
}