Reference Guide

Table Of Contents
/api/TemplateService/Actions/TemplateService.AssociateProfile
This API represents information about associated server profiles.
NOTE: This API is not available in OpenManage Enterprise from version 3.4.
POST method for /api/TemplateService/Actions/
TemplateService.AssociateProfile
This method returns information about associated server profiles.
Description Returns information about associated server profiles.
Privilege TEMPLATE_MANAGEMENT
HTTP response
code
201
Example
response body
{
"SourceDeviceEntityId":1234,
"DestinationSlotEntityId":1234
}
/api/TemplateService/Actions/TemplateService.UpdateProfile
This API updates device-specific attributes in server profiles.
NOTE: This API is not available in OpenManage Enterprise from version 3.4.
POST method for updating profiles
This method updates device-specific attributes in server profiles.
Description
Updates device-specific attributes in the server profile.
Privilege TEMPLATE_MANAGEMENT
HTTP response
code
201
Example
response body
{
"Id":2664,
"Deviceids":[
2514
],
"Attributes":[
{
"DeviceId":2514,
"Attributes":[
{
"Id":341,
"Value":"OME-Modular RAC 2",
"Deploy":true
}
]
}
]
}
602 APIs specific to OpenManage Enterprise Modular Edition