アプリケーショングループを削除します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
cms:DeleteMonitorGroup |
delete |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| GroupId |
integer |
必須 |
アプリケーショングループの ID。 |
123456 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| Code |
integer |
HTTP ステータスコード。 説明
状態コード 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 |
例
成功レスポンス
JSONJSON
{
"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 ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 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. | 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. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。