Returns (Task<IEnumerable>)
Find all Active Ports on the designated Controller
Name | Description |
---|---|
controller |
Example in C#
// Returns: IEnumerable<ActivePortItem>
var activePortItem = await client.GetActivePortsAsync(ControllerInfo controller);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/activeports \
-H 'Authorization: Bearer TOKEN_GOES_HERE'