API Guide

Table Of Contents
],
"Params":[
{
"Key":"OPERATION_NAME",
"Value":"EXTRACT_LOGS"
},
{
"Key":"shareType",
"Value":"NFS"
},
{
"Key":"shareAddress",
"Value":"1.2.3.4"
},
{
"Key":"shareName",
"Value":"filepath"
},
{
"Key":"logSelector",
"Value":"0,1,2"
}
]
}
POST method for reset temperature metric values
Example
response body
{
"JobName": "Reset Power Statistics",
"JobDescription": "Reset Power Statistics",
"Schedule": "startnow",
"State": "Enabled",
"Targets": [
{
"Id": 25013 //target device id
}
],
"Params": [
{
"Key": "metricName",
"Value": "powerReset" //temperatureReset for resetting
temperature metrics
},
{
"Key": "operationName",
"Value": "RESET_METRICS"
}
],
"JobType": {
"Id": 3,
"Name": "DeviceAction_Task"
}
}
POST method for generic end host ports
Example
response body
{
"Id":0,
"JobName":"Configure VLAN on ports",
"JobDescription":"Configure VLAN on ports",
"Schedule":"startnow",
"State":"Enabled",
"JobType":
{
422 Monitor