API Guide

Table Of Contents
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#TemplateService.DeviceAttributeView/$entity",
"@odata.type": "#TemplateService.DeviceAttributeView",
"@odata.id": "/api/TemplateService/Templates(26)/Views(9)/
DeviceAttributeViewDetails(10176)",
"Id": 9,
"Name": "SystemIoaDeploySpecific",
"Description": "Hierarchy of attributes, with component classes and
groups, containing boot settings for IOA.Virtual components.",
"AttributeGroups": [
{
"GroupNameId": 0,
"DisplayName": "Miscellaneous Attributes",
"Attributes": [
{
"AttributeId": 18968,
"CustomId": 0,
"AttributeEditInfoId": 0,
"DisplayName": "IOA.Hostname",
"Value": "dell-lex-c3",
"IsReadOnly": false,
"IsIgnored": false
}
]
}
]
}
/api/TemplateService/Actions/TemplateService.AssignIdentities
POST method for TemplateService.AssignIdentities
This method reserves virtual identities for target devices based on the configuration in a specified template. Identities are
reserved from the identity pool associated with the specified template.
Description
Reserves virtual identities for target devices.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"TemplateId" : 13,
"BaseEntityIds" : [25010]
}
Example
response body
{
"IsSuccessful": true,
"ResultCode": 0,
"ResultMessage": "Operation successful.",
"Issues": []
}
Configure 203