API Guide

/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
Input:
Output:
{
"@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,
"GenericNameId": 2258
},
{
"Id": 3637,
"DataType": 4308,
"Description": "Specify the iSCSI Qualified Name (IQN) of the fifth
iSCSI storage target.",
"IsReadOnly": false,
"IsSecure": false,
"TextMinLength": 0,
"TextMaxLength": 223,
136
Configure