Skip to main content
POST
Create a new Load Balancer profile

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Body

application/json

The model for the new Load Balancer profile

Name
string | null

The name of the Load Balancer profile

StickySessionType
enum<integer> | null

The sticky session type to use for persisting client to an origin

Available options:
0,
1
OriginGroupLoadBalancingMethod
enum<integer> | null

The load balancing method used for selecting origin groups

Available options:
0,
1,
2,
3

Response

The newly created Load Balancer profile

LoadBalancerId
integer<int64>

The unique ID of the Load Balancer

Name
string | null

The name of the Load Balancer profile

OriginGroupLoadBalancingMethod
enum<integer>

The load balancing method used for selecting origin groups

Available options:
0,
1,
2,
3
StickySessionType
enum<integer>

The sticky session type used for persisting client sessions

Available options:
0,
1
OriginGroups
object[] | null

The list of origin groups associated with the Load Balancer profile

Last modified on August 6, 2026