API Guide

Table Of Contents
Table 90. Attributes (continued)
Attribute Description
SourceDeviceId The identifier of the device whose configuration was used as a
reference for creating the template.
TypeId Template type. For more information, see /
TemplateService/TemplateTypes.
ViewTypeId Template View type. For more information, see /
TemplateService/TemplateViewTypes.
TaskId The identifier of the task that created the template.
HasIdentityAttributes Indicates whether the template contains any identity
attributes, that is, any attributes that must be assigned
a unique value from an Identity Pool before they can be
deployed to a target device.
Status Status of the action.
IdentityPoolId The ID of the identify pool associated with the template. If an
identity pool is not associated, this value is 0.
IsBuiltIn Indicates whether the template is a preinstalled template or
customer-defined.
CreatedBy The name of the user who created the template.
CreationTime Timestamp indicating when this template was created.
Last UpdatedBy The name of the user who last modified this template.
LastUpdatedTime Timestamp indicating when this template was last modified.
PUT method for Templates(Id)
This method updates a template.
Description
Updates a specific template.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
200
Example request
body
{
"Name": "Test Create Renamed"
}
Response:
ID of the template
Example
response body
ID of the template
Example to
update a
compliance
template
attriubtes
Example request body
{
"Id": 12,
"Name": "Example Compliance Template",
"Attributes":
[
{
"Id": 3592,
"Value": "Test OS Name",
"IsIgnored": false
Configure 187