API Guide
"Views":
[
{
"@odata.id": "/api/TemplateService/Templates(10)/Views"
}
]
}
Table 86. Attributes
Attribute Description
Id Unique identifier for referencing a template.
Name Template name.
Description Definition for the template.
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
150 Configure