"SoftLayer_" prefix removed for readability.
Determines if a customer is eligible to place orders to modify or grow their footprint while a service is end-of-life.
See SoftLayer_Account::getOrderEligibilityServiceOrderTypes for the order type values available.
Some packages may also require a resource type. See SoftLayer_Account::getOrderEligibilityServiceResourceTypes for the values available.
| Name | Type | Description |
|---|---|---|
| packageId | int | An optional package id to check eligibility for |
| orderType | string | An optional order type to check eligibility for |
| resourceType | string | An optional resource type to check eligibility for |
| preEolFlag | boolean | An optional flag to check eligibility before services are EOL |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int, string, string, boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getOrderEligibility'