https://github.com/uncledecart/ics-api
OpenAPI specification for Inventory and Configuration Services for EVE Edge Apps
https://github.com/uncledecart/ics-api
Last synced: 6 months ago
JSON representation
OpenAPI specification for Inventory and Configuration Services for EVE Edge Apps
- Host: GitHub
- URL: https://github.com/uncledecart/ics-api
- Owner: uncleDecart
- License: apache-2.0
- Created: 2023-12-07T10:21:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T12:49:24.000Z (over 2 years ago)
- Last Synced: 2025-06-08T05:44:32.911Z (about 1 year ago)
- Language: Dockerfile
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inventory and Configuration Services API
This repository contains OpenAPI specification for Inventory and Configuration services for EVE Edge App instances.
## What is EVE and Edge App instance?
EVE aims to develop an open, agnostic and standardized architecture unifying the approach to developing and orchestrating cloud-native applications across the enterprise on-premises edge. More information you can find [here](https://github.com/lf-edge/eve)
## What is Inventory and Configuration services?
Do you want to update your edge applications running on EVE without need to rebuild edge application?
Use Inventory and Configuration Services (ICS). Check out [this](https://github.com/lf-edge/eve/blob/master/docs/PATCH-ENVELOPES.md) to know more about underlying patch envelopes.
## How do I use this API?
You can use OpenAPI [generator](https://openapi-generator.tech/) or write your own SDK based on specification
Or you can use SDKs provided in this repository