Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dvr_api:record_engine_status [2019/10/10 20:17] – created nedsdvr_api:record_engine_status [2020/10/25 01:40] (current) neds
Line 1: Line 1:
 ======Record engine status====== ======Record engine status======
 <btn type="success" size="xs" icon="fa fa-chevron-left">[[:DVR API|Back to all DVR API topics]]</btn> <btn type="success" size="xs" icon="fa fa-chevron-left">[[:DVR API|Back to all DVR API topics]]</btn>
 +
 +<WRAP center info>
 +This is a mirror of the documentation from: https://github.com/Silicondust/documentation/wiki/Record-Engine-Status
 +</WRAP>
  
 The record engine provides basic status information. The record engine provides basic status information.
  
 ====API URL==== ====API URL====
 +<WRAP indent>
  
 <code><storage engine BaseURL>/discover.json</code> <code><storage engine BaseURL>/discover.json</code>
Line 10: Line 15:
 Example: <code>http://10.20.20.162:4999/discover.json</code> Example: <code>http://10.20.20.162:4999/discover.json</code>
  
 +</WRAP>
 ====Result format==== ====Result format====
 +<WRAP indent>
 +
 <code> <code>
 { {
Line 27: Line 35:
 | StorageURL | url | URL for obtaining list of recordings available for playback in json format. | | StorageURL | url | URL for obtaining list of recordings available for playback in json format. |
 | Freespace | int64 | Free space for recordings in bytes. | | Freespace | int64 | Free space for recordings in bytes. |
 +
 +</WRAP>
 +====History====
 +<WRAP indent>
 +
 +  * 20160516:
 +      * Initial documentation.
 +
 +</WRAP>
 +Copyright © 2016 Silicondust USA Inc. <www.silicondust.com>.
  • Last modified: 2019/10/10 20:17