Skip to content

Record Engine Status

nickkelsey edited this page May 17, 2016 · 3 revisions

Introduction:

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.

Copyright © 2016 Silicondust USA Inc. <www.silicondust.com>.

Clone this wiki locally