action mist_get_org_other_device_stats { label: "getOrgOtherDeviceStats" description: "Get Otherdevice Stats" provider: mist method: GET path: "/api/v1/orgs/{org_id}/stats/otherdevices/{device_mac}" encoding: json output: { type: "object" additionalProperties: true } }