Creates a gateway.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eas:CreateGateway |
create |
*Gateway
|
None | None |
Request syntax
POST /api/v2/gateways HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceName |
string |
No |
The name of the resource group. For more information, see the ResourceName field that is returned by the ListResources operation when ResourceType is SelfManaged. |
eas-r-4gt8twzwllfo****** |
| body |
object |
No |
The request body. |
|
| InstanceType |
string |
No |
The instance type of the private gateway. Valid values:
|
ecs.c6.4xlarge |
| EnableIntranet |
boolean |
No |
Specifies whether to enable internal network access. The default value is true. Valid values:
|
true |
| EnableInternet |
boolean |
No |
Specifies whether to enable public network access. The default value is false. Valid values:
|
false |
| Name |
string |
No |
The alias of the private gateway. |
mygateway1 |
| Replicas |
integer |
No |
The number of nodes for the private gateway. |
2 |
| ChargeType |
string |
No |
The billing method. Valid values:
|
PostPaid |
| AutoRenewal |
boolean |
No |
Specifies whether to enable auto-renewal. Valid values:
|
|
| GatewayType |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
40325405-579C-4D82**** |
| GatewayId |
string |
The ID of the private gateway. |
gw-1uhcqmsc7x22****** |
| ClusterId |
string |
The region where the private gateway resides. |
cn-hangzhou |
| Message |
string |
The message returned for the request. |
Successfully create gateway. |
Examples
Success response
JSON format
{
"RequestId": "40325405-579C-4D82****",
"GatewayId": "gw-1uhcqmsc7x22******",
"ClusterId": "cn-hangzhou",
"Message": "Successfully create gateway."
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.