API Guide

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
DELETE method for Templates(Id)
This method deletes a template.
Description
Deletes a specific template.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
204
api/TemplateService/Templates(26)
This URL represents the template configuration content.
GET method for Templates(26)
Description
By using this method, you can view the IOA template configuration content.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/$metadata#TemplateService.Template/$entity",
Configure 151