文档

DescribeVsStreamsNotifyUrlConfig - 获取 VS 流通知 URL 配置

更新时间:

查询推流回调配置。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
DomainNamestring

您的加速域名。

example.aliyundoc.com

返回参数

名称类型描述示例值
object
RequestIdstring

请求 ID。

BEA5625F-8FCF-48F4-851B-CA63946DA664
LiveStreamsNotifyConfigobject

配置信息。

DomainNamestring

您的推流域名。

example.aliyundoc.com
NotifyUrlstring

回调地址。

https://example.com/callback

示例

正常返回示例

JSON格式

{
  "RequestId": "BEA5625F-8FCF-48F4-851B-CA63946DA664",
  "LiveStreamsNotifyConfig": {
    "AuthType": "",
    "AuthKey": "",
    "DomainName": "example.aliyundoc.com",
    "NotifyUrl": "https://example.com/callback"
  }
}

错误码

访问错误中心查看更多错误码。

特殊错误码

错误代码描述HTTP 状态码语义
InternalErrorThe request processing has failed due to some unknown error.500后台发生未知错误。
InvalidDomain.NotFoundThe domain provided does not exist in our records.404当前账户下未查到域名。
IllegalOperationIllegal domain operate is not permitted.403不支持当前操作,如:非直播类域名。
InvalidConfig.NotFoundConfig does not exist.404当前域名下未找到回调配置。
  • 本页导读 (1)
文档反馈