API Guide

"ForceMigrate":false
}
/api/TemplateService/Actions/TemplateService.DetachProfile
This API detaches profiles from slots. If IO identities that are associated with the profile are in the reserved state, they are
returned to the pool. If a profile is tied to a compute device, the IO identity that is associated with the profile is cleared from the
device. The IO identity is then returned to the pool.
POST method for detaching profiles
This method detaches a profile from a specified slot and reclaims the virtual identity from the specified device.
Description Detaches a profile from a specified slot and reclaims the virtual identity from the specified device.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"SourceEntityId" : 13,
"ForceMigrate" : false
}
/api/TemplateService/Actions/TemplateService.Clone
POST method for TemplateService.Clone
This method creates a clone of a template.
Description
Clones a template.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
200
Example request
body
{
"SourceTemplateId": 12,
"NewTemplateName": "clone example",
"ViewTypeId": 2
}
Example
response body
ID of cloned template
/api/TemplateService/Actions/TemplateService.Export
POST method for TemplateService.Export
This method exports a template.
Description
Exports a template.
176 Configure