updateL7Pool


SoftLayer_Network_LBaaS_L7Pool::updateL7Pool

updates L7 pools

Description

Updates an existing L7 pool, L7 health monitor and L7 session affinity.

Parameters

Name Type Description
l7PoolUuid string
l7Pool SoftLayer_Network_LBaaS_L7Pool
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_L7HealthMonitor, SoftLayer_Network_LBaaS_L7SessionAffinity]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_LBaaS_L7Pool/updateL7Pool'