action mist_get_installer_list_of_renctly_claimed_devices { label: "getInstallerListOfRenctlyClaimedDevices" description: "Get recently claimed devices" provider: mist method: GET path: "/api/v1/installer/orgs/{org_id}/devices" encoding: json output: { type: "array" items: { type: "object" required: ["connected"] properties: { connected: { type: "boolean" } height: { type: "number" } map_id: { type: "string" format: "uuid" } orientation: { type: "number" } x: { type: "number" } y: { type: "number" } } } } }