调用ModifySourceServerAttribute修改一个迁移源的名称和描述。
接口说明
接口说明
使用该 API 修改迁移源的名称和描述时,对迁移源的状态没有要求。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
smc:ModifySourceServerAttribute |
update |
*SourceServer
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
SourceId |
string |
是 |
迁移源 ID。 |
s-bp17m1vi6x20c6g6**** |
Name |
string |
否 |
迁移源名称。长度为 2~128 个英文或中文字符。必须以大小写字母或中文开头,不能以 |
testSourceServerName |
Description |
string |
否 |
迁移源描述。长度为 0~256 个字符,不能以 |
This is a source server. |
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
|||
RequestId |
string |
请求 ID。 |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
示例
正常返回示例
JSON
格式
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}
错误码
HTTP status code |
错误码 |
错误信息 |
描述 |
---|---|---|---|
400 | SourceServerName.Duplicate | The specified source server name already exists. Please modify the source server name. | 迁移源名称已存在,请修改迁移源名称。 |
400 | SourceServerState.Invalid | The specified source server status: %s is invalid. This operation can only be performed in the following status: %s. | 迁移源的状态:%s 是无效的。该操作只能在以下状态进行:%s。 |
500 | InternalError | An error occurred while processing your request. Please try again. If the problem still exists, please submit a ticket. | 内部错误,请重试。如果多次尝试失败,请提交工单。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。