To remove forwarding rules from a load balancer instance, send a DELETErequest to /v2/load_balancers/$LOAD_BALANCER_ID/forwarding_rules. In thebody of the request, there should be a forwarding_rules attribute containingan array of rules to be removed.No response body will be sent back, but the response code will indicatesuccess. Specifically, the response code will be a 204, which means that theaction was successful with no returned body data.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To add an additional forwarding rule to a load balancer instance, send a POSTrequest to /v2/load_balancers/$LOAD_BALANCER_ID/forwarding_rules. In the bodyof the request, there should be a forwarding_rules attribute containing anarray of rules to be added.No response body will be sent back, but the response code will indicatesuccess. Specifically, the response code will be a 204, which means that theaction was successful with no returned body data.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To remove forwarding rules from a load balancer instance, send a DELETErequest to /v2/load_balancers/$LOAD_BALANCER_ID/forwarding_rules. In thebody of the request, there should be a forwarding_rules attribute containingan array of rules to be removed.No response body will be sent back, but the response code will indicatesuccess. Specifically, the response code will be a 204, which means that theaction was successful with no returned body data.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To add an additional forwarding rule to a load balancer instance, send a POSTrequest to /v2/load_balancers/$LOAD_BALANCER_ID/forwarding_rules. In the bodyof the request, there should be a forwarding_rules attribute containing anarray of rules to be added.No response body will be sent back, but the response code will indicatesuccess. Specifically, the response code will be a 204, which means that theaction was successful with no returned body data.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/load_balancers/{lb_id}/forwarding_rules