autoComplete

Classes SoftLayer_Tag
Tags method sldn tag

SoftLayer_Tag::autoComplete

Autocomplete tag inputted by a user.

Description

This function is responsible for setting the Tags values. The internal flag is set to 0 if the user is a customer, and 1 otherwise. AccountId is set to the account bound to the user, and the tags name is set to the clean version of the tag inputted by the user.

Parameters

Name Type Description
tag string Tag inputted by the user.

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/autoComplete'