API Guide

Table Of Contents
/api/TemplateService/Actions/
TemplateService.FreeReservedIdentities
This API represents the identities that are reserved for deployment.
POST method for /api/TemplateService/Actions/
TemplateService.FreeReservedIdentities
This method returns the reserved identities information.
Description Returns information about reserved identities.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
200
Example
response body
{
"TemplateId" : <template-id>,
"BaseEntityIds" : [ <entity-id>, <entity-id>, ... ]
}
/api/TemplateService/Actions/TemplateService.Clone
POST method for TemplateService.Clone
This method creates a clone of a template.
Description
Clones a template.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
200
Example request
body
{
"SourceTemplateId": 12,
"NewTemplateName": "clone example",
"ViewTypeId": 2
}
Example
response body
ID of cloned template
/api/TemplateService/Actions/TemplateService.Export
POST method for TemplateService.Export
This method exports a template.
Description
Exports a template.
Privilege DEVICE_CONFIGURATION
206 Configure