Developers Guide

Table Of Contents
Table 90. Attributes (continued)
Attribute Description
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
}
]
}
Example
response body
ID of the template
Table 91. Attributes
Attribute name Description
ID Template ID
Name Template Name
Description Definition for the template
198 Configure