API Guide

Table 90. Attributes (continued)
Attribute Description
Value The current value for the attribute.
IsReadOnly Indicates whether the attribute value can be modified.
IsIgnored Indicates whether the attribute should be ignored or included when
the template is deployed to another device. true indicates Ignore -
do not deploy.
/api/TemplateService/Templates(Id)/Views(Id)/
AttributeViewDetails/TemplateEditInfoDetails
This URI represents the editable attributes of a specific view of a template.
GET method for TemplateEditInfoDetails
This method returns the editable attributes of a specific view of a template.
Description Returns the editable attributes of a view of a template.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/$metadata#TemplateService.TemplateEditInfo/
$entity",
"@odata.id": "/api/TemplateService/Templates(11)/Views(1)/
AttributeViewDetails/TemplateEditInfoDetails",
"Id": 1,
"AttributeOptionSets":
[
{
"Id": 2,
"OptionId":
[
579,
580,
581
]
},
{
"Id": 3,
"OptionId":
[
562,
563
]
},
{
"Id": 3636,
"DataType": 4308,
"Description": "Specify the iSCSI Qualified Name (IQN) of the eighth
iSCSI storage target.",
"IsReadOnly": false,
"IsSecure": false,
"TextMinLength": 0,
"TextMaxLength": 223,
"ValueMin": 0,
"ValueMax": 0,
"DependencyText": null,
"OptionSetId": 0,
"DefaultOptionId": 0,
Configure
161