帮助列表 |
API文档-拉流管理 | <<返回 |
http://openapi.aodianyun.com/v2/LSS.PullStreamOp
POST
access_id:安全校验ID,值为字符串。必选
示例:“access_id”:“123456789”
access_key:安全校验码,值为字符串。必选
示例:“access_key”:“ABCDEFG”
appid:APPID 。必选
示例:“appid”:“test”
from:from 。必选
示例:“from”:“http://xxx.aodianyun.com”
stream:stream 。必选
示例:“stream”:“demo”
type:操作类型, pause:设置为暂停。必选
示例:“type”:“pause”
curl -X POST http://openapi.aodianyun.com/v2/LSS.PullStreamOp -d
'{"access_id":"123456789","access_key":"ABCDEFG","appid":"test","type":"pause",
"from":"http://xxx.aodianyun.com","stream":"demo"}'
#注意开发时,请写成一行!
Flag:操作处理结果状态码
示例:“Flag”:100。提示:Flag=100为成功,失败为非100,失败原因在FlagString中体现。
FlagString:操作处理结果状态说明
示例:“FlagString”:“成功”
{
"Flag": 100,
"FlagString": "操作成功"
}
您可以使用奥点云开放平台提供的API接口调试工具进行接口调试。
请登录:http://openapi.aodianyun.com/tools