调用 AttachInstanceToCen 接口,为云企业网实例加载网络实例。
同一云企业网实例在每个地域最多支持加载10个网络实例。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | AttachInstanceToCen | 要执行的操作,取值为AttachInstanceToCen。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
CenId | String | 是 | cen-7qthudw0ll6jmc**** | 云企业网实例的ID。 |
InstanceOwnerId | String | 否 | 210000**** | 网络实例所属账号的ID。
说明 加载跨账号网络实例时需要配置该参数。该参数不填时,默认为本账号ID,即云企业网实例所属的账号ID。 |
InstanceRegionId | String | 是 | cn-beijing | 网络实例所在的地域。 |
InstanceType | String | 是 | VPC | 网络实例的类型,取值如下:
|
InstanceId | String | 是 | vpc-2fexiqjlgjif45oxruvso**** | 网络实例的ID。
|
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action=AttachInstanceToCen&Version=2020-04-01&CenId=cen-7qthudw0ll6jmc****&InstanceId=vpc-2fexiqjlgjif45oxruvso****&InstanceType=vpc&InstanceRegionId=cn-beijing HTTP/1.1 Host: open.volcengineapi.com Service: cen Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "202112221125470102252****", "Action": "AttachInstanceToCen", "Version": "2020-04-01", "Service": "cen", "Region": "cn-beijing" }, "Result": {} }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidCenAttachedInstance.CannotUpdate | Failed to update the specified attached instance, please try again later. | 更新指定的网络实例失败,请稍候再试。 |
400 | InvalidCenAttachedInstance.DcgwInvalidStatus | Specified direct connect gateway has been frozen. | 指定的专线网关已经被冻结。 |
400 | InvalidCenAttachedInstance.DcgwMismatch | The specified DCGW cannot be attached to CEN due to the lack of a virtual interface. | 指定的专线网关缺少虚拟接口,无法关联至云企业网实例。 |
400 | InvalidCenAttachedInstance.InvalidStatus | The specified instance is not in the correct status for the request. | 指定的网络实例所处状态无法响应该请求。 |
400 | InvalidCenAttachedInstance.Malformed | The specified instance type is malformed. | 指定的网络实例类型不支持。 |
400 | InvalidCenRouteEntry.AsNumberMalformed | The specified AS is malformed. Ensure the maximum value of AS is 4294960000. | 指定的AS号不合法。AS号不能大于4294960000。 |
400 | InvalidCenRouteEntry.AsPathMalformed | The specified AsPath is malformed. | 指定的AsPath属性不合法。 |
400 | InvalidInstance.Isolated | The specified instance is abnormal and has been isolated. | 指定资源因异常而被隔离,请稍后重试。 |
400 | QuotaExceeded.CenAttachedInstance | You've reached the number of instances can be attached to CEN in one region. | 已达到云企业网实例在该地域中可加载的网络实例数量上限。 |
403 | Forbidden.AttachCrossAccountDCGW | You are not authorized to attach the across account direct connect gateway. | 无权限对指定的专线网关进行操作。 |
404 | InvalidCen.NotFound | The specified CEN does not exist. | 指定的云企业网实例不存在。 |
404 | InvalidCenRegion.NotFound | The specified region does not exist. | 指定的地域不存在。 |
404 | InvalidCrossAccountInstance.NotFound | The specified instance has not been granted. | 指定的网络实例没完成授权。 |
404 | InvalidDcgwId.NotFound | The specified DCGW ID does not exist in this region. | 指定的地域内该专线网关不存在。 |
404 | InvalidVpcId.NotFound | The specified VPC ID does not exist in this region. | 指定的地域内该私有网络不存在。 |
409 | InvalidCen.InvalidStatus | The specified CEN instance is not in the correct status for the request. | 指定的云企业网实例所处的状态无法响应该请求,请稍后再试。 |
409 | InvalidCenAttachedInstance.Conflict | The specified instance has already been attached to CEN. | 指定的网络实例已加载至云企业网实例。 |
409 | InvalidCenAttachedInstance.Conflict | The specified instance has already been attached to Transit Router. | 指定的网络实例已加载至中转路由器。 |