API

All posts with the API tag

Discussion-icon Discussion
Ideation-icon Ideation
Discussion
1 week ago

Determine windows 10 upgradability to windows 11

Hi,  How do you determine which Windows 10 PCs can or cannot be upgraded to windows 11?    We have this script to determine if a windows 10 PC can be upgraded to windows 11.  https://github.com/Globaldots/hexnode/blob/master/commands/windows/HardwareReadinessForWin11.md The script will update the device notes with the upgradability status.  Please react if you find it useful too,…

Discussion
1 year ago
Solved

Web apps: Authenticating hexnode devices for web apps Solved

To detect whether a hexnode device is viewing a web app we can use URL parameter wildcards which inject device variables like so:https://www.hexnode.com/mobile-device-management/help/pass-device-information-from-hexnode-to-the-web-apps-added-in-the-device-through-wildcards-faqs/ For example, we could use the wildcard to check against the UDID of a device to determine if a client is a hexnode device and its location. But what if the UDID…

Discussion
3 years ago

change okta admin rights with okta api

Hello there, everyone! I'm not convinced about the Okta platform integration. I had used an api token generated by an okta super admin for the initial integration. But now, following the integration, I need to assign admin privileges to another technician, but I don't want him to be the super admin but instead, I want…

Ideation
4 years ago

An API endpoint to upload a new APK update

As devops I really want an API endpoint to publish a new version of APK. We currently distribute our App to many devices through Hexnode and also we have another app that is distributed on Google Play Store. When we need to update on Google Play Store it's really easy because we're using fastlane and…