downgradeOrgDeviceFromMistManaged
PUT https://{{host}}/api/v1/orgs/:org_id/inventory
When downgrading a VC member to jsi, we will move the cloud connection of the VC to jsi-terminator and keep all VC device/inventories intact for pain-free upgrading back to mist.
Request Body
{"op"=>"downgrade_to_jsi", "macs"=>["c15353123096", "5c5b350e0001"]}
RESPONSES
status: OK
{"op":"downgrade_to_jsi","success":["5c5b350e0001"],"error":["c15353123096"],"reason":["already downgraded to jsi"]}