错误码-九游平台
功能说明
api调用发生错误时,会有错误结构体返回,该小节主要是对vpc封装接口(不包括openstack原生接口)错误结构的解释。
返回体格式
{ "code": "vpc.0002", "message": "available zone name is null." }
错误码说明
当您调用api时,如果遇到“apigw”开头的错误码,请参见api网关错误码进行处理。
模块 |
状态码 |
错误码 |
错误信息 |
描述 |
处理措施 |
---|---|---|---|---|---|
公共 |
400 |
vpc.0002 |
available zone name is null. |
可用区为空 |
请确认创建子网的请求体中availability_zone字段是否为空 |
404 |
vpc.0003 |
vpc does not exist. |
vpc不存在 |
请确认vpc的id是否填写正确或该租户下是否确实存在该vpc |
|
400 |
vpc.0004 |
vpc does not active,please try later. |
vpc状态异常 |
请稍后重试或联系九游平台的技术支持 |
|
401 |
vpc.0005 |
lack of user authority. |
用户受限 |
请确认是否欠费或未申请公测权限 |
|
401 |
vpc.0009 |
real-name authentication fail. |
实名认证失败 |
请联系九游平台的技术支持 |
|
公共 |
400 |
vpc.0007 |
urltenantid is not equal tokentenantid |
tenantid不一致 |
url里的tenant_id和token中解析到的tenant_id不一致 |
401 |
vpc.0008 |
invalid token in the header. |
token非法 |
请确认请求头中的token是否合法 |
|
403 |
vpc.2701 |
token not allowed to do this action. |
无权操作,或账户余额不足 |
请确认账户是否余额不足或被冻结 |
|
公共 |
403 |
vpc.0010 |
rules on xx by ** disallowed by policy |
调用底层权限不足 |
请赋予正确的细粒度权限 |
403 |
vpc.2201 |
policy doesn't allow |
细粒度权限不足 |
请赋予正确的细粒度权限 |
|
公共 |
400 |
vpc.0014 |
this enterpriseproject status is disable. |
企业项目不可用 |
更换其他可用企业项目id |
400 |
vpc.0011 |
enterpriseprojectid is invalid |
企业项目id非法 |
输入合法的企业项目id |
|
创建端口 |
400 |
vpc.2500 |
param is invalid. |
端口参数错误 |
请根据实际返回的error message参考接口文档检查传入的参数值是否合法 |
409 |
vpc.0701 |
ip is in use |
端口ip地址已被占用 |
请更换ip地址创建端口 |
|
409 |
vpc.2511 |
quota exceeded for resources: ['vip']. |
虚拟ip超出配额 |
请清理子网网段中不再使用的虚拟ip |
|
500 |
vpc.2502 |
the system error. |
调用后台服务异常 |
请重试或者联系九游平台的技术支持 |
|
查询端口 |
404 |
vpc.2502 |
port xx not found |
端口资源不存在 |
请确认资源是否存在 |
500 |
vpc.2502 |
the system error. |
调用后台服务返回异常 |
请确认neutron服务是否正常或联系九游平台的技术支持 |
|
查询端口列表 |
404 |
vpc.2502 |
port xx not found |
端口资源不存在 |
请确认资源是否存在 |
500 |
vpc.2502 |
the system error. |
调用后台服务返回异常 |
请确认neutron服务是否正常或联系九游平台的技术支持 |
|
删除端口 |
400 |
vpc.2500 |
port's device_id is not empty. |
参数错误 |
请根据实际返回的error message检查传入的参数值是否合法 |
404 |
vpc.2502 |
port xx not found |
参数错误 |
请确认资源是否存在 |
|
500 |
vpc.2502 |
neutron error. |
调用后台服务异常 |
请重试或联系九游平台的技术支持 |
|
创建vpc |
400 |
vpc.0101 |
param is invalid. |
vpc参数错误 |
请根据实际返回的error message参考接口文档检查传入的参数值是否合法 |
409 |
vpc.0114 |
quota exceeded for resources: ['router']. |
vpc数目已达到最大配额 |
请清理闲置不用的vpc资源或申请扩大vpc资源配额 |
|
400 |
vpc.0115 |
the router name has exist. |
vpc名称重复 |
请更换vpc名称 |
|
查询vpc |
400 |
vpc.0101 |
getvpc error vpcid is invalid. |
vpc参数错误 |
请确认传入的vpcid是否正确 |
404/500 |
vpc.0105 |
neutron error. |
调用后台服务异常 |
请确认neutron服务是否正常或联系九游平台的技术支持 |
|
500 |
vpc.0106 |
get router is null. |
调用后台服务返回异常 |
请确认neutron服务是否正常或联系九游平台的技术支持 |
|
查询vpc列表 |
400 |
vpc.0101 |
query vpc list error. |
查询vpc列表失败 |
请根据实际返回的error message检查传入的参数值是否合法 |
500 |
vpc.0105 |
neutron error. |
调用后台服务异常 |
请确认neutron服务是否正常或联系九游平台的技术支持 |
|
500 |
vpc.0106 |
query routers or getlist are null. |
调用后台服务响应结果为null或空 |
请确认neutron服务是否正常或联系九游平台的技术支持 |
|
删除vpc |
400/404 |
vpc.0101 |
delete router error xx is invalid. |
参数错误 |
请根据实际返回的error message检查传入的参数值是否合法 |
500 |
vpc.0102 |
delete router fail. |
获取路由资源异常 |
请联系九游平台的技术支持 |
|
409 |
vpc.0103 |
rescource status is busy, try it again later. |
vpc状态为创建中,不允许删除 |
请联系九游平台的技术支持 |
|
409 |
vpc.0104 |
router contains subnets, please delete subnet first. |
vpc下有子网,不允许删除 |
请先删除vpc下的子网 |
|
404/500 |
vpc.0105 |
neutron error. |
调用后台服务异常 |
请确认neutron服务是否正常或联系九游平台的技术支持 |
|
409 |
vpc.0107 |
delete the firewall first before deleting the router. |
vpc下有网络acl,不允许删除 |
请先删除该租户下的网络acl |
|
409 |
vpc.0108 |
router is used not allow deleted. |
vpc下有弹性公网ip,不允许删除 |
请先删除该租户下的弹性公网ip |
|
409 |
vpc.0110 |
deletedefaultnetworkfromrouter router status is invalid. |
vpc状态不为稳态,不允许删除 |
请联系九游平台的技术支持 |
|
500 |
vpc.0111 |
database error. |
vpc内部异常 |
请联系九游平台的技术支持 |
|
409 |
vpc.0112 |
delete the securitygroup first before deleting the router. |
vpc下有安全组,不允许删除 |
请先删除该租户下的安全组 |
|
409 |
vpc.0118 |
elb exists under this router, delete elb firstly. |
vpc下有弹性负载均衡,不允许删除 |
请先删除占用该vpc的elb |
|
500 |
vpc.0119 |
elb error. |
vpc调用弹性负载均衡服务异常 |
请确认elb服务是否正常或联系九游平台的技术支持 |
|
409 |
vpc.0120 |
exroutes exists under this router, delete exroutes firstly. |
vpc包含扩展路由,不允许删除 |
请先删除该vpc下的扩展路由 |
|
删除vpc |
409 |
vpc.0109 |
router is used not allow deleted. |
vpc下有vpn,不允许删除 |
请先删除该租户下的vpn |
更新vpc |
400 |
vpc.0101 |
update router xx is invalid. |
参数错误 |
请根据实际返回的error message检查传入的参数值是否合法 |
404/500 |
vpc.0105 |
neutron error. |
调用后台服务异常 |
请确认neutron服务是否正常或联系九游平台的技术支持 |
|
500 |
vpc.0113 |
router status is not active. |
vpc状态不为ok,不允许更新 |
请稍后重试或联系九游平台的技术支持 |
|
400 |
vpc.0115 |
the router name has exist. |
vpc名称重复 |
请更换vpc名称 |
|
400 |
vpc.0117 |
cidr can not contain subnetlist cidr. |
参数无效,该网段没有包含当前vpc下的所有子网网段。 |
请更换vpc的cidr |
|
创建子网 |
400 |
vpc.0201 |
subnet name is invalid. |
子网参数错误 |
请根据实际返回的error message参考接口文档检查传入的参数值是否合法 |
500 |
vpc.0202 |
create subnet failed. |
子网内部错误 |
请联系九游平台的技术支持 |
|
400 |
vpc.0203 |
subnet is not in the range of vpc. |
子网网段不在vpc范围内 |
请更换子网的cidr |
|
400 |
vpc.0204 |
the subnet has already existed in the vpc, or has been in conflict with the vpc subnet. |
子网网段在vpc内已经存在 |
请更换子网的cidr |
|
400 |
vpc.0212 |
the subnet cidr is not valid. |
子网cidr不合法 |
请确认子网的cidr是否合法 |
|
查询子网 |
400 |
vpc.0201 |
subnet id is invalid. |
子网id不合法 |
请确认子网的id是否合法 |
404/500 |
vpc.0202 |
query subnet fail. |
查询子网失败 |
请联系九游平台的技术支持 |
|
查询子网列表 |
400 |
vpc.0201 |
query subnets list error. |
查询子网列表失败 |
请根据实际返回的error message检查传入的参数值是否合法 |
500 |
vpc.0202 |
list subnets error. |
查询子网列表失败 |
请联系九游平台的技术支持 |
|
删除子网 |
400 |
vpc.0201 |
subnet id is invalid. |
子网id不合法 |
请根据实际返回的error message检查传入的参数值是否合法 |
404/500 |
vpc.0202 |
neutron error. |
子网内部错误 |
请联系九游平台的技术支持 |
|
400 |
vpc.0207 |
subnet does not belong to the vpc. |
子网不属于该vpc,不允许操作 |
请确认子网是否在该vpc下 |
|
500 |
vpc.0208 |
subnet is used by private ip, can not be deleted. |
子网被私有ip使用,不允许删除 |
请先删除子网下的私有ip |
|
500 |
vpc.0209 |
subnet is still used ,such as computer,lb. |
子网被虚拟机或弹性负载均衡使用,不允许删除 |
请先删除创建在该子网下的ecs或elb |
|
500 |
vpc.0210 |
subnet has been used by routes, please remove the routes first and try again. |
子网被自定义路由使用,不允许删除 |
请先删除自定义路由 |
|
500 |
vpc.0211 |
subnet is still used by lbaas. |
子网被弹性负载均衡所使用,不允许删除 |
请先删除创建在该子网下的elb |
|
删除子网 |
500 |
vpc.0206 |
subnet has been used by vpn, please remove the subnet from the vpn and try again. |
子网被vpn使用,不允许删除 |
请先删除占用该子网的vpn |
更新子网 |
400 |
vpc.0201 |
xx is invalid. |
子网参数错误 |
请根据实际返回的error message检查传入的参数值是否合法 |
404/500 |
vpc.0202 |
neutron error. |
子网内部错误 |
请联系九游平台的技术支持 |
|
500 |
vpc.0205 |
subnet states is invalid, please try again later. |
子网状态为处理中,不允许更新 |
请稍后重试或联系九游平台的技术支持 |
|
400 |
vpc.0207 |
subnet does not belong to the vpc. |
子网不属于该vpc,不允许操作 |
请确认子网是否在该vpc下 |
|
查询配额 |
400 |
vpc.1207 |
resource type is invalid. |
指定的类型不存在 |
请使用已存在的正确类型。 |
申请私有ip |
500 |
vpc.0701 |
the ip has been used. |
私有ip已存在 |
请更换一个私有ip地址再重试创建 |
400 |
vpc.0705 |
ip address is not a valid ip for the specified subnet. |
私有ip不合法 |
请确认请求体中传入的ip地址是否在子网网段内 |
|
404 |
vpc.2204 |
query resource by id fail. |
查询资源不存在或者权限不足 |
请确认请求体中传入的子网是否存在或者当前账号是否有权查询到该子网 |
|
409 |
vpc.0703 |
no more ip addresses available on network xxx. |
ip地址不足 |
请确认子网下是否已分配足够的ip地址 |
|
查询私有ip |
404 |
vpc.0704 |
query resource by id fail. |
私有ip不存在 |
请确认该私有ip是否确实存在 |
查询私有ip列表 |
400 |
vpc.0702 |
query privateips error. |
参数错误 |
请根据实际返回的error message检查传入的参数值是否合法 |
删除私有ip |
404 |
vpc.0704 |
query resource by id fail. |
私有ip不存在 |
请确认该私有ip是否确实存在 |
500 |
vpc.0706 |
delete port fail. |
删除异常 |
请稍后重试或联系九游平台的技术支持 |
|
409 |
vpc.0707 |
privateip is in use. |
私有ip正在使用 |
请确认该私有ip是否被计算或其他资源占用 |
|
创建安全组 |
400 |
vpc.0601 |
creating securitygroup name is invalid. |
安全组参数错误 |
请根据实际返回的error message参考接口文档检查传入的参数值是否合法 |
500 |
vpc.0602 |
add security group fail. |
安全组内部异常 |
请确认neutron服务是否正常或联系九游平台的技术支持 |
|
409 |
vpc.0604 |
quota exceeded for resources: ['security_group']. |
安全组资源配额不足 |
请删除账号下不使用的安全组或申请扩大安全组配额 |
|
查询安全组 |
400 |
vpc.0601 |
securitygroup id is invalid. |
安全组参数错误 |
请确认安全组的id是否合法 |
500 |
vpc.0602 |
query security group fail. |
安全组内部异常 |
请确认neutron服务是否正常或联系九游平台的技术支持 |
|
404 |
vpc.0603 |
securitygroup is not exist. |
安全组不存在 |
请确认安全组的id是否填写正确或该租户下是否确实存在该安全组 |
|
404/500 |
vpc.0612 |
neutron error. |
安全组内部异常 |
请联系九游平台的技术支持 |
|
查询安全组列表 |
400 |
vpc.0601 |
query security groups error limit is invalid. |
安全组参数错误 |
请根据实际返回的error message参考接口文档检查传入的参数值是否合法 |
500 |
vpc.0602 |
query security groups fail. |
安全组内部异常 |
请确认neutron服务是否正常或联系九游平台的技术支持 |
|
创建安全组规则 |
409 |
vpc.0602 |
1.security group rule already exists. 2.quota exceeded for resources: ['security_group_rule']. 3.failed to create the security group rule concurrently. the rule already exists. |
1.安全组规则已存在 2.安全组规则资源配额不足 3.并发创建安全组规则规则失败,安全组规则已存在 |
1.请更换创建安全组规则请求体 2.请删除账号下不使用的安全组规则或申请扩大安全组规则配额 3.请确认并发创建的安全组规则内容是否不同 |
路由表 |
400 |
vpc.2800 |
routetable id is invalid. |
路由表参数错误 |
请确认请求参数是否正确 |
400/500 |
vpc.2801 |
neutronerror |
路由表内部错误 |
请检查请求参数或请联系九游平台的技术支持进行处理 |
|
404 |
vpc.2802 |
routetable is not exist |
找不到路由表资源 |
请确认请求资源是否存在 |
|
400 |
vpc.2803 |
neutronerror |
路由的目的地址和子网网段重叠 |
请求参数中路由的目的地址重叠 |
|
409 |
vpc.2804 |
the routetable that been bonded by subnet can't be deleted |
路由表被子网绑定不能被删除 |
先将路由表与子网解绑,然后删除 |
|
500 |
vpc.2805 |
neutronerror |
路由表更换下一跳失败 |
请联系九游平台的技术支持进行处理 |
|
500 |
vpc.2806 |
query subnet id by network id failed for illegal argument |
路由表绑定或解绑子网失败 |
请联系九游平台的技术支持进行处理 |
|
400 |
vpc.2807 |
subnet not exist or not belong to the vpc, associate routertable failed |
路由表绑定的子网不存在或者不属于该vpc |
请检查请求参数,替换成路由表所在vpc的子网 |
|
404 |
vpc.2808 |
routetable is not exist |
找不到路由表资源 |
请确认请求资源是否存在 |
|
400 |
vpc.2809 |
neutronerror |
路由地址与系统路由地址重叠 |
请求参数中路由的目的地址重复 |
|
400 |
vpc.2810 |
the vpc cannot support customized routetable |
当前vpc不支持自定义路由功能 |
更换vpc或联系九游平台的技术支持进行处理 |
|
400 |
vpc.2811 |
invalidvgwforroutegateway |
当前 dc 的 vgw 没有跟任何 device 关联,无法下发该 dc route |
更换一个专线 |
|
400 |
vpc.2812 |
the destination of route to add is exist already |
路由目的地址已存在 |
使用未被占用的目的地址 |
|
400 |
vpc.2813 |
routeperroutetableoverlimit |
路由配额不足 |
扩大路由配额或更换路由表 |
|
500 |
vpc.2814 |
internal server error |
路由表服务内部处理错误 |
联系九游平台的技术支持进行处理 |
|
400 |
vpc.2815 |
duplicateddestination |
路由目的地址重复 |
使用未被占用的目的地址 |
|
400 |
vpc.2816 |
subnet has been bonded by routetable |
子网已经绑定了路由表,不能重复绑定 |
先解除子网的绑定状态,再绑定其他路由表 |
|
资源标签 |
400 |
vpc.1801 |
resource id is invalid. |
id错误 |
检查使用正确的resource id |
400 |
vpc.1801 |
action is invalid. |
action错误 |
合法的action为create或delete |
|
400 |
vpc.1801 |
tag length is invalid. the key length must be in range [1,36] and value in range [0,43] |
key长度非法。key长度为 [1,36] |
检查使用合法的key值 |
|
400 |
vpc.1801 |
tag length is invalid. the key length must be in range [1,36] and value in range [0,43] |
value长度非法。 value长度为[0,43]。 |
检查使用合法的value值 |
|
400 |
vpc.1801 |
resource_type xxx is invalid. |
resource_type错误 |
合法的resource_type为vpcs。 |
|
400 |
vpc.1801 |
tag can not be null. |
tags列表中包含null |
合法的tags |
|
400 |
vpc.1801 |
the list of matches contains null. |
matches列表中包含null |
合法的matches |
|
400 |
vpc.1801 |
tag value can not be null. |
tags存在且值为null |
合法的tags |
|
400 |
vpc.1801 |
the value of matches in resourceinstancesreq is null. |
matches存在且值为null |
合法的matches |
|
400 |
vpc.1801 |
number of tags exceeds max num of 10. |
tags列表中包含超过10个key |
合法的tags |
|
400 |
vpc.1801 |
tag key is repeated. |
tags列表中包含重复的key |
合法的tags |
|
400 |
vpc.1801 |
value of tags in resourceinstancesreq is duplicate. |
tags列表中key对应的values中包含重复的value |
合法的tags |
|
400 |
vpc.1801 |
number of tags exceeds max num of 10. |
tags列表中的key对应的values中包含超过10个value |
合法的tags |
|
400 |
vpc.1801 |
the key of matches is invalid. |
matches中的key不为resource_name |
合法的matches |
|
400 |
vpc.1801 |
limit in resourceinstancesreq is invalid. offset in resourceinstancesreq is invalid. |
limit或offset参数不合法 |
使用合法格式的limit和offset参数 |
|
400 |
vpc.1801 |
resourceinstancesreq is null or invalid. |
tags字典结构缺失 |
使用合法的tags字典结构体 |
|
400 |
vpc.1801 |
tag length is invalid. the key length must be in range [1,36] and value in range [0,43] |
tags中包含的key长度超长或者为空 |
在tags中使用合法的key |
|
400 |
vpc.1801 |
tag length is invalid. the key length must be in range [1,36] and value in range [0,43] |
tags中包含的values中的value字段长度超长 |
在tags中使用合法的value |
|
400 |
vpc.1801 |
resourceinstancesreq is null or invalid. |
matches字典结构缺失 |
使用合法的matches字典结构体 |
|
400 |
vpc.1801 |
the number of matches in resourceinstancesreq is 0. |
matches为空列表 |
使用合法的matches列表 |
|
400 |
vpc.1801 |
the value's length of matches in resourceinstancesreq is more than 255. |
matches列表中包含长度超过255个unicode长度的value |
使用合法的matches列表 |
|
500 |
vpc.1801 |
invalidinput |
请求体格式错误 |
检查使用正确请求体格式。 |
|
404 |
vpc.2204 |
query subnet by id fail. |
资源不存在或权限不足 |
请使用已存在的资源或申请对应的权限。 |
|
查询网络ip使用 |
400 |
vpc.2301 |
parameter network_id is invalid. |
请求参数错误 |
请输入正确格式的network_id。 |
400 |
vpc.2302 |
network xxx could not be found. |
未找到对应的network |
请确保输入的network_id是存在的。 |
|
创建流日志 |
400 |
vpc.3001 |
resource_type/log_store_type/traffic_type/log_group_id/log_topic_id is invalid |
类型或id不符合要求规范 |
请确认传入的类型是否支持或id格式是否正确 |
400 |
vpc.3002 |
port does not support flow log, port id : xxx |
流日志创建不支持此类型的port |
请确认port是否是s3,c3,m3 类型的网卡port |
|
404 |
vpc.3002 |
port/network/vpc xxx could not be found. |
资源不存在 |
请确认资源是否存在 |
|
409 |
vpc.3004 |
content of flow log is duplicate: resource type xxx, reousce id xxx, traffic type all, log group id xxx, log topic id xxx, log store type xxx, log store name xxx. |
流日志重复 |
请修改流日志的参数 |
|
500 |
vpc.3002 |
create flow log by xxx(tenant_id) fail. |
调用后台服务异常 |
请重试或联系九游平台的技术支持 |
|
查询流日志列表 |
404 |
vpc.3001 |
resource could not be found, xxx(listparam) is invalid |
输入参数的值不合法 |
请确认传入参数的格式是否正确 |
500 |
vpc.3002 |
neutron error. |
调用后台服务异常 |
请重试或联系九游平台的技术支持 |
|
查询流日志 |
404 |
vpc.3001 |
resource could not be found, flowlog id is invalid. |
流日志id不合法 |
请确认流日志id格式是否正确 |
404 |
vpc.3002 |
flow log xxx could not be found. |
流日志不存在 |
请确认流日志是否存在或id是否正确 |
|
更新流日志 |
404 |
vpc.3001 |
resource could not be found, flowlog id is invalid. |
流日志id不合法 |
请确认流日志id格式是否正确 |
404 |
vpc.3005 |
flow log xxx could not be found. |
流日志不存在 |
请确认流日志是否存在或id是否正确 |
|
500 |
vpc.3002 |
update flow log by xxx(tenant_id) fail. |
调用后台服务异常 |
请重试或联系九游平台的技术支持 |
|
删除流日志 |
404 |
vpc.3001 |
resource could not be found, flowlog id is invalid. |
流日志id不合法 |
请确认流日志id格式是否正确 |
404 |
vpc.3005 |
flow log xxx could not be found. |
流日志不存在 |
请确认流日志是否存在或id是否正确 |
|
500 |
vpc.3002 |
delete flow log by xxx(tenant_id) fail. |
调用后台服务异常 |
请重试或联系九游平台的技术支持 |
|
查询vpc(api v3) |
404 |
vpc.9904 |
vpc xxx could not be found. |
查询的vpc不存在 |
请确认查询的vpc是否存在 |
添加vpc扩展网段(api v3) |
400 |
vpc.9911 |
xxx is not a valid cidr format. |
vpc的cidr参数格式错误 |
请输入正确的cidr格式 |
400 |
vpc.9912 |
input extend cidr num xxx over limit xxx. |
添加的扩展网段数量超出限制 |
扩展网段数量已达到上限,请确认输入的扩展网段数量是否过多,或者当前vpc是否已经存在扩展网段 |
|
409 |
vpc.9914 |
add extend cidr xxx conflict with exist cidr xxx. |
添加的扩展网段与已有网段冲突 |
该扩展网段和当前vpc的网段冲突,请输入其他的扩展网段 |
|
400 |
vpc.9916 |
add extend cidr %s conflict with black list cidr %s-24. |
添加的扩展网段与黑名单网段重叠 |
该扩展网段和黑名单网段重叠,请输入其他扩展网段,扩展网段黑名单请参考接口文档。 |
|
移除vpc扩展网段(api v3) |
404 |
vpc.9915 |
extend cidr xxx could not be found. |
请求移除的扩展网段不存在 |
请输入已经存在的扩展网段 |
查询ip地址组 |
404 |
vpc.9904 |
address_group xxx could not be found. |
查询的ip地址组不存在 |
请检查查询的ip地址组是否存在 |
创建ip地址组 |
400 |
vpc.9901 |
duplicate ip_set in request body xxx. |
ip_set请求体中存在重复数据 |
请确保ip_set中的数据无重复 |
400 |
vpc.9901 |
invalid ip_set:xxx parameter in request body. |
ip_set中的数据不合法 |
请确保ip_set中数据是否合法 |
|
409 |
vpc.9905 |
quota exceeded for resources: 'address_group'. |
超过ip地址组配额 |
请删除不需要的ip地址组或者申请扩大ip地址组配额 |
|
更新ip地址组 |
400 |
vpc.9901 |
duplicate ip_set in request body xxx. |
ip_set请求体中存在重复数据 |
请确保ip_set中的数据无重复 |
400 |
vpc.9901 |
invalid ip_set:xxx parameter in request body. |
ip_set中的数据不合法 |
请确保ip_set中数据是否合法 |
|
404 |
vpc.9904 |
address_group xxx could not be found. |
要更新的ip地址组不存在 |
请检查ip地址组是否存在 |
|
409 |
vpc.9905 |
quota exceeded for resources: ['address_group_contain_ipset']. |
超过ip地址组规则配额 |
请减少不需要的ip地址组内ip_set条目或者申请扩大ip_set配额 |
|
删除ip地址组 |
404 |
vpc.9904 |
address_group xxx could not be found. |
要删除的ip地址组不存在 |
请检查ip地址组是否存在 |
409 |
vpc.9907 |
1. addressgroup xxx is used by securitygroup rules. 2. addressgroup xxx is used by firewall rules. |
1. 要删除的ip地址组被安全组规则引用 2. 要删除的ip地址组被acl规则引用 |
请确定是否需要删除引用的安全组规则或acl规则,如果可以删除使用强制删除接口,关联的安全组规则也同时被删除 |
|
查询安全组(api v3) |
404 |
vpc.9904 |
security group xxx does not exist. |
查询的安全组不存在 |
请确认查询的安全组是否存在 |
创建安全组(api v3) |
409 |
vpc.9905 |
quota exceeded for resources: security_group. |
超过安全组配额 |
请删除不需要的安全组或者申请扩大安全组配额 |
更新安全组(api v3) |
404 |
vpc.9904 |
securitygroup xxx could not be found. |
要更新的安全组不存在 |
请检查安全组是否存在 |
删除安全组(api v3) |
404 |
vpc.9904 |
security_group xxx could not be found. |
要删除的安全组不存在 |
请检查安全组是否存在 |
409 |
vpc.9902 |
security group xxx is in use. |
要删除的安全组被端口绑定 |
请先更新端口解绑安全组,再执行删除操作 |
|
查询安全组规则(api v3) |
404 |
vpc.9904 |
security_group_rule xxx could not be found. |
查询的安全组规则不存在 |
请检查查询的安全组规则是否存在 |
创建安全组规则(api v3) |
409 |
vpc.9905 |
quota exceeded for resources: ['security_group_rule']. |
超过安全组规则配额 |
请删除不需要的安全组规则或者申请扩大安全组规则配额 |
404 |
vpc.9904 |
security_group_id xxx could not be found. |
请求输入的security_group_id对应的安全组不存在 |
请检查security_group_id对应的安全组信息是否正确 |
|
404 |
vpc.9904 |
remote security group xxx could not be found. |
请求输入的remote_group_id对应的安全组不存在 |
请检查remote_group_id对应的安全组信息是否正确 |
|
404 |
vpc.9904 |
address group xxx does not exist. |
请求输入的remote_address_group_id对应的ip地址组组不存在 |
请检查remote_address_group_id对应的ip地址组信息是否正确 |
|
400 |
vpc.9902 |
security group rule for ethertype xxx not supported. allowed values are [ipv4, ipv6]. |
请求输入的ethertype值不支持 |
当前安全组规则的ethertype值只支持ipv4、ipv6,不区分大小写,请修改请求参数 |
|
400 |
vpc.9902 |
ethertype xxx and address_group ip_version xxx not match |
请求输入的ethertype和ip地址组的ip版本不一致 |
请确认remote_address_group_id对应的ip地址组信息,ip版本需要和ethertype保持一致 |
|
409 |
vpc.9902 |
security group rule already exists. rule id is xxx. |
安全组规则已存在 |
请确认输入的安全组规则信息,不能和已存在的规则冲突 |
|
删除安全组规则(api v3) |
404 |
vpc.9904 |
security_group_rule xxx could not be found. |
查询的安全组规则不存在 |
请检查查询的安全组规则是否存在 |
相关文档
意见反馈
文档内容是否对您有帮助?
如您有其它疑问,您也可以通过华为云社区问答频道来与我们联系探讨