API Guide
$metadata#Collection(TemplateService.ProfileUsage)",
"@odata.count": 4,
"value": [
{
"@odata.type": "#TemplateService.ProfileUsage",
"Id": 1,
"Name": "Device"
},
{
"@odata.type": "#TemplateService.ProfileUsage",
"Id": 2,
"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":{
APIs specific to OpenManage Enterprise – Modular Edition 493