UpdateEngageIpGatewayStatusAsync

Updates the status of an Engage IP gateway Returns ()

Adjust the designated Engage Ip Gateway’s status.

Name Description
gateway The Engage IP gateway to update
status The status information to update

Update Engage Ip Gateway Status Async

Example in C#

// Returns: nothing
await client.UpdateEngageIpGatewayStatusAsync(EngageIpGatewayInfo gateway, EngageIpGatewayStatusItem status);

Example in CURL



           curl -X PUT \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/engageipgateways/ENGAGEIPGATEWAY.KEY/status \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -d ENGAGEIPGATEWAY.STATUSITEM