api:iptv:basechannel:recordingsrelock
Table of Contents
API : IPTV : Base Channel : Recordings Relock
Introduction
This request will ensure that all recordings are locked on the archive servers.
Request
| URL | https://api.telecomx.dk/iptv/basechannel/CHANNEL-ID/recordings/relock | ||
|---|---|---|---|
| Method | GET | ||
| Access level | ADMIN. | ||
| Params | CHANNEL-ID | String | Id of channel to perform relock on. |
Query example
https://api.telecomx.dk/iptv/basechannel/23/recordings/relock
Response
| JSON object | ||
|---|---|---|
| completed | Number | Number of recordings where lock was assured - 1 pr. program pr. server. |
| failed | Array | List of locks that failed |
| failed[].epgId | String | EPG ID of program. |
| failed[].name | String | Name of program. |
| failed[].start | Date | Start of program. |
| failed[].duration | Number | Length of program in seconds. |
| failed[].server | String | Name of archive server the lock failed on. |
Example
...
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/iptv/basechannel/recordingsrelock.txt · Last modified: 2020/04/08 15:04 by Per Møller