blob: 10e5ff670182dce2e325b5994367ee5043e9174f [file] [log] [blame]
Jason M. Billsddfc22f2019-10-08 12:10:39 -07001<?xml version="1.0" encoding="UTF-8"?>
2<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
3 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
4 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData" />
5 </edmx:Reference>
6 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogService_v1.xml">
7 <edmx:Include Namespace="LogService"/>
8 <edmx:Include Namespace="LogService.v1_0_0"/>
9 </edmx:Reference>
10
11 <edmx:DataServices>
Gunnar Mills4f50ae42020-02-06 15:29:57 -060012 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OemCrashdump.v1_0_0">
Jason M. Billsddfc22f2019-10-08 12:10:39 -070013 <Action Name="OnDemand" IsBound="true">
14 <Parameter Name="LogService" Type="LogService.v1_0_0.OemActions"/>
15 <Annotation Term="OData.Description" String="This action is used to trigger a new on-demand crashdump." />
16 <Annotation Term="OData.LongDescription" String="This action is used to trigger a new on-demand crashdump which is returned immediately." />
17 </Action>
18
19 <Action Name="SendRawPeci" IsBound="true">
20 <Parameter Name="LogService" Type="LogService.v1_0_0.OemActions"/>
21 <Parameter Name="ClientAddress" Type="Edm.Int64" Nullable="false">
22 <Annotation Term="OData.Description" String="PECI client address for the command." />
23 <Annotation Term="OData.LongDescription" String="This defines the PECI client address that is the target for this command." />
24 </Parameter>
25 <Parameter Name="ReadLength" Type="Edm.Int64" Nullable="false">
26 <Annotation Term="OData.Description" String="Read length parameter for the command" />
27 <Annotation Term="OData.LongDescription" String="This defines the read length parameter for this command." />
28 </Parameter>
29 <Parameter Name="PECICommand" Type="Collection(Edm.Int64)" Nullable="false">
30 <Annotation Term="OData.Description" String="The raw bytes to be sent as the PECI command." />
31 <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." />
32 </Parameter>
33 <Annotation Term="OData.Description" String="This action is used to send a raw PECI command to the CPU." />
34 <Annotation Term="OData.LongDescription" String="This action is used to send a raw PECI command to the CPU." />
35 </Action>
36 </Schema>
37 </edmx:DataServices>
38</edmx:Edmx>