summaryrefslogtreecommitdiff
path: root/static/redfish/v1/schema/VolumeCollection_v1.xml
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2019-01-03 00:41:37 +0300
committerEd Tanous <ed.tanous@intel.com>2019-01-07 22:44:11 +0300
commit530520eae687a10f2fb03d2ce23ca4188b0e2440 (patch)
tree7ddd31fc5a534f724b08a33df8c3ddacaf754b79 /static/redfish/v1/schema/VolumeCollection_v1.xml
parentbc0bd6e0039a839576a0a674239528335be1d3aa (diff)
downloadbmcweb-530520eae687a10f2fb03d2ce23ca4188b0e2440.tar.xz
Update schema files to 2018.2
Redfish schema 2018.2 was released on September 20th, 2018. While there aren't any plans to utilize any of the new services, it makes sense to keep up to date with the latest static data. This commit was largely done automatically using the update_schemas.py script. Change-Id: Ieaa9f1ab2a47244ef201cfe9a064744d7d156745 Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Diffstat (limited to 'static/redfish/v1/schema/VolumeCollection_v1.xml')
-rw-r--r--static/redfish/v1/schema/VolumeCollection_v1.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/static/redfish/v1/schema/VolumeCollection_v1.xml b/static/redfish/v1/schema/VolumeCollection_v1.xml
index 919b169f77..c8aac4a1a2 100644
--- a/static/redfish/v1/schema/VolumeCollection_v1.xml
+++ b/static/redfish/v1/schema/VolumeCollection_v1.xml
@@ -5,7 +5,7 @@
<!--# -->
<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
<!--# available at http://www.dmtf.org/standards/redfish -->
-<!--# Copyright 2014-2017 Distributed Management Task Force, Inc. (DMTF). -->
+<!--# Copyright 2014-2018 DMTF. -->
<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
<!--################################################################################ -->
<!---->
@@ -33,7 +33,8 @@
<Annotation Term="Redfish.OwningEntity" String="DMTF"/>
<EntityType Name="VolumeCollection" BaseType="Resource.v1_0_0.ResourceCollection">
- <Annotation Term="OData.Description" String="A Collection of Storage resource instances."/>
+ <Annotation Term="OData.Description" String="A Collection of Volume resource instances."/>
+ <Annotation Term="OData.LongDescription" String="This resource shall be used to represent a Resource Collection of Volume instances for a Redfish implementation."/>
<Annotation Term="Capabilities.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="true"/>
@@ -50,13 +51,23 @@
<PropertyValue Property="Deletable" Bool="false"/>
</Record>
</Annotation>
+ <Annotation Term="Redfish.Uris">
+ <Collection>
+ <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Volumes</String>
+ <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Volumes</String>
+ <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Volumes</String>
+ </Collection>
+ </Annotation>
<NavigationProperty Name="Members" Type="Collection(Volume.Volume)">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
<Annotation Term="OData.Description" String="Contains the members of this collection."/>
+ <Annotation Term="OData.LongDescription" String="This property shall contain an array of references to the members of this collection."/>
<Annotation Term="OData.AutoExpandReferences"/>
+ <Annotation Term="Redfish.Required"/>
</NavigationProperty>
</EntityType>
</Schema>
+
</edmx:DataServices>
</edmx:Edmx>