调用DescribeMonitorGroups接口查询应用分组列表。
接口说明
本文将提供一个示例,查询当前账号的应用分组列表。返回结果显示当前账号存在两个应用分组testGroup124
和test123
。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
cms:DescribeMonitorGroups | get |
|
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
SelectContactGroups | boolean | 否 | 返回结果中是否需要包含报警联系组。取值:
| true |
PageNumber | integer | 否 | 页码。 起始值:1。默认值:1。 | 1 |
PageSize | integer | 否 | 分页时每页显示的数据行数。 起始值:1。默认值:30。 | 30 |
Keyword | string | 否 | 搜索关键字。 | test |
InstanceId | string | 否 | 资源实例 ID。该参数用于查询指定实例所在的应用分组。 | i-abcdefgh12**** |
GroupName | string | 否 | 应用分组名称。 | testGroup124 |
IncludeTemplateHistory | boolean | 否 | 返回结果是否包含已应用到应用分组的报警模板历史。取值:
| true |
Type | string | 否 | 应用分组类型。取值:
| custom |
DynamicTagRuleId | string | 否 | 智能标签规则 ID。 | 6b882d9a-5117-42e2-9d0c-4749a0c6**** |
GroupFounderTagKey | string | 否 | 通过智能标签创建应用分组的标签键。 | GroupKey1 |
GroupFounderTagValue | string | 否 | 通过智能标签创建应用分组的标签值。 | GroupValue1 |
GroupId | string | 否 | 应用分组 ID。多个应用分组 ID 之间用半角逗号(,)分隔。 | 92**** |
Tag | array<object> | 否 | 应用分组的标签。 | |
object | 否 | 应用分组的标签。 | ||
Key | string | 否 | 应用分组的标签键。N 的取值范围:1~5。 | tagKey1 |
Value | string | 否 | 应用分组的标签值。N 的取值范围:1~5。 | tagValue1 |
Types | string | 否 | 应用分组类型。取值:
| custom |
关于公共请求参数的详情,请参见公共参数。
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "F02B299A-D374-4595-9F55-7534D604F132",
"Success": true,
"Code": 200,
"Message": "The specified resource is not found.",
"PageNumber": 1,
"PageSize": 30,
"Total": 10,
"Resources": {
"Resource": [
{
"Type": "custom",
"GroupFounderTagValue": "GroupValue1",
"BindUrl": "https://aliyun.com",
"GroupName": "test123",
"GroupId": 12345,
"ServiceId": "49****",
"DynamicTagRuleId": "6b882d9a-5117-42e2-9d0c-4749a0c6****",
"GmtCreate": 1603181891000,
"GroupFounderTagKey": "GroupKey1",
"GmtModified": 1603181891000,
"ContactGroups": {
"ContactGroup": [
{
"Name": "CloudMonitor"
}
]
},
"Tags": {
"Tag": [
{
"Key": "tagKey1",
"Value": "tagValue1"
}
]
},
"TemplateIds": {
"TemplateId": [
"92****"
]
},
"ResourceGroupId": "rg-aek2hopjh*******"
}
]
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
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. | 未找到指定资源。 |
429 | Throttli∂ngException | The request was denied due to request throttling. | - |
500 | InternalError | The request processing has failed due to some unknown error. | - |
访问错误中心查看更多错误码。