summaryrefslogtreecommitdiff
path: root/static/redfish/v1/schema
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2021-03-30 01:33:15 +0300
committerEd Tanous <ed@tanous.net>2021-04-03 00:31:35 +0300
commit8401529e4fb52caa1725caaa4777536f541d10e8 (patch)
tree7fcae44884c45ed68a9917872068e7f173d8b26b /static/redfish/v1/schema
parent400fd1fb4020028ad58b1cfd965f26d21f63b8c8 (diff)
downloadbmcweb-8401529e4fb52caa1725caaa4777536f541d10e8.tar.xz
log_services: Remove raw PECI command
The raw PECI command is recommended not to include in a standard build, so removing it from the bmcweb to avoid accidental inclusion. Tested: Confirmed that the raw PECI command is gone. Change-Id: I2b52e0ede089da6df6ca3ad304194de8af27b709 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
Diffstat (limited to 'static/redfish/v1/schema')
-rw-r--r--static/redfish/v1/schema/OemCrashdump_v1.xml38
1 files changed, 0 insertions, 38 deletions
diff --git a/static/redfish/v1/schema/OemCrashdump_v1.xml b/static/redfish/v1/schema/OemCrashdump_v1.xml
deleted file mode 100644
index 10e5ff6701..0000000000
--- a/static/redfish/v1/schema/OemCrashdump_v1.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
- <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
- <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData" />
- </edmx:Reference>
- <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogService_v1.xml">
- <edmx:Include Namespace="LogService"/>
- <edmx:Include Namespace="LogService.v1_0_0"/>
- </edmx:Reference>
-
- <edmx:DataServices>
- <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OemCrashdump.v1_0_0">
- <Action Name="OnDemand" IsBound="true">
- <Parameter Name="LogService" Type="LogService.v1_0_0.OemActions"/>
- <Annotation Term="OData.Description" String="This action is used to trigger a new on-demand crashdump." />
- <Annotation Term="OData.LongDescription" String="This action is used to trigger a new on-demand crashdump which is returned immediately." />
- </Action>
-
- <Action Name="SendRawPeci" IsBound="true">
- <Parameter Name="LogService" Type="LogService.v1_0_0.OemActions"/>
- <Parameter Name="ClientAddress" Type="Edm.Int64" Nullable="false">
- <Annotation Term="OData.Description" String="PECI client address for the command." />
- <Annotation Term="OData.LongDescription" String="This defines the PECI client address that is the target for this command." />
- </Parameter>
- <Parameter Name="ReadLength" Type="Edm.Int64" Nullable="false">
- <Annotation Term="OData.Description" String="Read length parameter for the command" />
- <Annotation Term="OData.LongDescription" String="This defines the read length parameter for this command." />
- </Parameter>
- <Parameter Name="PECICommand" Type="Collection(Edm.Int64)" Nullable="false">
- <Annotation Term="OData.Description" String="The raw bytes to be sent as the PECI command." />
- <Annotation Term="OData.LongDescription" String="This defines an array of raw data that is made up of the raw bytes of the PECI command to be sent." />
- </Parameter>
- <Annotation Term="OData.Description" String="This action is used to send a raw PECI command to the CPU." />
- <Annotation Term="OData.LongDescription" String="This action is used to send a raw PECI command to the CPU." />
- </Action>
- </Schema>
- </edmx:DataServices>
-</edmx:Edmx>