ModifyMonitorGroup 操作を呼び出して、アプリケーション グループを変更できます。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
cms:ModifyMonitorGroup |
update |
*MonitorGroup
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| GroupId |
string |
必須 |
アプリケーション グループの ID です。 |
123456 |
| GroupName |
string |
任意 |
アプリケーション グループの名前です。 |
ecs_group |
| ContactGroups |
string |
任意 |
アラート連絡グループです。 |
alarm_ecs_group |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| Code |
integer |
状態コードです。 説明
値が 200 の場合は、リクエストが成功したことを示します。 |
200 |
| Message |
string |
エラーメッセージです。 |
The specified resource is not found. |
| RequestId |
string |
リクエスト ID です。 |
C85A2870-5DF4-4269-BC50-ECB5E4591A80 |
| Success |
boolean |
操作が成功したかどうかを示します。値が true の場合は成功を示し、値が false の場合は失敗を示します。 |
true |
例
成功レスポンス
JSONJSON
{
"Code": 200,
"Message": "The specified resource is not found.",
"RequestId": "C85A2870-5DF4-4269-BC50-ECB5E4591A80",
"Success": true
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | ParameterInvalid | Illegal parameters. | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 403 | AccessForbidden | User not authorized to operate on the specified resource. | |
| 404 | ResourceNotFound | The specified resource is not found. | The specified resource is not found. |
| 409 | ResourceConflict | Concurrent modification of resources. | |
| 409 | ResourceExist | Resources already exist. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。