action mist_get_org_other_devices { label: "getOrgOtherDevices" description: "Get Org other devices (3rd party devices)" provider: mist method: GET path: "/api/v1/orgs/{org_id}/otherdevices" encoding: json input: { type: "object" properties: { mac: { type: "string" } model: { type: "string" } name: { type: "string" } serial: { type: "string" } vendor: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }