blob: bd2ce929ea893a3bc8c556f32adda7b265c57443 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills844b4152020-06-22 12:44:09 -05004<!--# Redfish Schema: Manager v1.9.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 Millsa778c022020-05-12 12:20:36 -05008<!--# Copyright 2014-2020 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>
Jason M. Billsea4aa752018-06-05 13:29:11 -070064
65 <edmx:DataServices>
66
67 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager">
68 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
69
70 <EntityType Name="Manager" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Mills844b4152020-06-22 12:44:09 -050071 <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 -050072 <Annotation Term="OData.LongDescription" String="This resource shall represent a management subsystem for a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070073 <Annotation Term="Capabilities.InsertRestrictions">
74 <Record>
75 <PropertyValue Property="Insertable" Bool="false"/>
76 </Record>
77 </Annotation>
78 <Annotation Term="Capabilities.UpdateRestrictions">
79 <Record>
80 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070081 <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 -070082 </Record>
83 </Annotation>
84 <Annotation Term="Capabilities.DeleteRestrictions">
85 <Record>
86 <PropertyValue Property="Deletable" Bool="false"/>
87 </Record>
88 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080089 <Annotation Term="Redfish.Uris">
90 <Collection>
91 <String>/redfish/v1/Managers/{ManagerId}</String>
92 </Collection>
93 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070094 </EntityType>
95
96 <Action Name="Reset" IsBound="true">
Gunnar Millsa778c022020-05-12 12:20:36 -050097 <Annotation Term="OData.Description" String="The reset action resets/reboots the manager."/>
98 <Annotation Term="OData.LongDescription" String="This action shall reset the manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070099 <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/>
100 <Parameter Name="ResetType" Type="Resource.ResetType">
Ed Tanouscb103132019-10-08 11:34:22 -0700101 <Annotation Term="OData.Description" String="The type of reset."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500102 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700103 </Parameter>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700104 </Action>
105
106 <Action Name="ForceFailover" IsBound="true">
107 <Annotation Term="OData.Description" String="The ForceFailover action forces a failover of this manager to the manager used in the parameter."/>
108 <Annotation Term="OData.LongDescription" String="This action shall perform a forced failover of the manager's redundancy to the manager supplied as a parameter."/>
109 <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/>
110 <Parameter Name="NewManager" Type="Manager.Manager" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700111 <Annotation Term="OData.Description" String="The manager to which to fail over."/>
112 <Annotation Term="OData.LongDescription" String="This parameter shall contain the manager to which to fail over."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700113 </Parameter>
114 </Action>
115
116 <Action Name="ModifyRedundancySet" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700117 <Annotation Term="OData.Description" String="The ModifyRedundancySet operation adds members to or removes members from a redundant group of managers."/>
118 <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 -0700119 <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/>
120 <Parameter Name="Add" Type="Collection(Manager.Manager)">
Ed Tanouscb103132019-10-08 11:34:22 -0700121 <Annotation Term="OData.Description" String="An array of managers to add to the redundancy set."/>
122 <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 -0700123 </Parameter>
124 <Parameter Name="Remove" Type="Collection(Manager.Manager)">
Ed Tanouscb103132019-10-08 11:34:22 -0700125 <Annotation Term="OData.Description" String="An array of managers to remove from the redundancy set."/>
126 <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 -0700127 </Parameter>
128 </Action>
129
Gunnar Millsa778c022020-05-12 12:20:36 -0500130 <Action Name="ResetToDefaults" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500131 <Annotation Term="OData.Description" String="The reset action resets the manager settings to factory defaults. This might cause the manager to reset."/>
132 <Annotation Term="OData.LongDescription" String="This action shall reset the manager settings. This action might impact other resources."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500133 <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/>
134 <Parameter Name="ResetType" Type="Manager.v1_8_0.ResetToDefaultsType" Nullable="false">
135 <Annotation Term="OData.Description" String="The type of reset to defaults."/>
136 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset to defaults."/>
137 </Parameter>
138 <Annotation Term="Redfish.Revisions">
139 <Collection>
140 <Record>
141 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
142 <PropertyValue Property="Version" String="v1_8_0"/>
143 </Record>
144 </Collection>
145 </Annotation>
146 </Action>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700147 </Schema>
148
149 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_0">
150 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600151 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700152
153 <EntityType Name="Manager" BaseType="Manager.Manager">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700154 <Property Name="ManagerType" Type="Manager.v1_0_0.ManagerType" Nullable="false">
155 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500156 <Annotation Term="OData.Description" String="The type of manager that this resource represents."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700157 <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 -0700158 </Property>
159 <Property Name="Links" Type="Manager.v1_0_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500160 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500161 <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 -0700162 </Property>
163 <NavigationProperty Name="EthernetInterfaces" Type="EthernetInterfaceCollection.EthernetInterfaceCollection" ContainsTarget="true" Nullable="false">
164 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700165 <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 -0500166 <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 -0700167 <Annotation Term="OData.AutoExpandReferences"/>
168 </NavigationProperty>
169 <NavigationProperty Name="SerialInterfaces" Type="SerialInterfaceCollection.SerialInterfaceCollection" 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 serial interfaces that this manager uses for serial and console 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 SerialInterfaceCollection, which this manager uses."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700173 <Annotation Term="OData.AutoExpandReferences"/>
174 </NavigationProperty>
175 <NavigationProperty Name="NetworkProtocol" Type="ManagerNetworkProtocol.ManagerNetworkProtocol" 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 the network services and their settings that the manager controls."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500178 <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 -0700179 <Annotation Term="OData.AutoExpandReferences"/>
180 </NavigationProperty>
181 <NavigationProperty Name="LogServices" Type="LogServiceCollection.LogServiceCollection" 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 a collection of logs that the manager uses."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500184 <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 -0700185 <Annotation Term="OData.AutoExpandReferences"/>
186 </NavigationProperty>
187 <NavigationProperty Name="VirtualMedia" Type="VirtualMediaCollection.VirtualMediaCollection" 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 the Virtual Media services for this particular manager."/>
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 VirtualMediaCollection, which this manager uses."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700191 <Annotation Term="OData.AutoExpandReferences"/>
192 </NavigationProperty>
193 <Property Name="ServiceEntryPointUUID" Type="Resource.UUID">
194 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500195 <Annotation Term="OData.Description" String="The UUID of the Redfish service that is hosted by this manager."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500196 <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 might 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 -0700197 </Property>
198 <Property Name="UUID" Type="Resource.UUID">
199 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700200 <Annotation Term="OData.Description" String="The UUID for this manager."/>
201 <Annotation Term="OData.LongDescription" String="This property shall contain the UUID for the manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700202 </Property>
203 <Property Name="Model" Type="Edm.String">
204 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700205 <Annotation Term="OData.Description" String="The model information of this manager, as defined by the manufacturer."/>
206 <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 -0700207 </Property>
208 <Property Name="DateTime" Type="Edm.DateTimeOffset">
209 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700210 <Annotation Term="OData.Description" String="The current date and time with UTC offset that the manager uses to set or read time."/>
211 <Annotation Term="OData.LongDescription" String="This property shall represent the current DateTime value for the manager, with UTC offset, in Redfish Timestamp format."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700212 </Property>
213 <Property Name="DateTimeLocalOffset" Type="Edm.String">
214 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700215 <Annotation Term="OData.Description" String="The time offset from UTC that the DateTime property is in `+HH:MM` format."/>
216 <Annotation Term="OData.LongDescription" String="This property shall represent the offset from UTC time that the current DataTime property contains."/>
217 <Annotation Term="Validation.Pattern" String="^([-+][0-1][0-9]:[0-5][0-9])$"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700218 </Property>
219 <Property Name="FirmwareVersion" Type="Edm.String">
220 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700221 <Annotation Term="OData.Description" String="The firmware version of this manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700222 <Annotation Term="OData.LongDescription" String="This property shall contain the firwmare version as defined by the manufacturer for the associated manager."/>
223 </Property>
224 <Property Name="SerialConsole" Type="Manager.v1_0_0.SerialConsole" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700225 <Annotation Term="OData.Description" String="The serial console service that this manager provides."/>
226 <Annotation Term="OData.LongDescription" String="This property shall contain information about the serial console service of this manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700227 </Property>
228 <Property Name="CommandShell" Type="Manager.v1_0_0.CommandShell" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700229 <Annotation Term="OData.Description" String="The command shell service that this manager provides."/>
230 <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 -0700231 </Property>
232 <Property Name="GraphicalConsole" Type="Manager.v1_0_0.GraphicalConsole" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700233 <Annotation Term="OData.Description" String="The information about the graphical console (KVM-IP) service of this manager."/>
234 <Annotation Term="OData.LongDescription" String="This property shall contain the information about the graphical console (KVM-IP) service of this manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700235 </Property>
236 <Property Name="Actions" Type="Manager.v1_0_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500237 <Annotation Term="OData.Description" String="The available actions for this resource."/>
238 <Annotation Term="OData.LongDescription" String="The actions property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700239 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800240 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500241 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
242 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800243 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700244 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700245 <Annotation Term="OData.Description" String="The redundancy information for the managers of this system."/>
246 <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 -0700247 <Annotation Term="OData.AutoExpand"/>
248 </NavigationProperty>
249 </EntityType>
250
251 <ComplexType Name="Actions">
252 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500253 <Annotation Term="OData.Description" String="The available actions for this resource."/>
254 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800255 <Property Name="Oem" Type="Manager.v1_0_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500256 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
257 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800258 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700259 </ComplexType>
260
261 <ComplexType Name="OemActions">
262 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500263 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
264 <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 -0700265 </ComplexType>
266
267 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500268 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
269 <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 -0700270 <NavigationProperty Name="ManagerForServers" Type="Collection(ComputerSystem.ComputerSystem)">
271 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700272 <Annotation Term="OData.Description" String="An array of links to the systems that this manager controls."/>
273 <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 -0700274 <Annotation Term="OData.AutoExpandReferences"/>
275 </NavigationProperty>
276 <NavigationProperty Name="ManagerForChassis" Type="Collection(Chassis.Chassis)">
277 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700278 <Annotation Term="OData.Description" String="An array of links to the chassis this manager controls."/>
279 <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 -0700280 <Annotation Term="OData.AutoExpandReferences"/>
281 </NavigationProperty>
282 </ComplexType>
283
284 <EnumType Name="ManagerType">
285 <Member Name="ManagementController">
Ed Tanouscb103132019-10-08 11:34:22 -0700286 <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 -0700287 </Member>
288 <Member Name="EnclosureManager">
Ed Tanouscb103132019-10-08 11:34:22 -0700289 <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 -0700290 </Member>
291 <Member Name="BMC">
Ed Tanouscb103132019-10-08 11:34:22 -0700292 <Annotation Term="OData.Description" String="A controller that provides management functions for a single computer system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700293 </Member>
294 <Member Name="RackManager">
Ed Tanouscb103132019-10-08 11:34:22 -0700295 <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 -0700296 </Member>
297 <Member Name="AuxiliaryController">
Ed Tanouscb103132019-10-08 11:34:22 -0700298 <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 -0700299 </Member>
300 <Member Name="Service">
Ed Tanouscb103132019-10-08 11:34:22 -0700301 <Annotation Term="OData.Description" String="A software-based service that provides management functions."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600302 <Annotation Term="Redfish.Revisions">
303 <Collection>
304 <Record>
305 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
306 <PropertyValue Property="Version" String="v1_4_0"/>
307 </Record>
308 </Collection>
309 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700310 </Member>
311 </EnumType>
312
313 <ComplexType Name="ManagerService" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700314 <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 -0700315 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
316 <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
317 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700318 <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this manager."/>
319 <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 -0700320 </Property>
321 <Property Name="MaxConcurrentSessions" Type="Edm.Int64" Nullable="false">
322 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700323 <Annotation Term="OData.Description" String="The maximum number of service sessions, regardless of protocol, that this manager can support."/>
324 <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 -0700325 <Annotation Term="Validation.Minimum" Int="0"/>
326 </Property>
327 </ComplexType>
328
329 <EnumType Name="SerialConnectTypesSupported">
330 <Member Name="SSH">
Ed Tanouscb103132019-10-08 11:34:22 -0700331 <Annotation Term="OData.Description" String="The controller supports a serial console connection through the SSH protocol."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700332 </Member>
333 <Member Name="Telnet">
Ed Tanouscb103132019-10-08 11:34:22 -0700334 <Annotation Term="OData.Description" String="The controller supports a serial console connection through the Telnet protocol."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700335 </Member>
336 <Member Name="IPMI">
Ed Tanouscb103132019-10-08 11:34:22 -0700337 <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 -0700338 </Member>
339 <Member Name="Oem">
Ed Tanouscb103132019-10-08 11:34:22 -0700340 <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 -0700341 </Member>
342 </EnumType>
343
344 <EnumType Name="CommandConnectTypesSupported">
345 <Member Name="SSH">
Ed Tanouscb103132019-10-08 11:34:22 -0700346 <Annotation Term="OData.Description" String="The controller supports a command shell connection through the SSH protocol."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700347 </Member>
348 <Member Name="Telnet">
Ed Tanouscb103132019-10-08 11:34:22 -0700349 <Annotation Term="OData.Description" String="The controller supports a command shell connection through the Telnet protocol."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700350 </Member>
351 <Member Name="IPMI">
Ed Tanouscb103132019-10-08 11:34:22 -0700352 <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 -0700353 </Member>
354 <Member Name="Oem">
Ed Tanouscb103132019-10-08 11:34:22 -0700355 <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 -0700356 </Member>
357 </EnumType>
358
359 <EnumType Name="GraphicalConnectTypesSupported">
360 <Member Name="KVMIP">
Ed Tanouscb103132019-10-08 11:34:22 -0700361 <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 -0700362 </Member>
363 <Member Name="Oem">
Ed Tanouscb103132019-10-08 11:34:22 -0700364 <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 -0700365 </Member>
366 </EnumType>
367
368 <ComplexType Name="SerialConsole" BaseType="Manager.v1_0_0.ManagerService">
369 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700370 <Annotation Term="OData.Description" String="The information about a serial console service that this manager provides."/>
371 <Annotation Term="OData.LongDescription" String="This type shall describe a serial console service for a manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700372 <Property Name="ConnectTypesSupported" Type="Collection(Manager.v1_0_0.SerialConnectTypesSupported)" Nullable="false">
373 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700374 <Annotation Term="OData.Description" String="This property enumerates the serial console connection types that the implementation allows."/>
375 <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 -0700376 </Property>
377 </ComplexType>
378
379 <ComplexType Name="CommandShell" BaseType="Manager.v1_0_0.ManagerService">
380 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700381 <Annotation Term="OData.Description" String="The information about a command shell service that this manager provides."/>
382 <Annotation Term="OData.LongDescription" String="This type shall describe a command shell service for a manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700383 <Property Name="ConnectTypesSupported" Type="Collection(Manager.v1_0_0.CommandConnectTypesSupported)" Nullable="false">
384 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700385 <Annotation Term="OData.Description" String="This property enumerates the command shell connection types that the implementation allows."/>
386 <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 -0700387 </Property>
388 </ComplexType>
389
390 <ComplexType Name="GraphicalConsole" BaseType="Manager.v1_0_0.ManagerService">
391 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700392 <Annotation Term="OData.Description" String="The information about a graphical console service that this manager provides."/>
393 <Annotation Term="OData.LongDescription" String="This type shall describe a graphical console service for a manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700394 <Property Name="ConnectTypesSupported" Type="Collection(Manager.v1_0_0.GraphicalConnectTypesSupported)" Nullable="false">
395 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700396 <Annotation Term="OData.Description" String="This property enumerates the graphical console connection types that the implementation allows."/>
397 <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 -0700398 </Property>
399 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700400 </Schema>
401
402 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_1">
403 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
404 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
405 <EntityType Name="Manager" BaseType="Manager.v1_0_0.Manager"/>
406 </Schema>
407
408 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_2">
409 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
410 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
411 <EntityType Name="Manager" BaseType="Manager.v1_0_1.Manager"/>
412 </Schema>
413
414 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_3">
415 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
416 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
417 <EntityType Name="Manager" BaseType="Manager.v1_0_2.Manager"/>
418 </Schema>
419
420 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_4">
421 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700422 <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 -0700423 <EntityType Name="Manager" BaseType="Manager.v1_0_3.Manager"/>
424 </Schema>
425
426 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_5">
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_4.Manager"/>
430 </Schema>
431
432 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_6">
433 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500434 <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 -0700435 <EntityType Name="Manager" BaseType="Manager.v1_0_5.Manager"/>
436 </Schema>
437
Ed Tanous530520e2019-01-02 13:41:37 -0800438 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_7">
439 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
440 <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."/>
441 <EntityType Name="Manager" BaseType="Manager.v1_0_6.Manager"/>
442 </Schema>
443
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600444 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_8">
445 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500446 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600447 <EntityType Name="Manager" BaseType="Manager.v1_0_7.Manager"/>
448 </Schema>
449
Ed Tanouscb103132019-10-08 11:34:22 -0700450 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_9">
451 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
452 <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."/>
453 <EntityType Name="Manager" BaseType="Manager.v1_0_8.Manager"/>
454 </Schema>
455
456 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_10">
457 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
458 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
459 <EntityType Name="Manager" BaseType="Manager.v1_0_9.Manager"/>
460 </Schema>
461
Gunnar Millsa778c022020-05-12 12:20:36 -0500462 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_11">
463 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
464 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
465 <EntityType Name="Manager" BaseType="Manager.v1_0_10.Manager"/>
466 </Schema>
467
Gunnar Mills844b4152020-06-22 12:44:09 -0500468 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_12">
469 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
470 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
471 <EntityType Name="Manager" BaseType="Manager.v1_0_11.Manager"/>
472 </Schema>
473
Jason M. Billsea4aa752018-06-05 13:29:11 -0700474 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_0">
475 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600476 <Annotation Term="Redfish.Release" String="2016.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500477
Jason M. Billsea4aa752018-06-05 13:29:11 -0700478 <EntityType Name="Manager" BaseType="Manager.v1_0_2.Manager"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500479
Jason M. Billsea4aa752018-06-05 13:29:11 -0700480 <ComplexType Name="Links" BaseType="Manager.v1_0_0.Links">
481 <NavigationProperty Name="ManagerInChassis" Type="Chassis.Chassis" Nullable="false">
482 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700483 <Annotation Term="OData.Description" String="The link to the chassis where this manager is located."/>
484 <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 -0700485 <Annotation Term="OData.AutoExpandReferences"/>
486 </NavigationProperty>
Gunnar Millsa778c022020-05-12 12:20:36 -0500487 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700488 </Schema>
489
490 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_1">
491 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
492 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
493 <EntityType Name="Manager" BaseType="Manager.v1_1_0.Manager"/>
494 </Schema>
495
496 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_2">
497 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700498 <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 -0700499 <EntityType Name="Manager" BaseType="Manager.v1_1_1.Manager"/>
500 </Schema>
501
502 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_3">
503 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
504 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
505 <EntityType Name="Manager" BaseType="Manager.v1_1_2.Manager"/>
506 </Schema>
507
508 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_4">
509 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500510 <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 -0700511 <EntityType Name="Manager" BaseType="Manager.v1_1_3.Manager"/>
512 </Schema>
513
Ed Tanous530520e2019-01-02 13:41:37 -0800514 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_5">
515 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
516 <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."/>
517 <EntityType Name="Manager" BaseType="Manager.v1_1_4.Manager"/>
518 </Schema>
519
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600520 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_6">
521 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500522 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600523 <EntityType Name="Manager" BaseType="Manager.v1_1_5.Manager"/>
524 </Schema>
525
Ed Tanouscb103132019-10-08 11:34:22 -0700526 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_7">
527 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
528 <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."/>
529 <EntityType Name="Manager" BaseType="Manager.v1_1_6.Manager"/>
530 </Schema>
531
532 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_8">
533 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
534 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
535 <EntityType Name="Manager" BaseType="Manager.v1_1_7.Manager"/>
536 </Schema>
537
Gunnar Millsa778c022020-05-12 12:20:36 -0500538 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_9">
539 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
540 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
541 <EntityType Name="Manager" BaseType="Manager.v1_1_8.Manager"/>
542 </Schema>
543
Gunnar Mills844b4152020-06-22 12:44:09 -0500544 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_10">
545 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
546 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
547 <EntityType Name="Manager" BaseType="Manager.v1_1_9.Manager"/>
548 </Schema>
549
Jason M. Billsea4aa752018-06-05 13:29:11 -0700550 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_0">
551 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600552 <Annotation Term="Redfish.Release" String="2016.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500553
Jason M. Billsea4aa752018-06-05 13:29:11 -0700554 <EntityType Name="Manager" BaseType="Manager.v1_1_0.Manager">
555 <Property Name="PowerState" Type="Resource.PowerState">
556 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700557 <Annotation Term="OData.Description" String="The current power state of the manager."/>
558 <Annotation Term="OData.LongDescription" String="This property shall contain the power state of the manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700559 </Property>
560 </EntityType>
561 </Schema>
562
563 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_1">
564 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
565 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
566 <EntityType Name="Manager" BaseType="Manager.v1_2_0.Manager"/>
567 </Schema>
568
569 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_2">
570 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700571 <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 -0700572 <EntityType Name="Manager" BaseType="Manager.v1_2_1.Manager"/>
573 </Schema>
574
575 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_3">
576 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
577 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
578 <EntityType Name="Manager" BaseType="Manager.v1_2_2.Manager"/>
579 </Schema>
580
581 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_4">
582 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500583 <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 -0700584 <EntityType Name="Manager" BaseType="Manager.v1_2_3.Manager"/>
585 </Schema>
586
Ed Tanous530520e2019-01-02 13:41:37 -0800587 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_5">
588 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
589 <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."/>
590 <EntityType Name="Manager" BaseType="Manager.v1_2_4.Manager"/>
591 </Schema>
592
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600593 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_6">
594 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500595 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600596 <EntityType Name="Manager" BaseType="Manager.v1_2_5.Manager"/>
597 </Schema>
598
Ed Tanouscb103132019-10-08 11:34:22 -0700599 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_7">
600 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
601 <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."/>
602 <EntityType Name="Manager" BaseType="Manager.v1_2_6.Manager"/>
603 </Schema>
604
605 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_8">
606 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
607 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
608 <EntityType Name="Manager" BaseType="Manager.v1_2_7.Manager"/>
609 </Schema>
610
Gunnar Millsa778c022020-05-12 12:20:36 -0500611 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_9">
612 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
613 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
614 <EntityType Name="Manager" BaseType="Manager.v1_2_8.Manager"/>
615 </Schema>
616
Gunnar Mills844b4152020-06-22 12:44:09 -0500617 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_10">
618 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
619 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
620 <EntityType Name="Manager" BaseType="Manager.v1_2_9.Manager"/>
621 </Schema>
622
Jason M. Billsea4aa752018-06-05 13:29:11 -0700623 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_0">
624 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600625 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500626
Jason M. Billsea4aa752018-06-05 13:29:11 -0700627 <EntityType Name="Manager" BaseType="Manager.v1_2_1.Manager">
628 <NavigationProperty Name="HostInterfaces" Type="HostInterfaceCollection.HostInterfaceCollection" Nullable="false">
629 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500630 <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."/>
631 <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 -0700632 <Annotation Term="OData.AutoExpandReferences"/>
633 </NavigationProperty>
634 </EntityType>
635 </Schema>
636
637 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_1">
638 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700639 <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 -0700640 <EntityType Name="Manager" BaseType="Manager.v1_3_0.Manager"/>
641 </Schema>
642
643 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_2">
644 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
645 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
646 <EntityType Name="Manager" BaseType="Manager.v1_3_1.Manager"/>
647 </Schema>
648
649 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_3">
650 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700651 <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 -0700652 <EntityType Name="Manager" BaseType="Manager.v1_3_2.Manager"/>
653 </Schema>
654
Ed Tanous530520e2019-01-02 13:41:37 -0800655 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_4">
656 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
657 <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."/>
658 <EntityType Name="Manager" BaseType="Manager.v1_3_3.Manager"/>
659 </Schema>
660
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600661 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_5">
662 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500663 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600664 <EntityType Name="Manager" BaseType="Manager.v1_3_4.Manager"/>
665 </Schema>
666
Ed Tanouscb103132019-10-08 11:34:22 -0700667 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_6">
668 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
669 <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."/>
670 <EntityType Name="Manager" BaseType="Manager.v1_3_5.Manager"/>
671 </Schema>
672
673 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_7">
674 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
675 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
676 <EntityType Name="Manager" BaseType="Manager.v1_3_6.Manager"/>
677 </Schema>
678
Gunnar Millsa778c022020-05-12 12:20:36 -0500679 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_8">
680 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
681 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
682 <EntityType Name="Manager" BaseType="Manager.v1_3_7.Manager"/>
683 </Schema>
684
Gunnar Mills844b4152020-06-22 12:44:09 -0500685 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_9">
686 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
687 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
688 <EntityType Name="Manager" BaseType="Manager.v1_3_8.Manager"/>
689 </Schema>
690
Jason M. Billsea4aa752018-06-05 13:29:11 -0700691 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_0">
692 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600693 <Annotation Term="Redfish.Release" String="2018.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500694
Jason M. Billsea4aa752018-06-05 13:29:11 -0700695 <EntityType Name="Manager" BaseType="Manager.v1_3_3.Manager">
696 <Property Name="AutoDSTEnabled" Type="Edm.Boolean" Nullable="false">
697 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700698 <Annotation Term="OData.Description" String="An indication of whether the manager is configured for automatic Daylight Saving Time (DST) adjustment."/>
699 <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 -0700700 </Property>
701 </EntityType>
702
703 <ComplexType Name="Links" BaseType="Manager.v1_1_0.Links">
704 <NavigationProperty Name="ManagerForSwitches" Type="Collection(Switch.Switch)">
705 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700706 <Annotation Term="OData.Description" String="An array of links to the switches that this manager controls."/>
707 <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 -0700708 <Annotation Term="OData.AutoExpandReferences"/>
709 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800710 </ComplexType>
711 </Schema>
712
713 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_1">
714 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
715 <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."/>
716 <EntityType Name="Manager" BaseType="Manager.v1_4_0.Manager"/>
717 </Schema>
718
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600719 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_2">
720 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500721 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600722 <EntityType Name="Manager" BaseType="Manager.v1_4_1.Manager"/>
723 </Schema>
724
Ed Tanouscb103132019-10-08 11:34:22 -0700725 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_3">
726 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
727 <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."/>
728 <EntityType Name="Manager" BaseType="Manager.v1_4_2.Manager"/>
729 </Schema>
730
731 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_4">
732 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
733 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
734 <EntityType Name="Manager" BaseType="Manager.v1_4_3.Manager"/>
735 </Schema>
736
Gunnar Millsa778c022020-05-12 12:20:36 -0500737 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_5">
738 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
739 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
740 <EntityType Name="Manager" BaseType="Manager.v1_4_4.Manager"/>
741 </Schema>
742
Gunnar Mills844b4152020-06-22 12:44:09 -0500743 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_6">
744 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
745 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
746 <EntityType Name="Manager" BaseType="Manager.v1_4_5.Manager"/>
747 </Schema>
748
Ed Tanous530520e2019-01-02 13:41:37 -0800749 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_0">
750 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600751 <Annotation Term="Redfish.Release" String="2018.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500752
Ed Tanous530520e2019-01-02 13:41:37 -0800753 <EntityType Name="Manager" BaseType="Manager.v1_4_1.Manager">
754 <Property Name="RemoteRedfishServiceUri" Type="Edm.String">
755 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500756 <Annotation Term="OData.Description" String="The URI of the Redfish service root for the remote manager that this resource represents."/>
757 <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 -0800758 <Annotation Term="OData.IsURL"/>
759 </Property>
760 <NavigationProperty Name="RemoteAccountService" Type="AccountService.AccountService" ContainsTarget="true" Nullable="false">
761 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500762 <Annotation Term="OData.Description" String="The link to the account service resource for the remote manager that this resource represents."/>
763 <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 Redfish services."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800764 <Annotation Term="OData.AutoExpandReferences"/>
765 </NavigationProperty>
766 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700767 </Schema>
768
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600769 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_1">
770 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500771 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600772 <EntityType Name="Manager" BaseType="Manager.v1_5_0.Manager"/>
773 </Schema>
774
Ed Tanouscb103132019-10-08 11:34:22 -0700775 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_2">
776 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
777 <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."/>
778 <EntityType Name="Manager" BaseType="Manager.v1_5_1.Manager"/>
779 </Schema>
780
781 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_3">
782 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
783 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
784 <EntityType Name="Manager" BaseType="Manager.v1_5_2.Manager"/>
785 </Schema>
786
Gunnar Millsa778c022020-05-12 12:20:36 -0500787 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_4">
788 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
789 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
790 <EntityType Name="Manager" BaseType="Manager.v1_5_3.Manager"/>
791 </Schema>
792
Gunnar Mills844b4152020-06-22 12:44:09 -0500793 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_5">
794 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
795 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
796 <EntityType Name="Manager" BaseType="Manager.v1_5_4.Manager"/>
797 </Schema>
798
Ed Tanouscb103132019-10-08 11:34:22 -0700799 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_0">
800 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
801 <Annotation Term="Redfish.Release" String="2019.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500802
Ed Tanouscb103132019-10-08 11:34:22 -0700803 <EntityType Name="Manager" BaseType="Manager.v1_5_3.Manager"/>
804
805 <ComplexType Name="Links" BaseType="Manager.v1_1_0.Links">
806 <NavigationProperty Name="ActiveSoftwareImage" Type="SoftwareInventory.SoftwareInventory" Nullable="false">
807 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500808 <Annotation Term="OData.Description" String="The link to the software inventory resource that represents the active firmware image for this manager."/>
809 <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 -0700810 <Annotation Term="OData.AutoExpandReferences"/>
811 </NavigationProperty>
812 <NavigationProperty Name="SoftwareImages" Type="Collection(SoftwareInventory.SoftwareInventory)">
813 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
814 <Annotation Term="OData.Description" String="The images that are associated with this manager."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500815 <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 -0700816 <Annotation Term="OData.AutoExpandReferences"/>
817 </NavigationProperty>
818 </ComplexType>
819 </Schema>
820
Gunnar Millsa778c022020-05-12 12:20:36 -0500821 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_1">
822 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
823 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
824 <EntityType Name="Manager" BaseType="Manager.v1_6_0.Manager"/>
825 </Schema>
826
Gunnar Mills844b4152020-06-22 12:44:09 -0500827 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_2">
828 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
829 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
830 <EntityType Name="Manager" BaseType="Manager.v1_6_1.Manager"/>
831 </Schema>
832
Gunnar Mills09b9d452020-02-11 13:27:39 -0600833 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_0">
834 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
835 <Annotation Term="Redfish.Release" String="2019.4"/>
836
837 <EntityType Name="Manager" BaseType="Manager.v1_6_0.Manager">
838 <Property Name="Manufacturer" Type="Edm.String">
839 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
840 <Annotation Term="OData.Description" String="The manufacturer of this manager."/>
841 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the manager. This organization might be the entity from whom the manager is purchased, but this is not necessarily true."/>
842 </Property>
843 <Property Name="SerialNumber" Type="Edm.String">
844 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
845 <Annotation Term="OData.Description" String="The serial number of the manager."/>
846 <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the manager."/>
847 </Property>
848 <Property Name="PartNumber" Type="Edm.String">
849 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
850 <Annotation Term="OData.Description" String="The part number of the manager."/>
851 <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."/>
852 </Property>
853 </EntityType>
854 </Schema>
855
Gunnar Millsa778c022020-05-12 12:20:36 -0500856 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_1">
857 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
858 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
859 <EntityType Name="Manager" BaseType="Manager.v1_7_0.Manager"/>
860 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -0500861
862 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_2">
863 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
864 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
865 <EntityType Name="Manager" BaseType="Manager.v1_7_1.Manager"/>
866 </Schema>
Gunnar Millsa778c022020-05-12 12:20:36 -0500867
868 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_0">
869 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
870 <Annotation Term="Redfish.Release" String="2020.1"/>
871 <Annotation Term="OData.Description" String="This version was created to add the ResetToDefaults action."/>
872
873 <EntityType Name="Manager" BaseType="Manager.v1_7_1.Manager"/>
874
875 <EnumType Name="ResetToDefaultsType">
876 <Member Name="ResetAll">
877 <Annotation Term="OData.Description" String="Reset all settings to factory defaults."/>
878 </Member>
879 <Member Name="PreserveNetworkAndUsers">
880 <Annotation Term="OData.Description" String="Reset all settings except network and local user names/passwords to factory defaults."/>
881 </Member>
882 <Member Name="PreserveNetwork">
883 <Annotation Term="OData.Description" String="Reset all settings except network settings to factory defaults."/>
884 </Member>
885 </EnumType>
886 </Schema>
887
Gunnar Mills844b4152020-06-22 12:44:09 -0500888 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_1">
889 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
890 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
891 <EntityType Name="Manager" BaseType="Manager.v1_8_0.Manager"/>
892 </Schema>
893
894 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_0">
895 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
896 <Annotation Term="Redfish.Release" String="2020.2"/>
897 <Annotation Term="OData.Description" String="This version was created to add the LastResetTime."/>
898
899 <EntityType Name="Manager" BaseType="Manager.v1_8_1.Manager">
900 <Property Name="LastResetTime" Type="Edm.DateTimeOffset" Nullable="false">
901 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
902 <Annotation Term="OData.Description" String="The date and time when the manager was last reset or rebooted."/>
903 <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."/>
904 </Property>
905 </EntityType>
906
907 <ComplexType Name="Links" BaseType="Manager.v1_6_0.Links">
908 <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)">
909 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
910 <Annotation Term="OData.Description" String="The array of links to the managers responsible for managing this manager."/>
911 <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."/>
912 <Annotation Term="OData.AutoExpandReferences"/>
913 </NavigationProperty>
914 <NavigationProperty Name="ManagerForManagers" Type="Collection(Manager.Manager)">
915 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
916 <Annotation Term="OData.Description" String="An array of links to the managers that are managed by this manager."/>
917 <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."/>
918 <Annotation Term="OData.AutoExpandReferences"/>
919 </NavigationProperty>
920 </ComplexType>
921 </Schema>
922
Jason M. Billsea4aa752018-06-05 13:29:11 -0700923 </edmx:DataServices>
924</edmx:Edmx>