-
API Authorization and Authentication
Authentication In order to access the Vessel Insight (VI) APIs the requests must be authenticated. VI APIs uses OpenID Connect[↗️] and OAuth 2.0[↗️] protocols for authentication. Users must obtain access token from the authentication server and attach it as HTTP header when making requests to an API. In case of missing or…
-
Setting up data pipelines
The previous sections covered methods to identify paths and fetching data through the API. In this section we'll put the capabilities together and explore best practices to set up pipelines and workflows. The API is designed and aimed at covering the following use cases: Fetch close-to-realtime data from the vessel and…
-
Data Quality
Introduction Vessel Insight offer self-service configuration of Data Quality validation to let consumers of data be aware of any data quality issues. The rules have to be configured by authorized individuals in the shipowner organization. By default there are no rules configured to validate any sensor data. Currently, we…
-
Preview features
In this section we highlight preview and upcoming features in the Vessel Insight API. Interpolated Integral aggregate We have releasing a new advanced aggregate method: "time_weighted_integral", see:…
-
Aggregates and advanced aggregate methods
Aggregates Vessel Insight apply both real time aggregation and pre-aggregation to provide performant responses to data queries used in the Aggregates, vesselsensorevents and OnGrid endpoints. The aggregate interval options are: 1s, 5s, 10s, 1m, 5m, 10m, 1h, 6h, 1d, 1w, 1M, 3M, 1y Real time aggregate freshness Any aggregate…
-
Postman collection
Remember to Add subscription key in the headers of all VI API calls, Add tenant ID in the Microsoft Login URL and credentials as body. https://us.v-cdn.net/6037990/uploads/ZM977TI8AV24/vessel-insight-demo-community.zip
-
FAQ / Support
This section covers typical question and issues, and how to solve them. Timestamps out of synch If timestamps are out of sync from a source system, there are 2 options perform to overcome, which can be agreed with our support team: Correct the clock to show UTC in source system. Override timestamp on edge computer with a…