API Guide

Table Of Contents
{
"@odata.id": "/api/TemplateService/TemplateViewTypes(4)", "Id": 4,
"Description": "Sample"
}
]
}
Table 86. Attributes
Attribute Description
Id Unique identifier for the template view type.
Name Identifies the features that support template operations.
/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,
Configure 181