{
"containerId": "",
"videoCode": "123456",
"streamType": 0,
"protocol": "rtsp",
"expand": "",
"streamform": "rtp",
"transmode": 0
}
curl --location --request POST '/openservice/iot-service/video/getStream' \
--header 'X-Qpaas-Dev-Tags: ylh' \
--header 'Cookie: PHPSESSID=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a; access_token=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a' \
--header 'Content-Type: application/json' \
--data-raw '{
"containerId": "",
"videoCode": "123456",
"streamType": 0,
"protocol": "rtsp",
"expand": "",
"streamform": "rtp",
"transmode": 0
}'
{
"result": "string",
"msg": "string",
"code": 0,
"status": 0
}