12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?> 22bde4061SEd Tanous<!----> 32bde4061SEd Tanous<!--################################################################################ --> 42bde4061SEd Tanous<!--# Redfish Schema: EndpointGroupCollection --> 52bde4061SEd Tanous<!--# --> 62bde4061SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 72bde4061SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish --> 8*d125652eSGunnar Mills<!--# Copyright 2014-2025 DMTF. --> 92bde4061SEd Tanous<!--# Portions Copyright 2015-2020 Storage Networking Industry Association (SNIA), USA. --> 102bde4061SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 112bde4061SEd Tanous<!--################################################################################ --> 122bde4061SEd Tanous<!----> 132bde4061SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 142bde4061SEd Tanous 152bde4061SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 162bde4061SEd Tanous <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 172bde4061SEd Tanous </edmx:Reference> 182bde4061SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 192bde4061SEd Tanous <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 202bde4061SEd Tanous </edmx:Reference> 212bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 222bde4061SEd Tanous <edmx:Include Namespace="Resource.v1_0_0"/> 232bde4061SEd Tanous </edmx:Reference> 242bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 252bde4061SEd Tanous <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 262bde4061SEd Tanous </edmx:Reference> 272bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EndpointGroup_v1.xml"> 282bde4061SEd Tanous <edmx:Include Namespace="EndpointGroup"/> 292bde4061SEd Tanous </edmx:Reference> 302bde4061SEd Tanous 312bde4061SEd Tanous <edmx:DataServices> 322bde4061SEd Tanous 332bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EndpointGroupCollection"> 342bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 35f2a8e57eSGunnar Mills <Annotation Term="Redfish.Language" String="en"/> 362bde4061SEd Tanous 372bde4061SEd Tanous <EntityType Name="EndpointGroupCollection" BaseType="Resource.v1_0_0.ResourceCollection"> 38f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The collection of `EndpointGroup` resource instances."/> 39f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This resource shall represent a resource collection of `EndpointGroup` instances for a Redfish implementation."/> 402bde4061SEd Tanous <Annotation Term="Capabilities.InsertRestrictions"> 412bde4061SEd Tanous <Record> 422bde4061SEd Tanous <PropertyValue Property="Insertable" Bool="true"/> 43f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="Clients can `POST` to the endpoint group collection to add a new endpoint group."/> 442bde4061SEd Tanous </Record> 452bde4061SEd Tanous </Annotation> 462bde4061SEd Tanous <Annotation Term="Capabilities.UpdateRestrictions"> 472bde4061SEd Tanous <Record> 482bde4061SEd Tanous <PropertyValue Property="Updatable" Bool="false"/> 492bde4061SEd Tanous </Record> 502bde4061SEd Tanous </Annotation> 512bde4061SEd Tanous <Annotation Term="Capabilities.DeleteRestrictions"> 522bde4061SEd Tanous <Record> 532bde4061SEd Tanous <PropertyValue Property="Deletable" Bool="false"/> 542bde4061SEd Tanous </Record> 552bde4061SEd Tanous </Annotation> 562bde4061SEd Tanous <Annotation Term="Redfish.Uris"> 572bde4061SEd Tanous <Collection> 582bde4061SEd Tanous <String>/redfish/v1/Storage/{StorageId}/EndpointGroups</String> 592bde4061SEd Tanous <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/EndpointGroups</String> 602bde4061SEd Tanous <String>/redfish/v1/StorageServices/{StorageServiceId}/EndpointGroups</String> 612bde4061SEd Tanous <String>/redfish/v1/Fabrics/{FabricId}/EndpointGroups</String> 622bde4061SEd Tanous </Collection> 632bde4061SEd Tanous </Annotation> 642bde4061SEd Tanous <NavigationProperty Name="Members" Type="Collection(EndpointGroup.EndpointGroup)"> 652bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 662bde4061SEd Tanous <Annotation Term="OData.Description" String="The members of this collection."/> 672bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to the members of this collection."/> 682bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 692bde4061SEd Tanous <Annotation Term="Redfish.Required"/> 702bde4061SEd Tanous </NavigationProperty> 712bde4061SEd Tanous </EntityType> 722bde4061SEd Tanous </Schema> 732bde4061SEd Tanous 742bde4061SEd Tanous </edmx:DataServices> 752bde4061SEd Tanous</edmx:Edmx> 76