CaaS / CVPC API Developer Center

Server Load Balancer

Direction

deleteLoadBalancerPolicy is used to delete more than one set of load balancer policy, support CaaS and CVPC load balancer.

Request Parameter

Parameter Directions Note
loadBalancerId List of Server Load Balancer ID
Type : String
Default Value : No
Whether it is plural : No
Multiple values can be supported.

Response Parameter

Parameter Directions Note

requestId

(Not a necessary parameter)

Request ID
Type : JSON value : string
Whether it is plural : No
Automatically produced by the system
statusMap Server Load Balancer ID-Status List
Type : JSON value : object
Whether it is plural : No

object is {string,string}
For Example:
{
"BL550100010003": "process success ",
"BL550100010004": "process fail "

}

Request Example

Example1:
https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=deleteLoadBalancerPolicy
&loadBalancerId=BL550100010003
&loadBalancerId=BL550100010004
&chtAuthType=hwspass
&version=${version}
&expires=${expires}
&accessKey=${accessKey}
&signature=${signature}

		

Response Example

{
	"requestId":"xxxEXAMPLE",
	"statusMap": {
		"BL550100010003": "process success",
		"BL550100010004": "process fail"
	}
}