Video Mirroring
List videos being mirrored
get/api/v1/server/redundancy/videos
Query parameters
target'my-videos' | 'remote-videos' required
direction of the mirror
startinteger
Offset used to paginate results
countinteger
Number of items to return
sort'name'
Sort abuses by criteria
Response
successful operation
Example response
[
{
"id": 42,
"redundancies": {
"files": [
{
"id": 42
}
],
"streamingPlaylists": [
{
"id": 42
}
]
},
"uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d"
}
]