DeleteSourceServer
删除一个迁移源。
接口说明
- 迁移源若关联了Running(运行中)状态的迁移任务,则无法删除。
- 迁移源若关联了除Running状态外的其他状态的迁移任务,则需设置
Force=true
删除。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
SourceId | String | 是 | s-xxxxxxxxxxxxxxx |
迁移源ID。 |
Action | String | 否 | DeleteSourceServer |
系统规定参数。取值:DeleteSourceServer |
Force | Boolean | 否 | true |
是否强制删除迁移源。
|
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
请求ID。 |
示例
请求示例
http(s)://smc.aliyuncs.com/?Action=DeleteSourceServer
&SourceId=s-xxxxxxxxxxxxxxx
&<公共请求参数>
正常返回示例
XML
格式
<DeleteReplicationJobResponse>
<RequestId>473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E</RequestId>
</DeleteReplicationJobResponse>
JSON
格式
{
"RequestId":"473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | SourceServerState.Invalid | The specified source server status is invalid. | 无效的迁移源状态 |
400 | SourceServer.WithRunningReplicationJob | The specified source server has related replication jobs that are running. | 迁移源关联正在运行的迁移任务 |
400 | ReplicationJob.Related | The specified source server has related replication jobs. | 存在关联的迁移任务 |
500 | InternalError | An error occurred while processing your request. Please try again. If the problem still exists, please submit a ticket. | 内部错误,请重试。如果多次尝试失败,请提交工单 |
访问错误中心查看更多错误码。
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。
评论