getTags


SoftLayer_Resource_Metadata::getTags

Obtain tags associated with the resource

Description

The getTags method retrieves all tags associated with the resource. Tags are single keywords assigned to a resource that assist the user in identifying the resource and its roles when performing a simple search. Tags are assigned by any user with access to the resource.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • string[]
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Resource_Metadata/{SoftLayer_Resource_MetadataID}/getTags'