更新时间:2019-06-19 22:59
恢复某条监控流的推送;
参数名 | 类型 | 是否必须 | 说明 |
---|---|---|---|
Action | String | 是 | 操作接口名,系统规定参数,取值:ResumeVsStream |
DomainName | String | 是 | 您的加速域名 |
AppName | String | 是 | 应用名称 |
StreamName | String | 是 | 流名称 |
LiveStreamType | String | 是 | 目前支持”publisher” |
名称 | 类型 | 描述 |
---|---|---|
RequestID | String | 该条任务请求ID |
错误代码 | 描述 | Http 状态码 | 语义 |
---|---|---|---|
InternalError | The request processing has failed due to some unknown error. | 500 | 后台发生未知错误 |
InvalidDomain.NotFound | The domain provided does not exist in our records. | 404 | 当前账户下未查到域名 |
IllegalOperation | Illegal domain operate is not permitted. | 403 | 不支持当前操作,如:非直播类域名 |
请求示例:
https://vs.aliyuncs.com?Action=ResumeVsStream&DomainName=example.com&AppName=app&StreamName=stream1&<公共请求参数>
返回示例
JSON格式:
{
"RequestId": "16BFE188-B193-4C3C-ADC5-79A7E31486EA"
}
XML格式:
<?xml version="1.0" encoding="UTF-8" ?>
<ResumeLiveStreamResponse>
<RequestId>16BFE188-B193-4C3C-ADC5-79A7E31486EA</RequestId>
</ResumeLiveStreamResponse>
在文档使用中是否遇到以下问题
更多建议
匿名提交