INSTRUCTION BULLETIN—Reference Guide
CyTime
TM
Sequence of Events Recorder
IB-SER32e-02
Jan-2022
32
© 2010-2022 Cyber Sciences, Inc. All rights reserved.
“/events/short?record=0&count=3” (4 register format with local 1984 epoch
timestamp)
1) Example response:
{“events”: [{“r”: “0641-8013-C420-3FD5”},{“r”: “0261-8013-C420-3FD5”},{“r”:
“021A-810D-C420-3FD5”}]}
*See page 21, “Table 3-2 – Event Log Registers” for format.
“/events/verbose?record=0&count=3” (with local 1984 epoch timestamp, 50
records max)
1) Example response:
{“events”: [{“event_type”: 10,”channel”: 0,”status”: 0,”dst_active”: 1,
”milliseconds”: 725,”time_quality”: 0,”seconds”: 1176554005,”seq_num”:
1,”coincident”: 0},{“event_type”: 19,”channel”: 0,”status”: 0,”dst_active”:
1,”milliseconds”: 761,”time_quality”: 0,”seconds”: 1176554941,”seq_num”:
2,”coincident”: 0},{“event_type”: 6,”channel”: 0,”status”: 1,”dst_active”:
1,”milliseconds”: 2,”time_quality”: 3,”seconds”: 1176554983,”seq_num”:
3,”coincident”: 0}]}
*See page 21, “Table 3-2 – Event Log Registers” for format.
“/events/posix?record=0&count=3” (8-register format with Posix epoch UTC
timestamp)
1) Example response:
{“events”: [{“r”: “0641-8013-3AF9-6075-0001-0000-0000-
0000”},{“r”: “0261-8013-3EA1-6075-0002-0000-0000-0000”},{“r”:
“021A-810D-3ECB-6075-0003-0000-0000-0000”}]}
*See page 21, “Table 3-2 – Event Log Registers” for format.
“/events/posix/short?record=0&count=3” (4-register format with Posix epoch UTC
timestamp)
1) Example response:
{“events”: [{“r”: “000A-02D5-3AF9-6075”},{“r”: “0013-02F9-3EA1-6075”},{“r”:
“0406-C002-3ECB-6075”}]}
*See page 21, “Table 3-2 – Event Log Registers” for format.
“/events/posix/verbose?record=0&count=3” (with Posix epoch UTC timestamp,
50 records max)
1) Example response:
{“events”: [{“event_type”: 10,”channel”: 0,”status”: 0,”dst_active”:
0,”milliseconds”: 725,”time_quality”: 0,”seconds”: 1618295545,”seq_num”:
1,”coincident”: 0},{“event_type”: 19,”channel”: 0,”status”: 0,”dst_active”: 0,”
milliseconds”: 761,”time_quality”: 0,”seconds”: 1618296481,”seq_num”:
2,”coincident”: 0},{“event_type”: 6,”channel”: 0,”status”: 1,”dst_active”: 0,”
milliseconds”: 2,”time_quality”: 3,”seconds”: 1618296523,”seq_num”: 3,”
coincident”: 0}]}
*See page 21, “Table 3-2 – Event Log Registers” for format.
The following examples demonstrate how to access Status and Event data from the
SER.
How to get status
To get Status information, use the following HTTP Get command “/channels/status”.
Simply navigate to the SER’s IP address, log-in and append the command to the IP
address, i.e.: https://169.254.0.10/channels/status
HTTP GET - Example Use