Reconfigure Load BalancerLast Updated February 5, 2025
To reconfigure the load balancer
in your deployment, you use the Deployment APIs to make a POST request with the ID of the
load balancer to update.
- Verify that all general prerequisites and prerequisites for theAutomation Service BrokerDeployment service have been satisfied. See Prerequisites for API Use Case Examples.
- Verify that you have the ID of the deployment you want to reconfigure. See Deploy a Cloud Template with Contents Inline.
- Verify that you have the ID of the load balancer in your deployment. See Get Deployment Resource IDs.
- Assign your deployment ID variable.
- Assign your load balancer ID variable.
- Get a list of actions available for the load balancer in your deployment.
- Examine the response.
- Confirm that you see the action"name": "LoadBalancer.Reconfigure".
- "valid":trueindicates that the action is valid for the deployment resource.
- Assign the action ID variable for the reconfigure action"name": "LoadBalancer.Reconfigure".
- List the resource actions for the action ID .
- Examine the response. The schema field shows the format of the input for an action on the load balancer resource.
- Reconfigure the load balancer with input inline.
- Examine the response and assign the request ID.
- Check the status of the request.If the request is successful, the response shows"status":"SUCCESSFUL".
Reconfigure the Load Balancer in
Your Deployment
For your deployment with ID
5551a299-8b67-45e3-909e-a638d11b0d9f
, reconfigure the
load balancer with resource ID
d5b4569d-2234-4fc4-a594-45e6b0251588
. Assign variables.
Assign the load balancer ID.
List the actions available for the load
balancer resource.
A snippet of the response shows
LoadBalancer.Reconfigure
action. Assign the action ID variable.
To get the schema for your action, list
the resource actions by ID.
A snippet of the response provides the
schema for the load balancing action.
Submit a request to reconfigure the load
balancer with new route properties.
A snippet of the response shows request
ID.
Assign the request ID variable.
Check the status of the request.
A snippet of the response shows that the
request was successful.