getTotalPhysicalCoreCount


SoftLayer_Product_Item::getTotalPhysicalCoreCount

Description

Shows the total number of cores. This is deprecated. Use SoftLayer_Product_Item::getCapacity for guest_core products and SoftLayer_Product_Item::getTotalPhysicalCoreCapacity for server products

Parameters

None

Required Headers

Optional Headers

Return Values

  • int
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Item/{SoftLayer_Product_ItemID}/getTotalPhysicalCoreCount'