CaaS / CVPC API Developer Center

Subnet

Description

delete subnet

Request Parameter

Parameter Description Note
subnetBusinessServiceId list of business service ID of subnet
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 subnet-status map
Type : JSON value : object
Whether it is plural : Yes
object is {string,string}
ex:
{ "VQ55020001IOSQ": "success", "BQ55020001IOS8": "fail" }

Response Example

https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=deleteSubnet
&subnetBusinessServiceId=VQ55020001IOSQ
&subnetBusinessServiceId=BQ55020001IOS8
&chtAuthType=hwspass
&version=${version}
&expires=${expires}
&accessKey=${accessKey}
&signature=${signature}

		

Response Example

{
	"requestId":"xxxEXAMPLE",
	"statusMap": {
		"VQ55020001IOSQ": "success",
		"BQ55020001IOS8": "fail"
	}
}