v1

latestOpenAPI 3.0.0AGPLv3.02026-07-14186117194.3 KB
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

idinteger
namestring
urlstring url
uuidstring uuid

Example response

[
  {
    "id": 42,
    "redundancies": {
      "files": [
        {
          "id": 42
        }
      ],
      "streamingPlaylists": [
        {
          "id": 42
        }
      ]
    },
    "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d"
  }
]