setManagedPoolQuantity


SoftLayer_Account::setManagedPoolQuantity

Set the number of desired servers in the pool

Description

Set the total number of servers that are to be maintained in the given pool. When a server is ordered a new server will be put in the pool to replace the server that was removed to fill an order to maintain the desired pool availability quantity.

Parameters

Name Type Description
poolKeyName string $poolKeyName
backendRouter string $backendRouter
quantity int $quantity

Required Headers

Optional Headers

  • None

Return Values

  • int
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string, int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/setManagedPoolQuantity'