docs
api
Global Dynamic Acceleration(PathX)
UGABindUPath

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 NameTypeDescription InformationRequired
ActionstringCorresponding API command name, the current API is UGABindUPath.Yes
PublicKeystringThe user's public key can be obtained from Console (opens in a new tab)Yes
SignaturestringUser signature generated based on public key and API command, see Signature AlgorithmYes

Request Parameters

Parameter NameTypeDescription InformationRequired
ProjectIdstringProject ID. Please refer to the GetProjectList interface.Yes
UGAIdstringAcceleration configuration instance ID, format uga-xxxxYes
UPathIdstringAcceleration Line Instance ID, format upath-xxxYes
CouponIdstringCouponNo

Response Field

Field NameTypeDescription InformationRequired
RetCodeintReturn status code. If it is 0, it means successful return. If it is not 0, it means failure.Yes
ActionstringOperation command name.Yes
MessagestringReturns 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
}
  • Company
  • ContactUs
  • Blog
Copyright © 2024 SurferCloud All Rights Reserved