API Guide

Table Of Contents
0/40\n! \n protocol lldp \n no shutdown\n! \ninterface
TenGigabitEthernet 0/41\n! \n protocol lldp \n no shutdown\n!
\ninterface TenGigabitEthernet 0/42\n! \n protocol lldp \n no
shutdown\n! \ninterface TenGigabitEthernet 0/43\n! \n protocol lldp
\n no shutdown\n! \ninterface TenGigabitEthernet 0/44\n! \n protocol
lldp \n no shutdown\n! \ninterface TenGigabitEthernet 0/49\n! \n
protocol lldp \n no shutdown\n! \ninterface TenGigabitEthernet 0/50\n!
\n protocol lldp \n no shutdown\n! \ninterface TenGigabitEthernet
0/51\n! \n protocol lldp \n no shutdown\n! \ninterface
TenGigabitEthernet 0/52\n! \n protocol lldp \n no shutdown\n!
\ninterface TenGigabitEthernet 0/53\n! \n protocol lldp \n no
shutdown\n! \ninterface TenGigabitEthernet 0/54\n! \n protocol lldp \n
no shutdown\n! \ninterface TenGigabitEthernet 0/55\n! \n protocol lldp
\n no shutdown\n! \ninterface TenGigabitEthernet 0/56\n! \n protocol
lldp \n no shutdown\n! \ninterface ManagementEthernet 0/0\n ip address
dhcp\n no shutdown\n! \ninterface Port-channel 128\n no shutdown\n!
\ninterface Vlan 1\n ip address dhcp\n no shutdown\n!\nsnmp-server
community public ro \nsnmp-server enable traps snmp linkdown linkup
\nsnmp-server enable traps stack\n!\n!\nclock timezone TZ-68 5 30 \n!
\nfeature fip-snooping\nline console 0\nline vty 0\nline vty 1\nline vty
2\nline vty 3\nline vty 4\nline vty 5\nline vty 6\nline vty 7\nline
vty 8\nline vty 9\n! \nuplink-state-group 1\n! \nreload-type\n boot-type
normal-reload\n config-scr-download enable\n",
"ViewTypeId": 2
}
/api/TemplateService/Actions/TemplateService.Deploy
POST method for TemplateService.Deploy
This method creates a template-deployment job.
Description
Creates a template-deployment job.
Privilege DEVICE_CONFIGURATION
HTTP response
code
200
Example request
body
{
"Id" : <id>,
"TargetIds" : [ <target-device-id>,... ],
"Schedule" : {
"RunNow" : <true-false>,
"RunLater" : <true-false>,
"Cron" : "<cron-string>",
"StartTime" : "<start-time-string>",
"EndTime" : "<end-time-string>"
},
"Attributes" : [
{
"DeviceId" : <device-id>,
"Attributes" : [
{
"Id" : <attribute-id>,
"Value" : "<string-value>",
"IsIgnored" : <true-false>
}, ...
]
},...
],
"Options" : {
"ShutdownType" : <shutdown-type>,
"TimeToWaitBeforeShutdown" : <wait-secs>,
"EndHostPowerState" : <end-power-state>,
"PrecheckOnly" : <true-false>,
Configure
209