Update user guide
[domino.git] / docs / userguide / api-documentation.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3
4 .. image:: ../etc/opnfv-logo.png 
5   :height: 40
6   :width: 200
7   :alt: OPNFV
8   :align: left
9 .. these two pipes are to seperate the logo from the first title
10 |
11 |
12 Using domino-cli Client
13 =======================
14
15 * heartbeat message
16
17 Message fields:
18
19 .. code-block:: bash
20   struct HeartBeatMessage {
21    1: MessageType messageType = HEART_BEAT,
22    2: i64 domino_udid,
23    3: i64 seq_no  
24   }
25
26 .. code-block:: bash
27
28   ./domino-cli.py heartbeat
29
30
31 Interactive CLI mode
32 ====================
33
34
35
36 Revision: _sha1_
37
38 Build date: |today|