blob: c40894c62d5cca9da9955d4311c2853417aaa7ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
.. 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
:alt: OPNFV
:align: left
.. these two pipes are to seperate the logo from the first title
|
|
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
Interactive CLI mode
====================
Revision: _sha1_
Build date: |today|
|