-
Notifications
You must be signed in to change notification settings - Fork 0
Record Engine Status
nickkelsey edited this page May 17, 2016
·
3 revisions
The record engine provides basic status information.
<storage engine BaseURL>/discover.json
Example: http://10.20.20.162:4999/discover.json
{
"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. |
20160516:
- Initial documentation.
Copyright © 2016 Silicondust USA Inc. <www.silicondust.com>.