Returns a complete list of aliases.
API Parameter Table
This function has no parameters.
API Call Template
listGroupAliases
Success Response in JSON
{
"data":[
{
"aliasName":"testGroupAlias",
"groupName":"testAliasGroupName"
}
],
"description":"Currently available group name aliases",
"status":"SUCCESS"
}
JSON Response
The JSON response contains the following details:
- data– Provides the following information for each group name alias
- aliasName – The alias alternative to the
groupname
- groupName – The original group name
- aliasName – The alias alternative to the
- description – Describes the result of parsing/executing the command
- status – SUCCESS if the command was parsed and executed successfully, FAIL if not.
Notes
- hasGroupNameAliases in webconfig.lua should be TRUE