Gets a controller by its MAC address. Returns (Task)
Find a Controller in a designated Folder by MAC address.
| Name | Description |
|---|---|
| folder | The folder to search for the controller |
| macAddress | The MAC address of the controller to find |
Example in C#
// Returns: ControllerInfo
var controllerInfo = await client.GetControllerByMacAddressAsync(FolderInfo folder, String macAddress);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers?macaddress=URLENCODEDMACADDRESS \
-H 'Authorization: Bearer TOKEN_GOES_HERE'