API Guide

Table Of Contents
Table 89. Attributes (continued)
Attribute Description
iDRAC
System
BIOS
NIC
LifeCycleController
RAID
EventFilters
All
To get the entire device configuration, useAll.
/api/TemplateService/Templates(Id)
This URI represents a specific template.
GET method for Templates(Id)
This method returns the details of a specific template.
Description Returns the details of a specific template.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#TemplateService.Template/$entity",
"@odata.id": "/api/TemplateService/Templates(10)",
"Id": 10,
"Name": "Example Test Template 1",
"Description": null,
"SourceDeviceId": 5514,
"TypeId": 2,
"ViewTypeId": 2,
"TaskId": 33464,
"HasIdentityAttributes": true,
"Status": 2060,
"IdentityPoolId": 0,
"IsBuiltIn": false,
"CreatedBy": "admin",
"CreationTime": "2017-12-05 19:17:17.31158",
"LastUpdatedBy": "admin",
"LastUpdatedTime": "2017-12-05 19:17:17.31158",
"Views":
[
{
"@odata.id": "/api/TemplateService/Templates(10)/Views"
}
]
}
Table 90. Attributes
Attribute Description
Id Unique identifier for referencing a template.
Name Template name.
Description Definition for the template.
186 Configure