AddEngageIpGatewayAsync

Creates a new Engage IP gateway Returns ()

Create new Engage Ip Gateway in the designated Folder.

Name Description
folder The folder where the Engage IP gateway will be created
item The Engage IP gateway information to create

Add Engage Ip Gateway Async

Example in C#

// Returns: EngageIpGatewayInfo
var engageIpGatewayInfo = await client.AddEngageIpGatewayAsync(FolderInfo folder, EngageIpGatewayInfo item);

Example in CURL



           curl -X POST \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/engageipgateways \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'cache-control: no-cache' \
               -d '{
               	"$type":"Feenics.Keep.WebApi.Model.EngageIpGatewayInfo, Feenics.Keep.WebApi.Model",
               	"HostName":null,
               	"Status":null,
               	"LastPing":null,
               	"DeviceType":null,
               	"SerialNumberShort":"666",
               	"SerialNumberLong":"666",
               	"DeviceReference":null,
               	"Timestamp":null,
               	"Timezone":null,
               	"LastUpdatedOn":null,
               	"Version":null,
               	"Key":null,
               	"CommonName":"EngageReader_for_cURL",
               	"InFolderHref":null,
               	"InFolderKey":null,
               	"Links":[],
               	"ObjectLinks":null,
               	"Metadata":null,
               	"Notes":null,
               	"Tags":null,
               	"Monikers":null,
               	"Href":null
               }'