Create Forwarding Rule
POST {{baseUrl}}/load-balancers/:load-balancer-id/forwarding-rules
Create a new forwarding rule for a Load Balancer.
Request Body
{"frontend_protocol"=>"<string>", "frontend_port"=>"<integer>", "backend_protocol"=>"<string>", "backend_port"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |