blob: 1597fe770c221f70b15e43be7ef38f84e50dcf7d [file] [log] [blame]
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
4<!--# Redfish Schema: EndpointGroupCollection -->
5<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
8<!--# Copyright 2020 DMTF. -->
9<!--# Portions Copyright 2015-2020 Storage Networking Industry Association (SNIA), USA. -->
10<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
11<!--################################################################################ -->
12<!---->
13<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
14
15 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
16 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
17 </edmx:Reference>
18 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
19 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
20 </edmx:Reference>
21 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
22 <edmx:Include Namespace="Resource.v1_0_0"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
25 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EndpointGroup_v1.xml">
28 <edmx:Include Namespace="EndpointGroup"/>
29 </edmx:Reference>
30
31 <edmx:DataServices>
32
33 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EndpointGroupCollection">
34 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
35
36 <EntityType Name="EndpointGroupCollection" BaseType="Resource.v1_0_0.ResourceCollection">
37 <Annotation Term="OData.Description" String="The collection of EndpointGroup resource instances."/>
38 <Annotation Term="OData.LongDescription" String="This resource shall represent a resource collection of EndpointGroup instances for a Redfish implementation."/>
39 <Annotation Term="Capabilities.InsertRestrictions">
40 <Record>
41 <PropertyValue Property="Insertable" Bool="true"/>
42 <Annotation Term="OData.Description" String="Clients can POST to the endpoint group collection to add a new endpoint group."/>
43 </Record>
44 </Annotation>
45 <Annotation Term="Capabilities.UpdateRestrictions">
46 <Record>
47 <PropertyValue Property="Updatable" Bool="false"/>
48 </Record>
49 </Annotation>
50 <Annotation Term="Capabilities.DeleteRestrictions">
51 <Record>
52 <PropertyValue Property="Deletable" Bool="false"/>
53 </Record>
54 </Annotation>
55 <Annotation Term="Redfish.Uris">
56 <Collection>
57 <String>/redfish/v1/Storage/{StorageId}/EndpointGroups</String>
58 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/EndpointGroups</String>
59 <String>/redfish/v1/StorageServices/{StorageServiceId}/EndpointGroups</String>
60 <String>/redfish/v1/Fabrics/{FabricId}/EndpointGroups</String>
61 </Collection>
62 </Annotation>
63 <NavigationProperty Name="Members" Type="Collection(EndpointGroup.EndpointGroup)">
64 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
65 <Annotation Term="OData.Description" String="The members of this collection."/>
66 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to the members of this collection."/>
67 <Annotation Term="OData.AutoExpandReferences"/>
68 <Annotation Term="Redfish.Required"/>
69 </NavigationProperty>
70 </EntityType>
71 </Schema>
72
73 </edmx:DataServices>
74</edmx:Edmx>