action mist_get_org_other_device { label: "getOrgOtherDevice" description: "Get Org other device (3rd party device)" provider: mist method: GET path: "/api/v1/orgs/{org_id}/otherdevices/{device_mac}" encoding: json output: { type: "object" additionalProperties: true } }