DeleteMonitorGroup - 删除指定的应用分组

调用DeleteMonitorGroup接口删除指定的应用分组。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
GroupIdlong

应用分组 ID。

123456

返回参数

名称类型描述示例值
object
Codeinteger

状态码。

说明 200 表示成功。
200
Messagestring

返回信息。

The Request is not authorization.
RequestIdstring

请求 ID。

CA35B3AE-4FFD-4A33-AE67-67EF68711EFA
Successboolean

操作是否成功。true 表示成功,false 表示失败。

true
Groupobject

被删除应用分组列表。

GroupNamestring

应用分组名称。

ECS_test
ContactGroupsarray<object>

报警联系组。

ContactGroupobject
Namestring

报警联系组名称。

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错误码错误信息描述
400InvalidQueryParameter%s-
401AccessDeniedExceptionYou donot have sufficient access to perform this action.-
402LimitExceededThe quota for this customer had been reached.-
403AccessForbiddenUser not authorized to operate on the specified resource.-
403InvalidClientTokenIdThe X.509 certificate or cms access key ID provided does not exist in our records.-
404ResourceNotFoundThe specified resource is not found.未找到指定资源。
406%s%s-
409ResourceConflictConcurrent modification of resources.-
429Throttli∂ngExceptionThe request was denied due to request throttling.-
500InternalErrorThe request processing has failed due to some unknown error.-

访问错误中心查看更多错误码。