API Guide

}
]
}
]
}
POST
Description
Create a template.
Privilege
DEVICE_CONFIGURATION
HTTP Response Codes
200
POST Usage Examples: Create a template
Input:
{
"Name": "Test Create",
"TypeId": 2,
"ViewTypeId": 2,
"SourceDeviceId": 5514,
"Fqdds": "idrac,system,nic,lifecycleController,eventFilters"
}
Output:
ID of template.
2.9.4/api/TemplateService/Templates(templateId)
GET
Description
Get a template by TemplateID.
Privilege
VIEW
HTTP Response Codes
200
GET Usage Examples
Output:
{
"@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"
}
64
OpenManage Enterprise–Specific resource model