getTagByTagName

Classes SoftLayer_Tag
Tags method sldn tag

SoftLayer_Tag::getTagByTagName

Get the tag object based on what the user inputs.

Description

Returns the Tag object with a given name. The user types in the tag name and this method returns the tag with that name.

Parameters

Name Type Description
tagList string A single tag or a comma separated list.

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Tag/getTagByTagName'