API Guide
NOTE: OME - Modular supports only the Server template type.
Table 81. Attributes
Attribute Description
Id Unique identifier for the template type.
Name The type of device for which this template type holds configuration
attributes.
/api/TemplateService/TemplateViewTypes
This URI represents the different features that support template operations.
GET method for TemplateViewTypes
This method returns the features that support template operations.
Description Returns the features that support templates operations.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/
$metadata#Collection(TemplateService.TemplateViewTypeModel)",
"@odata.count": 5,
"value":
[
{
"@odata.id": "/api/TemplateService/TemplateViewTypes(0)", "Id": 0,
"Description": "None"
},
{
"@odata.id": "/api/TemplateService/TemplateViewTypes(1)", "Id": 1,
"Description": "Compliance"
},
{
"@odata.id": "/api/TemplateService/TemplateViewTypes(2)", "Id": 2,
"Description": "Deployment"
},
{
"@odata.id": "/api/TemplateService/TemplateViewTypes(3)", "Id": 3,
"Description": "Inventory"
},
{
"@odata.id": "/api/TemplateService/TemplateViewTypes(4)", "Id": 4,
"Description": "Sample"
}
]
}
Table 82. Attributes
Attribute Description
Id Unique identifier for the template view type.
Name Identifies the features that support template operations.
140 Configure