GetAppApiByPage_应用实时监控服务ARMS_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 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
arms:GetAppApiPageInfo
None
全部资源
*

请求参数

字段名称字段详情
RegionIdstring

地域 ID。

示例值:cn-hangzhou
StartTimeinteger<int64>

开始时间的时间戳,精确到毫秒。

注意 该字段类型为 Long,在序列化/反序列化的过程中可能导致精度丢失,请注意数值不得大于 9007199254740991。
示例值:1600063200000取值 <= 9223372036854775806
EndTimeinteger<int64>

结束时间的时间戳,精确到毫秒。

注意 该字段类型为 Long,在序列化/反序列化的过程中可能导致精度丢失,请注意数值不得大于 9007199254740991。
示例值:1600066800000取值 <= 9223372036854775806
CurrentPageinteger<int32>

查询结果的页码。

示例值:1取值 <= 2147483647
PageSizeinteger<int32>

此参数已不支持使用。查询结果的每页项目数量。默认为 10。

示例值:10取值 <= 2147483647
IntervalMillsinteger<int32>

数据片的时间间隔,单位为毫秒,最小值为 60000,最大值为 2147483647。

示例值:60000取值 <= 2147483647
PIdstring

应用 ID。展开详情

示例值:a2n80plglh@745eddxxx

返回参数

字段名称字段详情
Codeinteger<int32>

接口状态。展开详情

示例值:200
Messagestring

返回结果的提示信息。

示例值:message
RequestIdstring

请求 ID。

示例值:B6A00968-82A8-4F14-9D1B-B53827DB****
Successboolean

查询是否成功。展开详情

示例值:true
Dataobject

返回结构体。

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
ParameterIllegal
The specified parameter is invalid.诊断
400
ParameterRegionIllegal
The specified region is invalid.诊断
403
RetcodeDailyCustomLimit
Usage today has exceeded the custom limit. The current operation is prohibited.诊断
403
RetcodeDailyFreeLimit
Usage today has exceeded the Essential Edition limit. The current operation is prohibited.诊断
404
AppNotExist
The application does not exist.诊断
404
RunningTaskNotExist
Application data collection task does not exist or has been stopped.诊断
429
OperationIsThrottled
The backend service cannot fully process the current request. The returned result may be incomplete. Adjust the operation conditions and try again.诊断
452
OperationTimeOut
The system timed out when processing the current request. The request may involve too many resources and the system cannot complete the processing within the limited time. Please adjust the relevant conditions and try again.诊断
500
InternalError
Internal error. Please try again. Contact the DingTalk service account if the issue persists after multiple retries.诊断

变更历史

变更时间变更内容概要操作
2024-06-19
新增错误码403
新增错误码429
新增错误码452
2024-05-28
变更错误码404
2024-01-25
新增错误码400
新增错误码404
新增错误码500
2023-06-09
变更返回参数
  • 1
  • 2
  • 10 条/页

相关示例

2024年08月20日