From 15a9aa3c9255623a12e8444e31e20f396cef4aca Mon Sep 17 00:00:00 2001 From: Ulas Kozat Date: Wed, 1 Jun 2016 10:00:15 -0700 Subject: Update user guide Change-Id: Ie88251ec761a2992e25830652b7ecad1a21cb376 Signed-off-by: Ulas Kozat --- docs/userguide/api-documentation.rst | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'docs/userguide/api-documentation.rst') 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 +==================== -- cgit 1.2.3-korg