全部產品
Search
文件中心

Cloud Monitor:DescribeMonitorGroupInstances - 查詢指定應用分組內包含的資源清單

更新時間:Mar 21, 2026

調用DescribeMonitorGroupInstances介面查詢指定應用分組內包含的資源清單。

調試

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

調試

授權資訊

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

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

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

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

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

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

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

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

操作

存取層級

資源類型

條件關鍵字

關聯操作

cms:DescribeMonitorGroupInstances

get

*全部資源

*

請求參數

名稱

類型

必填

描述

樣本值

PageSize

integer

每頁顯示記錄條數。預設值:10。

10

PageNumber

integer

頁碼。預設值:1。

1

GroupId

integer

應用分組 ID。

123****

Category

string

雲產品名稱縮寫。N 的取值範圍為 1~200。

說明

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

ecs

Keyword

string

按照執行個體名稱模糊查詢。

test-s1

InstanceIds

string

按照執行個體 ID 搜尋。

i-bp12g4xbl4i0brkn****

返回參數

名稱

類型

描述

樣本值

object

RequestId

string

請求 ID。

97F2A410-9412-499C-9AD1-76EF7EC02DF2

Success

boolean

請求是否成功。

true

Code

integer

狀態代碼。

說明

狀態代碼為 200 表示成功。

200

Message

string

錯誤資訊。

success

PageNumber

integer

頁碼。

1

PageSize

integer

每頁記錄條數。

10

Total

integer

總記錄條數。

12

Resources

object

Resource

array<object>

應用分組資源的描述資訊。

object

應用分組資源的描述資訊。

Category

string

產品名稱縮寫。

ecs

InstanceId

string

執行個體 ID,執行個體的唯一標識。

i-bp12g4xbl4i0brkn****

InstanceName

string

執行個體名稱。

test-s1

Id

integer

資源 ID。

123****

RegionId

string

執行個體對應的地區。

cn-hangzhou

樣本

正常返回樣本

JSON格式

{
  "RequestId": "97F2A410-9412-499C-9AD1-76EF7EC02DF2",
  "Success": true,
  "Code": 200,
  "Message": "success",
  "PageNumber": 1,
  "PageSize": 10,
  "Total": 12,
  "Resources": {
    "Resource": [
      {
        "Category": "ecs",
        "InstanceId": "i-bp12g4xbl4i0brkn****",
        "InstanceName": "test-s1",
        "Id": 0,
        "RegionId": "cn-hangzhou"
      }
    ]
  }
}

錯誤碼

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

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

變更歷史

更多資訊,參考變更詳情