Secure Storage API 1.0.0¶
The application stores data in secure storage in key-value pairs, where the unique key is used to identify each value. An application can have multiple key-value pairs, where each key is unique to its own application. Each application has a unique set of key-value pairs.
Authentication is handled internally when an application on the IED calls the API from its container to verify the API call. These APIs can only be called from the application container. Authorization is handled in the backend.
When storing application data, we store the value as is, so it is the user's responsibility to keep the data encrypted or otherwise secure.
OpenAPI Specification¶
Download Secure Storage v1 OpenAPI Specification - (Deprecated)