getObject


SoftLayer_Software_Component::getObject

Retrieve a SoftLayer_Software_Component record.

Description

getObject retrieves the SoftLayer_Software_Component object whose ID corresponds to the ID number of the init parameter passed to the SoftLayer_Software_Component service.

The best way to get software components is through getSoftwareComponents from the Hardware service.


Parameters

None

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Software_Component/{SoftLayer_Software_ComponentID}/getObject'