createL7Pool


SoftLayer_Network_LBaaS_L7Pool::createL7Pool

create L7 pools

Description

Create a backend to be used for L7 load balancing. This L7 pool has backend protocol, L7 members, L7 health monitor and session affinity. L7 pool is associated with L7 policies.

Parameters

Name Type Description
loadBalancerUuid string
l7Pool SoftLayer_Network_LBaaS_L7Pool
l7Members SoftLayer_Network_LBaaS_L7Member[]
l7HealthMonitor SoftLayer_Network_LBaaS_L7HealthMonitor
l7SessionAffinity SoftLayer_Network_LBaaS_L7SessionAffinity

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, SoftLayer_Network_LBaaS_L7Pool, SoftLayer_Network_LBaaS_L7Member, SoftLayer_Network_LBaaS_L7HealthMonitor, SoftLayer_Network_LBaaS_L7SessionAffinity]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_LBaaS_L7Pool/createL7Pool'