UGA Bound to UPath - UGABindUPath
Overview
UGA Bound to UPath
ℹ️ After successfully binding the line, the acceleration configuration usually takes effect within 1 minute. Please first use the nc or telnet command to detect whether the acceleration domain and acceleration port are connected. After normal connection, CName the business domain to the acceleration domain.
Definition
Public Parameters
Parameter Name | Type | Description Information | Required |
---|---|---|---|
Action | string | Corresponding API command name, the current API is UGABindUPath . | Yes |
PublicKey | string | The user's public key can be obtained from Console (opens in a new tab) | Yes |
Signature | string | User signature generated based on public key and API command, see Signature Algorithm | Yes |
Request Parameters
Parameter Name | Type | Description Information | Required |
---|---|---|---|
ProjectId | string | Project ID. Please refer to the GetProjectList interface. | Yes |
UGAId | string | Acceleration configuration instance ID, format uga-xxxx | Yes |
UPathId | string | Acceleration Line Instance ID, format upath-xxx | Yes |
CouponId | string | Coupon | No |
Response Field
Field Name | Type | Description Information | Required |
---|---|---|---|
RetCode | int | Return status code. If it is 0, it means successful return. If it is not 0, it means failure. | Yes |
Action | string | Operation command name. | Yes |
Message | string | Returns an error message, providing detailed description when RetCode is non-zero. | No |
Example
Request Example
https://api.surfercloud.com/?Action=UGABindUPath
&ProjectId=org-xxxx
&UGAId=uga-xxxx
&UPathId=upath-xxx
&CouponId=
Response Example
{
"Action": "UGABindUPathResponse",
"RetCode": 0
}