updateSiteSwitchLocalPortConfig
PUT https://{{host}}/api/v1/sites/:site_id/devices/:device_id/local_port_config
How does it show up in Device Config
local_port_config
will show up separately from the port_config
so it can be easily identified (and cleared)
{
"local_port_config": {
"ge-0/0/5-7": { ... }
}
}
Request Body
{"ge-0/0/5-7"=>{"..."=>""}}