Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

Edge Intelligence APIs

The Edge Intelligence APIs can be used to access multiple data stores using the Passport API and also provides management plane APIs for certain product features.

Passport API

You can build your application using the Edge Intelligence Passport API to access data.

The Edge Intelligence Passport API supports user authentication for Couch, Influx, Postgres, and MinIO data APIs. This allows you to add or revoke specific users at any time. This provides an additional layer of security for databases since its credentials are not usually required outside the server.

The Passport API authentication enables a proxy service using Kubernetes services for Couch, Influx, Postgres, and MinIO databases (for port numbers, see Port configuration requirements (core)). These ports receive requests that use Keycloak user names and passwords, validates those credentials with Keycloak via OAuth Helper, then sends the request to the appropriate database using the database credentials.

NoteThe Passport API does not support the use of the u and p query parameters, for user name and password respectively, in Influx queries. All authentication must be done using standard basic authentication or OAuth tokens.
Protection from unauthorized data access

When querying the Influx database, make sure to protect from injections that lead to unauthorized data access.

You can opt to use bind parameters. Examples are available on docs.influxdata.com under bind parameters.

Management plane REST API

Edge Intelligence provides management plane APIs for the following product features:

  • Asset management
  • Alert management
  • Kubernetes resource management

You can access management plane API descriptions, properties, and examples in Edge Manager on the Administration tab under API Documentation.

For more information about how to use the management plane API, contact your Hitachi Vantara representative.