"SoftLayer_" prefix removed for readability.
Return a collection of indexed object types.
This method returns a collection of SoftLayer_Container_Search_ObjectType containers that specify which indexed object types and properties are exposed for the current user. These object types can be used to discover searchable data and to create or validate object index search strings.
Refer to the SoftLayer_Search::search and SoftLayer_Search::advancedSearch methods for information on using object types and properties in search strings.
None
None
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Search/getObjectTypes'