GetSmartControllerPortDefinitionsAsync

Get port definitions for an ACRE controller. Returns (Task<IEnumerable>) Get port definitions for an ACRE controller. Returns (Task<IEnumerable>) Get port definitions for an ACRE controller. Returns (Task<IEnumerable>)

Overview of GetSmartControllerPortDefinitionsAsync goes here.

Name Description
controllerInfo The controller to get port definitions for
controllerTypeInfoName The controller type name to get port definitions for

Get Smart Controller Port Definitions Async

Example in C#

// Returns: IEnumerable<SmartControllerPortItem>
var smartControllerPortItem = await client.GetSmartControllerPortDefinitionsAsync(AcreControllerInfo controllerInfo);

Get Smart Controller Port Definitions Async

Example in C#

// Returns: IEnumerable<SmartControllerPortItem>
var smartControllerPortItem = await client.GetSmartControllerPortDefinitionsAsync<T>();

Get Smart Controller Port Definitions Async

Example in C#

// Returns: IEnumerable<SmartControllerPortItem>
var smartControllerPortItem = await client.GetSmartControllerPortDefinitionsAsync(String controllerTypeInfoName);

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/comports  \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' 
            

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/comports  \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' 
            

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/comports  \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'