ping: Heartbeat#
A SEC node replies with a pong message with a Data report of a null
value. The Qualifiers part SHOULD only contain the timestamp (as member
"t") if the SEC node supports timestamping. This can be used to synchronize the
time between ECS and SEC node.
Note
The qualifiers could also be an empty JSON object, indicating lack of timestamping support.
For debugging purposes, when id in the ping request is omitted, in the
pong reply there are two spaces after pong. A client SHOULD always send
an id. However, the client parser MUST treat two consecutive spaces as two
separators with an empty string in between.
Examples:
> ping 123
< pong 123 [null, {"t": 1505396348.543}]
# From a SEC node that does not support timestamps
> ping
< pong [null,{}]