Reference Guide

Table Of Contents
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
}
]
}
]
}
/api/TemplateService/Actions/TemplateService.MigrateProfile
This API migrates server profiles from one server to another. The system unassigns the identity from the server before the
migration. If the migration to the selected server fails, the system displays a critical error. However, you can override the error
and force the migration to another server.
NOTE: This API is not available in OpenManage Enterprise from version 3.4.
540 APIs specific to OpenManage Enterprise Modular Edition