調用DeleteMonitorGroup介面刪除指定的應用分組。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
cms:DeleteMonitorGroup |
delete |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| GroupId |
integer |
是 |
應用分組 ID。 |
123456 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| Code |
integer |
狀態代碼。 說明
200 表示成功。 |
200 |
| Message |
string |
返回資訊。 |
The Request is not authorization. |
| RequestId |
string |
請求 ID。 |
CA35B3AE-4FFD-4A33-AE67-67EF68711EFA |
| Success |
boolean |
操作是否成功。true 表示成功,false 表示失敗。 |
true |
| Group |
object |
被刪除應用分組列表。 |
|
| GroupName |
string |
應用分組名稱。 |
ECS_test |
| ContactGroups |
object |
||
| ContactGroup |
array<object> |
警示聯絡組。 |
|
|
object |
|||
| Name |
string |
警示聯絡組名稱。 |
ECS_Group |
樣本
正常返回樣本
JSON格式
{
"Code": 200,
"Message": "The Request is not authorization.",
"RequestId": "CA35B3AE-4FFD-4A33-AE67-67EF68711EFA",
"Success": true,
"Group": {
"GroupName": "ECS_test",
"ContactGroups": {
"ContactGroup": [
{
"Name": "ECS_Group"
}
]
}
}
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | InvalidQueryParameter | %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 | User not authorized to operate on the specified resource. | |
| 403 | InvalidClientTokenId | 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 | ResourceConflict | Concurrent modification of resources. |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。