aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xen-api/xenapi-datamodel.tex
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-04-08 23:03:16 +0100
committerEwan Mellor <ewan@xensource.com>2007-04-08 23:03:16 +0100
commit0e20ef60f83697cf5c9e6e696e601622984db7ad (patch)
tree67b6e72a05f2a49323d2fb15bf102c8995882b21 /docs/xen-api/xenapi-datamodel.tex
parentb9526a2fbd96221fec6ceeb010642e8ff269ffe2 (diff)
downloadxen-0e20ef60f83697cf5c9e6e696e601622984db7ad.tar.gz
xen-0e20ef60f83697cf5c9e6e696e601622984db7ad.tar.bz2
xen-0e20ef60f83697cf5c9e6e696e601622984db7ad.zip
Add bindings and docs for the host.dmesg_clear call.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'docs/xen-api/xenapi-datamodel.tex')
-rw-r--r--docs/xen-api/xenapi-datamodel.tex32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/xen-api/xenapi-datamodel.tex b/docs/xen-api/xenapi-datamodel.tex
index 01b980d8a2..2ed8ab1350 100644
--- a/docs/xen-api/xenapi-datamodel.tex
+++ b/docs/xen-api/xenapi-datamodel.tex
@@ -4919,6 +4919,38 @@ dmesg string
\vspace{0.3cm}
\vspace{0.3cm}
\vspace{0.3cm}
+\subsubsection{RPC name:~dmesg\_clear}
+
+{\bf Overview:}
+Get the host xen dmesg, and clear the buffer.
+
+ \noindent {\bf Signature:}
+\begin{verbatim} string dmesg_clear (session_id s, host ref host)\end{verbatim}
+
+
+\noindent{\bf Arguments:}
+
+
+\vspace{0.3cm}
+\begin{tabular}{|c|c|p{7cm}|}
+ \hline
+{\bf type} & {\bf name} & {\bf description} \\ \hline
+{\tt host ref } & host & The Host to query \\ \hline
+
+\end{tabular}
+
+\vspace{0.3cm}
+
+ \noindent {\bf Return Type:}
+{\tt
+string
+}
+
+
+dmesg string
+\vspace{0.3cm}
+\vspace{0.3cm}
+\vspace{0.3cm}
\subsubsection{RPC name:~list\_methods}
{\bf Overview:}