New OpenBMC OEM schema for Session
This commit defines the OemSession schema for storing
- the clients unique identifier
- the IP Address from where the session is created.
Signed-off-by: Sunitha Harish <sunithaharish04@gmail.com>
Change-Id: I759cda25dbb2dadd9b3d14cca9076e6412b41287
diff --git a/static/redfish/v1/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml
index a9df1bf..74abd2e 100644
--- a/static/redfish/v1/$metadata/index.xml
+++ b/static/redfish/v1/$metadata/index.xml
@@ -2260,4 +2260,8 @@
<edmx:Include Namespace="OemLogEntry"/>
<edmx:Include Namespace="OemLogEntry.v1_0_0"/>
</edmx:Reference>
+ <edmx:Reference Uri="/redfish/v1/schema/OemSession_v1.xml">
+ <edmx:Include Namespace="OemSession"/>
+ <edmx:Include Namespace="OemSession.v1_0_0"/>
+ </edmx:Reference>
</edmx:Edmx>