Description
deleteVpc is used to remove cvpc Internet Gateway
Request Parameter
Parameter | Description | Note |
---|---|---|
internetBusinessServiceId |
Internet BusinessService id 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 |
imageId-status map Type : JSON value : object Whether it is plural : Yes |
object is {string,string} ex: { "VW55020001IOS3": "process success ", "VW55020001IOS5": "process fail " } |
Request Example
https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=deleteInternetGateway &internetBusinessServiceId=VW55020001IOS3 &chtAuthType=hwspass &version=${version} &expires=${expires} &accessKey=${accessKey} &signature=${signature}
Response Example
{ "requestId":"xxxEXAMPLE", "statusMap": { "VW55020001IOS3": "process success", "VW55020001IOS5": "process fail" } }