API Guide
"Fqdds": ""
}
Table 85. Attributes
Attribute Description
Name Template name
TypeId Template type. For more information, see /TemplateService/
TemplateTypes.
ViewTypeId Template View type. For more information, see /
TemplateService/TemplateViewTypes.
SourceDeviceId The identifier of the device—the reference device—from which a
template is created.
FQDDs The FQDDs to copy from the reference device, as a comma-
separated string. Possible values are:
• 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",
Configure 149