CaaS / CVPC API 開發者中心

內網路由

使用說明

deleteIntranetLink用於移除所指定一組以上的內網接取服務

Request參數

參數 說明 備註
intranetLinkBusinessServiceId 內網接取服務識別碼
類型 : String
預設值 : 無
是否為複數型態 : 是
可支援多值

Response參數

參數 說明 備註

requestId

(非必要參數)

請求識別碼
類型 : JSON value : string
是否為複數型態 : 否
系統自動產生
statusMap 內網接取服務識別碼-狀態列表
類型 : JSON value : object
是否為複數型態 : 是
object為{string,string}
例:
{ "VG550100010001": "process success ", "VG550100010002": "process fail " }

Request範例

https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=deleteIntranetLink
&intranetGatewayBusinessServiceId=UG550200010003intranetLinkBusinessServiceId=VG550200010001
&intranetGatewayBusinessServiceId=UG550200010003chtAuthType=hwspass
&intranetGatewayBusinessServiceId=UG550200010003version=${version}
&intranetGatewayBusinessServiceId=UG550200010003expires=${expires}
&intranetGatewayBusinessServiceId=UG550200010003accessKey=${accessKey}
&intranetGatewayBusinessServiceId=UG550200010003signature=${signature}

		

Response範例

{
	"requestId":"xxxEXAMPLE",
	"statusMap": {
		"VG550200010001": "process success",
		"VG550200010002": "process fail"
	}
}