DescribeLiveStreamsNotifyRecords - 查询流回调记录

查询流回调记录。

接口说明

本接口的单用户 QPS 限制为 100 次/秒。超过限制,API 调用会被限流,这可能会影响您的业务,请合理调用。

调试

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

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。
  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:
    • 对于必选的资源类型,用背景高亮的方式表示。
    • 对于不支持资源级授权的操作,用全部资源表示。
  • 条件关键字:是指云产品自身定义的条件关键字。
  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作访问级别资源类型条件关键字关联操作
live:DescribeLiveStreamsNotifyRecordsget
  • Domain
    acs:cdn:*:{#accountId}:domain/{#DomainName}

请求参数

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

推流域名。

push.example1.com
AppNamestring

直播流所属应用名称。您可在流管理页面查看 AppName。

app
StreamNamestring

直播流名称。您可在流管理页面查看 StreamName。

stream
Statusstring

回调是否成功。

  • success:成功。
  • failed:失败。
success
StartTimestring

起始时间。格式为:yyyy-MM-ddTHH:mm:ssZ(UTC 时间)。

说明 开始时间必须在近 7 天内。
2017-12-10T08:00:00Z
EndTimestring

结束时间。结束时间需晚于起始时间。格式为:yyyy-MM-ddTHH:mm:ssZ(UTC 时间)。

2017-12-10T09:00:00Z
PageSizeinteger

分页大小,默认 20,最大 500。取值:1~500 之前的任意整数。

20
PageNumberinteger

分页的页数,默认值为 1。

1

返回参数

名称类型描述示例值
object

推流回调记录。

NotifyRecordsInfoarray<object>

推流回调记录。

LiveStreamNotifyRecordsInfoobject
AppNamestring

直播流所属应用名称。

app
Descriptionstring

结果描述,为 success 时成功,失败则返回错误信息。

success
DomainNamestring

推流域名。

push.example1.com
NotifyContentstring

回调的具体内容。

{\"action\":\"publish_done\",\"app\":\"push.example1.com\"}
NotifyResultstring

回调结果。

  • success:成功。
  • failed:失败。
success
NotifyTimestring

回调发生时间(UTC 时间)。

2022-10-19T19:09:28Z
NotifyTypestring

回调类型。

  • publish:表示推流事件。
  • publish_done:表示断流事件。
publish_done
NotifyUrlstring

回调 URL。

http://xx.xx.xx.xx/callbacks
StreamNamestring

直播流名称。

stream
PageNuminteger

分页页码。

1
PageSizeinteger

每页大小。

20
RequestIdstring

请求 ID。

F675E4B4-125D-1533-901B-11A724644285
TotalNuminteger

符合条件的总个数。

20
TotalPageinteger

总页数。

20

示例

正常返回示例

JSON格式

{
  "NotifyRecordsInfo": {
    "LiveStreamNotifyRecordsInfo": [
      {
        "AppName": "app",
        "Description": "success",
        "DomainName": "push.example1.com",
        "NotifyContent": "{\\\"action\\\":\\\"publish_done\\\",\\\"app\\\":\\\"push.example1.com\\\"}",
        "NotifyResult": "success",
        "NotifyTime": "2022-10-19T19:09:28Z",
        "NotifyType": "publish_done",
        "NotifyUrl": "http://xx.xx.xx.xx/callbacks",
        "StreamName": "stream"
      }
    ]
  },
  "PageNum": 1,
  "PageSize": 20,
  "RequestId": "F675E4B4-125D-1533-901B-11A724644285",
  "TotalNum": 20,
  "TotalPage": 20
}

错误码

HTTP status code错误码错误信息描述
400InvalidStartTime.MalformedSpecified parameter StartTime is not valid.StartTime参数错误,请您确认该StartTime参数是否正确。
400InvalidEndTime.MalformedSpecified parameter EndTime is not valid.结束时间错误,请您确认结束时间是否正确。
400InvalidParamParameter invalid.输入参数不合法
400InvalidEndTime.MismatchSpecified EndTime does not match the specified StartTime.-
400Duration.ExceedStartTime needs to be within the last 7 days.-
500InternalErrorThe request processing has failed due to backend service exception.-

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

变更历史

变更时间变更内容概要操作
2023-03-14OpenAPI 错误码发生变更查看变更详情