Scannernodes upgraded
09 March 2026
There has been a big upgrade on all scannernodes. Fresh installs with a new OS, better monitoring, and better security. All scannernodes have encryption enabled now.
Besides software improvements, server capacity had been increased too.
Multi-tenant endpoints in API
02 March 2026
There have been some hidden API options for multi-tenant users for a while, and since there is a growing number of multi-tenant users it was about time to properly document it.
If you have a multi-tenant subscription, there are groupadmins that can create, view and delete organizations in the GUI. These organizations are isolated and cannot see each others data. The groupadmin does have options to query and report over all organizations in the group.
Some of you want to dynamically manage organizations through the API.
For that, there are three endpoints available:
create organization
active_organizations
delete_organization
You can of course also use this functionality in the ShadowTrackr Python API. There is a
multi-tenant example included in the code on Github.
The groupcode and group API key needed to use this can be found in the GUI on the group settings page. This page is only accessible to groupadmins.
New API tag management endpoints
23 February 2026
With the two new endpoints
add_tags and
remove_tags you can now manage asset tags through the API. For those of you that have thousands of assets this is much easier than the manual tagging available in the GUI.
The
ShadowTrackr python module is updated too. More details about the endpoints are available in the
API documentation.