Manually creates a VPC border firewall.
This API has been deprecated with no replacement. While temporary access is maintained, no further updates or bug fixes will be provided. To ensure continued functionality, plan your migration and contact your account manager for support.
Operation description
This operation creates a VPC border firewall for a VPC within a Cloud Enterprise Network (CEN) instance. The VPC border firewall protects traffic between the specified VPC and other network instances that are connected to the CEN instance. These network instances include virtual private clouds (VPCs), virtual border routers (VBRs), and Cloud Connect Network (CCN) instances. The VPC border firewall does not protect traffic between VBRs, between CCN instances, or between VBRs and CCN instances. For more information, see VPC border firewall limits.
QPS limit
The queries per second (QPS) limit for a single user is 10. If you exceed this limit, API calls are throttled. This can affect your business operations. We recommend that you adhere to this limit.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the content within the request and response. Valid values:
|
zh |
| VpcFirewallName |
string |
Yes |
The name of the VPC border firewall. |
测试用实例 |
| CenId |
string |
Yes |
The ID of the CEN instance. |
cen-37nddhri7jf0d2**** |
| VpcId |
string |
Yes |
The ID of the VPC. |
vpc-8vbwbo90rq0anm6t**** |
| VSwitchId |
string |
Yes |
The ID of the vSwitch that is used to create the elastic network interface (ENI) of the Cloud Firewall. |
vsw-qzeaol304m*** |
| MemberUid |
string |
No |
The UID of the member account of Cloud Firewall. |
258039427902**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| VpcFirewallId |
string |
The ID of the VPC border firewall. |
vfw-m5e7dbc4y**** |
| RequestId |
string |
The ID of the request. |
B14757D0-4640-4B44-AC67-7F558F**** |
Examples
Success response
JSON format
{
"VpcFirewallId": "vfw-m5e7dbc4y****",
"RequestId": "B14757D0-4640-4B44-AC67-7F558F****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 200 | ErrorDBUpdateError | A database update error occurred. | A database update error occurred. |
| 400 | ErrorAliUid | Aliuid invalid. | The aliuid is invalid. |
| 400 | ErrorInvalidMemberUid | Member uid is invalid | The member is invalid. |
| 400 | ErrorFirewallName | firewall name invalid | The name of the firewall is invalid. Enter another value. |
| 400 | ErrorCenId | CEN ID is error | The ID of the CEN instance is invalid. |
| 400 | ErrorVpcIdError | Vpc ID invalid. | The VPC is incorrectly selected. Select another VPC. |
| 400 | ErrorUserNotFound | User not found | The user does not exist. |
| 400 | ErrorDBSelectError | A database select error occurred. | The error message returned because an internal error has occurred in querying the database. |
| 400 | ErrorVpcFirewallNotFound | The specified VPC firewall does not exist, please select again. | The specified VPC firewall does not exist. Enter another value. |
| 400 | ErrorDBTxError | A database transaction error occurred. | The error message returned because an internal error has occurred in the database transaction. |
| 400 | ErrorRecordLog | record operation log error. | Update operation log error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.