summaryrefslogtreecommitdiff
path: root/static/redfish/v1/$metadata
diff options
context:
space:
mode:
authorLewanczyk, Dawid <dawid.lewanczyk@intel.com>2018-05-30 17:59:42 +0300
committerEd Tanous <ed.tanous@intel.com>2018-06-29 22:51:09 +0300
commitc5b2abe0d218d0decd7f1617f870ec67c6b7dd5f (patch)
tree9e440047c932c1affbf350633a0d9c199aa676ee /static/redfish/v1/$metadata
parent6c4eb9de85ae4d59af7b15754e96a1652915ad15 (diff)
downloadbmcweb-c5b2abe0d218d0decd7f1617f870ec67c6b7dd5f.tar.xz
Introduce ComputerSystem schema
Initial commit which adds: - ComputerSchemaCollection GET method - ComputerSchema GET, PATCH methods Tested on x86 and aspeed - RSV pass for ComputerSchema - bmcweb interface no regression - smbios interface tested with demo app Change-Id: Ib64084c5888bc511a24f954a6bc062ca920addbe Signed-off-by: Lewanczyk, Dawid <dawid.lewanczyk@intel.com>
Diffstat (limited to 'static/redfish/v1/$metadata')
-rw-r--r--static/redfish/v1/$metadata/index.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/redfish/v1/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml
index 252d3af5db..9a3896b6a2 100644
--- a/static/redfish/v1/$metadata/index.xml
+++ b/static/redfish/v1/$metadata/index.xml
@@ -99,6 +99,7 @@
</edmx:Reference>
<edmx:Reference Uri="/redfish/v1/schema/Session_v1.xml">
<edmx:Include Namespace="Session"/>
+ <edmx:Include Namespace="Session.v1_0_2"/>
<edmx:Include Namespace="Session.v1_0_3"/>
</edmx:Reference>
<edmx:Reference Uri="/redfish/v1/schema/SessionCollection_v1.xml">
@@ -106,6 +107,7 @@
</edmx:Reference>
<edmx:Reference Uri="/redfish/v1/schema/SessionService_v1.xml">
<edmx:Include Namespace="SessionService"/>
+ <edmx:Include Namespace="SessionService.v1_0_2"/>
<edmx:Include Namespace="SessionService.v1_0_3"/>
<edmx:Include Namespace="SessionService.v1_1_1"/>
</edmx:Reference>
@@ -188,12 +190,14 @@
<edmx:Reference Uri="/redfish/v1/schema/SoftwareInventory_v1.xml">
<edmx:Include Namespace="SoftwareInventory"/>
<edmx:Include Namespace="SoftwareInventory.v1_0_1"/>
+ <edmx:Include Namespace="SoftwareInventory.v1_1_0"/>
<edmx:Include Namespace="SoftwareInventory.v1_1_1"/>
</edmx:Reference>
<edmx:Reference Uri="/redfish/v1/schema/UpdateService_v1.xml">
<edmx:Include Namespace="UpdateService"/>
<edmx:Include Namespace="UpdateService.v1_0_1"/>
<edmx:Include Namespace="UpdateService.v1_1_0"/>
+ <edmx:Include Namespace="UpdateService.v1_2_0"/>
</edmx:Reference>
<edmx:Reference Uri="/redfish/v1/schema/Message_v1.xml">
<edmx:Include Namespace="Message"/>
@@ -242,4 +246,4 @@
<EntityContainer Name="Service" Extends="ServiceRoot.v1_0_0.ServiceContainer"/>
</Schema>
</edmx:DataServices>
-</edmx:Edmx> \ No newline at end of file
+</edmx:Edmx>