API Guide

Table Of Contents
/api/TemplateService/Actions/
TemplateService.GetAssignedIdentities
POST method for TemplateService.GetAssignedIdentities
This method returns a list of virtual identities reserved for a specified target device. The reply also includes boot option
attributes.
Description Returns a list of virtual identities for a specific target device.
Privilege VIEW
HTTP response
codes
200
Example request
body
{
"TemplateId" : 13,
"BaseEntityId" : 25010
}
Example
response body
The reply is a hierarchical structure for the cards, ports, and
partitions for which identities were assigned, or that have boot options.
{
"Id": 5,
"Name": "NetModel",
"Description": "Hierarchy containing NIC and BIOS Network Settings and
Boot Options",
"AttributeGroupNames": [],
"AttributeGroups":
[
{
"GroupNameId": 1001,
"DisplayName": "NICModel",
"SubAttributeGroups":
[
{
"GroupNameId": 3001,
"DisplayName": "Integrated NIC 1",
"SubAttributeGroups":
[
{
"GroupNameId": 1,
"DisplayName": "Port",
"SubAttributeGroups":
[
{
"GroupNameId": 1,
"DisplayName": "Partition",
"SubAttributeGroups": [],
"Attributes":
[
{
"AttributeId": 0,
"CustomId": 0,
"AttributeEditInfoId": 0,
"DisplayName": "Protocol",
"Description": "",
"Value": "Ethernet",
"IsReadOnly": true,
"IsIgnored": false
},
{
"AttributeId": 0,
"CustomId": 0,
204
Configure