DescribeLiveUserDomains_视频直播_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.

接口说明

本接口目前支持的直播域名业务类型为播流域名和边缘推流域名。

QPS 限制

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

流控信息

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

授权信息

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

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
live:DescribeLiveUserDomains
Get
全部资源
*

请求参数

字段名称字段详情
LiveDomainTypestring

直播域名业务类型。取值:展开详情

示例值:liveVideo参考取值来源:
    AddLiveDomain
    DescribeLiveDomainDetail
PageSizeinteger<int32>

分页大小。默认值为 20,最大值为 50

示例值:20取值 <= 500
PageNumberinteger<int32>

当前页码。取值范围:1~100000

示例值:1
DomainNamestring

域名模糊匹配过滤。展开详情

示例值:*.aliyundoc.com参考取值来源:
    AddLiveDomain
    DescribeDomainUsageData
    ListLiveRealtimeLogDeliveryDomains
RegionNamestring

域名所属地域。

示例值:cn-beijing
DomainSearchTypestring

域名查询类型。取值:展开详情

示例值:fuzzy_match
DomainStatusstring

域名状态。取值:展开详情

示例值:online
Tagarray<object>

标签列表。

子级条数 <= 20
ResourceGroupIdstring

资源组 ID。

示例值:rg-**kzvyjetyjjm**

返回参数

字段名称字段详情
Domainsobject
PageNumberinteger<int64>

返回数据的当前页码。

注意 请注意,该值为 Long 类型,在某些语言中可能存在精度丢失的风险,请小心使用。
示例值:1
PageSizeinteger<int64>

分页大小。

注意 请注意,该值为 Long 类型,在某些语言中可能存在精度丢失的风险,请小心使用。
示例值:100
RequestIdstring

请求 ID。

示例值:E4EBD2BF-5EB0-4476-8829-9D94E1B15267
TotalCountinteger<int64>

总条数。

注意 请注意,该值为 Long 类型,在某些语言中可能存在精度丢失的风险,请小心使用。
示例值:1

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
InvalidPageNumber.ValueNotSupported
The specified value of parameter PageNumber is not supported.诊断
400
InvalidPageSize.ValueNotSupported
The specified value of parameter PageSize is not supported.诊断
400
InvalidDomainStatus.ValueNotSupported
The specified value of parameter DomainStatus is not supported.诊断
400
InvalidDomainName.Malformed
The specific value of parameter DomainName is malformed.诊断
400
InvalidDomainSearchType.ValueNotSupported
The specified value of parameter DomainSearchType is not supported.诊断
400
InvalidDomainSearchType.Malformed
he specified value of parameter DomainSearchType is invalid.诊断
400
InvalidLiveDomainType.ValueNotSupported
The specified value of parameter LiveDomainType is not supported.诊断

变更历史

变更时间变更内容概要操作
2024-09-25
新增请求参数ResourceGroupId
变更返回参数

相关示例

调用DescribeLiveUserDomains查询用户名下所有的直播域名。
2022-03-21