Lukas Petersen Posted September 9 Share Posted September 9 I am trying to make scripts enabling lost mode on devices, thats not seen for at least 100 days. iOS is simple with lostmode=true, but how do i enable lost mode on android? Cant seem to find it on the console aswell. Quote Link to comment Share on other sites More sharing options...
Employee Matthew Trutch Posted September 9 Employee Share Posted September 9 Are you managing the device using Custom DPC or Android Management APIs? I know AMAPI is available in beta environments but I'm not sure if this has launched in production yet. https://blogs.vmware.com/euc/2023/10/vmware-workspace-one-unveils-next-evolution-of-android-device-management-with-amapi-beta.html Quote Link to comment Share on other sites More sharing options...
Lukas Petersen Posted September 10 Author Share Posted September 10 Hi Trutch, I think i am using Custom DPC? I am managin devices through workspace one atleast. Also i cant access your link unfortunately. Quote Link to comment Share on other sites More sharing options...
Lukas Petersen Posted September 10 Author Share Posted September 10 Okay, so today i tried the iOS lost mode api, and i get 404 not found. Why is that? Quote Link to comment Share on other sites More sharing options...
Employee Sascha Warno Posted September 10 Employee Share Posted September 10 Can you get do a GET on the address minus the lostmode/true but with tags instead to check if the device uuid is correct. So as example GET https://{{hostAW}}/api/mdm/devices/eexxxxxx-1221-49a6-982e-247d33876cdf/tags This should give at least a 204 code in return. The 404 on the PUT usually means device not found. Quote Link to comment Share on other sites More sharing options...
Lukas Petersen Posted September 10 Author Share Posted September 10 (edited) 13 minutes ago, Sascha Warno said: Can you get do a GET on the address minus the lostmode/true but with tags instead to check if the device uuid is correct. So as example GET https://{{hostAW}}/api/mdm/devices/eexxxxxx-1221-49a6-982e-247d33876cdf/tags This should give at least a 204 code in return. The 404 on the PUT usually means device not found. Still a 404 not found. But some mentioned on a reddit post, that lost mode api was realeased in 2402 and we have 2310. Have not been able to find proof of that, but it seems to be correct. My bad! Messed up url. 204 no content on the tags. Edited September 10 by LukasPetersen Quote Link to comment Share on other sites More sharing options...
Solution Akito Ogushi Posted September 10 Solution Share Posted September 10 (edited) Hi, Lost mode API is mentioned in "What's New" section in 2402 release note. I think you can not use this API if your UEM version is 2310 .(In our 2306 environment, same 404 error returned.) https://docs.omnissa.com/ja-JP/bundle/Workspace-ONE-UEM-Release-NotesV2402/page/WorkspaceONEUEM-ReleaseNotes.html#whats_new Edited September 10 by Akito Ogushi 1 1 Quote Link to comment Share on other sites More sharing options...
Lukas Petersen Posted September 10 Author Share Posted September 10 1 minute ago, Akito Ogushi said: Hi, Lost mode API is mentioned in "What's New" section in 2402 release note. I think you can not use this API if your UEM version is 2310 .(In our 2306 environment, same 404 error returned.) https://docs.omnissa.com/ja-JP/bundle/Workspace-ONE-UEM-Release-NotesV2402/page/WorkspaceONEUEM-ReleaseNotes.html#whats_new Thanks for the release notes. Ill think of something else to do 👍 Quote Link to comment Share on other sites More sharing options...
Employee Siddesh Patil Posted September 18 Employee Share Posted September 18 Hi , AMAPI is GA now with 2406, check out this blog for more details on it. https://techzone.omnissa.com/blog/amapi-goes-ga-workspace-one-uem-what-it-means-you Lost mode is available with COPE , which is not GA yet . 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.