Cosmic Admin API Reference

removeFromLoadBalancerRule

Removes a virtual machine or a list of virtual machines from a load balancer rule.

Request parameters

Parameter NameDescriptionRequired
idThe ID of the load balancer ruletrue
virtualmachineidsthe list of IDs of the virtual machines that are being removed from the load balancer rule (i.e. virtualMachineIds=1,2,3)false
vmidipmapVM ID and IP map, vmidipmap[0].vmid=1 vmidipmap[0].ip=10.1.1.75false

Response Tags

Response NameDescription
displaytextany text associated with the success or failure
successtrue if operation is executed successfully