API Guide
]
}
2.9.9 /api/TemplateService/Templates(tempalteId)/Views(idView)/DeviceAttributeViewDetails(deviceId)
GET
Description
Get a template view’s device attribute details (device specific attributes) by TemplateID, ViewID and DeviceID.
Privilege
VIEW
HTTP Response Codes
200
GET Usage Examples
Output:
{
"@odata.context": "/api/$metadata#TemplateService.AttributeViewDetail/$entity",
"@odata.id": "/api/TemplateService/Templates(10)/Views(4)/DeviceAttributeViewDetails(0)",
"Id": 4,
"Name": "NetworkSpecific",
"Description": "The hierarchy consists of network related component classes, groups
(from the attribute registry) and attributes.",
"AttributeGroupNames": [],
"AttributeGroups": [
{
"GroupNameId": 1001,
"DisplayName": "NICModel",
"SubAttributeGroups": [
{
"GroupNameId": 1,
"DisplayName": "Integrated NIC 1",
"SubAttributeGroups": [
{
"GroupNameId": 1,
"DisplayName": "Port ",
"SubAttributeGroups": [
{
"GroupNameId": 1,
"DisplayName": "Partition ",
"SubAttributeGroups": [],
"Attributes": [
{
"AttributeId": 3297,
"CustomId": 0,
"AttributeEditInfoId": 2969,
"DisplayName": "Partition n Minimum TX Bandwidth",
"Description": null,
"Value": "20",
"IsReadOnly": false,
"IsIgnored": false
},
{
"AttributeId": 3298,
"CustomId": 0,
"AttributeEditInfoId": 2968,
"DisplayName": "Partition n Maximum TX Bandwidth",
"Description": null,
"Value": "100",
"IsReadOnly": false,
"IsIgnored": false
},
{
"AttributeId": 0,
"CustomId": 43,
"AttributeEditInfoId": 0,
"DisplayName": "Vlan Tagged",
"Description": null,
"Value": null,
OpenManage Enterprise–Specific resource model
71