getServiceEolEligibility


SoftLayer_Product_Package::getServiceEolEligibility

Determines if a customer is eligible to place orders to modify or grow their footprint while the service is end-of-life.

Description

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.


Parameters

Name Type Description
orderType string
resourceType string

Required Headers

Optional Headers

  • None

Return Values

  • boolean
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'