"SoftLayer_" prefix removed for readability.
create L7 pools
| 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 |
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'