diff --git a/README.md b/README.md index 6e84cdb0526f6728e3c50e1cbcbf2b8593575c2c..4223b6e44d49d1db24741862074eadec01ea51be 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,18 @@ OEG implements the **Northbound CAMARA APIs** for application providers to inter OEG acts as a middleware layer between the CAMARA APIs and the Service Resource Manager (SRM), by enabling a common exposure of heteregeneous infrastructure resources. +<br> + +| Edge Cloud Management API | Federation Management API | Network Exposure API (QoD & Traffic Influence)| +| ------------- | ------------- | +| Application Metadata registration | Create one direction federation | Create QoD Session | +| App Metadata Removal | Retrieve details about federation with the partner OP | Remove QoD Session | +| App Metadata Retrieval | Retrieve the existing federationContextId with partner | Retrieve QoD Session | +| Application Instantiation | Remove existing federation with partner OP | Create TrafficeInfluence Resource | +| Application Instance Retrieval | | Remove TrafficeInfluence Resource | +| Application Instance Removal | | Retrieve TrafficeInfluence Resource | + + ### Usage Before running the server you need to `mv env.sample .env` and update variables to properly link to a running OP service resource manager instance.