October 10, 2025

Prev Next

API Gateway Plugin

To help you integrate third-party APIs directly within your DPS frontend, we added the new plugin API Gateway.
This new feature simplifies the connection, protection, and management of external services, ensuring a consistent and secure experience for your DPS users.

This plugin allows you to:

  • Securely proxy external APIs without directly exposing endpoints.

  • Hide sensitive parameters such as tokens, keys, and query strings.

  • Unify access to third-party APIs through the DPS API layer.

  • Ensure security by defining who is authorized to invoke external endpoints.

For instance, within your custom widgets or any other third-party API client, you can retrieve and integrate valuable information from external endpoints.

Bug fixes (DPS)

  • To highlight markers, the Map widget was using the event category (e.g., Anomaly, Failure) instead of the alert severity (e.g., Warning, Critical).