This is an old revision of the document!
Record engine status
This is a mirror of the documentation from: https://github.com/Silicondust/documentation/wiki/Record-Engine-Status
The record engine provides basic status information.
API URL
<storage engine BaseURL>/discover.json
Example:
http://10.20.20.162:4999/discover.json
Result format
{
"FriendlyName":"HDHomeRun RECORD",
"Version":"20160514atest2",
"BaseURL":"http://10.20.20.162:4999",
"StorageURL":"http://10.20.20.162:4999/recorded_files.json",
"FreeSpace":1363153027072
}
| Parameter | Type | Description |
|---|---|---|
| FriendlyName | string | Human readable name. |
| Version | string | Version string. |
| BaseURL | url | Base URL for webpages and services. |
| StorageURL | url | URL for obtaining list of recordings available for playback in json format. |
| Freespace | int64 | Free space for recordings in bytes. |
History
- 20160516:
- Initial documentation.
<WRAP indent>
Copyright © 2016 Silicondust USA Inc. <www.silicondust.com>.