API Guide

Table Of Contents
"Id":1000,
"Name":"Device"
}
}
]
}
Blink LED Example response body
{
"Id": 0,
"JobName": "Blink LED",
"JobDescription": "Blink LED: N Minute(s) or Indefinitely",
"Schedule": "startnow",
"State": "Enabled",
"JobType": {
"Name": "DeviceAction_Task"
},
"Targets": [
{
"Id": 10043,
"Data": "",
"TargetType": {
"Id": 1000,
"Name": "DEVICE"
}
}
],
"Params": [
{
"Key": "identifyState",
"Value": "2" // 2 = duration in minutes, -1= indefinitely
},
{
"Key": "durationLimit",
"Value": "60" // 60= 1 minute, 600=10 minutes, 1800=30 minutes, -1=
indefinitely
},
{
"Key": "operationName",
"Value": "IDENTIFY_BLINK_LED"
}
]
}
NOTE:
To shut off LED blinking the identifyState and durationLimit parameters must be set to
0.
Power Cycle
System (Cold
Boot)
Example response body
{
"Id": 0,
"JobName": "Power Cycle System (Cold Boot)",
"JobDescription": "Power Control Task: Power Cycle System (Cold Boot)",
"State": "Enabled",
"Schedule": "startnow",
"JobType": {
"Name": "DeviceAction_Task"
},
"Targets": [
{
"Id": 10043,
"Data": "",
"TargetType": {
"Id": 1000,
"Name": "DEVICE"
}
}
],
"Params": [
Monitor 359