-
Get asset model info
As mentioned in the concept section, the data is structured in an asset model, where sensors are mapped to system paths. There are two main ways to identify what data is available from a vessel: Getting a list from KDI containing the mapped paths. Fetching a filtered list of paths from the POST FindNodes endpoint. This…
-
Cloud and storage
The Vessel Insight cloud storage is designed to store various types of data collected from vessels and related data sources. Each customer is provided with their own isolated section of the cloud storage to ensure security and to accommodate customer-specific configurations. This isolated section consists of one or more…
-
Get data
This section describes methods and endpoints for fetching data from the VI APIs. The guide assumes you have a list of paths ready, as the paths are used as parameters to select which data to return in the API calls as explained in Get asset model info. Get data for multiple paths in one request A recommended practice is to…
-
Asset model, paths and metadata
The Vessel Insight Asset Model is essential for accessing the timeseries and states data. It offers a mapping between sensors from the data sources and standardized paths. Asset Model Data for a vessel is organized according to a standardized tree structure, which is a Kongsberg Digital standard. This tree structure is a…
-
Developer portal - UI improvements
Summary We are performing some minor improvements to the Developer Portal user interface Changes 591521 Make API details more readable in Developer Portal Providing line break if API name is extending into non-readable area Adding option of showing names in Url-style 592700 Remove content pages that are moved to Community…
-
Get voyage data
Using Voyage data typically involves querying these endpoints in the Voyage API: Voyage History Location history The following gives an introduction to using the API. To read more on voyage tracking in Vessel Insight, please look at Voyage Data concept article. Voyage history A typical usage scenario for voyage data…
-
Data Types
There are two main data types supported in Vessel Insight: Timeseries States (StateEventLog) Timeseries This datatype holds numerical sensor data values. The timeseries is a numerical Double (double-precision floating-point, 64 bit) that can be of positive and negative values. Timeseries data is exposed through the…
-
API Gateway - Enabling HTTP/2
Summary We have successfully enabled HTTP/2 in our API Gateway. Changes Enabling HTTP/2 will increase user experience and responsiveness for platform consumers. Release date 8th August 2025
-
Voyage data
Vessel Insight provides a basic, automated voyage history service to enable basic voyage-focused usage scenarios for the customers vessels and offers: Vessel Positions Voyage history tracking Weather information Distance calculation The service is using different data sources like, AIS, weather and distance information to…
-
Get connectivity and data status
The data flow is prone to various fault scenarios, and this section covers how to check and work around some basic scenarios. As described in the overall dataflow section, a key point with the solution is that Vessel Insight sends raw data as-is from the data sources onboard. In a scenario where no new data is available in…