White Papers

21 End to End Automation with REST API in Dell EMC OpenManage Enterprise 3.0
The full reply listing includes reserved identities and boot options for every card, port, and partition for the
specified device, based on the specified template.
Deploy Template
The Deploy Template API uses the following URI:
HTTP Method: POST
URI: https://<ip-addr>/api/TemplateService/Actions/TemplateService.Deploy
The following example payload is for a Deploy Template request:
{
"Id" : 13,
"Schedule" : {
"RunNow" : true,
"RunLater" : false,
"Cron" : null,
"StartTime" : null,
"EndTime" : null
},
"Attributes" : [ {
"DeviceId" : 25049,
"Attributes" : [ {
"Id" : 14315,
"Value" : "0.0.0.0",
"IsIgnored" : true
}, {
"Id" : 14317,
"Value" : "100.100.230.1",
"IsIgnored" : true
}, {
"Id" : 14316,
"Value" : "255.255.254.0",
"IsIgnored" : true
}, {
"Id" : 14322,
"Value" : "::",
"IsIgnored" : true
} ]
} ],
"Options" : {
"ShutdownType" : 1,
"TimeToWaitBeforeShutdown" : 300,
"EndHostPowerState" : 1
},
"NetworkBootIsoModel" : {
"BootToNetwork" : false,
"ShareType" : "CIFS",
"ShareDetail" : {
"IpAddress" : null,
"ShareName" : null,
"WorkGroup" : null,
"User" : null,
"Password" : null
},
"IsoPath" : null
},
"TargetIds" : [25049],
"Hibernate" : null
}