调用 DeleteMigrationSource 接口,删除一个迁移源。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteMigrationSource | 要执行的操作,取值:DeleteMigrationSource。 |
Version | String | 是 | 2020-04-01 | API的版本,取值:2020-04-01。 |
SourceId | String | 是 | s-3tiegs1y963vj0****** | 迁移源ID。您可以调用DescribeMigrationSources接口查询获取。 |
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action=DeleteMigrationSource&Version=2020-04-01&SourceId=s-3tiegs1y963vj0**** HTTP/1.1 Host: open.volcengineapi.com Region: cn-beijing Service: smc
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "DeleteMigrationSource", "Version": "2020-04-01", "Service": "smc", "Region": "cn-beijing" }, "Result": {} }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | InvalidJobStateForDelete.Unsupported | The specified migration job state does not support delete. | 指定的迁移任务状态不支持删除。 |
400 | InvalidSourceStateForDelete.Unsupported | The specified migration source state does not support delete. | 迁移源状态不支持删除。 |
400 | MissingParameter.SourceId | The required parameter SourceId is not supplied. | 参数SourceId不能为空。 |
404 | InvalidMigrationSource.NotFound | The specified migration source does not exist. | 指定的迁移源不存在。 |