Reference Guide

Table Of Contents
/api/TemplateService/Templates
This URI represents the templates.
GET method for Templates
This method returns the details of all available templates.
Table 87. Filters
Filter name Description
Top Top records to return. Default value is 100.
Skip Maximum records to skip. Default value is 0.
Orderby Order to apply to the output.
SearchFilter Search type.
Description Returns the details of all templates.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(TemplateService.Template)",
"@odata.count": 8,
"value":
[
{
"@odata.id": "/api/TemplateService/Templates(1)",
"Id": 1,
"Name": "iDRAC 13G Enable HPC Profile ",
"Description": "Tune workload for High Performance Computing
Environment",
"SourceDeviceId": 0,
"TypeId": 2,
"ViewTypeId": 4,
"TaskId": 0,
"HasIdentityAttributes": false,
"Status": 0,
"IdentityPoolId": 0,
"IsBuiltIn": true,
"CreatedBy": "system",
"CreationTime": "2017-11-30 19:02:11.200378",
"LastUpdatedBy": null,
"LastUpdatedTime": "2017-11-30 19:02:11.200378",
"Views":
[
{
"@odata.id": "/api/TemplateService/Templates(1)/Views"
}
]
},
{
"@odata.id": "/api/TemplateService/Templates(2)",
"Id": 2,
"Name": "iDRAC 13G Enable Low Latency Profile",
"Description": "Tune workload for Low Latency Computing
Environments",
"SourceDeviceId": 0,
"TypeId": 2,
"ViewTypeId": 4,
"TaskId": 0,
Configure
191