Returns (Task)
Create new Service Container in the designated Folder.
Name | Description |
---|---|
folder | |
item |
Example in C#
// Returns: ServiceContainerInfo
var serviceContainerInfo = await client.AddServiceContainerAsync(FolderInfo folder, ServiceContainerInfo item);
Example in CURL
curl -X POST \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/servicecontainers \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-D '{
"$type":"Feenics.Keep.WebApi.Model.ServiceContainerInfo, Feenics.Keep.WebApi.Model",
"MacAddress":null,
"IsAuthenticated":false,
"Key":null,
"CommonName":"ServiceContainerInfoFor_cUrl",
"InFolderHref":null,
"InFolderKey":null,
"Links":[],
"ObjectLinks":null,
"Metadata":null,
"Notes":null,
"Tags":null,
"Monikers":null,
"Href":null
}'