"SoftLayer_" prefix removed for readability.
Allows multiple servers to be added to or removed from the spare pool.
Name | Type | Description |
---|---|---|
hardwareIds | string[] | List of hardware ids to be added/removed from spare pool |
action | string | Action to ‘add’ server to spare pool or remove (use ‘activate’) from spare pool |
newOrder | boolean | Set to true if a Spare Pool Server was ordered; otherwise false |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string, boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule750/massSparePool'