Description
delete Port Forwarding
Request Parameter
Parameter | Description | Note |
---|---|---|
portFwdBusinessServiceId |
list of business service ID of Port Forwarding Type : String Default Value : No Whether it is plural : Yes |
Multiple values can be supported. |
Response Parameter
Parameter | Description | Note |
---|---|---|
requestId (not a necessary parameter) |
request ID Type : JSON value : string Whether it is plural : No |
automatically produced by the system |
statusMap |
Port Forwarding-status map Type : JSON value : object Whether it is plural : Yes |
object is {string,string} ex: { "VT55020001IOST": "process success", "VT55020001IOSU": "process fail" } |
Response Example
https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=deletePortFwd &portFwdBusinessServiceId=VT55020001IOST &portFwdBusinessServiceId=VT55020001IOSU &chtAuthType=hwspass &version=${version} &expires=${expires} &accessKey=${accessKey} &signature=${signature}
Response Example
{ "requestId":"xxxEXAMPLE", "statusMap": { "VT55020001IOST": "process success", "VT55020001IOSU": "process fail" } }