調用CreateMonitorGroup介面建立應用分組。
介面說明
本文將提供一個樣本,建立應用分組ECS_Group。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
cms:CreateMonitorGroup |
create |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| GroupName |
string |
是 |
應用分組名稱。 |
ECS_Group |
| ContactGroups |
string |
否 |
警示聯絡組。應用分組的警示通知會發送給該警示聯絡組中的警示連絡人。 說明
警示聯絡組是一組警示連絡人,可以包含一個或多個警示連絡人。關於如何建立警示連絡人和警示聯絡組,請參見 PutContact 和 PutContactGroup 。 |
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 |
樣本
正常返回樣本
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. |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。