News & Updates

16 Oct 2025 - Filter Devices by Available Task!

We’re excited to introduce new query parameters for the GET /v1/devices endpoint that let you filter devices by whether certain tasks are available. This makes it easier to quickly find devices that can perform tasks like password rotation, firmware upgrades, device hardening, rotate SSL certificate and restart device. You can now use the following query parameters in your requests: GET /v1/devices/?availableTask.passwordRotation=1 This request returns only devices where firmware upgrade is available.

8 Sep 2025 - Fetch Device Vulnerabilities with Our New Endpoint

We’ve just released a new endpoint that makes it easier to retrieve vulnerability data for any specific device. With GET /devices/{id}/vulnerabilities you can fetch all known vulnerabilities tied to a device. This endpoint helps you quickly assess security risks and integrate vulnerability insights into your own monitoring and reporting systems.

24 Jun 2025 - New Probe information available!

We are excited to announce that the SecuriThings API now provides additional information about probes, enhancing your ability to monitor and manage devices effectively. This update includes the following new fields for probes:

  • probe.agent: Indicates the status of the agent probe.
  • probe.deviceSource: Indicates the status of the device source probe.
  • probe.edge: Indicates the status of the edge probe.
  • probe.host: Indicates the status of the host probe.
  • probe.app: Indicates the status of the app probe.

You can also filter devices based on these probe statuses using the probe.agent, probe.deviceSource, probe.edge, probe.host, and probe.app query parameters. The possible values for these fields are up, down, unknown, or unmonitored.

These fields provide valuable insights into the connectivity and health of your devices, allowing you to make informed decisions and take proactive measures to ensure optimal performance.