Domain name for API request: teo.tencentcloudapi.com.
This API is used to create an application proxy.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: CreateApplicationProxy. |
Version | Yes | String | Common Params. The value used for this API: 2022-09-01. |
Region | No | String | Common Params. This parameter is not required. |
ZoneId | Yes | String | Site ID. |
ProxyName | Yes | String | Domain name or subdomain name when ProxyType=hostname ; Instance name when ProxyType=instance . |
PlatType | Yes | String | The scheduling mode. Values:ip : Schedule via Anycast IP.domain : Schedule via CNAME. |
SecurityType | Yes | Integer | Whether to enable security protection. Values:0 : Disable security protection.1 : Enable security protection. |
AccelerateType | Yes | Integer | Whether to enable acceleration. Values:0 : Disable acceleration.1 : Enable acceleration. |
ProxyType | No | String | The proxy type. Values:hostname : The proxy is created by subdomain name.instance : The proxy is created by instance.instance . |
SessionPersistTime | No | Integer | The session persistence duration. Value range: 30-3600 (in seconds). If not specified, this field uses the default value 600. |
Ipv6 | No | Ipv6 | Ipv6 access configuration. IPv6 access is disabled if it is not specified. |
ApplicationProxyRules.N | No | Array of ApplicationProxyRule | The rule details. If this field is not specified, an application proxy rule will not be created. |
AccelerateMainland | No | AccelerateMainland | Cross-MLC-border acceleration. It is disabled if this parameter is not specified. |
Parameter Name | Type | Description |
---|---|---|
ProxyId | String | The L4 application proxy ID. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to create an application proxy.
POST / HTTP/1.1
Host: teo.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateApplicationProxy
<Common request parameters>
{
"ZoneId": "zone-21xfqlh4qjee",
"ProxyName": "instancd-name",
"ProxyType": "instance",
"PlatType": "ip",
"SecurityType": 1,
"AccelerateType": 1,
"SessionPersistTime": 3600,
"Ipv6": {
"Switch": "on"
},
"ApplicationProxyRules": [
{
"Proto": "TCP",
"Port": [
"80",
"90",
"99-110"
],
"OriginType": "custom",
"OriginValue": [
"1.1.1.1:80"
]
},
{
"Proto": "UDP",
"Port": [
"999",
"888",
"99-110"
],
"OriginType": "custom",
"OriginValue": [
"1.1.1.1:80",
"2.2.2.2:80"
]
}
]
}
{
"Response": {
"RequestId": "5e0a2b4e-df6d-4d2a-ac39-1706cbf8a707",
"ProxyId": "proxy-537f5b41-162a-11ed-abaa-525400c5da15"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
InvalidParameter.InvalidOriginIp | The origin cannot be a private IP or loopback address. |
InvalidParameter.ParameterError | Parameter error: Invalid “End time”. The interval between the start and end time cannot exceed 7 days. |
InvalidParameter.ProxyNameDuplicating | The instance name already exists. |
LimitExceeded | The quota limit has been reached. |
LimitExceeded.UserQuotaLimited | |
OperationDenied | Operation denied. |
OperationDenied.ErrZoneIsAlreadyPaused | The EdgeOne service of the site is disabled. Please enable it and try again. |
OperationDenied.PlatTypeIPAccelerateMainlandNotSupport | This site is using Anycast IP scheduling mode and does not support Cross-MLC-border acceleration. |
OperationDenied.ZoneNotActive | The zone is disabled. |
ResourceInsufficient | Insufficient resource. |
ResourceNotFound | The resource doesn’t exist. |
Was this page helpful?