調用ModifyMonitorGroup介面修改應用分組。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
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 |
樣本
正常返回樣本
JSON格式
{
"Code": 200,
"Message": "The specified resource is not found.",
"RequestId": "C85A2870-5DF4-4269-BC50-ECB5E4591A80",
"Success": true
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 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. | 未找到指定資源。 |
| 409 | ResourceConflict | Concurrent modification of resources. | |
| 409 | ResourceExist | Resources already exist. |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。