查询推流回调配置。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DomainName | string | 是 | 您的加速域名。 | example.aliyundoc.com |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "BEA5625F-8FCF-48F4-851B-CA63946DA664",
"LiveStreamsNotifyConfig": {
"AuthType": "",
"AuthKey": "",
"DomainName": "example.aliyundoc.com",
"NotifyUrl": "https://example.com/callback"
}
}
错误码
访问错误中心查看更多错误码。
特殊错误码
错误代码 | 描述 | 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 | 不支持当前操作,如:非直播类域名。 |
InvalidConfig.NotFound | Config does not exist. | 404 | 当前域名下未找到回调配置。 |