From 2ef4e00c8bb4e02d1bafa1955eb50a20466e8bd1 Mon Sep 17 00:00:00 2001
From: George Papathanail <gpapathan@intracom-telecom.com>
Date: Wed, 9 Jul 2025 08:48:05 +0000
Subject: [PATCH] Edit README.md

---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index 6e84cdb..4223b6e 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.
 
-- 
GitLab