API Guide

Table Of Contents
"TargetType":
{
"Id": 1000,
"Name": "DEVICE"
}
}
]
}
Configure Port
Break Out
Example response body
{
"JobName": "Breakout Port",
"JobDescription": null,
"Schedule": "startnow",
"State": "Enabled",
"JobType":
{
"Id": 3,
"Name": "DeviceAction_Task",
"Internal": false
},
"Targets":
[
{
"Id": 10045,
"Data": "",
"TargetType": { "Id": 1000, "Name": "DEVICE" }
}
],
"Params":
[
{"Key": "breakoutType", "Value": FabricExpander"},
{"Key": "interfaceId", "Value": "DPM4XC1:port-
group1/1/1,DPM4XC1:port-group1/1/2" },
{ "Key": "operationName", "Value": "CONFIGURE_PORT_BREAK_OUT" }
]
}
Toggle port
status
Example response body
{
"JobName": "Toggle Port",
"JobDescription": null,
"State": "Enabled",
"JobType":
{
"Id": 3,
"Name": "DeviceAction_Task",
"Internal": false
},
"Targets":
[
{
"Id": 10043,
"Data": "",
"TargetType": { "Id": 1000, "Name": "DEVICE" }
}
],
"Params":
[
{"Key": "upInterfaceIds", "Value": "DPM4XC1:port-group1/1/1"},
{"Key": "operationName", "Value": "TOGGLE_PORT_STATUS"}
]
}
Monitor 361