API Guide

Description
Clone a template.
Privilege
DEVICE_CONFIGURATION
HTTP Response Codes
200
POST Usage Examples: Clone a template
Input:
{
"SourceTemplateId": 11,
"NewTemplateName": "Example Test Clone"
}
Output:
ID of cloned template.
2.9.11/api/TemplateService/Actions/TemplateService.Export
POST
Description
Export a template.
Privilege
DEVICE_CONFIGURATION
HTTP Response Codes
200
POST Usage Examples : Export a template
Input:
{
"TemplateId": 11
}
Output:
{
"TemplateId": 11,
"Content": "<SystemConfiguration Model=\"PowerEdge M620\" ServiceTag=\"6HHN9Z1\" TimeStamp=\"Tue Dec 5 19:22:25 2017\">
\n<Component FQDD=\"LifecycleController.Embedded.1\">\n<Attribute Name=\"LCAttributes.1#VirtualAddressManagementApplication
\"/>\n<Attribute Name=\"LCAttributes.1#VirtualAddressManagement\">Console</Attribute>\n<Attribute Name=
\"LCAttributes.1#ProvisioningServer\"/>\n<Attribute Name=\"LCAttributes.1#PartFirmwareUpdate\">Match firmware of replaced
part</Attribute>\n<Attribute Name=\"LCAttributes.1#PartConfigurationUpdate\">Apply always</Attribute>\n<Attribute Name=
\"LCAttributes.1#IPChangeNotifyPS\">Off</Attribute>\n<Attribute Name=\"LCAttributes.1#CollectSystemInventoryOnRestart
\">Enabled</Attribute>\n<Attribute Name=\"LCAttributes.1#BIOSRTDRequested\">False</Attribute>\n<Attribute Name=
\"LCAttributes.1#AutoUpdate\">Disabled</Attribute>\n<Attribute Name=\"LCAttributes.1#AutoBackup\">Disabled</Attribute>\n</
Component>\n</SystemConfiguration>\n",
"ContentType": "xml",
"ViewTypeId": 2
}
2.9.12 /api/TemplateService/Actions/TemplateService.Import
POST
Description
Import a template from XML format.
Privilege
76
OpenManage Enterprise–Specific resource model