调用DeleteExpressSync可以删除指定的极速同步组。
请求参数
名称 |
类型 |
是否必选 |
示例值 |
描述 |
Action | String | 是 | DeleteExpressSync | 系统规定参数。取值:DeleteExpressSync。 |
ExpressSyncId | String | 是 | sync-0001xv7je357xn8tr*** | 极速同步组ID。 |
返回数据
名称 |
类型 |
示例值 |
描述 |
TaskId | String | t-0001xv7je357xv4st*** | 任务ID。 |
Message | String | successful | 请求结果描述。 |
RequestId | String | A870C702-C3AC-4FC9-91E4-053D3E599A24 | 请求ID。 |
Code | String | 200 | 状态码。状态码为200表示请求成功。 |
Success | Boolean | true | 请求是否成功。 |
示例
请求示例
http(s)://[Endpoint]/?Action=DeleteExpressSync
&ExpressSyncId=sync-0001xv7je357xn8tr***
&<公共请求参数>
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteExpressSyncResponse>
<TaskId>t-0001xv7je357xv4st***</TaskId>
<Message>successful</Message>
<RequestId>A870C702-C3AC-4FC9-91E4-053D3E599A24</RequestId>
<Code>200</Code>
<Success>true</Success>
</DeleteExpressSyncResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"TaskId" : "t-0001xv7je357xv4st***",
"Message" : "successful",
"RequestId" : "A870C702-C3AC-4FC9-91E4-053D3E599A24",
"Code" : "200",
"Success" : true
}
错误码
HttpCode |
错误码 |
错误信息 |
描述 |
400 | EmptyExpressSyncId | You must specify a valid ID for the sync group. | 极速同步组ID不能为空。 |
400 | ExpressSyncNotExist | The specified sync group does not exist. You must specify a valid parameter. | 极速同步组不存在,请确认输入参数是否正确。 |
400 | GatewayNotExist | The specified gateway does not exist. You must specify a valid parameter. | 网关不存在,请确认输入参数是否正确。 |
400 | ExpressSyncInOperation | The sync group is busy. Try again later. | 极速同步组正在进行操作中,请稍后再试。 |
400 | ExpressSyncNotEmpty | Failed to delete the express sync because a file share or a CSD mount point is attached. We recommend that you remove all attached before you delete the express sync. | 极速同步组存在文件共享或软件版挂载点正在绑定使用,请移除所有绑定的文件共享及软件版挂载点以后再删除该极速同步组。 |
访问错误中心查看更多错误码。
文档内容是否对您有帮助?