Load Balancer
Get details of a specific Load Balancer in a location with ID
GET
/
project
/
{project_id}
/
location
/
{location}
/
load-balancer
/
id
/
{load_balancer_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
project_id
string
requiredID of the project
location
string
requiredThe Ubicloud location/region
load_balancer_id
string
requiredID of the load balancer
Response
200 - application/json
algorithm
string
requiredAlgorithm of the Load Balancer
dst_port
integer
requiredDestination port for the Load Balancer
health_check_endpoint
string
requiredHealth check endpoint URL
health_check_protocol
string
requiredHealth check endpoint protocol
hostname
string
requiredHostname of the Load Balancer
id
string
requiredID of the Load Balancer
name
string
requiredName of the Load Balancer
src_port
integer
requiredSource port for the Load Balancer
location
string
requiredLocation of the Load Balancer
subnet
string
requiredSubnet of the Load Balancer
vms
object[]
required