DeleteGatewayBlockVolumes

调用DeleteGatewayBlockVolumes可以删除指定的块网关卷。

请求参数

名称

类型

是否必选

示例值

描述

Action String DeleteGatewayBlockVolumes

系统规定参数。取值:DeleteGatewayBlockVolumes

GatewayId String gw-000eg44nmxbsfwb***

网关ID。

IndexId String NFSalex-gx***

索引ID。可以通过DescribeGatewayBlockVolumes接口获得。

IsSourceDeletion Boolean true

是否删除源数据。可能值:

  • true:删除块网关卷时同时删除云上OSS Bucket中的数据,请谨慎操作。
  • false:删除块网关卷时不删除云上OSS Bucket中的数据。

    默认false。

返回数据

名称

类型

示例值

描述

TaskId String t-0000iwdggbhaordhk***

任务id。

Message String successsful

请求结果描述。

RequestId String 151BB31D-571D-4BB9-9A02-D4210E5BF5DB

请求ID。

Code String 200

状态码。状态码为200表示请求成功。

Success Boolean true

请求是否成功。

示例

请求示例

http(s)://[Endpoint]/?Action=DeleteGatewayBlockVolumes
&GatewayId=gw-000eg44nmxbsfwb***
&IndexId=NFSalex-gx***
&<公共请求参数>

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<TaskId>t-0000iwdggbhaordhk***</TaskId>
<RequestId>151BB31D-571D-4BB9-9A02-D4210E5BF5DB</RequestId>
<Message>successsful</Message>
<Code>200</Code>
<Success>true</Success>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "TaskId" : "t-0000iwdggbhaordhk***",
  "RequestId" : "151BB31D-571D-4BB9-9A02-D4210E5BF5DB",
  "Message" : "successsful",
  "Code" : 200,
  "Success" : true
}

错误码

HttpCode

错误码

错误信息

描述

400 EmptyGatewayId You must enter a valid ID for the gateway. 网关ID不能为空。
400 GatewayNotExist The specified gateway does not exist. You must specify a valid parameter. 网关不存在,请确认输入参数是否正确。
400 GatewayInOperation The gateway is processing requests . Try again later. 网关正在进行操作中,请稍后再试。
400 EmptyVolumeIndexId You must enter an index ID for the block volume. 块卷索引ID不能为空。

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