curl --location --request GET 'http://localhost:8080/api/proxy/pull/list'
{
"code": 0,
"message": "",
"data": [
{
"ID": 1,
"createTime": "2024-09-29T07:14:56.926299700Z",
"updateTime": "2024-09-29T07:14:56.926299700Z",
"parentID": 0,
"name": "test",
"type": "rtsp",
"status": 0,
"pullURL": "rtsp://localhost/live/test"
}
]
}