aboutsummaryrefslogtreecommitdiffstats
path: root/docs/userguide/api-documentation.rst
diff options
context:
space:
mode:
authorUlas Kozat <ulas.kozat@gmail.com>2016-06-01 10:00:15 -0700
committerUlas Kozat <ulas.kozat@gmail.com>2016-06-01 10:00:15 -0700
commit15a9aa3c9255623a12e8444e31e20f396cef4aca (patch)
treed9c470bc1c064214a25215dedc039bbe887fcac5 /docs/userguide/api-documentation.rst
parent9fc0f396621e89b482f8f8392582ec482526bacb (diff)
Update user guide
Change-Id: Ie88251ec761a2992e25830652b7ecad1a21cb376 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'docs/userguide/api-documentation.rst')
-rw-r--r--docs/userguide/api-documentation.rst22
1 files changed, 19 insertions, 3 deletions
diff --git a/docs/userguide/api-documentation.rst b/docs/userguide/api-documentation.rst
index df922da..c40894c 100644
--- a/docs/userguide/api-documentation.rst
+++ b/docs/userguide/api-documentation.rst
@@ -1,5 +1,6 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
+
.. image:: ../etc/opnfv-logo.png
:height: 40
:width: 200
@@ -9,11 +10,26 @@
|
|
Using domino-cli Client
-==========================
+=======================
+
+* heartbeat message
+
+Message fields:
+
+.. code-block:: bash
+ struct HeartBeatMessage {
+ 1: MessageType messageType = HEART_BEAT,
+ 2: i64 domino_udid,
+ 3: i64 seq_no
+ }
+
+.. code-block:: bash
+
+ ./domino-cli.py heartbeat
-Using interactive CLI mode
-==========================
+Interactive CLI mode
+====================