Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 1.22 KB

File metadata and controls

33 lines (24 loc) · 1.22 KB

Video Streaming

List

List Videos

cios video list

$cios v ls
***********************************************************************
    |ID|                  |Resource Owner ID|              |device id|    |enabled|     |Name|
xxxxxxxxxxxxx   xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx     hogehoe1        true    hogehoe1
xxxxxxxxxxxxx   xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx     hogehoe2        true    hogehoe1
xxxxxxxxxxxxx   xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx     hogehoe3        true    hogehoe1

***********************************************************************

List Videos by Resource Owner ID

cios video list [Resource Owner ID ...]

$cios v ls xxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxx
***********************************************************************
    |ID|           |Resource Owner ID|      |device id|    |enabled|     |Name|
xxxxxxxxxxxxx   xxxxxxxxxxxxxxxxxxxxxxxx     hogehoe1        true    hogehoe1
xxxxxxxxxxxxx   xxxxxxxxxxxxxxxxxxxxxxxx     hogehoe2        true    hogehoe1
xxxxxxxxxxxxx   xxxxxxxxxxxxxxxxxxxxxxxx     hogehoe3        true    hogehoe1

***********************************************************************