DescribeAppStatistics_智能开放搜索 OpenSearch_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.

流控信息

当前云产品API请求速率暂未透出。

授权信息

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

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
opensearch:DescribeAppStatistics
App
acs:opensearch:{#regionId}:{#accountId}:app-groups/{#AppGroupId}

请求语法

GET /v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/statistics HTTP/1.1

路径参数

字段名称字段详情
appGroupIdentitystring

应用名称

示例值:my_app_group_name参考取值来源:
    CreateAppGroupCredentials
    ListAppGroups
appIdstring

版本号

示例值:110157886

返回参数

字段名称字段详情
resultobject

统计结果

示例值:{}
requestIdstring

请求 ID

示例值:76FC45F1-4167-D3CD-6737-4F97BA503FA0

返回说明

统计结果

字段类型描述
result.pvInteger请求量
result.docCountInteger文档大小(单位:个)
result.docLastUpdatedString文档最近更新时间戳
result.quotaObject配额统计结果
result.quota.instanceObject实例统计结果
result.quota.instance.usedFloat已使用容量(单位:LCU)
result.quota.instance.quotaInteger配额容量(单位:GB)
result.quota.instance.outOfLimitBoolean是否超出配额
result.quota.instance.tablesObject各数据表使用统计结果
键名为表名,值为使用容量
result.quota.qpsObjectQPS 统计结果
result.quota.qps.usedFloat已使用次数
result.quota.qps.quotaInteger配额次数
result.quota.qps.outOfLimitBoolean是否超出配额
result.quota.qps.tablesArray--
result.quota.computeResourceObject计算资源统计结果
result.quota.computeResource.usedFloat已使用计算资源(单位:LCU)
result.quota.computeResource.quotaInteger配额计算资源(单位:GB)
result.quota.computeResource.outOfLimitBoolean是否超出配额
result.quota.computeResource.dailyPeakFloat最高峰值(单位:LCU)
result.quota.specString规格类型:
- opensearch.share.junior 入门型
- opensearch.share.common 共享通用型
- opensearch.share.compute 共享计算型
- opensearch.share.storage 共享存储型
- opensearch.private.common 独享通用型
- opensearch.private.compute 独享计算型
- opensearch.private.storage 独享存储型
result.quota.docCountObject文档大小统计结果
键名为表名,值为使用容量(单位:个)
result.quota.mainTableString主表名称

返回示例

变更历史

暂无变更历史

相关示例

查询实例版本统计信息 DescribeAppStatistics 示例
2022-05-24