Load Balancer Actions
PUT
/appliances/load-balancers/{appliance_id}/actions/Query parameters
appliance_idQueryintegerrequiredAppliance ID
project_idQueryintegerrequiredProject ID Find your project id here
locationQuerystringrequiredLocation (Delhi and Chennai)
Request body
application/json
The type of operation to be performed on the device (e.g., power_off, upgrade_plan).
example
power_offName of the LB to upgrade plan (Required in upgrade_plan action )
example
E2E-LB-1-887plan_name from available plans (required for upgrade_plan action)
example
E2E-LB-4Responses
200Successful response with a message indicating the appliance status.
example
200example
["Appliance Powering Off","lb node upgrading"]example
Success