summaryrefslogtreecommitdiff
path: root/static/redfish/v1/schema/Power_v1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'static/redfish/v1/schema/Power_v1.xml')
-rw-r--r--static/redfish/v1/schema/Power_v1.xml30
1 files changed, 29 insertions, 1 deletions
diff --git a/static/redfish/v1/schema/Power_v1.xml b/static/redfish/v1/schema/Power_v1.xml
index 20f501c64e..dfa6282553 100644
--- a/static/redfish/v1/schema/Power_v1.xml
+++ b/static/redfish/v1/schema/Power_v1.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!---->
<!--################################################################################ -->
-<!--# Redfish Schema: Power v1.5.4 -->
+<!--# Redfish Schema: Power 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 -->
@@ -69,6 +69,27 @@
</Annotation>
</EntityType>
+ <Action Name="PowerSupplyReset" IsBound="true">
+ <Parameter Name="Power" Type="Power.v1_3_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 shall perform a `GracefulRestart`."/>
+ </Parameter>
+ <Parameter Name="MemberId" Type="Edm.String" Nullable="false">
+ <Annotation Term="OData.Description" String="The MemberId of the power supply within the PowerSupplies array on which to perform the reset."/>
+ <Annotation Term="OData.LongDescription" String="This parameter shall contain the identifier of the member within the PowerSupplies array on which to perform the reset."/>
+ </Parameter>
+ <Annotation Term="OData.Description" String="This action resets the targeted power supply."/>
+ <Annotation Term="OData.LongDescription" String="This action shall reset a power supply specified by the MemberId from the PowerSupplies array. A `GracefulRestart` ResetType shall reset the power supply but shall not affect the power output. A `ForceRestart` ResetType may affect the power supply output."/>
+ <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="Power.v1_0_0">
@@ -1016,5 +1037,12 @@
<EntityType Name="Power" BaseType="Power.v1_5_3.Power"/>
</Schema>
+ <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_6_0">
+ <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
+ <Annotation Term="Redfish.Release" String="2019.3"/>
+ <EntityType Name="Power" BaseType="Power.v1_5_4.Power"/>
+ <Annotation Term="OData.Description" String="This version was created to add a reset action for individual power supplies."/>
+ </Schema>
+
</edmx:DataServices>
</edmx:Edmx>