Method: addMACsToEndSystemGroup

Add an end-system MAC address to an ExtremeControl end-system group. You can remove the MAC address from other end-system groups and set the custom fields.

Parameters

Name Type Description
endSystemGroup string The end-system group name changing
macs string The MAC address(es) of the end-system(s)
description string Optional information stored in the end-system group with the MAC address(es)
reauthorize boolean Set to true to force reauthentication on the affected end-system
removeFromOtherGroups boolean Set to true to remove the MAC address from other end-system groups

Returns

The operation returns an integer error code.

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACEndSystemWebService/addMACsToEndSystemGroup?endSystemGroup=Administrator-MAC&macs=00:11:22:33:44:55&descriptions=Example-Web-Service&reauthorize=true&removeFromOtherGroups=true