2.12.
CLASS: HOST
CHAPTER 2.
API REFERENCE
RPC name: reboot
Overview:
Reboot the host. (This function can only be called if there are no currently running VMs on the
host and it is disabled.).
Signature:
void reboot (session_id s, host ref host)
Arguments:
type
name
description
host ref
host
The Host to reboot
Return Type:
void
RPC name: dmesg
Overview:
Get the host xen dmesg.
Signature:
string dmesg (session_id s, host ref host)
Arguments:
type
name
description
host ref
host
The Host to query
Return Type:
string
dmesg string
RPC name: dmesg clear
Overview:
Get the host xen dmesg, and clear the buffer.
Signature:
string dmesg_clear (session_id s, host ref host)
Arguments:
type
name
description
host ref
host
The Host to query
Return Type:
string
dmesg string
112