CaaS / CVPC API Developer Center

CVPC Internet

Description

create CVPC Internet Ip from hicloud

Request Parameter

Parameter Description Note
internetBusinessServiceId internet BusinessService Id
Type : String
Default Value : No
Whether it is plural : No

name

internet Ip name
Type : String
Default Value : No
Whether it is plural : No

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
orderUuidList List of Order Number
Type : JSON value : array
Occasion : For order enquiries
Whether it is plural : Yes
string List

Request Example

https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=createInternetIp
&internetBusinessServiceId=VV55020001IOSE
&name=1121test
&chtAuthType=hwspass
&version=${version}
&expires=${expires}
&accessKey=${accessKey}
&signature=${signature}

		

Response Example

{
	"requestId": "xxxEXAMPLE",
	"orderUuidList":["f9hra2c9-7eda-4106-b1c7-clefgd5d7e84"]
}