"SoftLayer_" prefix removed for readability.
Determines if a customer is eligible to place orders to modify or grow their footprint while the service is end-of-life.
See SoftLayer_Product_Package::getServiceEolEligibilityOrderTypes for the order type values available.
Some packages may also require a resource type. See SoftLayer_Product_Package::getServiceEolEligibilityResourceTypes for the values available.
| Name | Type | Description |
|---|---|---|
| orderType | string | |
| resourceType | string |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Package/{SoftLayer_Product_PackageID}/getServiceEolEligibility'