全部產品
Search
文件中心

Cloud Monitor:DescribeMonitorGroupInstanceAttribute - 查詢應用分組的資源詳情

更新時間:Mar 21, 2026

調用DescribeMonitorGroupInstanceAttribute介面查詢應用分組的資源詳情。

調試

您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。

調試

授權資訊

下表是API對應的授權資訊,可以在RAM權限原則語句的Action元素中使用,用來給RAM使用者或RAM角色授予調用此API的許可權。具體說明如下:

  • 操作:是指具體的許可權點。

  • 存取層級:是指每個操作的存取層級,取值為寫入(Write)、讀取(Read)或列出(List)。

  • 資源類型:是指操作中支援授權的資源類型。具體說明如下:

    • 對於必選的資源類型,用前面加 * 表示。

    • 對於不支援資源級授權的操作,用全部資源表示。

  • 條件關鍵字:是指雲產品自身定義的條件關鍵字。

  • 關聯操作:是指成功執行操作所需要的其他許可權。操作者必須同時具備關聯操作的許可權,操作才能成功。

操作

存取層級

資源類型

條件關鍵字

關聯操作

cms:DescribeMonitorGroupInstanceAttribute

get

*MonitorGroupInstances

acs:cms::{#accountId}:group/{#groupId}

請求參數

名稱

類型

必填

描述

樣本值

GroupId

integer

應用分組 ID。

123456

PageNumber

integer

分頁頁碼。

取值範圍:1~1000000000。

預設值:1。

1

PageSize

integer

每頁顯示記錄條數。

取值範圍:1~1000000000。

預設值:10。

10

Total

boolean

是否返回指定應用分組內的資源總數。取值:

  • true(預設值):返回。

  • false:不返回。

true

Category

string

雲端服務名稱縮寫。

關於如何擷取雲端服務名稱縮寫,請參見 DescribeProjectMeta 介面的返回參數Labels中的metricCategory

ecs

Keyword

string

資源的搜尋索引鍵。

portal

InstanceIds

string

資源 ID。多個資源 ID 之間用半形逗號(,)分隔,最多支援 20 個資源。

i-m5e0k0bexac8tykr****

返回參數

名稱

類型

描述

樣本值

object

RequestId

string

請求 ID。

9FB8EA79-7279-4482-8D6D-3D28EEDD871A

Success

boolean

操作是否成功。取值:

  • true:成功。

  • false:失敗。

true

Code

integer

狀態代碼。

說明

200 表示成功。

200

Message

string

錯誤資訊。

The specified resource is not found.

PageNumber

integer

頁碼。

1

PageSize

integer

總頁數。

2

Total

integer

總記錄條數。

12

Resources

object

Resource

array<object>

應用分組關聯的資源。

array<object>

InstanceName

string

執行個體名稱。

hostName

Dimension

string

應用分組關聯資源的維度資訊。

{"instanceId":"i-m5e0k0bexac8tykr****"}

Category

string

雲產品名稱。

ecs

InstanceId

string

執行個體 ID。

i-m5e0k0bexac8tykr****

NetworkType

string

網路類型。

vpc

Desc

string

資源描述資訊。

desc_test

Tags

object

Tag

array<object>

資源的標籤。

object

Key

string

標籤鍵。

instanceNetworkType

Value

string

標籤值。

VPC

Region

object

地區。

AvailabilityZone

string

可用性區域。

cn-hangzhou-f

RegionId

string

地區 ID。

cn-hangzhou

Vpc

object

VPC 執行個體的描述資訊。

VswitchInstanceId

string

Vswitch 執行個體 ID。

vsw-2ze36seq79n992****

VpcInstanceId

string

VPC 執行個體 ID。

vpc-2zew7etgiceg21****

樣本

正常返回樣本

JSON格式

{
  "RequestId": "9FB8EA79-7279-4482-8D6D-3D28EEDD871A",
  "Success": true,
  "Code": 200,
  "Message": "The specified resource is not found.",
  "PageNumber": 1,
  "PageSize": 2,
  "Total": 12,
  "Resources": {
    "Resource": [
      {
        "InstanceName": "hostName",
        "Dimension": "{\"instanceId\":\"i-m5e0k0bexac8tykr****\"}",
        "Category": "ecs",
        "InstanceId": "i-m5e0k0bexac8tykr****",
        "NetworkType": "vpc",
        "Desc": "desc_test",
        "Tags": {
          "Tag": [
            {
              "Key": "instanceNetworkType",
              "Value": "VPC"
            }
          ]
        },
        "Region": {
          "AvailabilityZone": "cn-hangzhou-f",
          "RegionId": "cn-hangzhou"
        },
        "Vpc": {
          "VswitchInstanceId": "vsw-2ze36seq79n992****",
          "VpcInstanceId": "vpc-2zew7etgiceg21****"
        }
      }
    ]
  }
}

錯誤碼

HTTP status code

錯誤碼

錯誤資訊

描述

400 ParameterInvalid %s
401 AccessDeniedException You donot have sufficient access to perform this action.
500 InternalError The request processing has failed due to some unknown error.
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.
206 %s %s
404 ResourceNotFound The specified resource is not found. 未找到指定資源。
503 %s %s
406 %s %s
429 Throttli∂ngException The request was denied due to request throttling.
409 %s %s

訪問錯誤中心查看更多錯誤碼。

變更歷史

更多資訊,參考變更詳情