调用 DescribeMigrationSystemSupportTypes 接口,查询源服务器操作系统支持迁移的目标操作系统。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeMigrationSystemSupportTypes | 要执行的操作,取值:DescribeMigrationSystemSupportTypes。 |
Version | String | 是 | 2020-04-01 | API的版本,取值:2020-04-01。 |
OS | String | 是 | Linux | 源服务器操作系统类型。取值:
|
Platform | String | 是 | CentOS | 操作系统平台。取值:
|
PlatformVersion | String | 是 | 7.1 | 操作系统版本号。例如:
|
ProjectName | String | 否 | project_a | 迁移源所属项目。 说明
|
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
TargetOSInfos | Array of Object | -- | 支持迁移的目标操作系统信息。 说明 若为空,表示源服务器不支持进行操作系统迁移。 |
GET /?Action=DescribeMigrationSystemSupportTypes&Version=2020-04-01&OS=Linux&Platform=CentOS&PlatformVersion=7.1 HTTP/1.1 Host: open.volcengineapi.com Region: cn-beijing Service: smc
{ "ResponseMetadata": { "RequestId": "20240711164806E040245*****", "Action": "DescribeMigrationSystemSupportTypes", "Version": "2020-04-01", "Service": "smc", "Region": "cn-beijing" }, "Result": { "TargetOSInfos": [ { "OS": "Linux", "Platform": "veLinux", "PlatformVersion": "1.0 CentOS Compatible", "OSName": "VeLinux10Centos" }, { "OS": "Linux", "Platform": "veLinux", "PlatformVersion": "2.0 CentOS Compatible", "OSName": "VeLinux20Centos" } ] } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 说明 |
---|---|---|
400 | InvalidProjectName.Malformed | 指定的ProjectName不合法。 |
400 | MissingParameter.OS | 参数OS不能为空。 |
400 | MissingParameter.Platform | 参数Platform不能为空。 |
400 | MissingParameter.PlatformVersion | 参数PlatformVersion不能为空。 |
404 | InvalidActionOrVersion | 请求接口不存在。 |