API Guide
Example response
body
{
"SourceDeviceEntityId":1234,
"DestinationSlotEntityId":1234
}
/api/TemplateService/Actions/
TemplateService.UpdateProfile
This API updates device-specific attributes in server profiles.
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":"MSM 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.
POST method for migrating profiles
This method migrates server profiles from one server to another. The system unassigns the identity from the server before the migration.
Description
Migrates server profiles from one server to another. The system unassigns the identity from the server before the
migration.
Privilege TEMPLATE_MANAGEMENT
HTTP response
code
201
Example response
body
{
"SourceDeviceEntityId":1234,
Configure 169