12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
22bde4061SEd Tanous<!---->
32bde4061SEd Tanous<!--################################################################################       -->
4*f2a8e57eSGunnar Mills<!--# Redfish Schema:  Aggregate v1.0.3                                                    -->
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*f2a8e57eSGunnar Mills<!--# Copyright 2014-2024 DMTF.                                                            -->
92bde4061SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
102bde4061SEd Tanous<!--################################################################################       -->
112bde4061SEd Tanous<!---->
122bde4061SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
132bde4061SEd Tanous
142bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
152bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
162bde4061SEd Tanous  </edmx:Reference>
172bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
182bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
192bde4061SEd Tanous  </edmx:Reference>
202bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
212bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
222bde4061SEd Tanous  </edmx:Reference>
232bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
242bde4061SEd Tanous    <edmx:Include Namespace="Resource"/>
252bde4061SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
262bde4061SEd Tanous  </edmx:Reference>
272bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
282bde4061SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
292bde4061SEd Tanous    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
302bde4061SEd Tanous  </edmx:Reference>
312bde4061SEd Tanous
322bde4061SEd Tanous  <edmx:DataServices>
332bde4061SEd Tanous
342bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Aggregate">
352bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
36*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
372bde4061SEd Tanous
382bde4061SEd Tanous      <EntityType Name="Aggregate" BaseType="Resource.v1_0_0.Resource" Abstract="true">
39*f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The `Aggregate` schema describes a grouping method for an aggregation service.  Aggregates are formal groups of resources that are more persistent than ad hoc groupings."/>
402bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource shall represent an aggregation service grouping method for a Redfish implementation."/>
412bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
422bde4061SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
432bde4061SEd Tanous          <Record>
442bde4061SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
452bde4061SEd Tanous          </Record>
462bde4061SEd Tanous        </Annotation>
472bde4061SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
482bde4061SEd Tanous          <Record>
492bde4061SEd Tanous            <PropertyValue Property="Updatable" Bool="false"/>
502bde4061SEd Tanous          </Record>
512bde4061SEd Tanous        </Annotation>
522bde4061SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
532bde4061SEd Tanous          <Record>
542bde4061SEd Tanous            <PropertyValue Property="Deletable" Bool="true"/>
552bde4061SEd Tanous          </Record>
562bde4061SEd Tanous        </Annotation>
572bde4061SEd Tanous        <Annotation Term="Redfish.Uris">
582bde4061SEd Tanous          <Collection>
592bde4061SEd Tanous            <String>/redfish/v1/AggregationService/Aggregates/{AggregateId}</String>
602bde4061SEd Tanous          </Collection>
612bde4061SEd Tanous        </Annotation>
622bde4061SEd Tanous      </EntityType>
632bde4061SEd Tanous
642bde4061SEd Tanous      <Action Name="Reset" IsBound="true">
652bde4061SEd Tanous        <Annotation Term="OData.Description" String="This action is used to reset a collection of resources.  For example, this could be an aggregate or a list of computer systems."/>
662bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This action shall perform a reset of a collection of resources."/>
672bde4061SEd Tanous        <Parameter Name="Aggregate" Type="Aggregate.v1_0_0.Actions"/>
682bde4061SEd Tanous        <Parameter Name="DelayBetweenBatchesInSeconds" Type="Edm.Int64">
692bde4061SEd Tanous          <Annotation Term="OData.Description" String="The delay of the batches of elements being reset in seconds."/>
702bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the delay of the batches of elements being reset in seconds."/>
712bde4061SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
722bde4061SEd Tanous          <Annotation Term="Measures.Unit" String="s"/>
732bde4061SEd Tanous        </Parameter>
742bde4061SEd Tanous        <Parameter Name="BatchSize" Type="Edm.Int64">
752bde4061SEd Tanous          <Annotation Term="OData.Description" String="The number of elements in each batch being reset."/>
762bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the number of elements in each batch simultaneously being issued a reset."/>
772bde4061SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
782bde4061SEd Tanous        </Parameter>
792bde4061SEd Tanous        <Parameter Name="ResetType" Type="Resource.ResetType">
802bde4061SEd Tanous          <Annotation Term="OData.Description" String="The type of reset."/>
812bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset.  The service can accept a request without the parameter and perform an implementation-specific default reset."/>
822bde4061SEd Tanous        </Parameter>
832bde4061SEd Tanous      </Action>
842bde4061SEd Tanous
852bde4061SEd Tanous      <Action Name="SetDefaultBootOrder" IsBound="true">
862bde4061SEd Tanous        <Annotation Term="OData.Description" String="This action is used to restore the boot order to the default state for the computer systems that are members of this aggregate."/>
872bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This action shall restore the boot order to the default state for the computer systems that are members of this aggregate."/>
882bde4061SEd Tanous        <Parameter Name="Aggregate" Type="Aggregate.v1_0_0.Actions"/>
892bde4061SEd Tanous      </Action>
902bde4061SEd Tanous
912bde4061SEd Tanous      <Action Name="AddElements" IsBound="true">
922bde4061SEd Tanous        <Annotation Term="OData.Description" String="This action is used to add one or more resources to the aggregate."/>
93*f2a8e57eSGunnar Mills        <Annotation Term="OData.LongDescription" String="This action shall add one or more resources to the aggregate, with the result that the resources are included in the `Elements` array of the aggregate."/>
942bde4061SEd Tanous        <Parameter Name="Aggregate" Type="Aggregate.v1_0_0.Actions"/>
952bde4061SEd Tanous        <Parameter Name="Elements" Type="Collection(Resource.Resource)" Nullable="false">
96*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="An array of resource links to add to the `Elements` array."/>
97*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This parameter shall contain an array of links to the specified resources to add to the aggregate's `Elements` array."/>
982bde4061SEd Tanous        </Parameter>
992bde4061SEd Tanous      </Action>
1002bde4061SEd Tanous
1012bde4061SEd Tanous      <Action Name="RemoveElements" IsBound="true">
1022bde4061SEd Tanous        <Annotation Term="OData.Description" String="This action is used to remove one or more resources from the aggregate."/>
103*f2a8e57eSGunnar Mills        <Annotation Term="OData.LongDescription" String="This action shall remove one or more resources from the aggregate, with the result that the resources are removed from the `Elements` array of the aggregate."/>
1042bde4061SEd Tanous        <Parameter Name="Aggregate" Type="Aggregate.v1_0_0.Actions"/>
1052bde4061SEd Tanous        <Parameter Name="Elements" Type="Collection(Resource.Resource)" Nullable="false">
106*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="An array of resource links to remove from the `Elements` array."/>
107*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This parameter shall contain an array of links to the specified resources to remove from the aggregate's `Elements` array."/>
1082bde4061SEd Tanous        </Parameter>
1092bde4061SEd Tanous      </Action>
1102bde4061SEd Tanous    </Schema>
1112bde4061SEd Tanous
1122bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Aggregate.v1_0_0">
1132bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1142bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2020.2"/>
1152bde4061SEd Tanous
1162bde4061SEd Tanous      <EntityType Name="Aggregate" BaseType="Aggregate.Aggregate">
1172bde4061SEd Tanous        <NavigationProperty Name="Elements" Type="Collection(Resource.Resource)">
1182bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1192bde4061SEd Tanous          <Annotation Term="OData.Description" String="The elements of this aggregate."/>
1202bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to the elements of this aggregate."/>
1212bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1222bde4061SEd Tanous          <Annotation Term="Redfish.Required"/>
1232bde4061SEd Tanous          <Annotation Term="Redfish.RequiredOnCreate"/>
1242bde4061SEd Tanous        </NavigationProperty>
1252bde4061SEd Tanous        <Property Name="ElementsCount" Type="Edm.Int64">
1262bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
127*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The number of entries in the `Elements` array."/>
128*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the number of entries in the `Elements` array."/>
1292bde4061SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
1302bde4061SEd Tanous        </Property>
1312bde4061SEd Tanous        <Property Name="Actions" Type="Aggregate.v1_0_0.Actions" Nullable="false">
1322bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
1332bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
1342bde4061SEd Tanous        </Property>
1352bde4061SEd Tanous      </EntityType>
1362bde4061SEd Tanous
1372bde4061SEd Tanous      <ComplexType Name="Actions">
1382bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1392bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
1402bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1412bde4061SEd Tanous        <Property Name="Oem" Type="Aggregate.v1_0_0.OemActions" Nullable="false">
1422bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1432bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1442bde4061SEd Tanous        </Property>
1452bde4061SEd Tanous      </ComplexType>
1462bde4061SEd Tanous
1472bde4061SEd Tanous      <ComplexType Name="OemActions">
1482bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
1492bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1502bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1512bde4061SEd Tanous      </ComplexType>
1522bde4061SEd Tanous    </Schema>
1532bde4061SEd Tanous
1542bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Aggregate.v1_0_1">
1552bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1562bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1572bde4061SEd Tanous      <EntityType Name="Aggregate" BaseType="Aggregate.v1_0_0.Aggregate"/>
1582bde4061SEd Tanous    </Schema>
1592bde4061SEd Tanous
1602bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Aggregate.v1_0_2">
1612bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1622bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1632bde4061SEd Tanous      <EntityType Name="Aggregate" BaseType="Aggregate.v1_0_1.Aggregate"/>
1642bde4061SEd Tanous    </Schema>
1652bde4061SEd Tanous
166*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Aggregate.v1_0_3">
167*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
168*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
169*f2a8e57eSGunnar Mills      <EntityType Name="Aggregate" BaseType="Aggregate.v1_0_2.Aggregate"/>
170*f2a8e57eSGunnar Mills    </Schema>
171*f2a8e57eSGunnar Mills
1722bde4061SEd Tanous  </edmx:DataServices>
1732bde4061SEd Tanous</edmx:Edmx>
174