getObjectTypes


SoftLayer_Search::getObjectTypes

Return a collection of indexed object types.

Description

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.


Parameters

None

Required Headers

Optional Headers

  • None

Return Values

Associated Methods

curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Search/getObjectTypes'