Skip to content

Data Api

Christian Baker edited this page Nov 14, 2024 · 3 revisions

Data Api Information

Purpose and usage

The DataApi is an Asp.net web api that is the external interface to the Atspm/Data/EventLogContext.cs. The DataApi is used to access all compressed device event logs by date and data type.

It implements the OpenAPI 3+ standard.

Example configuration settings

The DataApi supports Development, Staging and Production environments.

Here are some example configurations for the different environments:

Global configuration

appsettings.json

Development configuration

appsettings.Development.json

Staging configuration

appsettings.Staging.json

Production configuration

appsettings.Production.json