API Guide

Table Of Contents
{"Key": "upInterfaceIds", "Value": "DPM4XC1:port-group1/1/1"},
{"Key": "operationName", "Value": "TOGGLE_PORT_STATUS"}
]
}
POST method for group inventory
Example
response body
{
"Id": 0,
"JobName": "Default Inventory Task - All Devices ",
"JobDescription": "Default Inventory Task - All Devices",
"Schedule": "startnow",
"State": "Enabled",
"JobType": {
"Name": "Inventory_Task"
},
"Targets": [
{
"Id": 500,
"Data": "",
"TargetType": {
"Id": 6000,
"Name": "GROUP"
}
}
]
}
POST method for device inventory
Example
response body
{
"Id": 0,
"JobName": "Default Inventory Task - All Devices ",
"JobDescription": "Default Inventory Task - All Devices",
"Schedule": "startnow",
"State": "Enabled",
"JobType": {
"Name": "Inventory_Task"
},
"Targets": [
{
"Id": <device_id>,
"Data": "",
"TargetType": {
"Id": 1000,
"Name": "DEVICE"
}
}
]
}
POST method for extracting device logs
Example
response body
{
"Id": 0,
"JobName": "Extract Log",
"JobDescription": "Extract device log to CIFS location",
"Schedule": "startnow",
"State": "Enabled",
"JobType": {
Monitor 421