blob: d76db2af5fd32d8acceac4cd21be886d9e931b46 [file] [log] [blame]
<?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="OemLogService">
<Annotation Term="Redfish.OwningEntity" String="OpenBMC"/>
</Schema>
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OemLogService.v1_0_0">
<Annotation Term="Redfish.OwningEntity" String="OpenBMC"/>
<Annotation Term="Redfish.Release" String="1.0"/>
<Action Name="CollectDiagnosticData" IsBound="true">
<Parameter Name="OemLogService" Type="LogService.v1_0_0.OemActions"/>
<Annotation Term="OData.Description" String="This action is used to trigger the creation of a dump." />
<Annotation Term="OData.LongDescription" String="This action is used to trigger the creation of a dump." />
<Parameter Name="DiagnosticDataType" Type="OemLogService.v1_0_0.DiagnosticDataType" Nullable="false">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
<Annotation Term="OData.Description" String="The type of diagnostic data entry"/>
<Annotation Term="OData.LongDescription" String="This property shall contain the type of diagnostic data entry."/>
</Parameter>
<Parameter Name="OEMDiagnosticDataType" Type="Edm.String" Nullable="false">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
<Annotation Term="OData.Description" String="The OEM type of diagnostic data entry"/>
<Annotation Term="OData.LongDescription" String="This property shall contain the OEM type of diagnostic data entry."/>
</Parameter>
</Action>
<EnumType Name="DiagnosticDataType">
<Member Name="Manager">
<Annotation Term="OData.Description" String="Indicates Manager diagnostic data."/>
</Member>
<Member Name="PreOS">
<Annotation Term="OData.Description" String="Indicates Pre-OS diagnostic data."/>
</Member>
<Member Name="OS">
<Annotation Term="OData.Description" String="Indicates Operating system(OS) diagnostic data."/>
</Member>
<Member Name="OEM">
<Annotation Term="OData.Description" String="Indicates OEM diagnostic data."/>
</Member>
</EnumType>
</Schema>
</edmx:DataServices>
</edmx:Edmx>