CaaS / CVPC API Developer Center

CVPC Internet

Description

deleteInternetnetIp is used to remove InternetnetIp

Request Parameter

Parameter Description Note
internetIpBusinessServiceId internet Ip 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:
{ "VI55020001IOS7": "process success ", "VI55020001IOS8": "process fail " }

Request Example

https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=deleteInternetIp
&internetIpBusinessServiceId=VI55020001IOS7
&chtAuthType=hwspass
&version=${version}
&expires=${expires}
&accessKey=${accessKey}
&signature=${signature}


		

Response Example

{
	"requestId":"xxxEXAMPLE",
	"statusMap": {
		"VI55020001IOS7": "process success",
		"VI55020001IOS8": "process fail"
	}
}