summaryrefslogtreecommitdiff
path: root/static/redfish/v1
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2018-07-28 02:13:37 +0300
committerEd Tanous <ed.tanous@intel.com>2018-10-09 06:32:58 +0300
commit1da66f7501332d622f64963136f1cba38829fb40 (patch)
treefe3ed3859237eac165e656cadc38c856313b7d62 /static/redfish/v1
parent3ae837c9180669fd0e96da8862bd7618dd737102 (diff)
downloadbmcweb-1da66f7501332d622f64963136f1cba38829fb40.tar.xz
Implement redfish LogService
This commit implements an optional LogService endpoint for debugging CPUs over Redish. It exposes both the ability to create a new log with the LogImmediate action, as well as to pull a stored log using the LogCollection schema. This feature is disabled by default, and should be enabled in the meta-x86 layer. Change-Id: Ied1d5e263a0857e09cd9a24fddec9c11a4066cd2 Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Diffstat (limited to 'static/redfish/v1')
-rw-r--r--static/redfish/v1/$metadata/index.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/redfish/v1/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml
index c185baffd9..1d6e17f59c 100644
--- a/static/redfish/v1/$metadata/index.xml
+++ b/static/redfish/v1/$metadata/index.xml
@@ -44,6 +44,7 @@
<edmx:Include Namespace="LogEntry"/>
<edmx:Include Namespace="LogEntry.v1_0_3"/>
<edmx:Include Namespace="LogEntry.v1_1_1"/>
+ <edmx:Include Namespace="LogEntry.v1_3_0"/>
</edmx:Reference>
<edmx:Reference Uri="/redfish/v1/schema/LogEntryCollection_v1.xml">
<edmx:Include Namespace="LogEntryCollection"/>
@@ -51,6 +52,7 @@
<edmx:Reference Uri="/redfish/v1/schema/LogService_v1.xml">
<edmx:Include Namespace="LogService"/>
<edmx:Include Namespace="LogService.v1_0_3"/>
+ <edmx:Include Namespace="LogService.v1_1_0"/>
</edmx:Reference>
<edmx:Reference Uri="/redfish/v1/schema/LogServiceCollection_v1.xml">
<edmx:Include Namespace="LogServiceCollection"/>