DescribeMonitorGroups_云监控_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.

接口说明

本文将提供一个示例,查询当前账号的应用分组列表。返回结果显示当前账号存在两个应用分组testGroup124test123

流控信息

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

授权信息

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

具体说明如下:展开详情

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

请求参数

字段名称字段详情
SelectContactGroupsboolean

返回结果中是否需要包含报警联系组。取值:展开详情

示例值:true
PageNumberinteger<int32>

页码。展开详情

示例值:1
PageSizeinteger<int32>

分页时每页显示的数据行数。展开详情

示例值:30
Keywordstring

搜索关键字。

示例值:test
InstanceIdstring

资源实例 ID。该参数用于查询指定实例所在的应用分组。

示例值:i-abcdefgh12****参考取值来源:
    CreateMonitorGroupInstances
    DescribeMonitorGroupInstances
GroupNamestring

应用分组名称。

示例值:testGroup124参考取值来源:
    CreateMonitorGroup
IncludeTemplateHistoryboolean

返回结果是否包含已应用到应用分组的报警模板历史。取值:展开详情

示例值:true
Typestring

应用分组类型。取值:展开详情

示例值:custom枚举值:customehpc_clusterkubernetestagaone_groupresMgress
DynamicTagRuleIdstring

智能标签规则 ID。

示例值:6b882d9a-5117-42e2-9d0c-4749a0c6****参考取值来源:
    DescribeDynamicTagRuleList
GroupFounderTagKeystring

通过智能标签创建应用分组的标签键。

示例值:GroupKey1
GroupFounderTagValuestring

通过智能标签创建应用分组的标签值。

示例值:GroupValue1
GroupIdstring

应用分组 ID。多个应用分组 ID 之间用半角逗号(,)分隔。

示例值:92****
Tagarray<object>

应用分组的标签。

子级条数 <= 5
Typesstring

应用分组类型。取值:展开详情

示例值:custom

请求说明

关于公共请求参数的详情,请参见公共参数

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

示例值:F02B299A-D374-4595-9F55-7534D604F132
Successboolean

操作是否成功。取值:展开详情

示例值:true
Codeinteger<int32>

状态码。展开详情

示例值:200
Messagestring

错误信息。

示例值:The specified resource is not found.
PageNumberinteger<int32>

页码。

示例值:1
PageSizeinteger<int32>

分页时每页显示的数据行数。

示例值:30
Totalinteger<int32>

总记录条数。

示例值:10
Resourcesobject

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
206
%s
%s诊断
400
ParameterInvalid
%s诊断
401
AccessDeniedException
You donot have sufficient access to perform this action.诊断
402
LimitExceeded
The quota for this customer had been reached.诊断
403
AccessForbidden
The X.509 certificate or cms access key ID provided does not exist in our records.诊断
404
ResourceNotFound
The specified resource is not found.诊断
406
%s
%s诊断
409
%s
%s诊断
429
Throttli∂ngException
The request was denied due to request throttling.诊断
500
InternalError
The request processing has failed due to some unknown error.诊断
503
%s
%s诊断

变更历史

变更时间变更内容概要操作
2025-01-10
变更返回参数
2022-11-14
变更返回参数

相关示例