docs
api
Global Dynamic Acceleration(PathX)
DeleteUGAForwarder

Delete Acceleration Instance Forwarder - DeleteUGAForwarder

Overview

Delete Acceleration Instance Forwarder Delete by Access Port

ℹ️ Deleting the port forwarder will cause the service to fail immediately. Please proceed with caution.

Definition

Public Parameters

Parameter NameTypeDescription InformationRequired
ActionstringCorresponding API command name, the current API is DeleteUGAForwarder.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 interfaceYes
UGAIdstringAcceleration Configuration Instance IDYes
HTTPHTTP.NintHTTP access to HTTP source, access port. Disable port 65123No
HTTPSHTTP.NintHTTPS access with HTTP back to source, access port. Disable port 65123No
HTTPSHTTPS.NintHTTPS Access, HTTPS Back-to-Source, Access Port. Disable Port 65123No
WSSWSS.NintWebSocketS access to WebSocketS back to the source, access port. Disable port 65123.No
WSWS.NintWebSocket access to WebSocket source, access port. Disable port 65123.No
WSSWS.NintWebSocketS access to WebSocket back to source, access port. Disable port 65123.No
TCP.NintTCP Access PortNo
UDP.NintUDP Access PortNo

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=DeleteUGAForwarder
&ProjectId=org-xxxx
&UGAId=uga-xxxx
&HTTPHTTP.n=80
&HTTPSHTTP.n=443
&TCP.n=22
&WSSWSS.n=3
&WSWS.n=2
&WSSWS.n=4

Response Example

{
  "Action": "DeleteUGAForwarderResponse",
  "Message": "",
  "RetCode": 0
}
  • Company
  • ContactUs
  • Blog
Copyright © 2024 SurferCloud All Rights Reserved