blob: d660bb9d31dd0c7b602bb497310ad55696be368c [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills9d424662021-09-22 21:56:16 -05004<!--# Redfish Schema: Manager v1.13.0 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05008<!--# Copyright 2014-2021 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
22 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
25 <edmx:Include Namespace="Resource"/>
26 <edmx:Include Namespace="Resource.v1_0_0"/>
27 </edmx:Reference>
28 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ComputerSystem_v1.xml">
29 <edmx:Include Namespace="ComputerSystem"/>
30 </edmx:Reference>
31 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
32 <edmx:Include Namespace="Chassis"/>
33 </edmx:Reference>
34 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EthernetInterfaceCollection_v1.xml">
35 <edmx:Include Namespace="EthernetInterfaceCollection"/>
36 </edmx:Reference>
37 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ManagerNetworkProtocol_v1.xml">
38 <edmx:Include Namespace="ManagerNetworkProtocol"/>
39 </edmx:Reference>
40 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/VirtualMediaCollection_v1.xml">
41 <edmx:Include Namespace="VirtualMediaCollection"/>
42 </edmx:Reference>
43 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SerialInterfaceCollection_v1.xml">
44 <edmx:Include Namespace="SerialInterfaceCollection"/>
45 </edmx:Reference>
46 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
47 <edmx:Include Namespace="Redundancy"/>
48 </edmx:Reference>
49 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogServiceCollection_v1.xml">
50 <edmx:Include Namespace="LogServiceCollection"/>
51 </edmx:Reference>
52 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/HostInterfaceCollection_v1.xml">
53 <edmx:Include Namespace="HostInterfaceCollection"/>
54 </edmx:Reference>
55 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Switch_v1.xml">
56 <edmx:Include Namespace="Switch"/>
57 </edmx:Reference>
Ed Tanous530520e2019-01-02 13:41:37 -080058 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AccountService_v1.xml">
59 <edmx:Include Namespace="AccountService"/>
60 </edmx:Reference>
Ed Tanouscb103132019-10-08 11:34:22 -070061 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml">
62 <edmx:Include Namespace="SoftwareInventory"/>
63 </edmx:Reference>
Gunnar Mills10f270b2021-05-19 15:34:06 -050064 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PortCollection_v1.xml">
65 <edmx:Include Namespace="PortCollection"/>
66 </edmx:Reference>
Gunnar Mills9d424662021-09-22 21:56:16 -050067 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
68 <edmx:Include Namespace="CertificateCollection"/>
69 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070070
71 <edmx:DataServices>
72
73 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager">
74 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
75
76 <EntityType Name="Manager" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Mills844b4152020-06-22 12:44:09 -050077 <Annotation Term="OData.Description" String="In Redfish, a manager is a systems management entity that can implement or provide access to a Redfish service. Examples of managers are BMCs, enclosure managers, management controllers, and other subsystems that are assigned manageability functions. An implementation can have multiple managers, which might be directly accessible through a Redfish-defined interface."/>
Gunnar Millsa778c022020-05-12 12:20:36 -050078 <Annotation Term="OData.LongDescription" String="This resource shall represent a management subsystem for a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070079 <Annotation Term="Capabilities.InsertRestrictions">
80 <Record>
81 <PropertyValue Property="Insertable" Bool="false"/>
82 </Record>
83 </Annotation>
84 <Annotation Term="Capabilities.UpdateRestrictions">
85 <Record>
86 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070087 <Annotation Term="OData.Description" String="Writable properties, such as date and time settings, can be updated for managers."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070088 </Record>
89 </Annotation>
90 <Annotation Term="Capabilities.DeleteRestrictions">
91 <Record>
92 <PropertyValue Property="Deletable" Bool="false"/>
93 </Record>
94 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080095 <Annotation Term="Redfish.Uris">
96 <Collection>
97 <String>/redfish/v1/Managers/{ManagerId}</String>
98 </Collection>
99 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700100 </EntityType>
101
102 <Action Name="Reset" IsBound="true">
Gunnar Millsa778c022020-05-12 12:20:36 -0500103 <Annotation Term="OData.Description" String="The reset action resets/reboots the manager."/>
104 <Annotation Term="OData.LongDescription" String="This action shall reset the manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700105 <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/>
106 <Parameter Name="ResetType" Type="Resource.ResetType">
Ed Tanouscb103132019-10-08 11:34:22 -0700107 <Annotation Term="OData.Description" String="The type of reset."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500108 <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. Services should include the @Redfish.AllowableValues annotation for this parameter to ensure compatibility with clients, even when ActionInfo has been implemented."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700109 </Parameter>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700110 </Action>
111
112 <Action Name="ForceFailover" IsBound="true">
113 <Annotation Term="OData.Description" String="The ForceFailover action forces a failover of this manager to the manager used in the parameter."/>
114 <Annotation Term="OData.LongDescription" String="This action shall perform a forced failover of the manager's redundancy to the manager supplied as a parameter."/>
115 <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/>
116 <Parameter Name="NewManager" Type="Manager.Manager" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700117 <Annotation Term="OData.Description" String="The manager to which to fail over."/>
118 <Annotation Term="OData.LongDescription" String="This parameter shall contain the manager to which to fail over."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700119 </Parameter>
120 </Action>
121
122 <Action Name="ModifyRedundancySet" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700123 <Annotation Term="OData.Description" String="The ModifyRedundancySet operation adds members to or removes members from a redundant group of managers."/>
124 <Annotation Term="OData.LongDescription" String="The ModifyRedundancySet operation shall add members to or remove members from a redundant group of managers."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700125 <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/>
126 <Parameter Name="Add" Type="Collection(Manager.Manager)">
Ed Tanouscb103132019-10-08 11:34:22 -0700127 <Annotation Term="OData.Description" String="An array of managers to add to the redundancy set."/>
128 <Annotation Term="OData.LongDescription" String="This parameter shall contain an array of managers to add to the redundancy set."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700129 </Parameter>
130 <Parameter Name="Remove" Type="Collection(Manager.Manager)">
Ed Tanouscb103132019-10-08 11:34:22 -0700131 <Annotation Term="OData.Description" String="An array of managers to remove from the redundancy set."/>
132 <Annotation Term="OData.LongDescription" String="This parameter shall contain an array of managers to remove from the redundancy set."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700133 </Parameter>
134 </Action>
135
Gunnar Millsa778c022020-05-12 12:20:36 -0500136 <Action Name="ResetToDefaults" IsBound="true">
Gunnar Mills10f270b2021-05-19 15:34:06 -0500137 <Annotation Term="OData.Description" String="The reset action resets the manager settings to factory defaults. This can cause the manager to reset."/>
138 <Annotation Term="OData.LongDescription" String="This action shall reset the manager settings. This action can impact other resources."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500139 <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/>
140 <Parameter Name="ResetType" Type="Manager.v1_8_0.ResetToDefaultsType" Nullable="false">
141 <Annotation Term="OData.Description" String="The type of reset to defaults."/>
142 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset to defaults."/>
143 </Parameter>
144 <Annotation Term="Redfish.Revisions">
145 <Collection>
146 <Record>
147 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
148 <PropertyValue Property="Version" String="v1_8_0"/>
149 </Record>
150 </Collection>
151 </Annotation>
152 </Action>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700153 </Schema>
154
155 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_0">
156 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600157 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700158
159 <EntityType Name="Manager" BaseType="Manager.Manager">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700160 <Property Name="ManagerType" Type="Manager.v1_0_0.ManagerType" Nullable="false">
161 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500162 <Annotation Term="OData.Description" String="The type of manager that this resource represents."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700163 <Annotation Term="OData.LongDescription" String="This property shall describe the function of this manager. The `ManagementController` value shall be used if none of the other enumerations apply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700164 </Property>
165 <Property Name="Links" Type="Manager.v1_0_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500166 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500167 <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700168 </Property>
169 <NavigationProperty Name="EthernetInterfaces" Type="EthernetInterfaceCollection.EthernetInterfaceCollection" ContainsTarget="true" Nullable="false">
170 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700171 <Annotation Term="OData.Description" String="The link to a collection of NICs that this manager uses for network communication."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500172 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type EthernetInterfaceCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700173 <Annotation Term="OData.AutoExpandReferences"/>
174 </NavigationProperty>
175 <NavigationProperty Name="SerialInterfaces" Type="SerialInterfaceCollection.SerialInterfaceCollection" ContainsTarget="true" Nullable="false">
176 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700177 <Annotation Term="OData.Description" String="The link to a collection of serial interfaces that this manager uses for serial and console communication."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500178 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type SerialInterfaceCollection, which this manager uses."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700179 <Annotation Term="OData.AutoExpandReferences"/>
180 </NavigationProperty>
181 <NavigationProperty Name="NetworkProtocol" Type="ManagerNetworkProtocol.ManagerNetworkProtocol" ContainsTarget="true" Nullable="false">
182 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700183 <Annotation Term="OData.Description" String="The link to the network services and their settings that the manager controls."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500184 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type ManagerNetworkProtocol, which represents the network services for this manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700185 <Annotation Term="OData.AutoExpandReferences"/>
186 </NavigationProperty>
187 <NavigationProperty Name="LogServices" Type="LogServiceCollection.LogServiceCollection" ContainsTarget="true" Nullable="false">
188 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700189 <Annotation Term="OData.Description" String="The link to a collection of logs that the manager uses."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500190 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type LogServiceCollection that this manager uses."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700191 <Annotation Term="OData.AutoExpandReferences"/>
192 </NavigationProperty>
193 <NavigationProperty Name="VirtualMedia" Type="VirtualMediaCollection.VirtualMediaCollection" ContainsTarget="true" Nullable="false">
194 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700195 <Annotation Term="OData.Description" String="The link to the Virtual Media services for this particular manager."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500196 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type VirtualMediaCollection, which this manager uses."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700197 <Annotation Term="OData.AutoExpandReferences"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500198 <Annotation Term="Redfish.Revisions">
199 <Collection>
200 <Record>
201 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
202 <PropertyValue Property="Version" String="v1_10_0"/>
203 <PropertyValue Property="Description" String="This property has been deprecated in favor of the VirtualMedia property in the ComputerSystem resource."/>
204 </Record>
205 </Collection>
206 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700207 </NavigationProperty>
208 <Property Name="ServiceEntryPointUUID" Type="Resource.UUID">
209 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500210 <Annotation Term="OData.Description" String="The UUID of the Redfish service that is hosted by this manager."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500211 <Annotation Term="OData.LongDescription" String="This property shall contain the UUID of the Redfish service that is hosted by this manager. Each manager providing an entry point to the same Redfish service shall report the same UUID value, even though the name of the property may imply otherwise. This property shall not be present if this manager does not provide a Redfish service entry point."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700212 </Property>
213 <Property Name="UUID" Type="Resource.UUID">
214 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700215 <Annotation Term="OData.Description" String="The UUID for this manager."/>
216 <Annotation Term="OData.LongDescription" String="This property shall contain the UUID for the manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700217 </Property>
218 <Property Name="Model" Type="Edm.String">
219 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700220 <Annotation Term="OData.Description" String="The model information of this manager, as defined by the manufacturer."/>
221 <Annotation Term="OData.LongDescription" String="This property shall contain the information about how the manufacturer refers to this manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700222 </Property>
223 <Property Name="DateTime" Type="Edm.DateTimeOffset">
224 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500225 <Annotation Term="OData.Description" String="The current date and time with UTC offset of the manager."/>
226 <Annotation Term="OData.LongDescription" String="This property shall contain the current date and time with UTC offset of the manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700227 </Property>
228 <Property Name="DateTimeLocalOffset" Type="Edm.String">
229 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700230 <Annotation Term="OData.Description" String="The time offset from UTC that the DateTime property is in `+HH:MM` format."/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500231 <Annotation Term="OData.LongDescription" String="This property shall contain the offset from UTC time that the DateTime property contains. If both DateTime and DateTimeLocalOffset are provided in modification requests, services shall apply DateTimeLocalOffset after DateTime is applied."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700232 <Annotation Term="Validation.Pattern" String="^([-+][0-1][0-9]:[0-5][0-9])$"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700233 </Property>
234 <Property Name="FirmwareVersion" Type="Edm.String">
235 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700236 <Annotation Term="OData.Description" String="The firmware version of this manager."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600237 <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for the associated manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700238 </Property>
239 <Property Name="SerialConsole" Type="Manager.v1_0_0.SerialConsole" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700240 <Annotation Term="OData.Description" String="The serial console service that this manager provides."/>
241 <Annotation Term="OData.LongDescription" String="This property shall contain information about the serial console service of this manager."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500242 <Annotation Term="Redfish.Revisions">
243 <Collection>
244 <Record>
245 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
246 <PropertyValue Property="Version" String="v1_10_0"/>
247 <PropertyValue Property="Description" String="This property has been deprecated in favor of the SerialConsole property in the ComputerSystem resource."/>
248 </Record>
249 </Collection>
250 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700251 </Property>
252 <Property Name="CommandShell" Type="Manager.v1_0_0.CommandShell" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700253 <Annotation Term="OData.Description" String="The command shell service that this manager provides."/>
254 <Annotation Term="OData.LongDescription" String="This property shall contain information about the command shell service of this manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700255 </Property>
256 <Property Name="GraphicalConsole" Type="Manager.v1_0_0.GraphicalConsole" Nullable="false">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500257 <Annotation Term="OData.Description" String="The information about the graphical console service of this manager."/>
258 <Annotation Term="OData.LongDescription" String="This property shall contain the information about the graphical console (KVM-IP) service of this manager. This property should be used to describe a service for the manager's console or operating system, not a service provided on behalf of a host operating system. Implementations representing host OS consoles, known generally as a KVM-IP feature, should use the GraphicalConsole property in ComputerSystem."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700259 </Property>
260 <Property Name="Actions" Type="Manager.v1_0_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500261 <Annotation Term="OData.Description" String="The available actions for this resource."/>
262 <Annotation Term="OData.LongDescription" String="The actions property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700263 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800264 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500265 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
266 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800267 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700268 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700269 <Annotation Term="OData.Description" String="The redundancy information for the managers of this system."/>
270 <Annotation Term="OData.LongDescription" String="The properties in this array shall show how this manager is grouped with other managers for form redundancy sets."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700271 <Annotation Term="OData.AutoExpand"/>
272 </NavigationProperty>
273 </EntityType>
274
275 <ComplexType Name="Actions">
276 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500277 <Annotation Term="OData.Description" String="The available actions for this resource."/>
278 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800279 <Property Name="Oem" Type="Manager.v1_0_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500280 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
281 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800282 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700283 </ComplexType>
284
285 <ComplexType Name="OemActions">
286 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500287 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
288 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700289 </ComplexType>
290
291 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500292 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
293 <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700294 <NavigationProperty Name="ManagerForServers" Type="Collection(ComputerSystem.ComputerSystem)">
295 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700296 <Annotation Term="OData.Description" String="An array of links to the systems that this manager controls."/>
297 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to computer systems over which this manager instance has control."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700298 <Annotation Term="OData.AutoExpandReferences"/>
299 </NavigationProperty>
300 <NavigationProperty Name="ManagerForChassis" Type="Collection(Chassis.Chassis)">
301 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700302 <Annotation Term="OData.Description" String="An array of links to the chassis this manager controls."/>
303 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to chassis over which this manager instance has control."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700304 <Annotation Term="OData.AutoExpandReferences"/>
305 </NavigationProperty>
306 </ComplexType>
307
308 <EnumType Name="ManagerType">
309 <Member Name="ManagementController">
Ed Tanouscb103132019-10-08 11:34:22 -0700310 <Annotation Term="OData.Description" String="A controller that primarily monitors or manages the operation of a device or system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700311 </Member>
312 <Member Name="EnclosureManager">
Ed Tanouscb103132019-10-08 11:34:22 -0700313 <Annotation Term="OData.Description" String="A controller that provides management functions for a chassis or group of devices or systems."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700314 </Member>
315 <Member Name="BMC">
Ed Tanouscb103132019-10-08 11:34:22 -0700316 <Annotation Term="OData.Description" String="A controller that provides management functions for a single computer system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700317 </Member>
318 <Member Name="RackManager">
Ed Tanouscb103132019-10-08 11:34:22 -0700319 <Annotation Term="OData.Description" String="A controller that provides management functions for a whole or part of a rack."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700320 </Member>
321 <Member Name="AuxiliaryController">
Ed Tanouscb103132019-10-08 11:34:22 -0700322 <Annotation Term="OData.Description" String="A controller that provides management functions for a particular subsystem or group of devices."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700323 </Member>
324 <Member Name="Service">
Ed Tanouscb103132019-10-08 11:34:22 -0700325 <Annotation Term="OData.Description" String="A software-based service that provides management functions."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600326 <Annotation Term="Redfish.Revisions">
327 <Collection>
328 <Record>
329 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
330 <PropertyValue Property="Version" String="v1_4_0"/>
331 </Record>
332 </Collection>
333 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700334 </Member>
335 </EnumType>
336
337 <ComplexType Name="ManagerService" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700338 <Annotation Term="OData.Description" String="The manager services, such as serial console, command shell, or graphical console service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700339 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
340 <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
341 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700342 <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this manager."/>
343 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700344 </Property>
345 <Property Name="MaxConcurrentSessions" Type="Edm.Int64" Nullable="false">
346 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700347 <Annotation Term="OData.Description" String="The maximum number of service sessions, regardless of protocol, that this manager can support."/>
348 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of concurrent service sessions that this implementation supports."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700349 <Annotation Term="Validation.Minimum" Int="0"/>
350 </Property>
351 </ComplexType>
352
353 <EnumType Name="SerialConnectTypesSupported">
354 <Member Name="SSH">
Ed Tanouscb103132019-10-08 11:34:22 -0700355 <Annotation Term="OData.Description" String="The controller supports a serial console connection through the SSH protocol."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700356 </Member>
357 <Member Name="Telnet">
Ed Tanouscb103132019-10-08 11:34:22 -0700358 <Annotation Term="OData.Description" String="The controller supports a serial console connection through the Telnet protocol."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700359 </Member>
360 <Member Name="IPMI">
Ed Tanouscb103132019-10-08 11:34:22 -0700361 <Annotation Term="OData.Description" String="The controller supports a serial console connection through the IPMI Serial Over LAN (SOL) protocol."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700362 </Member>
363 <Member Name="Oem">
Ed Tanouscb103132019-10-08 11:34:22 -0700364 <Annotation Term="OData.Description" String="The controller supports a serial console connection through an OEM-specific protocol."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700365 </Member>
366 </EnumType>
367
368 <EnumType Name="CommandConnectTypesSupported">
369 <Member Name="SSH">
Ed Tanouscb103132019-10-08 11:34:22 -0700370 <Annotation Term="OData.Description" String="The controller supports a command shell connection through the SSH protocol."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700371 </Member>
372 <Member Name="Telnet">
Ed Tanouscb103132019-10-08 11:34:22 -0700373 <Annotation Term="OData.Description" String="The controller supports a command shell connection through the Telnet protocol."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700374 </Member>
375 <Member Name="IPMI">
Ed Tanouscb103132019-10-08 11:34:22 -0700376 <Annotation Term="OData.Description" String="The controller supports a command shell connection through the IPMI Serial Over LAN (SOL) protocol."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700377 </Member>
378 <Member Name="Oem">
Ed Tanouscb103132019-10-08 11:34:22 -0700379 <Annotation Term="OData.Description" String="The controller supports a command shell connection through an OEM-specific protocol."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700380 </Member>
381 </EnumType>
382
383 <EnumType Name="GraphicalConnectTypesSupported">
384 <Member Name="KVMIP">
Ed Tanouscb103132019-10-08 11:34:22 -0700385 <Annotation Term="OData.Description" String="The controller supports a graphical console connection through a KVM-IP (redirection of Keyboard, Video, Mouse over IP) protocol."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700386 </Member>
387 <Member Name="Oem">
Ed Tanouscb103132019-10-08 11:34:22 -0700388 <Annotation Term="OData.Description" String="The controller supports a graphical console connection through an OEM-specific protocol."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700389 </Member>
390 </EnumType>
391
392 <ComplexType Name="SerialConsole" BaseType="Manager.v1_0_0.ManagerService">
393 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700394 <Annotation Term="OData.Description" String="The information about a serial console service that this manager provides."/>
395 <Annotation Term="OData.LongDescription" String="This type shall describe a serial console service for a manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700396 <Property Name="ConnectTypesSupported" Type="Collection(Manager.v1_0_0.SerialConnectTypesSupported)" Nullable="false">
397 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700398 <Annotation Term="OData.Description" String="This property enumerates the serial console connection types that the implementation allows."/>
399 <Annotation Term="OData.LongDescription" String="This property shall contain an array of the enumerations. SSH shall be included if the Secure Shell (SSH) protocol is supported. Telnet shall be included if the Telnet protocol is supported. IPMI shall be included if the IPMI Serial Over LAN (SOL) protocol is supported."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700400 </Property>
401 </ComplexType>
402
403 <ComplexType Name="CommandShell" BaseType="Manager.v1_0_0.ManagerService">
404 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700405 <Annotation Term="OData.Description" String="The information about a command shell service that this manager provides."/>
406 <Annotation Term="OData.LongDescription" String="This type shall describe a command shell service for a manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700407 <Property Name="ConnectTypesSupported" Type="Collection(Manager.v1_0_0.CommandConnectTypesSupported)" Nullable="false">
408 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700409 <Annotation Term="OData.Description" String="This property enumerates the command shell connection types that the implementation allows."/>
410 <Annotation Term="OData.LongDescription" String="This property shall contain an array of the enumerations. SSH shall be included if the Secure Shell (SSH) protocol is supported. Telnet shall be included if the Telnet protocol is supported. IPMI shall be included if the IPMI Serial Over LAN (SOL) protocol is supported."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700411 </Property>
412 </ComplexType>
413
414 <ComplexType Name="GraphicalConsole" BaseType="Manager.v1_0_0.ManagerService">
415 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700416 <Annotation Term="OData.Description" String="The information about a graphical console service that this manager provides."/>
417 <Annotation Term="OData.LongDescription" String="This type shall describe a graphical console service for a manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700418 <Property Name="ConnectTypesSupported" Type="Collection(Manager.v1_0_0.GraphicalConnectTypesSupported)" Nullable="false">
419 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700420 <Annotation Term="OData.Description" String="This property enumerates the graphical console connection types that the implementation allows."/>
421 <Annotation Term="OData.LongDescription" String="This property shall contain an array of the enumerations. RDP shall be included if the Remote Desktop (RDP) protocol is supported. KVMIP shall be included if a vendor-define KVM-IP protocol is supported."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700422 </Property>
423 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700424 </Schema>
425
426 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_1">
427 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
428 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
429 <EntityType Name="Manager" BaseType="Manager.v1_0_0.Manager"/>
430 </Schema>
431
432 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_2">
433 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
434 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
435 <EntityType Name="Manager" BaseType="Manager.v1_0_1.Manager"/>
436 </Schema>
437
438 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_3">
439 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
440 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
441 <EntityType Name="Manager" BaseType="Manager.v1_0_2.Manager"/>
442 </Schema>
443
444 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_4">
445 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700446 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700447 <EntityType Name="Manager" BaseType="Manager.v1_0_3.Manager"/>
448 </Schema>
449
450 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_5">
451 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
452 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
453 <EntityType Name="Manager" BaseType="Manager.v1_0_4.Manager"/>
454 </Schema>
455
456 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_6">
457 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500458 <Annotation Term="OData.Description" String="This version was created to correct the short and long descriptions in the defined actions. It was also created to remove the `Nullable=false` term on ServiceEntryPointUUID."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700459 <EntityType Name="Manager" BaseType="Manager.v1_0_5.Manager"/>
460 </Schema>
461
Ed Tanous530520e2019-01-02 13:41:37 -0800462 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_7">
463 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
464 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
465 <EntityType Name="Manager" BaseType="Manager.v1_0_6.Manager"/>
466 </Schema>
467
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600468 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_8">
469 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500470 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600471 <EntityType Name="Manager" BaseType="Manager.v1_0_7.Manager"/>
472 </Schema>
473
Ed Tanouscb103132019-10-08 11:34:22 -0700474 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_9">
475 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
476 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
477 <EntityType Name="Manager" BaseType="Manager.v1_0_8.Manager"/>
478 </Schema>
479
480 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_10">
481 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
482 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
483 <EntityType Name="Manager" BaseType="Manager.v1_0_9.Manager"/>
484 </Schema>
485
Gunnar Millsa778c022020-05-12 12:20:36 -0500486 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_11">
487 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
488 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
489 <EntityType Name="Manager" BaseType="Manager.v1_0_10.Manager"/>
490 </Schema>
491
Gunnar Mills844b4152020-06-22 12:44:09 -0500492 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_12">
493 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
494 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
495 <EntityType Name="Manager" BaseType="Manager.v1_0_11.Manager"/>
496 </Schema>
497
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500498 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_13">
499 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
500 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
501 <EntityType Name="Manager" BaseType="Manager.v1_0_12.Manager"/>
502 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500503
Gunnar Mills262d7d42021-01-20 16:28:41 -0600504 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_14">
505 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
506 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
507 <EntityType Name="Manager" BaseType="Manager.v1_0_13.Manager"/>
508 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500509
Gunnar Mills10f270b2021-05-19 15:34:06 -0500510 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_15">
511 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
512 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
513 <EntityType Name="Manager" BaseType="Manager.v1_0_14.Manager"/>
514 </Schema>
515
Gunnar Mills9d424662021-09-22 21:56:16 -0500516 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_16">
517 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
518 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/>
519 <EntityType Name="Manager" BaseType="Manager.v1_0_15.Manager"/>
520 </Schema>
521
Jason M. Billsea4aa752018-06-05 13:29:11 -0700522 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_0">
523 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600524 <Annotation Term="Redfish.Release" String="2016.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500525
Jason M. Billsea4aa752018-06-05 13:29:11 -0700526 <EntityType Name="Manager" BaseType="Manager.v1_0_2.Manager"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500527
Jason M. Billsea4aa752018-06-05 13:29:11 -0700528 <ComplexType Name="Links" BaseType="Manager.v1_0_0.Links">
529 <NavigationProperty Name="ManagerInChassis" Type="Chassis.Chassis" Nullable="false">
530 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700531 <Annotation Term="OData.Description" String="The link to the chassis where this manager is located."/>
532 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the chassis where this manager is located."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700533 <Annotation Term="OData.AutoExpandReferences"/>
534 </NavigationProperty>
Gunnar Millsa778c022020-05-12 12:20:36 -0500535 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700536 </Schema>
537
538 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_1">
539 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
540 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
541 <EntityType Name="Manager" BaseType="Manager.v1_1_0.Manager"/>
542 </Schema>
543
544 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_2">
545 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700546 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700547 <EntityType Name="Manager" BaseType="Manager.v1_1_1.Manager"/>
548 </Schema>
549
550 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_3">
551 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
552 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
553 <EntityType Name="Manager" BaseType="Manager.v1_1_2.Manager"/>
554 </Schema>
555
556 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_4">
557 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500558 <Annotation Term="OData.Description" String="This version was created to correct the short and long descriptions in the defined actions. It was also created to remove the `Nullable=false` term on ServiceEntryPointUUID."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700559 <EntityType Name="Manager" BaseType="Manager.v1_1_3.Manager"/>
560 </Schema>
561
Ed Tanous530520e2019-01-02 13:41:37 -0800562 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_5">
563 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
564 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
565 <EntityType Name="Manager" BaseType="Manager.v1_1_4.Manager"/>
566 </Schema>
567
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600568 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_6">
569 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500570 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600571 <EntityType Name="Manager" BaseType="Manager.v1_1_5.Manager"/>
572 </Schema>
573
Ed Tanouscb103132019-10-08 11:34:22 -0700574 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_7">
575 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
576 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
577 <EntityType Name="Manager" BaseType="Manager.v1_1_6.Manager"/>
578 </Schema>
579
580 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_8">
581 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
582 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
583 <EntityType Name="Manager" BaseType="Manager.v1_1_7.Manager"/>
584 </Schema>
585
Gunnar Millsa778c022020-05-12 12:20:36 -0500586 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_9">
587 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
588 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
589 <EntityType Name="Manager" BaseType="Manager.v1_1_8.Manager"/>
590 </Schema>
591
Gunnar Mills844b4152020-06-22 12:44:09 -0500592 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_10">
593 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
594 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
595 <EntityType Name="Manager" BaseType="Manager.v1_1_9.Manager"/>
596 </Schema>
597
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500598 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_11">
599 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
600 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
601 <EntityType Name="Manager" BaseType="Manager.v1_1_10.Manager"/>
602 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500603
Gunnar Mills262d7d42021-01-20 16:28:41 -0600604 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_12">
605 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
606 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
607 <EntityType Name="Manager" BaseType="Manager.v1_1_11.Manager"/>
608 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500609
Gunnar Mills10f270b2021-05-19 15:34:06 -0500610 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_13">
611 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
612 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
613 <EntityType Name="Manager" BaseType="Manager.v1_1_12.Manager"/>
614 </Schema>
615
Gunnar Mills9d424662021-09-22 21:56:16 -0500616 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_14">
617 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
618 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/>
619 <EntityType Name="Manager" BaseType="Manager.v1_1_13.Manager"/>
620 </Schema>
621
Jason M. Billsea4aa752018-06-05 13:29:11 -0700622 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_0">
623 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600624 <Annotation Term="Redfish.Release" String="2016.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500625
Jason M. Billsea4aa752018-06-05 13:29:11 -0700626 <EntityType Name="Manager" BaseType="Manager.v1_1_0.Manager">
627 <Property Name="PowerState" Type="Resource.PowerState">
628 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700629 <Annotation Term="OData.Description" String="The current power state of the manager."/>
630 <Annotation Term="OData.LongDescription" String="This property shall contain the power state of the manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700631 </Property>
632 </EntityType>
633 </Schema>
634
635 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_1">
636 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
637 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
638 <EntityType Name="Manager" BaseType="Manager.v1_2_0.Manager"/>
639 </Schema>
640
641 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_2">
642 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700643 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700644 <EntityType Name="Manager" BaseType="Manager.v1_2_1.Manager"/>
645 </Schema>
646
647 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_3">
648 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
649 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
650 <EntityType Name="Manager" BaseType="Manager.v1_2_2.Manager"/>
651 </Schema>
652
653 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_4">
654 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500655 <Annotation Term="OData.Description" String="This version was created to change PowerState to use the unversioned definition. It was also created to correct the short and long descriptions in the defined actions and to remove the `Nullable=false` term from ServiceEntryPointUUID."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700656 <EntityType Name="Manager" BaseType="Manager.v1_2_3.Manager"/>
657 </Schema>
658
Ed Tanous530520e2019-01-02 13:41:37 -0800659 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_5">
660 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
661 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
662 <EntityType Name="Manager" BaseType="Manager.v1_2_4.Manager"/>
663 </Schema>
664
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600665 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_6">
666 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500667 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600668 <EntityType Name="Manager" BaseType="Manager.v1_2_5.Manager"/>
669 </Schema>
670
Ed Tanouscb103132019-10-08 11:34:22 -0700671 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_7">
672 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
673 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
674 <EntityType Name="Manager" BaseType="Manager.v1_2_6.Manager"/>
675 </Schema>
676
677 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_8">
678 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
679 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
680 <EntityType Name="Manager" BaseType="Manager.v1_2_7.Manager"/>
681 </Schema>
682
Gunnar Millsa778c022020-05-12 12:20:36 -0500683 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_9">
684 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
685 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
686 <EntityType Name="Manager" BaseType="Manager.v1_2_8.Manager"/>
687 </Schema>
688
Gunnar Mills844b4152020-06-22 12:44:09 -0500689 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_10">
690 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
691 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
692 <EntityType Name="Manager" BaseType="Manager.v1_2_9.Manager"/>
693 </Schema>
694
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500695 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_11">
696 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
697 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
698 <EntityType Name="Manager" BaseType="Manager.v1_2_10.Manager"/>
699 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500700
Gunnar Mills262d7d42021-01-20 16:28:41 -0600701 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_12">
702 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
703 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
704 <EntityType Name="Manager" BaseType="Manager.v1_2_11.Manager"/>
705 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500706
Gunnar Mills10f270b2021-05-19 15:34:06 -0500707 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_13">
708 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
709 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
710 <EntityType Name="Manager" BaseType="Manager.v1_2_12.Manager"/>
711 </Schema>
712
Gunnar Mills9d424662021-09-22 21:56:16 -0500713 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_14">
714 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
715 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/>
716 <EntityType Name="Manager" BaseType="Manager.v1_2_13.Manager"/>
717 </Schema>
718
Jason M. Billsea4aa752018-06-05 13:29:11 -0700719 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_0">
720 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600721 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500722
Jason M. Billsea4aa752018-06-05 13:29:11 -0700723 <EntityType Name="Manager" BaseType="Manager.v1_2_1.Manager">
724 <NavigationProperty Name="HostInterfaces" Type="HostInterfaceCollection.HostInterfaceCollection" Nullable="false">
725 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500726 <Annotation Term="OData.Description" String="The link to a collection of host interfaces that this manager uses for local host communication. Clients can find host interface configuration options and settings in this navigation property."/>
727 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type HostInterfaceCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700728 <Annotation Term="OData.AutoExpandReferences"/>
729 </NavigationProperty>
730 </EntityType>
731 </Schema>
732
733 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_1">
734 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700735 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700736 <EntityType Name="Manager" BaseType="Manager.v1_3_0.Manager"/>
737 </Schema>
738
739 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_2">
740 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
741 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
742 <EntityType Name="Manager" BaseType="Manager.v1_3_1.Manager"/>
743 </Schema>
744
745 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_3">
746 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700747 <Annotation Term="OData.Description" String="This version was created to change PowerState to use the unversioned definition. It was also created to correct the short and long descriptions in the defined actions and to remove the `Nullable=false` term from ServiceEntryPointUUID."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700748 <EntityType Name="Manager" BaseType="Manager.v1_3_2.Manager"/>
749 </Schema>
750
Ed Tanous530520e2019-01-02 13:41:37 -0800751 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_4">
752 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
753 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
754 <EntityType Name="Manager" BaseType="Manager.v1_3_3.Manager"/>
755 </Schema>
756
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600757 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_5">
758 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500759 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600760 <EntityType Name="Manager" BaseType="Manager.v1_3_4.Manager"/>
761 </Schema>
762
Ed Tanouscb103132019-10-08 11:34:22 -0700763 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_6">
764 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
765 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
766 <EntityType Name="Manager" BaseType="Manager.v1_3_5.Manager"/>
767 </Schema>
768
769 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_7">
770 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
771 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
772 <EntityType Name="Manager" BaseType="Manager.v1_3_6.Manager"/>
773 </Schema>
774
Gunnar Millsa778c022020-05-12 12:20:36 -0500775 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_8">
776 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
777 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
778 <EntityType Name="Manager" BaseType="Manager.v1_3_7.Manager"/>
779 </Schema>
780
Gunnar Mills844b4152020-06-22 12:44:09 -0500781 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_9">
782 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
783 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
784 <EntityType Name="Manager" BaseType="Manager.v1_3_8.Manager"/>
785 </Schema>
786
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500787 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_10">
788 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
789 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
790 <EntityType Name="Manager" BaseType="Manager.v1_3_9.Manager"/>
791 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500792
Gunnar Mills262d7d42021-01-20 16:28:41 -0600793 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_11">
794 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
795 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
796 <EntityType Name="Manager" BaseType="Manager.v1_3_10.Manager"/>
797 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500798
Gunnar Mills10f270b2021-05-19 15:34:06 -0500799 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_12">
800 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
801 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
802 <EntityType Name="Manager" BaseType="Manager.v1_3_11.Manager"/>
803 </Schema>
804
Gunnar Mills9d424662021-09-22 21:56:16 -0500805 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_13">
806 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
807 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/>
808 <EntityType Name="Manager" BaseType="Manager.v1_3_12.Manager"/>
809 </Schema>
810
Jason M. Billsea4aa752018-06-05 13:29:11 -0700811 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_0">
812 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600813 <Annotation Term="Redfish.Release" String="2018.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500814
Jason M. Billsea4aa752018-06-05 13:29:11 -0700815 <EntityType Name="Manager" BaseType="Manager.v1_3_3.Manager">
816 <Property Name="AutoDSTEnabled" Type="Edm.Boolean" Nullable="false">
817 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700818 <Annotation Term="OData.Description" String="An indication of whether the manager is configured for automatic Daylight Saving Time (DST) adjustment."/>
819 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the manager is configured for automatic Daylight Saving Time (DST) adjustment."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700820 </Property>
821 </EntityType>
822
823 <ComplexType Name="Links" BaseType="Manager.v1_1_0.Links">
824 <NavigationProperty Name="ManagerForSwitches" Type="Collection(Switch.Switch)">
825 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700826 <Annotation Term="OData.Description" String="An array of links to the switches that this manager controls."/>
827 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to switches that this manager instance controls."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700828 <Annotation Term="OData.AutoExpandReferences"/>
829 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800830 </ComplexType>
831 </Schema>
832
833 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_1">
834 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
835 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
836 <EntityType Name="Manager" BaseType="Manager.v1_4_0.Manager"/>
837 </Schema>
838
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600839 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_2">
840 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500841 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600842 <EntityType Name="Manager" BaseType="Manager.v1_4_1.Manager"/>
843 </Schema>
844
Ed Tanouscb103132019-10-08 11:34:22 -0700845 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_3">
846 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
847 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
848 <EntityType Name="Manager" BaseType="Manager.v1_4_2.Manager"/>
849 </Schema>
850
851 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_4">
852 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
853 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
854 <EntityType Name="Manager" BaseType="Manager.v1_4_3.Manager"/>
855 </Schema>
856
Gunnar Millsa778c022020-05-12 12:20:36 -0500857 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_5">
858 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
859 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
860 <EntityType Name="Manager" BaseType="Manager.v1_4_4.Manager"/>
861 </Schema>
862
Gunnar Mills844b4152020-06-22 12:44:09 -0500863 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_6">
864 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
865 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
866 <EntityType Name="Manager" BaseType="Manager.v1_4_5.Manager"/>
867 </Schema>
868
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500869 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_7">
870 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
871 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
872 <EntityType Name="Manager" BaseType="Manager.v1_4_6.Manager"/>
873 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500874
Gunnar Mills262d7d42021-01-20 16:28:41 -0600875 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_8">
876 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
877 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
878 <EntityType Name="Manager" BaseType="Manager.v1_4_7.Manager"/>
879 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500880
Gunnar Mills10f270b2021-05-19 15:34:06 -0500881 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_9">
882 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
883 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
884 <EntityType Name="Manager" BaseType="Manager.v1_4_8.Manager"/>
885 </Schema>
886
Gunnar Mills9d424662021-09-22 21:56:16 -0500887 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_10">
888 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
889 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/>
890 <EntityType Name="Manager" BaseType="Manager.v1_4_9.Manager"/>
891 </Schema>
892
Ed Tanous530520e2019-01-02 13:41:37 -0800893 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_0">
894 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600895 <Annotation Term="Redfish.Release" String="2018.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500896
Ed Tanous530520e2019-01-02 13:41:37 -0800897 <EntityType Name="Manager" BaseType="Manager.v1_4_1.Manager">
898 <Property Name="RemoteRedfishServiceUri" Type="Edm.String">
899 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500900 <Annotation Term="OData.Description" String="The URI of the Redfish service root for the remote manager that this resource represents."/>
901 <Annotation Term="OData.LongDescription" String="This property shall contain the URI of the Redfish service root for the remote manager that this resource represents. This property shall only be present when providing aggregation of Redfish services."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800902 <Annotation Term="OData.IsURL"/>
903 </Property>
904 <NavigationProperty Name="RemoteAccountService" Type="AccountService.AccountService" ContainsTarget="true" Nullable="false">
905 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500906 <Annotation Term="OData.Description" String="The link to the account service resource for the remote manager that this resource represents."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500907 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the account service resource for the remote manager that this resource represents. This property shall only be present when providing aggregation of a remote manager."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800908 <Annotation Term="OData.AutoExpandReferences"/>
909 </NavigationProperty>
910 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700911 </Schema>
912
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600913 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_1">
914 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500915 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600916 <EntityType Name="Manager" BaseType="Manager.v1_5_0.Manager"/>
917 </Schema>
918
Ed Tanouscb103132019-10-08 11:34:22 -0700919 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_2">
920 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
921 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
922 <EntityType Name="Manager" BaseType="Manager.v1_5_1.Manager"/>
923 </Schema>
924
925 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_3">
926 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
927 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
928 <EntityType Name="Manager" BaseType="Manager.v1_5_2.Manager"/>
929 </Schema>
930
Gunnar Millsa778c022020-05-12 12:20:36 -0500931 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_4">
932 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
933 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
934 <EntityType Name="Manager" BaseType="Manager.v1_5_3.Manager"/>
935 </Schema>
936
Gunnar Mills844b4152020-06-22 12:44:09 -0500937 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_5">
938 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
939 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
940 <EntityType Name="Manager" BaseType="Manager.v1_5_4.Manager"/>
941 </Schema>
942
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500943 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_6">
944 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
945 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
946 <EntityType Name="Manager" BaseType="Manager.v1_5_5.Manager"/>
947 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500948
Gunnar Mills262d7d42021-01-20 16:28:41 -0600949 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_7">
950 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
951 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
952 <EntityType Name="Manager" BaseType="Manager.v1_5_6.Manager"/>
953 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500954
Gunnar Mills10f270b2021-05-19 15:34:06 -0500955 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_8">
956 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
957 <Annotation Term="OData.Description" String="This version was created to clarify the usage of RemoteAccountService to be allowed for other types of aggregated managers. It was also created to correct various description to use proper normative terminology."/>
958 <EntityType Name="Manager" BaseType="Manager.v1_5_7.Manager"/>
959 </Schema>
960
Gunnar Mills9d424662021-09-22 21:56:16 -0500961 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_9">
962 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
963 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/>
964 <EntityType Name="Manager" BaseType="Manager.v1_5_8.Manager"/>
965 </Schema>
966
Ed Tanouscb103132019-10-08 11:34:22 -0700967 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_0">
968 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
969 <Annotation Term="Redfish.Release" String="2019.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500970
Ed Tanouscb103132019-10-08 11:34:22 -0700971 <EntityType Name="Manager" BaseType="Manager.v1_5_3.Manager"/>
972
Gunnar Mills10f270b2021-05-19 15:34:06 -0500973 <ComplexType Name="Links" BaseType="Manager.v1_4_0.Links">
Ed Tanouscb103132019-10-08 11:34:22 -0700974 <NavigationProperty Name="ActiveSoftwareImage" Type="SoftwareInventory.SoftwareInventory" Nullable="false">
975 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500976 <Annotation Term="OData.Description" String="The link to the software inventory resource that represents the active firmware image for this manager."/>
977 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type SoftwareInventory that represents the active firmware image for this manager."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700978 <Annotation Term="OData.AutoExpandReferences"/>
979 </NavigationProperty>
980 <NavigationProperty Name="SoftwareImages" Type="Collection(SoftwareInventory.SoftwareInventory)">
981 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
982 <Annotation Term="OData.Description" String="The images that are associated with this manager."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500983 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resource of type SoftwareInventory that represent the firmware images that apply to this manager."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700984 <Annotation Term="OData.AutoExpandReferences"/>
985 </NavigationProperty>
986 </ComplexType>
987 </Schema>
988
Gunnar Millsa778c022020-05-12 12:20:36 -0500989 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_1">
990 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
991 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
992 <EntityType Name="Manager" BaseType="Manager.v1_6_0.Manager"/>
993 </Schema>
994
Gunnar Mills844b4152020-06-22 12:44:09 -0500995 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_2">
996 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
997 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
998 <EntityType Name="Manager" BaseType="Manager.v1_6_1.Manager"/>
999 </Schema>
1000
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001001 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_3">
1002 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1003 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
1004 <EntityType Name="Manager" BaseType="Manager.v1_6_2.Manager"/>
1005 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001006
Gunnar Mills262d7d42021-01-20 16:28:41 -06001007 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_4">
1008 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1009 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1010 <EntityType Name="Manager" BaseType="Manager.v1_6_3.Manager"/>
1011 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001012
Gunnar Mills10f270b2021-05-19 15:34:06 -05001013 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_5">
1014 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1015 <Annotation Term="OData.Description" String="This version was created to clarify the usage of RemoteAccountService to be allowed for other types of aggregated managers. It was also created to correct various description to use proper normative terminology."/>
1016 <EntityType Name="Manager" BaseType="Manager.v1_6_4.Manager"/>
1017 </Schema>
1018
Gunnar Mills9d424662021-09-22 21:56:16 -05001019 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_6">
1020 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1021 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/>
1022 <EntityType Name="Manager" BaseType="Manager.v1_6_5.Manager"/>
1023 </Schema>
1024
Gunnar Mills09b9d452020-02-11 13:27:39 -06001025 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_0">
1026 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1027 <Annotation Term="Redfish.Release" String="2019.4"/>
1028
1029 <EntityType Name="Manager" BaseType="Manager.v1_6_0.Manager">
1030 <Property Name="Manufacturer" Type="Edm.String">
1031 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1032 <Annotation Term="OData.Description" String="The manufacturer of this manager."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001033 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the manager. This organization may be the entity from whom the manager is purchased, but this is not necessarily true."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -06001034 </Property>
1035 <Property Name="SerialNumber" Type="Edm.String">
1036 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1037 <Annotation Term="OData.Description" String="The serial number of the manager."/>
1038 <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the manager."/>
1039 </Property>
1040 <Property Name="PartNumber" Type="Edm.String">
1041 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1042 <Annotation Term="OData.Description" String="The part number of the manager."/>
1043 <Annotation Term="OData.LongDescription" String="This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the manager."/>
1044 </Property>
1045 </EntityType>
1046 </Schema>
1047
Gunnar Millsa778c022020-05-12 12:20:36 -05001048 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_1">
1049 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1050 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1051 <EntityType Name="Manager" BaseType="Manager.v1_7_0.Manager"/>
1052 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001053
1054 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_2">
1055 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1056 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1057 <EntityType Name="Manager" BaseType="Manager.v1_7_1.Manager"/>
1058 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001059
1060 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_3">
1061 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1062 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
1063 <EntityType Name="Manager" BaseType="Manager.v1_7_2.Manager"/>
1064 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001065
Gunnar Mills262d7d42021-01-20 16:28:41 -06001066 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_4">
1067 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1068 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1069 <EntityType Name="Manager" BaseType="Manager.v1_7_3.Manager"/>
1070 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001071
Gunnar Mills10f270b2021-05-19 15:34:06 -05001072 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_5">
1073 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1074 <Annotation Term="OData.Description" String="This version was created to clarify the usage of RemoteAccountService to be allowed for other types of aggregated managers. It was also created to correct various description to use proper normative terminology."/>
1075 <EntityType Name="Manager" BaseType="Manager.v1_7_4.Manager"/>
1076 </Schema>
1077
Gunnar Mills9d424662021-09-22 21:56:16 -05001078 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_6">
1079 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1080 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/>
1081 <EntityType Name="Manager" BaseType="Manager.v1_7_5.Manager"/>
1082 </Schema>
1083
Gunnar Millsa778c022020-05-12 12:20:36 -05001084 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_0">
1085 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1086 <Annotation Term="Redfish.Release" String="2020.1"/>
1087 <Annotation Term="OData.Description" String="This version was created to add the ResetToDefaults action."/>
1088
1089 <EntityType Name="Manager" BaseType="Manager.v1_7_1.Manager"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001090
Gunnar Millsa778c022020-05-12 12:20:36 -05001091 <EnumType Name="ResetToDefaultsType">
1092 <Member Name="ResetAll">
1093 <Annotation Term="OData.Description" String="Reset all settings to factory defaults."/>
1094 </Member>
1095 <Member Name="PreserveNetworkAndUsers">
1096 <Annotation Term="OData.Description" String="Reset all settings except network and local user names/passwords to factory defaults."/>
1097 </Member>
1098 <Member Name="PreserveNetwork">
1099 <Annotation Term="OData.Description" String="Reset all settings except network settings to factory defaults."/>
1100 </Member>
1101 </EnumType>
1102 </Schema>
1103
Gunnar Mills844b4152020-06-22 12:44:09 -05001104 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_1">
1105 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1106 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1107 <EntityType Name="Manager" BaseType="Manager.v1_8_0.Manager"/>
1108 </Schema>
1109
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001110 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_2">
1111 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1112 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
1113 <EntityType Name="Manager" BaseType="Manager.v1_8_1.Manager"/>
1114 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001115
Gunnar Mills262d7d42021-01-20 16:28:41 -06001116 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_3">
1117 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1118 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1119 <EntityType Name="Manager" BaseType="Manager.v1_8_2.Manager"/>
1120 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001121
Gunnar Mills10f270b2021-05-19 15:34:06 -05001122 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_4">
1123 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1124 <Annotation Term="OData.Description" String="This version was created to clarify the usage of RemoteAccountService to be allowed for other types of aggregated managers. It was also created to correct various description to use proper normative terminology."/>
1125 <EntityType Name="Manager" BaseType="Manager.v1_8_3.Manager"/>
1126 </Schema>
1127
Gunnar Mills9d424662021-09-22 21:56:16 -05001128 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_5">
1129 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1130 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/>
1131 <EntityType Name="Manager" BaseType="Manager.v1_8_4.Manager"/>
1132 </Schema>
1133
Gunnar Mills844b4152020-06-22 12:44:09 -05001134 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_0">
1135 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1136 <Annotation Term="Redfish.Release" String="2020.2"/>
1137 <Annotation Term="OData.Description" String="This version was created to add the LastResetTime."/>
1138
1139 <EntityType Name="Manager" BaseType="Manager.v1_8_1.Manager">
1140 <Property Name="LastResetTime" Type="Edm.DateTimeOffset" Nullable="false">
1141 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1142 <Annotation Term="OData.Description" String="The date and time when the manager was last reset or rebooted."/>
1143 <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the manager last came out of a reset or was rebooted."/>
1144 </Property>
1145 </EntityType>
1146
1147 <ComplexType Name="Links" BaseType="Manager.v1_6_0.Links">
1148 <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)">
1149 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1150 <Annotation Term="OData.Description" String="The array of links to the managers responsible for managing this manager."/>
1151 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Manager that represent the managers for this manager."/>
1152 <Annotation Term="OData.AutoExpandReferences"/>
1153 </NavigationProperty>
1154 <NavigationProperty Name="ManagerForManagers" Type="Collection(Manager.Manager)">
1155 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1156 <Annotation Term="OData.Description" String="An array of links to the managers that are managed by this manager."/>
1157 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Manager that represent the managers being managed by this manager."/>
1158 <Annotation Term="OData.AutoExpandReferences"/>
1159 </NavigationProperty>
1160 </ComplexType>
1161 </Schema>
1162
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001163 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_1">
1164 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1165 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
1166 <EntityType Name="Manager" BaseType="Manager.v1_9_0.Manager"/>
1167 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001168
Gunnar Mills262d7d42021-01-20 16:28:41 -06001169 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_2">
1170 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1171 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1172 <EntityType Name="Manager" BaseType="Manager.v1_9_1.Manager"/>
1173 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001174
Gunnar Mills10f270b2021-05-19 15:34:06 -05001175 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_3">
1176 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1177 <Annotation Term="OData.Description" String="This version was created to clarify the usage of RemoteAccountService to be allowed for other types of aggregated managers. It was also created to correct various description to use proper normative terminology."/>
1178 <EntityType Name="Manager" BaseType="Manager.v1_9_2.Manager"/>
1179 </Schema>
1180
Gunnar Mills9d424662021-09-22 21:56:16 -05001181 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_4">
1182 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1183 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/>
1184 <EntityType Name="Manager" BaseType="Manager.v1_9_3.Manager"/>
1185 </Schema>
1186
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001187 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_0">
1188 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1189 <Annotation Term="Redfish.Release" String="2020.3"/>
1190 <Annotation Term="OData.Description" String="This version was created to add the timezone configuration. It was also created to deprecate the VirtualMedia and SerialConsole properties in favor of the VirtualMedia and SerialConsole properties in the ComputerSystem schema."/>
1191
1192 <EntityType Name="Manager" BaseType="Manager.v1_9_1.Manager">
1193 <Property Name="TimeZoneName" Type="Edm.String" Nullable="false">
1194 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1195 <Annotation Term="OData.Description" String="The time zone of the manager."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001196 <Annotation Term="OData.LongDescription" String="This property shall contain the time zone of the manager. The time zone shall be either the 'Name' or the 'Format' for the zone as defined in the IANA Time Zone Database. The value of this property is used for display purposes, especially to enhance the display of time. A Redfish service may not be able to ensure accuracy and consistency between the DateTimeOffset property and this property. Therefore, to specify the correct time zone offset, see the DateTimeOffset property."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001197 </Property>
1198 </EntityType>
1199 </Schema>
1200
Gunnar Mills262d7d42021-01-20 16:28:41 -06001201 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_1">
1202 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1203 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1204 <EntityType Name="Manager" BaseType="Manager.v1_10_0.Manager"/>
1205 </Schema>
1206
Gunnar Mills10f270b2021-05-19 15:34:06 -05001207 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_2">
1208 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1209 <Annotation Term="OData.Description" String="This version was created to clarify the usage of RemoteAccountService to be allowed for other types of aggregated managers. It was also created to correct various description to use proper normative terminology."/>
1210 <EntityType Name="Manager" BaseType="Manager.v1_10_1.Manager"/>
1211 </Schema>
1212
Gunnar Mills9d424662021-09-22 21:56:16 -05001213 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_3">
1214 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1215 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/>
1216 <EntityType Name="Manager" BaseType="Manager.v1_10_2.Manager"/>
1217 </Schema>
1218
Gunnar Mills262d7d42021-01-20 16:28:41 -06001219 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_0">
1220 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1221 <Annotation Term="Redfish.Release" String="2020.4"/>
1222 <Annotation Term="OData.Description" String="This version was created to add Location, LocationIndicatorActive, and SparePartNumber."/>
1223
1224 <EntityType Name="Manager" BaseType="Manager.v1_10_1.Manager">
1225 <Property Name="Location" Type="Resource.Location" Nullable="false">
1226 <Annotation Term="OData.Description" String="The location of the manager."/>
1227 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated manager."/>
1228 </Property>
1229 <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
1230 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1231 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
1232 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource. A write to this property shall update the value of IndicatorLED in this resource, if supported, to reflect the implementation of the locating function."/>
1233 </Property>
1234 <Property Name="SparePartNumber" Type="Edm.String">
1235 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1236 <Annotation Term="OData.Description" String="The spare part number of the manager."/>
1237 <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the manager."/>
1238 </Property>
1239 </EntityType>
1240 </Schema>
1241
Gunnar Mills10f270b2021-05-19 15:34:06 -05001242 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_1">
1243 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1244 <Annotation Term="OData.Description" String="This version was created to clarify the usage of RemoteAccountService to be allowed for other types of aggregated managers. It was also created to correct various description to use proper normative terminology."/>
1245 <EntityType Name="Manager" BaseType="Manager.v1_11_0.Manager"/>
1246 </Schema>
1247
Gunnar Mills9d424662021-09-22 21:56:16 -05001248 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_2">
1249 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1250 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/>
1251 <EntityType Name="Manager" BaseType="Manager.v1_11_1.Manager"/>
1252 </Schema>
1253
Gunnar Mills10f270b2021-05-19 15:34:06 -05001254 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_12_0">
1255 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1256 <Annotation Term="Redfish.Release" String="2021.1"/>
1257 <Annotation Term="OData.Description" String="This version was created to add USBPorts."/>
1258
1259 <EntityType Name="Manager" BaseType="Manager.v1_11_0.Manager">
1260 <NavigationProperty Name="USBPorts" Type="PortCollection.PortCollection" Nullable="false">
1261 <Annotation Term="OData.Description" String="The USB ports of the manager."/>
1262 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type PortCollection that represent the USB ports of the manager."/>
1263 </NavigationProperty>
1264 </EntityType>
1265 </Schema>
1266
Gunnar Mills9d424662021-09-22 21:56:16 -05001267 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_12_1">
1268 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1269 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/>
1270 <EntityType Name="Manager" BaseType="Manager.v1_12_0.Manager"/>
1271 </Schema>
1272
1273 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_13_0">
1274 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1275 <Annotation Term="Redfish.Release" String="2021.2"/>
1276
1277 <EntityType Name="Manager" BaseType="Manager.v1_12_1.Manager">
1278 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1279 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1280 <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
1281 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that contains certificates for device identity and attestation."/>
1282 <Annotation Term="OData.AutoExpandReferences"/>
1283 </NavigationProperty>
1284 <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
1285 <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
1286 <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
1287 </Property>
1288 </EntityType>
1289 </Schema>
1290
Jason M. Billsea4aa752018-06-05 13:29:11 -07001291 </edmx:DataServices>
1292</edmx:Edmx>