API Guide

Table Of Contents
"Name": "Slot"
},
{
"@odata.type": "#TemplateService.ProfileUsage",
"Id": 3,
"Name": "DeviceAndSlot"
},
{
"@odata.type": "#TemplateService.ProfileUsage",
"Id": 4,
"Name": "ServiceTag"
}
]
}
/api/TemplateService/Actions/TemplateService.AttachProfile
This API represents information about server profiles that are created from templates.
NOTE: This API is not available in OpenManage Enterprise from version 3.4.
POST method for attaching profiles
This method returns information about server profiles that are created from templates.
Description
Returns information about server profiles that are created from templates.
Privilege TEMPLATE_MANAGEMENT
HTTP response
code
201
Example
response body
{
"Id":29,
"TargetIds":[8564,5364],
"NetworkBootIsoModel":{
"BootToNetwork":false,
"ShareType":"CIFS",
"ShareDetail":{
}
},
"Attributes":[
{
"DeviceId":0,
"Attributes":[
{
"Id":2536,
"IsIgnored":true
}
]
}
],
"Options":{
"ShutdownType":0,
"TimeToWaitBeforeShutdown":300,
"EndHostPowerState":1
}
}
APIs specific to OpenManage Enterprise Modular Edition
601