ListWaitingRoomEvents_边缘安全加速_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

接口说明

通过此接口,您可以查询指定站点 ID 和等候室 ID 下所有相关的等候室事件详情。

流控信息

请求速率为30/1(s)。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
esa:ListWaitingRoomEvents
List
Site
acs:esa:{#regionId}:{#accountId}:site/{#SiteId}

请求参数

字段名称字段详情
SiteIdinteger<int64>

站点 ID,可通过调用 ListSites 接口获取。

注意 该字段类型为 Long,在序列化/反序列化的过程中可能导致精度丢失,请注意数值不得大于 9007199254740991。
示例值:7096621098****参考取值来源:
    ListSites
    CreateSite
WaitingRoomIdstring

等候室 ID,用于标识特定的等候室。可通过调用 ListWaitingRooms 接口获取。

示例值:6a51d5bc6460887abd129****参考取值来源:
    ListWaitingRooms
    CreateWaitingRoom
WaitingRoomEventIdinteger<int64>

等候室事件 ID,可选参数,用于查询特定等候室事件。

注意 该字段类型为 Long,在序列化/反序列化的过程中可能导致精度丢失,请注意数值不得大于 9007199254740991。
示例值:89677721098****参考取值来源:
    CreateWaitingRoomEvent

返回参数

字段名称字段详情
RequestIdstring

请求 ID,用于追踪调用情况。

示例值:f3c3700a-4c0f-4a24-b576-fd7dbf9e7c55
WaitingRoomEventsarray<object>

等候室事件列表,包含每个事件的具体信息。

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
InternalException
Failed to call the service. Try again later or contact technical support.诊断
403
Site.NotExist
The specified website does not exist or is not recognized by the system.Check whether the specified website identifier is valid and matches a website that is active, defined, and recognized by the system.If you want to add a new website, make sure that the creation and registration process is complete to integrate the website to the system.诊断

变更历史

变更时间变更内容概要操作
2024-09-18
变更错误码400
变更错误码403

相关示例