错误码
当您调用API时,如果遇到“APIGW”开头的错误码,请参见API网关错误码进行处理。
| 状态码 | 错误码 | 错误信息 | 描述 | 处理措施 |
|---|---|---|---|---|
| 400 | SDRS.0001 | Invalid tenant ID | 租户ID非法。 | 使用合法的tenant id。 |
| 400 | SDRS.0002 | Invalid tenant token | 租户token非法。 | 使用合法的token。 |
| 400 | SDRS.0003 | Invalid roles | 租户token roles非法。 | 确认是否拥有相应的角色,没有则加上,可通过IAM检查该角色是否具有访问服务所需的权限。 |
| 400 | SDRS.0004 | Incorrect API invoking permissions | 租户调用接口的权限错误。 | 添加对应的用户权限,可通过IAM检查该角色是否具有访问服务所需的权限。 |
| 400 | SDRS.0005 | No permission for the operation | 用户无权限执行对应操作。 | 添加对应的操作权限。 |
| 400 | SDRS.0201 | Invalid request parameters | 非法的请求参数。 | 使用合法的请求参数。 |
| 400 | SDRS.0202 | Invalid name | 非法的name。 | 使用合法的name。 |
| 400 | SDRS.0203 | Invalid AZ | 非法的az。 | 使用合法的az。 |
| 400 | SDRS.0204 | Invalid VPC | 非法的vpc。 | 使用合法的vpc。 |
| 400 | SDRS.0205 | Invalid domain ID | 非法的domain_id。 | 使用合法的domain_id。 |
| 400 | SDRS.0206 | Invalid action | 非法的action。 | 使用合法的action。 |
| 400 | SDRS.0207 | Invalid protection group ID | 非法的server_group_id。 | 使用合法的server_group_id。 |
| 400 | SDRS.0208 | Invalid protected instance ID | 非法的protected_instance_id。 | 使用合法的protected_instance_id。 |
| 400 | SDRS.0209 | Incorrect status | 非法的status。 | 使用合法的status。 |
| 400 | SDRS.0210 | Invalid server ID | 非法的server_id。 | 使用合法的server_id。 |
| 400 | SDRS.0211 | Invalid disk ID | 非法的volume_id。 | 使用合法的volume_id。 |
| 400 | SDRS.0212 | Invalid description | 非法的description。 | 使用合法的description。 |
| 400 | SDRS.0213 | Invalid replication pair ID | 非法的replication_pair_id。 | 使用合法的replication_pair_id。 |
| 400 | SDRS.0214 | Incorrect replication pair status | 非法的replication_status。 | 使用合法的replication_status。 |
| 400 | SDRS.0215 | Invalid replication group ID | 非法的replication_group_id。 | 使用合法的replication_group_id。 |
| 400 | SDRS.0216 | Invalid preferred AZ | 非法的priority_station。 | 使用合法的priority_station。 |
| 400 | SDRS.0217 | Invalid DR drill type | 非法的dr_type。 | 使用合法的dr_type。 |
| 400 | SDRS.0218 | Invalid cluster ID | 非法的cluster_id | 使用合法的cluster_id。 |
| 400 | SDRS.0219 | Invalid IP address | 非法的IP | 使用合法的IP。 |
| 400 | SDRS.0221 | limit value must be greater than 0 or less than 1000 | Limit的值必须大于0小于1000。 | 使用合法的limit。 |
| 400 | SDRS.0222 | offset value cannot be negative, and must be an integer | Offset的值不能为负数,且必须为整数。 | 使用合法的offset。 |
| 400 | SDRS.0223 | Invalid NIC ID | 非法的网卡ID。 | 使用合法的网卡ID。 |
| 400 | SDRS.0224 | Invalid replication model. | 非法的replication model。 | 使用合法的replication model。 |
| 400 | SDRS.0225 | Frozen volume | 卷已被冻结。 | 使用未被冻结的卷。 |
| 400 | SDRS.0226 | IDs exceed the upper limit | ID列表中ID数量超过限制。 | 设置30个ID以内的ID列表。 |
| 400 | SDRS.0227 | Invalid dedicated_host_id. | 非法的dedicated_host_id。 | 使用合法的dedicated_host_id。 |
| 400 | SDRS.0228 | Invalid tenancy value | 非法的tenancy。 | tenancy参数仅限于shared或dedicated。 |
| 400 | SDRS.0231 | No access permission for the source AZ | 源AZ没有访问权限 | 请联系客服人员添加权限 |
| 400 | SDRS.0232 | No access permission for the target AZ | 目的AZ没有访问权限 | 请联系客服人员添加权限 |
| 400 | SDRS.0233 | No available active-active domain | 无可用的双活域 | 请联系客服人员添加权限 |
| 400 | SDRS.0301 | Invalid quota resource name | 配额资源名称非法。 | 使用合法的配额资源名称。 |
| 400 | SDRS.0302 | Invalid quota value | 配额设置值非法。 | 设置合法的配额数值。 |
| 400 | SDRS.0303 | Quota value less than used resources | 配额设置值小于已使用值。 | 设置合法的配额数值。 |
| 400 | SDRS.0304 | Quota value greater than the maximum or less than the minimum | 配额设置值大于允许的最大值或小于允许的最小值。 | 设置合法的配额数值。 |
| 500 | SDRS.0006 | Failed to obtain the token for the tenant | 为租户获取令牌失败。 | 确认用户权限。 |
| 500 | SDRS.0007 | Failed to upgrade the permission | 升级权限失败。 | 确认提取权限的账户是否为管理员账户,并且检查账户有无被锁等问题。 |
| 500 | SDRS.0008 | Network connection timeout | 网络连接超时。 | 请重试,如果不成功,请检查网络状态,如果网络状态正常,则请联系客服人员。 |
| 500 | SDRS.0009 | No permission for the operation | 用户权限受限制。 | 确认用户是否受限。 |
| 500 | SDRS.0010 | Data error | 数据异常。 | 具体原因请联系客服人员。 |
| 500 | SDRS.0011 | Client error | 客户端请求异常。 | 具体原因请联系客服人员。 |
| 500 | SDRS.0012 | Incorrect configuration | 配置参数错误。 | 具体原因请联系客服人员。 |
| 500 | SDRS.0013 | Internal error | 内部错误 | 具体原因请联系客服人员。 |
| 500 | SDRS.0014 | Null result of decoded tenant token | 解码租户令牌结果为空。 | 请使用正确的token。 |
| 500 | SDRS.0015 | Null or empty domain ID decoded from token | 解码租户令牌中域ID结果为空。 | 请使用正确的token。 |
| 500 | SDRS.0016 | Null or empty domain name decoded from token | 解码租户令牌中域名结果为空。 | 请使用正确的token。 |
| 500 | SDRS.0401 | Incorrect number of subjobs | 子任务数量不匹配。 | 具体原因请联系客服人员。 |
| 500 | SDRS.0402 | Error occurred when submitting the subjob again | 重新提交子任务异常。 | 具体原因请联系客服人员。 |
| 500 | SDRS.0403 | Error occurred during job context query | 查询任务上下文异常。 | 具体原因请联系客服人员。 |
| 500 | SDRS.0404 | Failed to submit the job | 提交任务失败。 | 具体原因请联系客服人员。 |
| 500 | SDRS.0405 | Failed to execute the job | job执行失败。 | 具体原因请联系客服人员。 |
| 500 | SDRS.0406 | Failed to execute the subjob | sub-Job执行失败。 | 具体原因请联系客服人员。 |
| 500 | SDRS.0407 | Failed to roll back the job | 回退job失败。 | 具体原因请联系客服人员。 |
| 500 | SDRS.0408 | Null job | Job为空。 | 具体原因请联系客服人员。 |
| 400 | SDRS.1001 | Protection group deletion not allowed due to a protected instance | 保护组中存在保护实例不允许删除。 | 请先删除保护组中的保护实例,再删除保护组。 |
| 400 | SDRS.1002 | Operation not allowed for the protection group in the current state | 当前保护组状态不允许操作。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1003 | Protection group deletion not allowed due to a DR drill | 保护组中存在容灾演练不允许删除。 | 请先删除保护组中的容灾演练,再删除保护组。 |
| 400 | SDRS.1010 | Protection group deletion not allowed due to a replication pair | 保护组中存在复制对不允许删除。 | 请先删除保护组中的复制对,再删除保护组。 |
| 400 | SDRS.1013 | Protection group not found | 保护组未找到。 | 请使用正确的保护组。 |
| 400 | SDRS.1015 | Abnormal protection group data | 保护组数据异常。 | 请检查保护组的数据,若仍异常,请联系客服人员。 |
| 400 | SDRS.1017 | Operation not allowed because the protection group status not available | 保护组状态不为available不允许该操作。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1018 | Operation not allowed because the protection status of the protection group not stopped | 保护组保护状态不为stopped不允许该操作。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1019 | Operation not allowed because the protection status of the protection group not started | 保护组保护状态不为started不允许该操作。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1020 | Operation not allowed because the protection group status not available or starting | 保护组状态不为available或starting不允许该操作。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1021 | Operation not allowed because the protection group status not available, failed-over, or failed-over-back | 保护组状态不为available或failed-over或failed-over-back不允许该操作。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1022 | Operation not allowed because the protection group status not available, error-failing-over, or error-failing-over-back | 保护组状态不为available或error-failing-over或error-failing-over-back不允许该操作。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1023 | Operation not allowed because the protection group status not available, error-reversing, or error-failing-back | 保护组状态不为available或error-reversing或error-failing-back不允许该操作。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1024 | Operation not allowed because the protection group status not available or protected | 保护组状态不为available或protected不允许该操作。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1025 | priority station value of the protection group is different from that of the protected instance | 保护组的priority station不同于保护实例。 | 具体原因请联系客服人员。 |
| 400 | SDRS.1026 | priority station value of the protection group is different from that of the replication pair | 保护组的priority station不同于复制对。 | 具体原因请联系客服人员。 |
| 400 | SDRS.1027 | Failed to enable protection | 开启保护失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1028 | Failed to disable protection | 停止保护失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1029 | Failed to perform the planned failover | 保护组切换失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1030 | Failed to perform the failover | 保护组故障切换失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1032 | Failed to enable protection again | 保护组重保护失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.0305 | Insufficient protection group quota | 保护组配额不足。 | 请联系客服人员修改保护组配额数值。 |
| 500 | SDRS.1011 | Failed to query the active-active domain | 双活域查询失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 500 | SDRS.1014 | Failed to create the protection group | 保护组创建失败。 | 具体原因请联系客服人员。 |
| 500 | SDRS.1016 | Failed to delete the protection group | 保护组删除失败。 | 具体原因请联系客服人员。 |
| 400 | SDRS.1301 | Protected instance deletion not allowed in the current state | 当前保护实例状态不允许删除。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1303 | Server AZ and production site AZ of the protection group are different | 云服务器AZ与保护组生产站点AZ不一致。 | 请检查,确保云服务器的AZ与保护组的生产站点AZ保持一致。 例如保护组的生产站点可用区为AZ1,选取的生产站点云服务器所在的可用区也应该为AZ1。 |
| 400 | SDRS.1304 | VPC of the server inconsistent with that of the protection group | 云服务器vpc与保护组的vpc不一致。 | 请检查,确保云服务器的vpc与保护组的vpc保持一致。 |
| 400 | SDRS.1305 | Server already used to create a protected instance | 云服务器已经创建保护实例。 | 一个云服务器只能创建一个保护实例。请使用正确的云服务器来创建保护实例。 |
| 400 | SDRS.1306 | Failed to create the server | 创建云服务器失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1307 | Failed to delete the server | 删除云服务器失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1308 | Failed to stop the server | 云服务器关机失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1309 | Inconsistent production site and DR site disk specifications | 生产站点云硬盘与容灾站点云硬盘规格不一致。 | 请检查保护实例的生产站点云硬盘与容灾站点的规格是否一致,若无法解决,请联系客服人员。 |
| 400 | SDRS.1310 | NIC not exist | 网卡不存在。 | 使用正确的网卡。 |
| 400 | SDRS.1311 | Deleting the primary NIC not allowed | 主网卡不允许删除。 | 检查网卡,若为主网卡,则不允许删除。 |
| 400 | SDRS.1312 | Failed to add the NIC to the protected instance | 保护实例添加网卡失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1313 | Failed to delete the NIC from the protected instance | 保护实例删除网卡失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1314 | Abnormal protected instance | 保护实例状态异常。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1315 | Extension NIC not found | 未找到扩展网卡。 | 请检查扩展网卡是否正常,或使用正确的扩展网卡,或联系客服人员。 |
| 400 | SDRS.1316 | Server not stopped | 云服务器未关闭。 | 检查云服务器是否关闭,若未关闭,请先关闭。 |
| 400 | SDRS.1317 | Failed to attach the NIC to a protected instance | 保护实例挂载网卡失败 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1318 | Failed to detach the NIC from a protected instance | 保护实例卸载网卡失败 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1319 | Server at the current production site not stopped | 当前生产站点云服务器未关机。 | 检查当前生产站点云服务器是否关机,若未关机,请先将当前生产站点云服务器关机。 |
| 400 | SDRS.1320 | Protected instance not found | 保护实例未找到。 | 请使用正确的保护实例。 |
| 400 | SDRS.1321 | No disk attached to the server | 云服务器未挂载云硬盘。 | 请检查云服务器是否挂载了云硬盘,明确具体操作约束。 |
| 400 | SDRS.1322 | Abnormal system disk of the server | 云服务器系统盘异常。 | 具体原因请联系客服人员。 |
| 400 | SDRS.1323 | Protected instance creation not allowed because the protection group status not available | 当前保护组状态不为available不允许创建保护实例。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1324 | Protected instance deletion not allowed because the protection group status not available | 当前保护组状态不为available不允许删除保护实例。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1325 | Protected instance creation not allowed because the protection group status not stopped | 当前保护组保护状态不为stopped不允许创建保护实例。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1326 | Server not found | 云服务器未找到。 | 请使用正确的云服务器。 |
| 400 | SDRS.1327 | NIC-related operation not allowed for the protected instance state in the current state | 当前保护实例的状态不允许操作网卡。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1328 | Operation not allowed because the protected instance status not available | 保护实例状态不为available不允许该操作。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1329 | Failed to modify protected instance specifications | 保护实例变更规格失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1330 | Server at the current production site cannot be deleted because the current production site not the one specified when the protection group is created | 当前生产站点不是创建保护组时指定的生产站点,所以不允许删除当前生产站点服务器 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1331 | Failed to delete the EIP | 移除弹性IP失败 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1332 | Failed to add the EIP | 添加弹性IP失败 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1333 | Operation not allowed because the server status is not active or shutoff | 当前云服务状态不允许创建保护实例 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1334 | Private IP address in the subnet is in use | 私有IP已经被使用 | 请检查私有IP是否被使用。 |
| 400 | SDRS.1335 | Subnet not found | 子网未找到 | 请使用正确的子网。 |
| 400 | SDRS.1336 | Protected instance cannot be created using a production site server attached with an extension NIC in the current system | 当前环境配置不支持使用挂载了扩展网卡的生产站点云服务器创建保护实例 | 请先删除扩展网卡或使用正确的生产站点云服务器。 |
| 400 | SDRS.1337 | Current system does not support the extension NIC to be added to the protected instance | 当前环境配置不支持保护实例添加扩展网卡 | 请明确具体操作约束。 |
| 400 | SDRS.1338 | Failed to delete the EIP of the current production site server because the current production site is not the one specified when the protection group is created | 当前生产站点不是创建保护组时指定的生产站点,则不允许删除当前生产站点云服务器的弹性IP。 | 请明确具体操作约束。 |
| 400 | SDRS.1339 | No system disk attached to the server | 云服务器未挂载系统云硬盘。 | 请检查云服务器是否挂载了系统云硬盘,明确具体操作约束。 |
| 400 | SDRS.1340 | Number of NICs for one protected instance reaches the upper limit | 保护实例网卡数达到上限。 | 请检查云服务器网卡数是否达到上限,明确具体操作约束。 |
| 400 | SDRS.1341 | Another flavor must be used for resizing | 请选择其他规格进行规格变更。 | 保护实例规格变更的目的规格与当前规格相同,请选择其他目的规格进行变更。 |
| 400 | SDRS.1342 | Current DR site server is not stopped | 当前容灾站点云服务器未关机。 | 检查当前容灾站点云服务器是否关机,若未关机,请先联系管理员将当前容灾站点云服务器关机。 |
| 400 | SDRS.1350 | Failed to create the protected instance | 创建保护实例失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1351 | Failed to delete the protected instance | 删除保护实例失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1352 | Current production site server not stopped | 当前生产站点云服务器未关机。 | 检查当前生产站点云服务器是否关机,若未关机,请先关机再执行操作。 |
| 400 | SDRS.1353 | DR site server specifications not support protected instance creation | 容灾站点云服务器规格不支持创建保护实例。 | 请使用其他规格进行创建。 |
| 400 | SDRS.1354 | DR site server in protected instance cannot be deleted because the billing mode for the DR site server is yearly/monthly | 保护实例中的容灾站点云服务器计费模式为包周期,删除保护实例时不允许删除容灾站点云服务器。 | 如果保护实例容灾站点云服务器计费模式为包周期,则删除保护实例选择不删除容灾站点云服务器,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1355 | Failed to delete the DR site server in the protected instance because the current account is frozen | 当前账号被冻结,无法删除保护实例中的容灾站点云服务器。 | 请选择不删除容灾站点云服务器或者等账号解冻后再操作。 |
| 400 | SDRS.1356 | Production site server specifications not support protected instance creation | 生产站点云服务器规格不支持创建保护实例。 | 请使用其他规格进行创建。 |
| 400 | SDRS.1357 | Production site server locked by system | 生产站点云服务器被系统锁定。 | 检查当前生产站点云服务器是否被系统锁定,等待生产站点云服务器解开锁定后再操作。 |
| 400 | SDRS.1358 | Number of protected instances in the protection group reaches the upper limit | 当前保护组内保护实例个数达到上限。 | 请选择其他保护组创建保护实例。 |
| 400 | SDRS.1359 | Production site server locked by another cloud service | 生产站点云服务器被其他云服务锁定。 | 检查当前生产站点云服务器是否被其他云服务锁定,等待生产站点云服务器解开锁定后再操作。 |
| 400 | SDRS.1360 | servers configuration contains an invalid production site server ID | servers参数中存在无效的生产站点云服务器ID。 | 请使用正确的生产站点云服务器 |
| 400 | SDRS.1361 | servers configuration contains a duplicate production site server ID | servers参数中存在重复的生产站点云服务器ID。 | 请删除重复的云服务器ID |
| 400 | SDRS.1362 | Number of production site servers in the servers configuration exceeds the upper limit | servers参数生产站点云服务器个数超过上限。 | 请减少生产站点云服务器参数个数,再重试 |
| 400 | SDRS.1363 | protected_instances configuration contains a duplicate protected instance ID | protected_instances参数中存在重复的保护实例ID。 | 请删除重复的保护实例ID |
| 400 | SDRS.1364 | protected_instances configuration contains IDs of protected instances from different protection groups | protected_instances参数中保护实例ID属于不同的保护组。 | 请保证保护实例ID属于同一个保护组,再重试 |
| 400 | SDRS.1365 | Failed to delete the protected instance because a shared replication pair attached to this protected instance is attached to another protected instance | 无法删除该保护实例,因为保护实例上挂载的共享复制对已挂载到其他保护实例。 | 请先卸载当前保护实例的共享复制对,再重试 |
| 400 | SDRS.1366 | System not support creating DR site servers on DeHs | 当前系统不支持使用专属主机创建容灾站点云服务器。 | 请先删除专属主机参数,再重试 |
| 400 | SDRS.1367 | Failed to specify the DeH parameters when you modify specifications of DR site servers not created on DeHs | 不在专属主机上的容灾站点云服务器变更规格时,不支持指定专属主机参数。 | 请先删除专属主机参数,再重试 |
| 400 | SDRS.1368 | Failed to specify the DeH parameters when you modify specifications of production site servers not created on DeHs | 不在专属主机上的生产站点云服务器变更规格时,不支持指定专属主机参数。 | 请先删除专属主机参数,再重试 |
| 400 | SDRS.1369 | DeH ID of the DR site server is empty | 容灾站点专属主机id为空。 | 请指定正确的专属主机id |
| 400 | SDRS.1370 | DeH ID of the production site server is empty | 生产站点专属主机id为空。 | 请指定正确的专属主机id |
| 400 | SDRS.1371 | dedicated_host_id cannot be specified when tenancy is set to shared | 当tenancy参数为shared时,不支持指定专属主机id。 | 请先删除专属主机id参数,再重试 |
| 400 | SDRS.1372 | DeH not found | 专属主机未找到。 | 请使用正确的专属主机id。 |
| 400 | SDRS.1373 | DeH AZ and the DR site AZ of the protection group are different | 专属主机AZ与保护组容灾站点AZ不一致。 | 请检查,确保专属主机AZ与保护组的容灾站点AZ保持一致。 例如保护组的容灾站点可用区为AZ1,选取的专属主机所在的可用区也应该为AZ1。 |
| 400 | SDRS.1374 | Failed to create a DR site server of such specifications on a DeH | 专属主机上不支持创建当前规格的容灾站点云服务器。 | 请使用支持的规格参数 |
| 400 | SDRS.1375 | Failed to create a DR site server on the DeH because the production site server belongs to an ECS group | 生产站点云服务器在云服务器组中,不支持在专属主机上创建容灾站点云服务器。 | 请将生产站点云服务从云服务组中移除后,再重试 |
| 400 | SDRS.1376 | Failed to modify the specifications because the servers of the protected instance are billed in yearly/monthly mode | 保护实例中云服务器计费模式为包周期,不允许变更规格。 | 请先删除保护实例,再变更云服务器规格 |
| 400 | SDRS.1377 | Failed to modify the specifications because the protected instance does not have a replication pair containing system disks attached | 保护实例没有挂载包含系统盘的复制对,不允许变更规格。 | 请给保护实例挂载包含系统盘的复制对,再重试。 |
| 400 | SDRS.1378 | Failed to modify the specifications of the production site server to the current ones | 生产站点云服务器不支持变更到当前规格 | 请使用支持的规格参数 |
| 400 | SDRS.1379 | Failed to modify the specifications of the DR site server to the current ones | 容灾站点云服务器不支持变更到当前规格 | 请使用支持的规格参数 |
| 400 | SDRS.1380 | primary_subnet_id must be specified when primary_ip_address is specified | 指定primary_ip_address时,需要同时指定primary_subnet_id参数 | 请指定primary_subnet_id参数,再重试。 |
| 400 | SDRS.1381 | DSS storage pool ID not exist | 专属分布式存储池id不存在 | 请使用正确的专属分布式存储池id |
| 400 | SDRS.1382 | DR site not support DSS | 容灾站点不支持专属分布式存储 | 请删除专属分布式存储池id,再重试 |
| 400 | SDRS.1383 | DSS storage pool AZ and the DR site AZ of the protection group are different | 专属分布式存储池的AZ与保护组容灾站点AZ不一致。 | 请检查,确保专属分布式存储池AZ与保护组的容灾站点AZ保持一致。 例如保护组的容灾站点可用区为AZ1,选取的专属分布式存储池所在的可用区也应该为AZ1。 |
| 400 | SDRS.1384 | DSS storage pool is being deployed and cannot be used | 专属分布式存储池处于正在部署的过程中,不可使用。 | 请等待专属分布式存储池部署成功后再进行操作 |
| 400 | SDRS.1385 | Insufficient capacity of the DSS storage pool | 专属分布式存储池的容量不足 | 请扩容专属分布式存储池或使用其他容量充足的专属分布式存储池 |
| 400 | SDRS.1386 | Storage type of the DSS storage pool is different from the disk type of the production site | 专属分布式存储池的存储类型和生产站点云硬盘类型不一致 | 请使用和生产站点云硬盘类型完全相同的专属分布式存储池 |
| 400 | SDRS.1408 | A server with the shared disk attached is not in the server list for which the protected instances are to be protected | 共享云硬盘挂载的服务器不在当前待创建保护实例的服务器列表中 | 请检查共享云硬盘的挂载信息,确保挂载的服务器都在 待创建保护实例的服务器列表中 |
| 400 | SDRS.1409 | A protected instance with the shared replication pair attached is not in the deletion list | 共享云硬盘复制对挂载的保护实例不在待删除的保护实例列表中 | 请检查共享云硬盘复制对的挂载信息,确保挂载的保护实例都在待删除的保护实例列表中 |
| 400 | SDRS.1601 | Replication pair status not available | 复制对状态不可用。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1603 | Replication pair attached or device name used to attach to a disk | 复制对已被挂载或者挂载点已被使用。 | 请使用正确的复制对或挂载点。 |
| 400 | SDRS.1604 | Replication pair not attached | 复制对没有被挂载。 | 请检查该复制对是否已被挂载,明确具体操作约束。 |
| 400 | SDRS.1605 | Replication pair attached | 复制对已被挂载。 | 请检查该复制对是否未被挂载,明确具体操作约束。 |
| 400 | SDRS.1606 | Failed to create the replication pair and status being error | 复制对创建失败,状态为error。 | 具体原因请联系客服人员。 |
| 400 | SDRS.1607 | Failed to delete the replication pair | 复制对删除失败,状态为error-deleting。 | 具体原因请联系客服人员。 |
| 400 | SDRS.1608 | Replication pair not found | 复制对未找到。 | 使用正确的复制对。 |
| 400 | SDRS.1609 | Replication pair creation failure | 创建复制对失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1610 | Replication pair update failure | 复制对更新失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1611 | Replication pair not in the protection group | 复制对不在该保护组中。 | 请使用正确的保护组。 |
| 400 | SDRS.1801 | Disk status not available | 云硬盘状态不为available。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 400 | SDRS.1802 | Disk encrypted | 云硬盘为加密云硬盘。 | 请检查云硬盘是否为加密云硬盘。加密云硬盘不能创建复制对。 |
| 400 | SDRS.1803 | Null disk | 云硬盘为空。 | 请使用正确的云硬盘。 |
| 400 | SDRS.1804 | Disk not attached | 云硬盘未挂载。 | 请检查云硬盘是否被挂载。 |
| 400 | SDRS.1805 | Disk not used for creating replication pair | 云硬盘未被创建复制对。 | 请检查云硬盘是否被组成复制对。 |
| 400 | SDRS.1806 | Operation not allowed by disk type | 云硬盘的类型不支持该操作。 | 请检查云硬盘的类型。 |
| 400 | SDRS.1807 | Disks failed to be attached to the server | 云服务器挂载云硬盘失败 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1808 | Disks failed to be detached from the server | 云服务器卸载云硬盘失败 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1809 | Operation not allowed because the current production site of the replication pair is the DR site specified when the protection group is created | 当前复制对的生产站点是所在保护组创建时指定的容灾站点,不允许该操作 | 请执行切回或者故障切回操作,再重试。 |
| 400 | SDRS.1810 | Current production site AZ of the disk different from that of the protection group | 当前云硬盘的生产站点az和保护组不一致 | 请选择与保护组az一致的云硬盘再重试。 |
| 400 | SDRS.1811 | Disk already used by a replication pair | 云硬盘已经被组成复制对 | 请选择未被组成复制对的云硬盘再重试。 |
| 400 | SDRS.1812 | Failed to create the disk | 创建云硬盘失败 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1813 | Failed to delete the disk | 删除云硬盘失败 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1814 | Disk size is different | 云硬盘大小不一致 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1816 | Operation cannot be performed because the disk of the replication pair is not in the available state | 复制对中云硬盘为非可用状态,不允许扩容 | 如果复制对已被挂载,请先卸载复制对,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1817 | Operation cannot be performed because the disk of the replication pair is not in the available or in-use state | 复制对中的云硬盘状态不为可用或正在使用状态,不允许扩容 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1818 | This operation cannot be performed because the shared disks of the replication pair are not in the Available state | 复制对中的共享云硬盘状态为非可用状态,不允许扩容 | 如果复制对已被挂载,请先卸载复制对,若仍未解决,请联系客服人员。 |
| 400 | SDRS.0306 | Insufficient replication pair quota | 复制对配额不足。 | 请联系客服人员修改复制对配额数值。 |
| 400 | SDRS.1819 | Replication pair capacity cannot be expanded because the billing mode for the disks of the replication pair is yearly/monthly | 复制对中的云硬盘计费模式为包周期,不允许扩容。 | 请先删除复制对,对生产站点云硬盘扩容后再重新创建新的复制对。 |
| 400 | SDRS.1820 | Failed to expand the capacity | 复制对扩容失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1821 | Failed to attach the replication pair | 复制对挂载失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1822 | Failed to detach the replication pair | 复制对卸载失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1823 | Operation not allowed due to a system error | 系统故障,不支持切换操作。 | 请尝试故障切换或者联系客服人员。 |
| 400 | SDRS.1824 | Operation not allowed due to a system error | 系统故障,不支持故障切换操作。 | 请联系客服人员。 |
| 400 | SDRS.1825 | Disk already used in a DR drill | 云硬盘已用于容灾演练。 | 请使用正确的云硬盘。 |
| 400 | SDRS.1826 | Replication pairs not attached to protected instances to the upper limit | 未挂载到保护实例的复制对已达上限。 | 请先删除未挂载至保护实例的复制对,或先进行挂载,再创建新的复制对。若仍未解决,请联系客服人员。 |
| 400 | SDRS.1827 | DR site disk in replication pair cannot be deleted because the billing mode for the disk is yearly/monthly | 复制对中的容灾站点云硬盘计费模式为包周期,删除复制对时不允许删除容灾站点云硬盘。 | 如果复制对容灾站点云硬盘计费模式为包周期,则删除复制对选择不删除容灾站点云硬盘,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1828 | Failed to delete the DR site disk in the replication pair because the current account is frozen | 当前账号被冻结,无法删除复制对中的容灾站点云硬盘。 | 请选择不删除容灾站点云硬盘或者等账号解冻后再操作。 |
| 400 | SDRS.1830 | Operation not allowed because replication pairs in this protection group are synchronizing data | 当前保护组中存在复制对正在同步数据,不允许操作。 | 请等待保护组内所有复制对都同步完成后,再执行操作。 |
| 400 | SDRS.1831 | Disk locked | 云硬盘被锁定。 | 请检查云硬盘是否被锁定,等待云硬盘解开锁定后再执行操作。 |
| 400 | SDRS.1832 | Failed to expand the capacity because a disk in the replication pair is locked | 复制对中存在云硬盘被锁定,不支持扩容操作。 | 请检查云硬盘是否被锁定,等待云硬盘解开锁定后再执行操作。 |
| 400 | SDRS.1900 | Invalid DR drill ID | 非法的容灾演练ID。 | 请使用合法DR drill ID。 |
| 400 | SDRS.1901 | Null or empty DR drill ID | 容灾演练ID为空。 | 请使用合法DR drill ID。 |
| 400 | SDRS.1902 | DR drill not found | 容灾演练未找到。 | 请使用正确的容灾演练。 |
| 500 | SDRS.1904 | Snapshot not found | 快照未找到。 | 请使用正确的快照。 |
| 500 | SDRS.1905 | Failed to create a volume using the snapshot | 快照创卷失败。 | 请联系客服人员。 |
| 500 | SDRS.1906 | Failed to delete the snapshot | 删除快照失败。 | 请联系客服人员。 |
| 400 | SDRS.1907 | Drill VPC conflicts with the VPC of the protection group | 演练VPC与保护组的VPC冲突。 | 请使用正确的演练VPC。 |
| 400 | SDRS.1908 | Drill VPC not have a subnet | 演练VPC中没有子网。 | 请使用正确的VPC或在该VPC内创建与保护组相同的子网;若仍未解决,请联系客服人员。 |
| 400 | SDRS.1909 | Drill VPC not have the CIDR block | 演练VPC中不存在该子网的网段。 | 请确保演练VPC中存在与保护组所在VPC相同的子网网段;若仍未解决,请联系客服人员。 |
| 400 | SDRS.1910 | IP addresses in the drill VPC conflict | 演练VPC中IP冲突。 | 请联系客服人员。 |
| 400 | SDRS.1911 | Null or empty NIC | 网卡为空。 | 请联系客服人员。 |
| 500 | SDRS.1912 | Failed to create the drill NIC | 创建演练网卡失败。 | 请联系客服人员。 |
| 400 | SDRS.1913 | DR drill deletion not allowed in the current state | 当前演练状态下不允许删除容灾演练。 | 请在正确的状态下执行该操作,明确具体操作约束。 |
| 500 | SDRS.1914 | Drill server record not found | 演练服务器记录未找到。 | 请联系客服人员。 |
| 500 | SDRS.1915 | Drill storage record not found | 演练存储记录未找到。 | 请联系客服人员。 |
| 500 | SDRS.1916 | Invalid snapshot ID | 非法的快照ID。 | 请联系客服人员。 |
| 500 | SDRS.1917 | Drill NIC record not found | 演练网卡记录未找到。 | 请联系客服人员。 |
| 500 | SDRS.1918 | Failed to delete the drill NIC | 删除演练网卡失败。 | 请联系客服人员。 |
| 500 | SDRS.1919 | Failed to query the attachment information of the drill server | 查询演练服务器的挂载信息失败 | 请联系客服人员。 |
| 500 | SDRS.1920 | Null attachment information of the replication pair for creating the DR drill | 用于创建容灾演练的复制对挂载信息为空 | 请联系客服人员。 |
| 400 | SDRS.1921 | Drill VPC is already used for creating a DR drill | 演练VPC正在用于创建容灾演练 | 请使用其他可用的演练VPC。 |
| 400 | SDRS.1922 | Failed to create the DR drill | 创建容灾演练失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1923 | Failed to delete the DR drill | 删除容灾演练失败。 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1924 | DR site VPC not have a subnet | 容灾站点VPC中没有子网 | 请联系客服人员。 |
| 400 | SDRS.1925 | Failed to create the drill VPC | 创建演练VPC失败 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1926 | Failed to create the subnet in the drill VPC | 创建演练VPC内的子网失败 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1927 | Failed to delete the subnet in the drill VPC | 删除演练VPC内的子网失败 | 请重试,若仍未解决,请联系客服人员。 |
| 400 | SDRS.1928 | Failed to find the VPC | VPC未找到 | 请联系客服人员。 |
| 400 | SDRS.1929 | Insufficient VPC quota | VPC配额不足 | 请删除无用的VPC,或者联系客服人员持修改VPC的配额。 |
| 400 | SDRS.1930 | Insufficient subnet quota | 子网配额不足 | 请删除无用的子网,或者联系客服人员修改子网的配额。 |
| 400 | SDRS.2201 | action only create or delete | action参数仅限于create或delete | 请填写正确的操作参数,再重试 |
| 400 | SDRS.2202 | Empty tag list | 标签列表为空 | 请填写正确的参数,再重试 |
| 400 | SDRS.2203 | Number of tags exceeds the upper limit | 标签个数超过上限 | 请填写正确的参数,再重试 |
| 400 | SDRS.2204 | Invalid tag key | 无效的标签键 | 请填写正确的参数,再重试 |
| 400 | SDRS.2205 | Tag key is blank or an empty string | 标签的键为空或空字符串 | 请填写正确的参数,再重试 |
| 404 | SDRS.2206 | Specified tag key is not found | 指定的标签键未找到 | 请填写正确的参数,再重试 |
| 400 | SDRS.2207 | Invalid tag value | 无效的标签值 | 请填写正确的参数,再重试 |
| 400 | SDRS.2208 | Null tag value | 标签的值为null | 请填写正确的参数,再重试 |
| 400 | SDRS.2209 | Tag parameter contains duplicate keys | 标签参数中有重复的键 | 请填写正确的参数,再重试 |
| 400 | SDRS.2210 | action can be set to only filter or count | action参数仅限于filter或count | 请填写正确的参数,再重试 |
| 400 | SDRS.2211 | limit and offset are not supported when action is set to count | 当action参数为count时,不支持limit和offset参数 | 请填写正确的参数,再重试 |
| 400 | SDRS.2212 | Empty matches parameter | matches参数为空 | 请填写正确的参数,再重试 |
| 400 | SDRS.2213 | Empty key in the matches parameter | matches参数中的键为空 | 请填写正确的参数,再重试 |
| 400 | SDRS.2214 | Invalid key in the matches parameter | matches参数中的键无效 | 请填写正确的参数,再重试 |
| 400 | SDRS.2215 | Duplicate keys in the matches parameter | matches参数中的键重复 | 请填写正确的参数,再重试 |
| 400 | SDRS.2216 | Null value in the matches parameter | matches参数中值为null | 请填写正确的参数,再重试 |
| 400 | SDRS.2217 | Invalid value in the matches parameter | matches参数中值无效 | 请填写正确的参数,再重试 |
| 400 | SDRS.2218 | Number of values exceeds the upper limit | 值的个数超过上限 | 请填写正确的参数,再重试 |
| 400 | SDRS.2219 | Value list of the same key has duplicate values | 同一个键的值列表有重复的值 | 请填写正确的参数,再重试 |
| 400 | SDRS.2220 | Minimum and maximum values of limit are 1 and 1000 respectively | limit的最大值为1000,最小值为1 | 请填写正确的参数,再重试 |
| 400 | SDRS.2221 | Tag adding not allowed in the current protected instance state | 当前保护实例状态不允许添加标签 | 请确保护实例处于正常状态,再重试 |
| 400 | SDRS.2222 | Tag deleting not allowed in the current protected instance state | 当前保护实例状态不允许删除标签 | 请确保护实例处于正常状态,再重试 |