调用 PublishCenRouteEntry 接口,发布指定的网络实例路由条目到云企业网。
当前仅支持发布VPC系统路由表中的路由条目到云企业网中,包括目标网段为子网网段的系统路由条目和下一跳为云服务器、高可用虚拟IP和NAT网关的自定义路由条目。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | PublishCenRouteEntry | 要执行的操作,取值为PublishCenRouteEntry。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
CenId | String | 是 | cen-2nim00ybaylts7trquyzt**** | 云企业网实例的ID。 |
InstanceRegionId | String | 是 | cn-beijing | 地域。 |
InstanceType | String | 是 | VPC | 网络实例类型。
|
InstanceId | String | 是 | vpc-vtbnbb04qw3k2hgi12cv**** | 网络实例ID。 |
DestinationCidrBlock | String | 是 | 10.XX.XX.0/24 | 目标网段。 |
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action=PublishCenRouteEntry&Version=2020-04-01&CenId=cen-2nim00ybaylts7trquyzt****&InstanceType=VPC&InstanceRegionId=cn-beijing&InstanceId=vpc-vtbnbb04qw3k2hgi12cv****&DestinationCidrBlock=10.XX.XX.0/24 HTTP/1.1 Host: open.volcengineapi.com Service: cen Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20211222122528010225****", "Action": "PublishCenRouteEntry", "Version": "2020-04-01", "Service": "cen", "Region": "cn-beijing" }, "Result": {} }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidCenAttachedInstance.Malformed | The specified instance type is malformed. | 指定的网络实例类型不支持。 |
400 | InvalidCenRouteEntry.Existed | The specified route entry has been published to CEN. | 指定的路由已经发布到云企业网路由表中,不能重复发布。 |
400 | InvalidCidr.Malformed | The specified cidr block is malformed. | 指定的网段格式不合法。 |
400 | InvalidInstance.Isolated | The specified instance is abnormal and has been isolated. | 指定资源因异常而被隔离,请稍后重试。 |
400 | InvalidServiceRoute.Malformed | The specified destination cidr block is malformed. | 指定的云服务访问路由的目的网段不在100.64.0.0/10或fd00:64::/32内。 |
400 | QuotaExceeded.CenRouteEntry | You've reached the number of route entries can be published to CEN. | 已达到云企业网路由条目数量的配额上限。 |
400 | UnsupportedOperation | The specified route entry does not support being published. | 指定路由不支持发布到云企业网路由表中。 |
403 | Forbidden.PublishCenRouteEntry | You are not authorized to publish route entry to CEN. | 无权限对指定的路由进行发布操作。 |
403 | Forbidden.PublishIPv6CenRouteEntry | You are not authorized to publish IPv6 route entry to CEN. | 无权限对指定的IPv6路由进行发布操作。 |
403 | Forbidden.PublishNatGWCenRouteEntry | You are not authorized to publish NAT gateway route entry to CEN. | 无权限对指定的NAT网关路由进行发布操作。 |
404 | InvaildRouteEntry.NotFound | The specified route entry does not exist in the instance. | 在网络实例中找不到指定的路由。 |
404 | InvalidCen.NotFound | The specified CEN does not exist. | 指定的云企业网实例不存在。 |
404 | InvalidCenAttachedInstance.NotFound | The specified CEN attached instance does not exist. | 指定的网络实例不存在。 |
409 | InvalidCen.InvalidStatus | The specified CEN instance is not in the correct status for the request. | 指定的云企业网实例所处的状态无法响应该请求,请稍后再试。 |