API Guide

Attribute Description
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 87. Attributes
Attribute name Description
ID Template ID
Name Template Name
Description Definition for the template
Attribute Id Attribute Id
Value Status of the Value attribute
IsIgnored Whether the attribute id Ignored or Not
Configure 147