全部產品
Search
文件中心

Cloud Monitor:CreateMonitorGroup - 建立應用分組

更新時間:Mar 21, 2026

調用CreateMonitorGroup介面建立應用分組。

介面說明

本文將提供一個樣本,建立應用分組ECS_Group

調試

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

調試

授權資訊

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

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

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

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

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

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

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

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

操作

存取層級

資源類型

條件關鍵字

關聯操作

cms:CreateMonitorGroup

create

*全部資源

*

請求參數

名稱

類型

必填

描述

樣本值

GroupName

string

應用分組名稱。

ECS_Group

ContactGroups

string

警示聯絡組。應用分組的警示通知會發送給該警示聯絡組中的警示連絡人。

說明

警示聯絡組是一組警示連絡人,可以包含一個或多個警示連絡人。關於如何建立警示連絡人和警示聯絡組,請參見 PutContactPutContactGroup

ECS_Alert_Group

返回參數

名稱

類型

描述

樣本值

object

Code

integer

狀態代碼。

說明

200 表示成功。

200

Message

string

錯誤資訊。

The specified resource is not found.

RequestId

string

請求 ID。

83C89BA6-ABD4-4398-A175-83E86C47A001

GroupId

integer

應用分組 ID。

1234567

Success

boolean

操作是否成功。取值:

  • true:成功。

  • false:失敗。

true

樣本

正常返回樣本

JSON格式

{
  "Code": 200,
  "Message": "The specified resource is not found.",
  "RequestId": "83C89BA6-ABD4-4398-A175-83E86C47A001",
  "GroupId": 1234567,
  "Success": true
}

錯誤碼

HTTP status code

錯誤碼

錯誤資訊

描述

400 InvalidQueryParameter %s
401 AccessDeniedException You donot have sufficient access to perform this action.
412 ResourcesOverLimit Resources over limit.
500 %s %s
500 InternalError The request processing has failed due to some unknown error.
402 LimitExceeded The quota for this customer had been reached.
403 InvalidClientTokenId not allow this operation. 沒有許可權
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
409 ResourceConflict Concurrent modification of resources.
409 ResourceExist Resources already exist.

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

變更歷史

更多資訊,參考變更詳情