UGA与UPath解绑-UGAUnBindUPath

UGA与UPath解绑

将加速配置于加速线路解绑后  加速效果会很快消失,请确认您的操作 是否会影响业务

Request Parameters

Parameter nameTypeDescriptionRequired
ProjectIdstring项目ID。请参考GetProjectList接口Yes
UGAIdstring加速配置实例ID 格式uga-xxxYes
UPathIdstring加速线路实例ID 格式upath-xxxYes

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes

Request Example

https://api.ucloud.cn/?Action=UGAUnBindUPath
&ProjectId=org-xxx
&UGAId =uga-xxx
&UPathId=upath-xxxx

Response Example

{
    "Action": "UGAUnBindUPathResponse",
    "RetCode": 0
}