summaryrefslogtreecommitdiffstats
path: root/static/redfish/v1/schema/Processor_v1.xml
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2020-02-06 16:50:51 -0600
committerGunnar Mills <gmills@us.ibm.com>2020-02-10 18:34:00 +0000
commit6f44b7524f1d48d009ec87b1309481c7905b13b4 (patch)
tree7aa5967a130150ab30989758925d444936d59d73 /static/redfish/v1/schema/Processor_v1.xml
parent42cbe53889b5f2d358d1174245df51a23efcb3f8 (diff)
downloadbmcweb-6f44b7524f1d48d009ec87b1309481c7905b13b4.tar.gz
bmcweb-6f44b7524f1d48d009ec87b1309481c7905b13b4.zip
Move to 2019.3
Make changes to update_schemas.py needed for the move and run update_schemas.py. old path (2019.2) DSP8010_2019.2/DSP8010_2019.2/json-schema/MemoryMetrics.v1_1_2.json DSP8010_2019.2/DSP8010_2019.2/openapi/Memory.v1_0_3.yaml DSP8010_2019.2/DSP8010_2019.2/csdl/AccelerationFunction_v1.xml new path (2019.3) DSP8010_2019.3/csdl/Memory_v1.xml DSP8010_2019.3/json-schema/UpdateService.v1_1_2.json DSP8010_2019.3/openapi/Zone.v1_3_1.yaml To see an overview of 2019.3 see https://www.dmtf.org/sites/default/files/Redfish_Release_2019.3_Overview.pdf Tested: Built bmcweb, loaded on a Witherspoon, and ran the validator. No errors. Change-Id: I0deaf88b884d65fffa31fcf66183ed61a930a073 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'static/redfish/v1/schema/Processor_v1.xml')
-rw-r--r--static/redfish/v1/schema/Processor_v1.xml69
1 files changed, 65 insertions, 4 deletions
diff --git a/static/redfish/v1/schema/Processor_v1.xml b/static/redfish/v1/schema/Processor_v1.xml
index 2567d28..819806b 100644
--- a/static/redfish/v1/schema/Processor_v1.xml
+++ b/static/redfish/v1/schema/Processor_v1.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!---->
<!--################################################################################ -->
-<!--# Redfish Schema: Processor v1.5.1 -->
+<!--# Redfish Schema: Processor v1.6.0 -->
<!--# -->
<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
<!--# available at http://www.dmtf.org/standards/redfish -->
@@ -95,6 +95,24 @@
</Annotation>
</EntityType>
+ <Action Name="Reset" IsBound="true">
+ <Parameter Name="Processor" Type="Processor.v1_1_0.Actions"/>
+ <Parameter Name="ResetType" Type="Resource.ResetType">
+ <Annotation Term="OData.Description" String="The type of reset."/>
+ <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset. The Service may accept a request without the parameter and perform an implementation specific default reset."/>
+ </Parameter>
+ <Annotation Term="OData.Description" String="This action resets the processor."/>
+ <Annotation Term="OData.LongDescription" String="This action shall reset the processor."/>
+ <Annotation Term="Redfish.Revisions">
+ <Collection>
+ <Record>
+ <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
+ <PropertyValue Property="Version" String="v1_6_0"/>
+ </Record>
+ </Collection>
+ </Annotation>
+ </Action>
+
</Schema>
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_0">
@@ -170,8 +188,8 @@
</Property>
<Property Name="IdentificationRegisters" Type="Edm.String">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
- <Annotation Term="OData.Description" String="The raw manufacturer-provided CPUID instruction output for this processor."/>
- <Annotation Term="OData.LongDescription" String="This property shall contain the raw manufacturer-provided CPUID instruction output for this processor."/>
+ <Annotation Term="OData.Description" String="The raw manufacturer-provided processor identification registers for this processor."/>
+ <Annotation Term="OData.LongDescription" String="This property shall contain the raw manufacturer-provided processor-specific identification registers of this processor's features."/>
</Property>
<Property Name="EffectiveFamily" Type="Edm.String">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
@@ -372,6 +390,12 @@
<EntityType Name="Processor" BaseType="Processor.v1_0_7.Processor"/>
</Schema>
+ <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_9">
+ <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
+ <Annotation Term="OData.Description" String="This version was created to update the description of IdentificationRegisters."/>
+ <EntityType Name="Processor" BaseType="Processor.v1_0_8.Processor"/>
+ </Schema>
+
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_1_0">
<Annotation Term="Redfish.OwningEntity" String="DMTF"/>
<Annotation Term="Redfish.Release" String="2017.1"/>
@@ -438,6 +462,12 @@
<EntityType Name="Processor" BaseType="Processor.v1_1_3.Processor"/>
</Schema>
+ <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_1_5">
+ <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
+ <Annotation Term="OData.Description" String="This version was created to update the description of IdentificationRegisters."/>
+ <EntityType Name="Processor" BaseType="Processor.v1_1_4.Processor"/>
+ </Schema>
+
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_2_0">
<Annotation Term="Redfish.OwningEntity" String="DMTF"/>
<Annotation Term="Redfish.Release" String="2017.3"/>
@@ -479,6 +509,12 @@
<EntityType Name="Processor" BaseType="Processor.v1_2_3.Processor"/>
</Schema>
+ <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_2_5">
+ <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
+ <Annotation Term="OData.Description" String="This version was created to update the description of IdentificationRegisters."/>
+ <EntityType Name="Processor" BaseType="Processor.v1_2_4.Processor"/>
+ </Schema>
+
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_3_0">
<Annotation Term="Redfish.OwningEntity" String="DMTF"/>
<Annotation Term="Redfish.Release" String="2018.1"/>
@@ -516,6 +552,12 @@
<EntityType Name="Processor" BaseType="Processor.v1_3_3.Processor"/>
</Schema>
+ <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_3_5">
+ <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
+ <Annotation Term="OData.Description" String="This version was created to update the description of IdentificationRegisters."/>
+ <EntityType Name="Processor" BaseType="Processor.v1_3_4.Processor"/>
+ </Schema>
+
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_4_0">
<Annotation Term="Redfish.OwningEntity" String="DMTF"/>
<Annotation Term="Redfish.Release" String="2018.3"/>
@@ -860,6 +902,12 @@
<EntityType Name="Processor" BaseType="Processor.v1_4_1.Processor"/>
</Schema>
+ <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_4_3">
+ <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
+ <Annotation Term="OData.Description" String="This version was created to update the description of IdentificationRegisters."/>
+ <EntityType Name="Processor" BaseType="Processor.v1_4_2.Processor"/>
+ </Schema>
+
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_5_0">
<Annotation Term="Redfish.OwningEntity" String="DMTF"/>
<Annotation Term="Redfish.Release" String="2019.1"/>
@@ -872,7 +920,7 @@
<Annotation Term="OData.LongDescription" String="This property shall indicate the total count of enabled independent processor cores contained within this processor."/>
</Property>
</EntityType>
- </Schema>
+ </Schema>
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_5_1">
<Annotation Term="Redfish.OwningEntity" String="DMTF"/>
@@ -880,5 +928,18 @@
<EntityType Name="Processor" BaseType="Processor.v1_5_0.Processor"/>
</Schema>
+ <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_5_2">
+ <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
+ <Annotation Term="OData.Description" String="This version was created to update the description of IdentificationRegisters."/>
+ <EntityType Name="Processor" BaseType="Processor.v1_5_1.Processor"/>
+ </Schema>
+
+ <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_6_0">
+ <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
+ <Annotation Term="Redfish.Release" String="2019.3"/>
+ <Annotation Term="OData.Description" String="This version was created to add a reset action for a processor."/>
+ <EntityType Name="Processor" BaseType="Processor.v1_5_2.Processor"/>
+ </Schema>
+
</edmx:DataServices>
</edmx:Edmx>
OpenPOWER on IntegriCloud