1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: Manager v1.19.0 --> 5<!--# --> 6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7<!--# available at http://www.dmtf.org/standards/redfish --> 8<!--# Copyright 2014-2023 DMTF. --> 9<!--# 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> 58 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AccountService_v1.xml"> 59 <edmx:Include Namespace="AccountService"/> 60 </edmx:Reference> 61 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml"> 62 <edmx:Include Namespace="SoftwareInventory"/> 63 </edmx:Reference> 64 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PortCollection_v1.xml"> 65 <edmx:Include Namespace="PortCollection"/> 66 </edmx:Reference> 67 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Port_v1.xml"> 68 <edmx:Include Namespace="Port"/> 69 </edmx:Reference> 70 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml"> 71 <edmx:Include Namespace="CertificateCollection"/> 72 </edmx:Reference> 73 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ManagerDiagnosticData_v1.xml"> 74 <edmx:Include Namespace="ManagerDiagnosticData"/> 75 </edmx:Reference> 76 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SecurityPolicy_v1.xml"> 77 <edmx:Include Namespace="SecurityPolicy"/> 78 </edmx:Reference> 79 80 <edmx:DataServices> 81 82 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager"> 83 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 84 85 <EntityType Name="Manager" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 86 <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 (baseboard management controllers), 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."/> 87 <Annotation Term="OData.LongDescription" String="This resource shall represent a management subsystem for a Redfish implementation."/> 88 <Annotation Term="Capabilities.InsertRestrictions"> 89 <Record> 90 <PropertyValue Property="Insertable" Bool="false"/> 91 </Record> 92 </Annotation> 93 <Annotation Term="Capabilities.UpdateRestrictions"> 94 <Record> 95 <PropertyValue Property="Updatable" Bool="true"/> 96 <Annotation Term="OData.Description" String="Writable properties, such as date and time settings, can be updated for managers."/> 97 </Record> 98 </Annotation> 99 <Annotation Term="Capabilities.DeleteRestrictions"> 100 <Record> 101 <PropertyValue Property="Deletable" Bool="false"/> 102 </Record> 103 </Annotation> 104 <Annotation Term="Redfish.Uris"> 105 <Collection> 106 <String>/redfish/v1/Managers/{ManagerId}</String> 107 </Collection> 108 </Annotation> 109 </EntityType> 110 111 <Action Name="Reset" IsBound="true"> 112 <Annotation Term="OData.Description" String="The reset action resets/reboots the manager."/> 113 <Annotation Term="OData.LongDescription" String="This action shall reset the manager."/> 114 <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/> 115 <Parameter Name="ResetType" Type="Resource.ResetType"> 116 <Annotation Term="OData.Description" String="The type of reset."/> 117 <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."/> 118 </Parameter> 119 </Action> 120 121 <Action Name="ForceFailover" IsBound="true"> 122 <Annotation Term="OData.Description" String="The ForceFailover action forces a failover of this manager to the manager used in the parameter."/> 123 <Annotation Term="OData.LongDescription" String="This action shall perform a forced failover of the manager's redundancy to the manager supplied as a parameter."/> 124 <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/> 125 <Parameter Name="NewManager" Type="Manager.Manager" Nullable="false"> 126 <Annotation Term="OData.Description" String="The manager to which to fail over."/> 127 <Annotation Term="OData.LongDescription" String="This parameter shall contain the manager to which to fail over."/> 128 </Parameter> 129 </Action> 130 131 <Action Name="ModifyRedundancySet" IsBound="true"> 132 <Annotation Term="OData.Description" String="The ModifyRedundancySet operation adds members to or removes members from a redundant group of managers."/> 133 <Annotation Term="OData.LongDescription" String="The ModifyRedundancySet operation shall add members to or remove members from a redundant group of managers."/> 134 <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/> 135 <Parameter Name="Add" Type="Collection(Manager.Manager)"> 136 <Annotation Term="OData.Description" String="An array of managers to add to the redundancy set."/> 137 <Annotation Term="OData.LongDescription" String="This parameter shall contain an array of managers to add to the redundancy set."/> 138 </Parameter> 139 <Parameter Name="Remove" Type="Collection(Manager.Manager)"> 140 <Annotation Term="OData.Description" String="An array of managers to remove from the redundancy set."/> 141 <Annotation Term="OData.LongDescription" String="This parameter shall contain an array of managers to remove from the redundancy set."/> 142 </Parameter> 143 </Action> 144 145 <Action Name="ResetToDefaults" IsBound="true"> 146 <Annotation Term="OData.Description" String="The reset action resets the manager settings to factory defaults. This can cause the manager to reset."/> 147 <Annotation Term="OData.LongDescription" String="This action shall reset the manager settings. This action can impact other resources."/> 148 <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/> 149 <Parameter Name="ResetType" Type="Manager.v1_8_0.ResetToDefaultsType" Nullable="false"> 150 <Annotation Term="OData.Description" String="The type of reset to defaults."/> 151 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset to defaults."/> 152 </Parameter> 153 <Annotation Term="Redfish.Revisions"> 154 <Collection> 155 <Record> 156 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 157 <PropertyValue Property="Version" String="v1_8_0"/> 158 </Record> 159 </Collection> 160 </Annotation> 161 </Action> 162 </Schema> 163 164 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_0"> 165 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 166 <Annotation Term="Redfish.Release" String="1.0"/> 167 168 <EntityType Name="Manager" BaseType="Manager.Manager"> 169 <Property Name="ManagerType" Type="Manager.v1_0_0.ManagerType" Nullable="false"> 170 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 171 <Annotation Term="OData.Description" String="The type of manager that this resource represents."/> 172 <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."/> 173 </Property> 174 <Property Name="Links" Type="Manager.v1_0_0.Links" Nullable="false"> 175 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 176 <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."/> 177 </Property> 178 <NavigationProperty Name="EthernetInterfaces" Type="EthernetInterfaceCollection.EthernetInterfaceCollection" ContainsTarget="true" Nullable="false"> 179 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 180 <Annotation Term="OData.Description" String="The link to a collection of NICs that this manager uses for network communication."/> 181 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type EthernetInterfaceCollection."/> 182 <Annotation Term="OData.AutoExpandReferences"/> 183 </NavigationProperty> 184 <NavigationProperty Name="SerialInterfaces" Type="SerialInterfaceCollection.SerialInterfaceCollection" ContainsTarget="true" Nullable="false"> 185 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 186 <Annotation Term="OData.Description" String="The link to a collection of serial interfaces that this manager uses for serial and console communication."/> 187 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type SerialInterfaceCollection, which this manager uses."/> 188 <Annotation Term="OData.AutoExpandReferences"/> 189 </NavigationProperty> 190 <NavigationProperty Name="NetworkProtocol" Type="ManagerNetworkProtocol.ManagerNetworkProtocol" ContainsTarget="true" Nullable="false"> 191 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 192 <Annotation Term="OData.Description" String="The link to the network services and their settings that the manager controls."/> 193 <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."/> 194 <Annotation Term="OData.AutoExpandReferences"/> 195 </NavigationProperty> 196 <NavigationProperty Name="LogServices" Type="LogServiceCollection.LogServiceCollection" ContainsTarget="true" Nullable="false"> 197 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 198 <Annotation Term="OData.Description" String="The link to a collection of logs that the manager uses."/> 199 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type LogServiceCollection that this manager uses."/> 200 <Annotation Term="OData.AutoExpandReferences"/> 201 </NavigationProperty> 202 <NavigationProperty Name="VirtualMedia" Type="VirtualMediaCollection.VirtualMediaCollection" ContainsTarget="true" Nullable="false"> 203 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 204 <Annotation Term="OData.Description" String="The link to the Virtual Media services for this particular manager."/> 205 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type VirtualMediaCollection, which this manager uses."/> 206 <Annotation Term="OData.AutoExpandReferences"/> 207 <Annotation Term="Redfish.Revisions"> 208 <Collection> 209 <Record> 210 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 211 <PropertyValue Property="Version" String="v1_10_0"/> 212 <PropertyValue Property="Description" String="This property has been deprecated in favor of the VirtualMedia property in the ComputerSystem resource."/> 213 </Record> 214 </Collection> 215 </Annotation> 216 </NavigationProperty> 217 <Property Name="ServiceEntryPointUUID" Type="Resource.UUID"> 218 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 219 <Annotation Term="OData.Description" String="The UUID of the Redfish service that is hosted by this manager."/> 220 <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."/> 221 </Property> 222 <Property Name="UUID" Type="Resource.UUID"> 223 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 224 <Annotation Term="OData.Description" String="The UUID for this manager."/> 225 <Annotation Term="OData.LongDescription" String="This property shall contain the UUID for the manager."/> 226 </Property> 227 <Property Name="Model" Type="Edm.String"> 228 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 229 <Annotation Term="OData.Description" String="The model information of this manager, as defined by the manufacturer."/> 230 <Annotation Term="OData.LongDescription" String="This property shall contain the information about how the manufacturer refers to this manager."/> 231 </Property> 232 <Property Name="DateTime" Type="Edm.DateTimeOffset"> 233 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 234 <Annotation Term="OData.Description" String="The current date and time with UTC offset of the manager."/> 235 <Annotation Term="OData.LongDescription" String="This property shall contain the current date and time with UTC offset of the manager."/> 236 </Property> 237 <Property Name="DateTimeLocalOffset" Type="Edm.String"> 238 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 239 <Annotation Term="OData.Description" String="The time offset from UTC that the DateTime property is in `+HH:MM` format."/> 240 <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."/> 241 <Annotation Term="Validation.Pattern" String="^([-+][0-1][0-9]:[0-5][0-9])$"/> 242 </Property> 243 <Property Name="FirmwareVersion" Type="Edm.String"> 244 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 245 <Annotation Term="OData.Description" String="The firmware version of this manager."/> 246 <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for the associated manager."/> 247 </Property> 248 <Property Name="SerialConsole" Type="Manager.v1_0_0.SerialConsole" Nullable="false"> 249 <Annotation Term="OData.Description" String="The serial console service that this manager provides."/> 250 <Annotation Term="OData.LongDescription" String="This property shall contain information about the serial console service of this manager."/> 251 <Annotation Term="Redfish.Revisions"> 252 <Collection> 253 <Record> 254 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 255 <PropertyValue Property="Version" String="v1_10_0"/> 256 <PropertyValue Property="Description" String="This property has been deprecated in favor of the SerialConsole property in the ComputerSystem resource."/> 257 </Record> 258 </Collection> 259 </Annotation> 260 </Property> 261 <Property Name="CommandShell" Type="Manager.v1_0_0.CommandShell" Nullable="false"> 262 <Annotation Term="OData.Description" String="The command shell service that this manager provides."/> 263 <Annotation Term="OData.LongDescription" String="This property shall contain information about the command shell service of this manager."/> 264 </Property> 265 <Property Name="GraphicalConsole" Type="Manager.v1_0_0.GraphicalConsole" Nullable="false"> 266 <Annotation Term="OData.Description" String="The information about the graphical console service of this manager."/> 267 <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."/> 268 </Property> 269 <Property Name="Actions" Type="Manager.v1_0_0.Actions" Nullable="false"> 270 <Annotation Term="OData.Description" String="The available actions for this resource."/> 271 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 272 </Property> 273 <Property Name="Status" Type="Resource.Status" Nullable="false"> 274 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 275 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 276 </Property> 277 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true"> 278 <Annotation Term="OData.Description" String="The redundancy information for the managers of this system."/> 279 <Annotation Term="OData.LongDescription" String="The properties in this array shall show how this manager is grouped with other managers for form redundancy sets."/> 280 <Annotation Term="OData.AutoExpand"/> 281 </NavigationProperty> 282 </EntityType> 283 284 <ComplexType Name="Actions"> 285 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 286 <Annotation Term="OData.Description" String="The available actions for this resource."/> 287 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 288 <Property Name="Oem" Type="Manager.v1_0_0.OemActions" Nullable="false"> 289 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 290 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 291 </Property> 292 </ComplexType> 293 294 <ComplexType Name="OemActions"> 295 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 296 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 297 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 298 </ComplexType> 299 300 <ComplexType Name="Links" BaseType="Resource.Links"> 301 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 302 <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."/> 303 <NavigationProperty Name="ManagerForServers" Type="Collection(ComputerSystem.ComputerSystem)"> 304 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 305 <Annotation Term="OData.Description" String="An array of links to the systems that this manager controls."/> 306 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to computer systems over which this manager instance has control."/> 307 <Annotation Term="OData.AutoExpandReferences"/> 308 </NavigationProperty> 309 <NavigationProperty Name="ManagerForChassis" Type="Collection(Chassis.Chassis)"> 310 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 311 <Annotation Term="OData.Description" String="An array of links to the chassis this manager controls."/> 312 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to chassis over which this manager instance has control."/> 313 <Annotation Term="OData.AutoExpandReferences"/> 314 </NavigationProperty> 315 </ComplexType> 316 317 <EnumType Name="ManagerType"> 318 <Member Name="ManagementController"> 319 <Annotation Term="OData.Description" String="A controller that primarily monitors or manages the operation of a device or system."/> 320 </Member> 321 <Member Name="EnclosureManager"> 322 <Annotation Term="OData.Description" String="A controller that provides management functions for a chassis, group of devices, or group of systems with their own BMCs (baseboard management controllers). An example of this is a manager that aggregates and orchestrates management functions across multiple BMCs in an enclosure."/> 323 </Member> 324 <Member Name="BMC"> 325 <Annotation Term="OData.Description" String="A controller that provides management functions for one or more computer systems. Commonly known as a BMC (baseboard management controller). Examples of this include a BMC dedicated to one system or a multi-host manager providing BMC capabilities to multiple systems."/> 326 </Member> 327 <Member Name="RackManager"> 328 <Annotation Term="OData.Description" String="A controller that provides management functions for a whole or part of a rack. An example of this is a manager that aggregates and orchestrates management functions across multiple managers, such as enclosure managers and BMCs (baseboard management controllers), in a rack."/> 329 </Member> 330 <Member Name="AuxiliaryController"> 331 <Annotation Term="OData.Description" String="A controller that provides management functions for a particular subsystem or group of devices as part of a larger system."/> 332 </Member> 333 <Member Name="Service"> 334 <Annotation Term="OData.Description" String="A software-based service that provides management functions."/> 335 <Annotation Term="Redfish.Revisions"> 336 <Collection> 337 <Record> 338 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 339 <PropertyValue Property="Version" String="v1_4_0"/> 340 </Record> 341 </Collection> 342 </Annotation> 343 </Member> 344 </EnumType> 345 346 <ComplexType Name="ManagerService" Abstract="true"> 347 <Annotation Term="OData.Description" String="The manager services, such as serial console, command shell, or graphical console service."/> 348 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 349 <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false"> 350 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 351 <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this manager."/> 352 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/> 353 </Property> 354 <Property Name="MaxConcurrentSessions" Type="Edm.Int64" Nullable="false"> 355 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 356 <Annotation Term="OData.Description" String="The maximum number of service sessions, regardless of protocol, that this manager can support."/> 357 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of concurrent service sessions that this implementation supports."/> 358 <Annotation Term="Validation.Minimum" Int="0"/> 359 </Property> 360 </ComplexType> 361 362 <EnumType Name="SerialConnectTypesSupported"> 363 <Member Name="SSH"> 364 <Annotation Term="OData.Description" String="The controller supports a serial console connection through the SSH protocol."/> 365 </Member> 366 <Member Name="Telnet"> 367 <Annotation Term="OData.Description" String="The controller supports a serial console connection through the Telnet protocol."/> 368 </Member> 369 <Member Name="IPMI"> 370 <Annotation Term="OData.Description" String="The controller supports a serial console connection through the IPMI Serial Over LAN (SOL) protocol."/> 371 </Member> 372 <Member Name="Oem"> 373 <Annotation Term="OData.Description" String="The controller supports a serial console connection through an OEM-specific protocol."/> 374 </Member> 375 </EnumType> 376 377 <EnumType Name="CommandConnectTypesSupported"> 378 <Member Name="SSH"> 379 <Annotation Term="OData.Description" String="The controller supports a command shell connection through the SSH protocol."/> 380 </Member> 381 <Member Name="Telnet"> 382 <Annotation Term="OData.Description" String="The controller supports a command shell connection through the Telnet protocol."/> 383 </Member> 384 <Member Name="IPMI"> 385 <Annotation Term="OData.Description" String="The controller supports a command shell connection through the IPMI Serial Over LAN (SOL) protocol."/> 386 </Member> 387 <Member Name="Oem"> 388 <Annotation Term="OData.Description" String="The controller supports a command shell connection through an OEM-specific protocol."/> 389 </Member> 390 </EnumType> 391 392 <EnumType Name="GraphicalConnectTypesSupported"> 393 <Member Name="KVMIP"> 394 <Annotation Term="OData.Description" String="The controller supports a graphical console connection through a KVM-IP (redirection of Keyboard, Video, Mouse over IP) protocol."/> 395 </Member> 396 <Member Name="Oem"> 397 <Annotation Term="OData.Description" String="The controller supports a graphical console connection through an OEM-specific protocol."/> 398 </Member> 399 </EnumType> 400 401 <ComplexType Name="SerialConsole" BaseType="Manager.v1_0_0.ManagerService"> 402 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 403 <Annotation Term="OData.Description" String="The information about a serial console service that this manager provides."/> 404 <Annotation Term="OData.LongDescription" String="This type shall describe a serial console service for a manager."/> 405 <Property Name="ConnectTypesSupported" Type="Collection(Manager.v1_0_0.SerialConnectTypesSupported)" Nullable="false"> 406 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 407 <Annotation Term="OData.Description" String="This property enumerates the serial console connection types that the implementation allows."/> 408 <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."/> 409 </Property> 410 </ComplexType> 411 412 <ComplexType Name="CommandShell" BaseType="Manager.v1_0_0.ManagerService"> 413 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 414 <Annotation Term="OData.Description" String="The information about a command shell service that this manager provides."/> 415 <Annotation Term="OData.LongDescription" String="This type shall describe a command shell service for a manager."/> 416 <Property Name="ConnectTypesSupported" Type="Collection(Manager.v1_0_0.CommandConnectTypesSupported)" Nullable="false"> 417 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 418 <Annotation Term="OData.Description" String="This property enumerates the command shell connection types that the implementation allows."/> 419 <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."/> 420 </Property> 421 </ComplexType> 422 423 <ComplexType Name="GraphicalConsole" BaseType="Manager.v1_0_0.ManagerService"> 424 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 425 <Annotation Term="OData.Description" String="The information about a graphical console service that this manager provides."/> 426 <Annotation Term="OData.LongDescription" String="This type shall describe a graphical console service for a manager."/> 427 <Property Name="ConnectTypesSupported" Type="Collection(Manager.v1_0_0.GraphicalConnectTypesSupported)" Nullable="false"> 428 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 429 <Annotation Term="OData.Description" String="This property enumerates the graphical console connection types that the implementation allows."/> 430 <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-defined KVM-IP protocol is supported."/> 431 </Property> 432 </ComplexType> 433 </Schema> 434 435 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_1"> 436 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 437 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 438 <EntityType Name="Manager" BaseType="Manager.v1_0_0.Manager"/> 439 </Schema> 440 441 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_2"> 442 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 443 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 444 <EntityType Name="Manager" BaseType="Manager.v1_0_1.Manager"/> 445 </Schema> 446 447 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_3"> 448 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 449 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 450 <EntityType Name="Manager" BaseType="Manager.v1_0_2.Manager"/> 451 </Schema> 452 453 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_4"> 454 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 455 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/> 456 <EntityType Name="Manager" BaseType="Manager.v1_0_3.Manager"/> 457 </Schema> 458 459 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_5"> 460 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 461 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 462 <EntityType Name="Manager" BaseType="Manager.v1_0_4.Manager"/> 463 </Schema> 464 465 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_6"> 466 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 467 <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."/> 468 <EntityType Name="Manager" BaseType="Manager.v1_0_5.Manager"/> 469 </Schema> 470 471 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_7"> 472 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 473 <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."/> 474 <EntityType Name="Manager" BaseType="Manager.v1_0_6.Manager"/> 475 </Schema> 476 477 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_8"> 478 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 479 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 480 <EntityType Name="Manager" BaseType="Manager.v1_0_7.Manager"/> 481 </Schema> 482 483 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_9"> 484 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 485 <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."/> 486 <EntityType Name="Manager" BaseType="Manager.v1_0_8.Manager"/> 487 </Schema> 488 489 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_10"> 490 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 491 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 492 <EntityType Name="Manager" BaseType="Manager.v1_0_9.Manager"/> 493 </Schema> 494 495 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_11"> 496 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 497 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 498 <EntityType Name="Manager" BaseType="Manager.v1_0_10.Manager"/> 499 </Schema> 500 501 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_12"> 502 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 503 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 504 <EntityType Name="Manager" BaseType="Manager.v1_0_11.Manager"/> 505 </Schema> 506 507 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_13"> 508 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 509 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/> 510 <EntityType Name="Manager" BaseType="Manager.v1_0_12.Manager"/> 511 </Schema> 512 513 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_14"> 514 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 515 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/> 516 <EntityType Name="Manager" BaseType="Manager.v1_0_13.Manager"/> 517 </Schema> 518 519 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_15"> 520 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 521 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 522 <EntityType Name="Manager" BaseType="Manager.v1_0_14.Manager"/> 523 </Schema> 524 525 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_16"> 526 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 527 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/> 528 <EntityType Name="Manager" BaseType="Manager.v1_0_15.Manager"/> 529 </Schema> 530 531 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_17"> 532 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 533 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 534 <EntityType Name="Manager" BaseType="Manager.v1_0_16.Manager"/> 535 </Schema> 536 537 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_0"> 538 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 539 <Annotation Term="Redfish.Release" String="2016.1"/> 540 541 <EntityType Name="Manager" BaseType="Manager.v1_0_2.Manager"/> 542 543 <ComplexType Name="Links" BaseType="Manager.v1_0_0.Links"> 544 <NavigationProperty Name="ManagerInChassis" Type="Chassis.Chassis" Nullable="false"> 545 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 546 <Annotation Term="OData.Description" String="The link to the chassis where this manager is located."/> 547 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the chassis where this manager is located."/> 548 <Annotation Term="OData.AutoExpandReferences"/> 549 </NavigationProperty> 550 </ComplexType> 551 </Schema> 552 553 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_1"> 554 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 555 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 556 <EntityType Name="Manager" BaseType="Manager.v1_1_0.Manager"/> 557 </Schema> 558 559 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_2"> 560 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 561 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/> 562 <EntityType Name="Manager" BaseType="Manager.v1_1_1.Manager"/> 563 </Schema> 564 565 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_3"> 566 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 567 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 568 <EntityType Name="Manager" BaseType="Manager.v1_1_2.Manager"/> 569 </Schema> 570 571 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_4"> 572 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 573 <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."/> 574 <EntityType Name="Manager" BaseType="Manager.v1_1_3.Manager"/> 575 </Schema> 576 577 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_5"> 578 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 579 <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."/> 580 <EntityType Name="Manager" BaseType="Manager.v1_1_4.Manager"/> 581 </Schema> 582 583 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_6"> 584 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 585 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 586 <EntityType Name="Manager" BaseType="Manager.v1_1_5.Manager"/> 587 </Schema> 588 589 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_7"> 590 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 591 <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."/> 592 <EntityType Name="Manager" BaseType="Manager.v1_1_6.Manager"/> 593 </Schema> 594 595 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_8"> 596 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 597 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 598 <EntityType Name="Manager" BaseType="Manager.v1_1_7.Manager"/> 599 </Schema> 600 601 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_9"> 602 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 603 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 604 <EntityType Name="Manager" BaseType="Manager.v1_1_8.Manager"/> 605 </Schema> 606 607 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_10"> 608 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 609 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 610 <EntityType Name="Manager" BaseType="Manager.v1_1_9.Manager"/> 611 </Schema> 612 613 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_11"> 614 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 615 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/> 616 <EntityType Name="Manager" BaseType="Manager.v1_1_10.Manager"/> 617 </Schema> 618 619 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_12"> 620 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 621 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/> 622 <EntityType Name="Manager" BaseType="Manager.v1_1_11.Manager"/> 623 </Schema> 624 625 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_13"> 626 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 627 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 628 <EntityType Name="Manager" BaseType="Manager.v1_1_12.Manager"/> 629 </Schema> 630 631 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_14"> 632 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 633 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/> 634 <EntityType Name="Manager" BaseType="Manager.v1_1_13.Manager"/> 635 </Schema> 636 637 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_15"> 638 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 639 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 640 <EntityType Name="Manager" BaseType="Manager.v1_1_14.Manager"/> 641 </Schema> 642 643 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_0"> 644 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 645 <Annotation Term="Redfish.Release" String="2016.2"/> 646 647 <EntityType Name="Manager" BaseType="Manager.v1_1_0.Manager"> 648 <Property Name="PowerState" Type="Resource.PowerState"> 649 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 650 <Annotation Term="OData.Description" String="The current power state of the manager."/> 651 <Annotation Term="OData.LongDescription" String="This property shall contain the power state of the manager."/> 652 </Property> 653 </EntityType> 654 </Schema> 655 656 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_1"> 657 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 658 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 659 <EntityType Name="Manager" BaseType="Manager.v1_2_0.Manager"/> 660 </Schema> 661 662 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_2"> 663 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 664 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/> 665 <EntityType Name="Manager" BaseType="Manager.v1_2_1.Manager"/> 666 </Schema> 667 668 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_3"> 669 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 670 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 671 <EntityType Name="Manager" BaseType="Manager.v1_2_2.Manager"/> 672 </Schema> 673 674 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_4"> 675 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 676 <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."/> 677 <EntityType Name="Manager" BaseType="Manager.v1_2_3.Manager"/> 678 </Schema> 679 680 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_5"> 681 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 682 <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."/> 683 <EntityType Name="Manager" BaseType="Manager.v1_2_4.Manager"/> 684 </Schema> 685 686 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_6"> 687 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 688 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 689 <EntityType Name="Manager" BaseType="Manager.v1_2_5.Manager"/> 690 </Schema> 691 692 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_7"> 693 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 694 <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."/> 695 <EntityType Name="Manager" BaseType="Manager.v1_2_6.Manager"/> 696 </Schema> 697 698 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_8"> 699 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 700 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 701 <EntityType Name="Manager" BaseType="Manager.v1_2_7.Manager"/> 702 </Schema> 703 704 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_9"> 705 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 706 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 707 <EntityType Name="Manager" BaseType="Manager.v1_2_8.Manager"/> 708 </Schema> 709 710 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_10"> 711 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 712 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 713 <EntityType Name="Manager" BaseType="Manager.v1_2_9.Manager"/> 714 </Schema> 715 716 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_11"> 717 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 718 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/> 719 <EntityType Name="Manager" BaseType="Manager.v1_2_10.Manager"/> 720 </Schema> 721 722 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_12"> 723 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 724 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/> 725 <EntityType Name="Manager" BaseType="Manager.v1_2_11.Manager"/> 726 </Schema> 727 728 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_13"> 729 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 730 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 731 <EntityType Name="Manager" BaseType="Manager.v1_2_12.Manager"/> 732 </Schema> 733 734 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_14"> 735 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 736 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/> 737 <EntityType Name="Manager" BaseType="Manager.v1_2_13.Manager"/> 738 </Schema> 739 740 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_15"> 741 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 742 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 743 <EntityType Name="Manager" BaseType="Manager.v1_2_14.Manager"/> 744 </Schema> 745 746 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_0"> 747 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 748 <Annotation Term="Redfish.Release" String="2016.3"/> 749 750 <EntityType Name="Manager" BaseType="Manager.v1_2_1.Manager"> 751 <NavigationProperty Name="HostInterfaces" Type="HostInterfaceCollection.HostInterfaceCollection" Nullable="false"> 752 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 753 <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."/> 754 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type HostInterfaceCollection."/> 755 <Annotation Term="OData.AutoExpandReferences"/> 756 </NavigationProperty> 757 </EntityType> 758 </Schema> 759 760 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_1"> 761 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 762 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/> 763 <EntityType Name="Manager" BaseType="Manager.v1_3_0.Manager"/> 764 </Schema> 765 766 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_2"> 767 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 768 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 769 <EntityType Name="Manager" BaseType="Manager.v1_3_1.Manager"/> 770 </Schema> 771 772 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_3"> 773 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 774 <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."/> 775 <EntityType Name="Manager" BaseType="Manager.v1_3_2.Manager"/> 776 </Schema> 777 778 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_4"> 779 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 780 <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."/> 781 <EntityType Name="Manager" BaseType="Manager.v1_3_3.Manager"/> 782 </Schema> 783 784 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_5"> 785 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 786 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 787 <EntityType Name="Manager" BaseType="Manager.v1_3_4.Manager"/> 788 </Schema> 789 790 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_6"> 791 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 792 <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."/> 793 <EntityType Name="Manager" BaseType="Manager.v1_3_5.Manager"/> 794 </Schema> 795 796 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_7"> 797 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 798 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 799 <EntityType Name="Manager" BaseType="Manager.v1_3_6.Manager"/> 800 </Schema> 801 802 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_8"> 803 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 804 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 805 <EntityType Name="Manager" BaseType="Manager.v1_3_7.Manager"/> 806 </Schema> 807 808 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_9"> 809 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 810 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 811 <EntityType Name="Manager" BaseType="Manager.v1_3_8.Manager"/> 812 </Schema> 813 814 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_10"> 815 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 816 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/> 817 <EntityType Name="Manager" BaseType="Manager.v1_3_9.Manager"/> 818 </Schema> 819 820 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_11"> 821 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 822 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/> 823 <EntityType Name="Manager" BaseType="Manager.v1_3_10.Manager"/> 824 </Schema> 825 826 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_12"> 827 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 828 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 829 <EntityType Name="Manager" BaseType="Manager.v1_3_11.Manager"/> 830 </Schema> 831 832 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_13"> 833 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 834 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/> 835 <EntityType Name="Manager" BaseType="Manager.v1_3_12.Manager"/> 836 </Schema> 837 838 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_14"> 839 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 840 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 841 <EntityType Name="Manager" BaseType="Manager.v1_3_13.Manager"/> 842 </Schema> 843 844 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_0"> 845 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 846 <Annotation Term="Redfish.Release" String="2018.1"/> 847 848 <EntityType Name="Manager" BaseType="Manager.v1_3_3.Manager"> 849 <Property Name="AutoDSTEnabled" Type="Edm.Boolean" Nullable="false"> 850 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 851 <Annotation Term="OData.Description" String="An indication of whether the manager is configured for automatic Daylight Saving Time (DST) adjustment."/> 852 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the manager is configured for automatic Daylight Saving Time (DST) adjustment."/> 853 </Property> 854 </EntityType> 855 856 <ComplexType Name="Links" BaseType="Manager.v1_1_0.Links"> 857 <NavigationProperty Name="ManagerForSwitches" Type="Collection(Switch.Switch)"> 858 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 859 <Annotation Term="OData.Description" String="An array of links to the switches that this manager controls."/> 860 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to switches that this manager instance controls."/> 861 <Annotation Term="OData.AutoExpandReferences"/> 862 </NavigationProperty> 863 </ComplexType> 864 </Schema> 865 866 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_1"> 867 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 868 <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."/> 869 <EntityType Name="Manager" BaseType="Manager.v1_4_0.Manager"/> 870 </Schema> 871 872 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_2"> 873 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 874 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 875 <EntityType Name="Manager" BaseType="Manager.v1_4_1.Manager"/> 876 </Schema> 877 878 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_3"> 879 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 880 <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."/> 881 <EntityType Name="Manager" BaseType="Manager.v1_4_2.Manager"/> 882 </Schema> 883 884 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_4"> 885 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 886 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 887 <EntityType Name="Manager" BaseType="Manager.v1_4_3.Manager"/> 888 </Schema> 889 890 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_5"> 891 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 892 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 893 <EntityType Name="Manager" BaseType="Manager.v1_4_4.Manager"/> 894 </Schema> 895 896 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_6"> 897 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 898 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 899 <EntityType Name="Manager" BaseType="Manager.v1_4_5.Manager"/> 900 </Schema> 901 902 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_7"> 903 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 904 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/> 905 <EntityType Name="Manager" BaseType="Manager.v1_4_6.Manager"/> 906 </Schema> 907 908 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_8"> 909 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 910 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/> 911 <EntityType Name="Manager" BaseType="Manager.v1_4_7.Manager"/> 912 </Schema> 913 914 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_9"> 915 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 916 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 917 <EntityType Name="Manager" BaseType="Manager.v1_4_8.Manager"/> 918 </Schema> 919 920 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_10"> 921 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 922 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/> 923 <EntityType Name="Manager" BaseType="Manager.v1_4_9.Manager"/> 924 </Schema> 925 926 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_11"> 927 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 928 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 929 <EntityType Name="Manager" BaseType="Manager.v1_4_10.Manager"/> 930 </Schema> 931 932 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_0"> 933 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 934 <Annotation Term="Redfish.Release" String="2018.2"/> 935 936 <EntityType Name="Manager" BaseType="Manager.v1_4_1.Manager"> 937 <Property Name="RemoteRedfishServiceUri" Type="Edm.String"> 938 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 939 <Annotation Term="OData.Description" String="The URI of the Redfish service root for the remote manager that this resource represents."/> 940 <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."/> 941 <Annotation Term="OData.IsURL"/> 942 </Property> 943 <NavigationProperty Name="RemoteAccountService" Type="AccountService.AccountService" ContainsTarget="true" Nullable="false"> 944 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 945 <Annotation Term="OData.Description" String="The link to the account service resource for the remote manager that this resource represents."/> 946 <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."/> 947 <Annotation Term="OData.AutoExpandReferences"/> 948 </NavigationProperty> 949 </EntityType> 950 </Schema> 951 952 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_1"> 953 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 954 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 955 <EntityType Name="Manager" BaseType="Manager.v1_5_0.Manager"/> 956 </Schema> 957 958 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_2"> 959 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 960 <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."/> 961 <EntityType Name="Manager" BaseType="Manager.v1_5_1.Manager"/> 962 </Schema> 963 964 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_3"> 965 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 966 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 967 <EntityType Name="Manager" BaseType="Manager.v1_5_2.Manager"/> 968 </Schema> 969 970 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_4"> 971 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 972 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 973 <EntityType Name="Manager" BaseType="Manager.v1_5_3.Manager"/> 974 </Schema> 975 976 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_5"> 977 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 978 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 979 <EntityType Name="Manager" BaseType="Manager.v1_5_4.Manager"/> 980 </Schema> 981 982 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_6"> 983 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 984 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/> 985 <EntityType Name="Manager" BaseType="Manager.v1_5_5.Manager"/> 986 </Schema> 987 988 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_7"> 989 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 990 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/> 991 <EntityType Name="Manager" BaseType="Manager.v1_5_6.Manager"/> 992 </Schema> 993 994 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_8"> 995 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 996 <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 descriptions to use proper normative terminology."/> 997 <EntityType Name="Manager" BaseType="Manager.v1_5_7.Manager"/> 998 </Schema> 999 1000 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_9"> 1001 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1002 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/> 1003 <EntityType Name="Manager" BaseType="Manager.v1_5_8.Manager"/> 1004 </Schema> 1005 1006 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_10"> 1007 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1008 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 1009 <EntityType Name="Manager" BaseType="Manager.v1_5_9.Manager"/> 1010 </Schema> 1011 1012 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_0"> 1013 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1014 <Annotation Term="Redfish.Release" String="2019.2"/> 1015 1016 <EntityType Name="Manager" BaseType="Manager.v1_5_3.Manager"/> 1017 1018 <ComplexType Name="Links" BaseType="Manager.v1_4_0.Links"> 1019 <NavigationProperty Name="ActiveSoftwareImage" Type="SoftwareInventory.SoftwareInventory" Nullable="false"> 1020 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1021 <Annotation Term="OData.Description" String="The link to the software inventory resource that represents the active firmware image for this manager."/> 1022 <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."/> 1023 <Annotation Term="OData.AutoExpandReferences"/> 1024 </NavigationProperty> 1025 <NavigationProperty Name="SoftwareImages" Type="Collection(SoftwareInventory.SoftwareInventory)"> 1026 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1027 <Annotation Term="OData.Description" String="The images that are associated with this manager."/> 1028 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type SoftwareInventory that represent the firmware images that apply to this manager."/> 1029 <Annotation Term="OData.AutoExpandReferences"/> 1030 </NavigationProperty> 1031 </ComplexType> 1032 </Schema> 1033 1034 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_1"> 1035 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1036 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1037 <EntityType Name="Manager" BaseType="Manager.v1_6_0.Manager"/> 1038 </Schema> 1039 1040 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_2"> 1041 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1042 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1043 <EntityType Name="Manager" BaseType="Manager.v1_6_1.Manager"/> 1044 </Schema> 1045 1046 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_3"> 1047 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1048 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/> 1049 <EntityType Name="Manager" BaseType="Manager.v1_6_2.Manager"/> 1050 </Schema> 1051 1052 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_4"> 1053 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1054 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/> 1055 <EntityType Name="Manager" BaseType="Manager.v1_6_3.Manager"/> 1056 </Schema> 1057 1058 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_5"> 1059 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1060 <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 descriptions to use proper normative terminology."/> 1061 <EntityType Name="Manager" BaseType="Manager.v1_6_4.Manager"/> 1062 </Schema> 1063 1064 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_6"> 1065 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1066 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/> 1067 <EntityType Name="Manager" BaseType="Manager.v1_6_5.Manager"/> 1068 </Schema> 1069 1070 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_7"> 1071 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1072 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 1073 <EntityType Name="Manager" BaseType="Manager.v1_6_6.Manager"/> 1074 </Schema> 1075 1076 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_0"> 1077 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1078 <Annotation Term="Redfish.Release" String="2019.4"/> 1079 1080 <EntityType Name="Manager" BaseType="Manager.v1_6_0.Manager"> 1081 <Property Name="Manufacturer" Type="Edm.String"> 1082 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1083 <Annotation Term="OData.Description" String="The manufacturer of this manager."/> 1084 <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."/> 1085 </Property> 1086 <Property Name="SerialNumber" Type="Edm.String"> 1087 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1088 <Annotation Term="OData.Description" String="The serial number of the manager."/> 1089 <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the manager."/> 1090 </Property> 1091 <Property Name="PartNumber" Type="Edm.String"> 1092 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1093 <Annotation Term="OData.Description" String="The part number of the manager."/> 1094 <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."/> 1095 </Property> 1096 </EntityType> 1097 </Schema> 1098 1099 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_1"> 1100 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1101 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1102 <EntityType Name="Manager" BaseType="Manager.v1_7_0.Manager"/> 1103 </Schema> 1104 1105 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_2"> 1106 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1107 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1108 <EntityType Name="Manager" BaseType="Manager.v1_7_1.Manager"/> 1109 </Schema> 1110 1111 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_3"> 1112 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1113 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/> 1114 <EntityType Name="Manager" BaseType="Manager.v1_7_2.Manager"/> 1115 </Schema> 1116 1117 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_4"> 1118 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1119 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/> 1120 <EntityType Name="Manager" BaseType="Manager.v1_7_3.Manager"/> 1121 </Schema> 1122 1123 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_5"> 1124 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1125 <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 descriptions to use proper normative terminology."/> 1126 <EntityType Name="Manager" BaseType="Manager.v1_7_4.Manager"/> 1127 </Schema> 1128 1129 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_6"> 1130 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1131 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/> 1132 <EntityType Name="Manager" BaseType="Manager.v1_7_5.Manager"/> 1133 </Schema> 1134 1135 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_7"> 1136 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1137 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 1138 <EntityType Name="Manager" BaseType="Manager.v1_7_6.Manager"/> 1139 </Schema> 1140 1141 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_0"> 1142 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1143 <Annotation Term="Redfish.Release" String="2020.1"/> 1144 <Annotation Term="OData.Description" String="This version was created to add the ResetToDefaults action."/> 1145 1146 <EntityType Name="Manager" BaseType="Manager.v1_7_1.Manager"/> 1147 1148 <EnumType Name="ResetToDefaultsType"> 1149 <Member Name="ResetAll"> 1150 <Annotation Term="OData.Description" String="Reset all settings to factory defaults."/> 1151 </Member> 1152 <Member Name="PreserveNetworkAndUsers"> 1153 <Annotation Term="OData.Description" String="Reset all settings except network and local user names/passwords to factory defaults."/> 1154 </Member> 1155 <Member Name="PreserveNetwork"> 1156 <Annotation Term="OData.Description" String="Reset all settings except network settings to factory defaults."/> 1157 </Member> 1158 </EnumType> 1159 </Schema> 1160 1161 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_1"> 1162 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1163 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1164 <EntityType Name="Manager" BaseType="Manager.v1_8_0.Manager"/> 1165 </Schema> 1166 1167 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_2"> 1168 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1169 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/> 1170 <EntityType Name="Manager" BaseType="Manager.v1_8_1.Manager"/> 1171 </Schema> 1172 1173 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_3"> 1174 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1175 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/> 1176 <EntityType Name="Manager" BaseType="Manager.v1_8_2.Manager"/> 1177 </Schema> 1178 1179 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_4"> 1180 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1181 <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 descriptions to use proper normative terminology."/> 1182 <EntityType Name="Manager" BaseType="Manager.v1_8_3.Manager"/> 1183 </Schema> 1184 1185 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_5"> 1186 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1187 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/> 1188 <EntityType Name="Manager" BaseType="Manager.v1_8_4.Manager"/> 1189 </Schema> 1190 1191 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_6"> 1192 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1193 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 1194 <EntityType Name="Manager" BaseType="Manager.v1_8_5.Manager"/> 1195 </Schema> 1196 1197 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_0"> 1198 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1199 <Annotation Term="Redfish.Release" String="2020.2"/> 1200 <Annotation Term="OData.Description" String="This version was created to add the LastResetTime."/> 1201 1202 <EntityType Name="Manager" BaseType="Manager.v1_8_1.Manager"> 1203 <Property Name="LastResetTime" Type="Edm.DateTimeOffset" Nullable="false"> 1204 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1205 <Annotation Term="OData.Description" String="The date and time when the manager was last reset or rebooted."/> 1206 <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."/> 1207 </Property> 1208 </EntityType> 1209 1210 <ComplexType Name="Links" BaseType="Manager.v1_6_0.Links"> 1211 <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)"> 1212 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1213 <Annotation Term="OData.Description" String="The array of links to the managers responsible for managing this manager."/> 1214 <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."/> 1215 <Annotation Term="OData.AutoExpandReferences"/> 1216 </NavigationProperty> 1217 <NavigationProperty Name="ManagerForManagers" Type="Collection(Manager.Manager)"> 1218 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1219 <Annotation Term="OData.Description" String="An array of links to the managers that are managed by this manager."/> 1220 <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."/> 1221 <Annotation Term="OData.AutoExpandReferences"/> 1222 </NavigationProperty> 1223 </ComplexType> 1224 </Schema> 1225 1226 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_1"> 1227 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1228 <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/> 1229 <EntityType Name="Manager" BaseType="Manager.v1_9_0.Manager"/> 1230 </Schema> 1231 1232 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_2"> 1233 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1234 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/> 1235 <EntityType Name="Manager" BaseType="Manager.v1_9_1.Manager"/> 1236 </Schema> 1237 1238 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_3"> 1239 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1240 <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 descriptions to use proper normative terminology."/> 1241 <EntityType Name="Manager" BaseType="Manager.v1_9_2.Manager"/> 1242 </Schema> 1243 1244 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_4"> 1245 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1246 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/> 1247 <EntityType Name="Manager" BaseType="Manager.v1_9_3.Manager"/> 1248 </Schema> 1249 1250 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_5"> 1251 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1252 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 1253 <EntityType Name="Manager" BaseType="Manager.v1_9_4.Manager"/> 1254 </Schema> 1255 1256 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_0"> 1257 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1258 <Annotation Term="Redfish.Release" String="2020.3"/> 1259 <Annotation Term="OData.Description" String="This version was created to add the time zone configuration. It was also created to deprecate the VirtualMedia and SerialConsole properties in favor of the VirtualMedia and SerialConsole properties in the ComputerSystem schema."/> 1260 1261 <EntityType Name="Manager" BaseType="Manager.v1_9_1.Manager"> 1262 <Property Name="TimeZoneName" Type="Edm.String" Nullable="false"> 1263 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1264 <Annotation Term="OData.Description" String="The time zone of the manager."/> 1265 <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."/> 1266 </Property> 1267 </EntityType> 1268 </Schema> 1269 1270 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_1"> 1271 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1272 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/> 1273 <EntityType Name="Manager" BaseType="Manager.v1_10_0.Manager"/> 1274 </Schema> 1275 1276 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_2"> 1277 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1278 <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 descriptions to use proper normative terminology."/> 1279 <EntityType Name="Manager" BaseType="Manager.v1_10_1.Manager"/> 1280 </Schema> 1281 1282 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_3"> 1283 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1284 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/> 1285 <EntityType Name="Manager" BaseType="Manager.v1_10_2.Manager"/> 1286 </Schema> 1287 1288 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_4"> 1289 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1290 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 1291 <EntityType Name="Manager" BaseType="Manager.v1_10_3.Manager"/> 1292 </Schema> 1293 1294 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_0"> 1295 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1296 <Annotation Term="Redfish.Release" String="2020.4"/> 1297 <Annotation Term="OData.Description" String="This version was created to add Location, LocationIndicatorActive, and SparePartNumber."/> 1298 1299 <EntityType Name="Manager" BaseType="Manager.v1_10_1.Manager"> 1300 <Property Name="Location" Type="Resource.Location" Nullable="false"> 1301 <Annotation Term="OData.Description" String="The location of the manager."/> 1302 <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated manager."/> 1303 </Property> 1304 <Property Name="LocationIndicatorActive" Type="Edm.Boolean"> 1305 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1306 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/> 1307 <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."/> 1308 </Property> 1309 <Property Name="SparePartNumber" Type="Edm.String"> 1310 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1311 <Annotation Term="OData.Description" String="The spare part number of the manager."/> 1312 <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the manager."/> 1313 </Property> 1314 </EntityType> 1315 </Schema> 1316 1317 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_1"> 1318 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1319 <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 descriptions to use proper normative terminology."/> 1320 <EntityType Name="Manager" BaseType="Manager.v1_11_0.Manager"/> 1321 </Schema> 1322 1323 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_2"> 1324 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1325 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/> 1326 <EntityType Name="Manager" BaseType="Manager.v1_11_1.Manager"/> 1327 </Schema> 1328 1329 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_3"> 1330 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1331 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 1332 <EntityType Name="Manager" BaseType="Manager.v1_11_2.Manager"/> 1333 </Schema> 1334 1335 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_12_0"> 1336 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1337 <Annotation Term="Redfish.Release" String="2021.1"/> 1338 <Annotation Term="OData.Description" String="This version was created to add USBPorts."/> 1339 1340 <EntityType Name="Manager" BaseType="Manager.v1_11_0.Manager"> 1341 <NavigationProperty Name="USBPorts" Type="PortCollection.PortCollection" Nullable="false"> 1342 <Annotation Term="OData.Description" String="The USB ports of the manager."/> 1343 <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."/> 1344 </NavigationProperty> 1345 </EntityType> 1346 </Schema> 1347 1348 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_12_1"> 1349 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1350 <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both DateTime and DateTimeLocalOffset are provided in modification requests."/> 1351 <EntityType Name="Manager" BaseType="Manager.v1_12_0.Manager"/> 1352 </Schema> 1353 1354 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_12_2"> 1355 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1356 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 1357 <EntityType Name="Manager" BaseType="Manager.v1_12_1.Manager"/> 1358 </Schema> 1359 1360 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_13_0"> 1361 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1362 <Annotation Term="Redfish.Release" String="2021.2"/> 1363 1364 <EntityType Name="Manager" BaseType="Manager.v1_12_1.Manager"> 1365 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false"> 1366 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1367 <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/> 1368 <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."/> 1369 <Annotation Term="OData.AutoExpandReferences"/> 1370 </NavigationProperty> 1371 <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false"> 1372 <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/> 1373 <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/> 1374 <Annotation Term="Redfish.Revisions"> 1375 <Collection> 1376 <Record> 1377 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 1378 <PropertyValue Property="Version" String="v1_14_0"/> 1379 <PropertyValue Property="Description" String="This property has been deprecated in favor of the ComponentIntegrity resource."/> 1380 </Record> 1381 </Collection> 1382 </Annotation> 1383 </Property> 1384 </EntityType> 1385 </Schema> 1386 1387 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_13_1"> 1388 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1389 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 1390 <EntityType Name="Manager" BaseType="Manager.v1_13_0.Manager"/> 1391 </Schema> 1392 1393 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_14_0"> 1394 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1395 <Annotation Term="Redfish.Release" String="2021.4"/> 1396 <Annotation Term="OData.Description" String="This version was created to deprecate Measurements in favor of measurement reporting in the ComponentIntegrity resource."/> 1397 1398 <EntityType Name="Manager" BaseType="Manager.v1_13_0.Manager"> 1399 <NavigationProperty Name="ManagerDiagnosticData" Type="ManagerDiagnosticData.ManagerDiagnosticData"> 1400 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1401 <Annotation Term="OData.Description" String="The diagnostic data for this manager."/> 1402 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type ManagerDiagnosticData that represents the diagnostic data for this manager."/> 1403 </NavigationProperty> 1404 </EntityType> 1405 </Schema> 1406 1407 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_14_1"> 1408 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1409 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 1410 <EntityType Name="Manager" BaseType="Manager.v1_14_0.Manager"/> 1411 </Schema> 1412 1413 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_15_0"> 1414 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1415 <Annotation Term="Redfish.Release" String="2022.1"/> 1416 1417 <EntityType Name="Manager" BaseType="Manager.v1_14_0.Manager"> 1418 <Property Name="ServiceIdentification" Type="Edm.String"> 1419 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1420 <Annotation Term="OData.Description" String="A product instance identifier displayed in the Redfish service root."/> 1421 <Annotation Term="OData.LongDescription" String="This property shall contain a vendor-provided or user-provided value that identifies and associates a discovered Redfish service with a particular product instance. If this manager provides the Redfish service, the ServiceIdentification property in the ServiceRoot resource shall contain the value of this property. This property shall only be present if the manager provides the Redfish service. The value of this property is used in conjunction with the Product and Vendor properties in ServiceRoot to match user credentials or other a priori product instance information necessary for initial deployment to the correct, matching Redfish service."/> 1422 </Property> 1423 <Property Name="AdditionalFirmwareVersions" Type="SoftwareInventory.AdditionalVersions" Nullable="false"> 1424 <Annotation Term="OData.Description" String="The additional firmware versions of the manager."/> 1425 <Annotation Term="OData.LongDescription" String="This property shall contain the additional firmware versions of the manager."/> 1426 </Property> 1427 </EntityType> 1428 </Schema> 1429 1430 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_15_1"> 1431 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1432 1433 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 1434 <EntityType Name="Manager" BaseType="Manager.v1_15_0.Manager"/> 1435 </Schema> 1436 1437 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_16_0"> 1438 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1439 <Annotation Term="Redfish.Release" String="2022.2"/> 1440 1441 <EntityType Name="Manager" BaseType="Manager.v1_15_0.Manager"> 1442 <NavigationProperty Name="DedicatedNetworkPorts" Type="PortCollection.PortCollection" Nullable="false"> 1443 <Annotation Term="OData.Description" String="The dedicated network ports of the manager."/> 1444 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type PortCollection that represent the dedicated network ports of the manager."/> 1445 </NavigationProperty> 1446 <NavigationProperty Name="SharedNetworkPorts" Type="PortCollection.PortCollection" Nullable="false"> 1447 <Annotation Term="OData.Description" String="The shared network ports of the manager."/> 1448 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type PortCollection that represent the shared network ports of the manager. The members of this collection shall reference Port resources subordinate to NetworkAdapter resources."/> 1449 </NavigationProperty> 1450 <NavigationProperty Name="SecurityPolicy" Type="SecurityPolicy.SecurityPolicy"> 1451 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1452 <Annotation Term="OData.Description" String="The security policy settings for this manager."/> 1453 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type SecurityPolicy that contains the security policy settings for this manager."/> 1454 </NavigationProperty> 1455 </EntityType> 1456 </Schema> 1457 1458 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_16_1"> 1459 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1460 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 1461 <EntityType Name="Manager" BaseType="Manager.v1_16_0.Manager"/> 1462 </Schema> 1463 1464 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_17_0"> 1465 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1466 <Annotation Term="Redfish.Release" String="2022.3"/> 1467 1468 <EntityType Name="Manager" BaseType="Manager.v1_16_0.Manager"> 1469 <Property Name="Version" Type="Edm.String"> 1470 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1471 <Annotation Term="OData.Description" String="The hardware version of this manager."/> 1472 <Annotation Term="OData.LongDescription" String="This property shall contain the hardware version of this manager as determined by the vendor or supplier."/> 1473 </Property> 1474 </EntityType> 1475 </Schema> 1476 1477 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_17_1"> 1478 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1479 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 1480 <EntityType Name="Manager" BaseType="Manager.v1_17_0.Manager"/> 1481 </Schema> 1482 1483 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_18_0"> 1484 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1485 <Annotation Term="Redfish.Release" String="2023.1"/> 1486 1487 <EntityType Name="Manager" BaseType="Manager.v1_17_1.Manager"/> 1488 1489 <ComplexType Name="Links" BaseType="Manager.v1_9_0.Links"> 1490 <NavigationProperty Name="SelectedNetworkPort" Type="Port.Port"> 1491 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1492 <Annotation Term="OData.Description" String="The network port currently used by this manager. This allows selection of shared or dedicated ports for managers that support one or the other. For managers that always have their dedicated port enabled, this allows the selection of which shared port to use."/> 1493 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Port that represents the current network port used by this manager."/> 1494 </NavigationProperty> 1495 </ComplexType> 1496 </Schema> 1497 1498 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_18_1"> 1499 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1500 <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of ManagerType to allow for multiple systems. It was also created to clarify the usage of the ServiceIdentification property. It was also created to correct various typographical errors."/> 1501 <EntityType Name="Manager" BaseType="Manager.v1_18_0.Manager"/> 1502 </Schema> 1503 1504 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_19_0"> 1505 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1506 <Annotation Term="Redfish.Release" String="2023.3"/> 1507 1508 <EntityType Name="Manager" BaseType="Manager.v1_18_1.Manager"> 1509 <Property Name="DaylightSavingTime" Type="Manager.v1_19_0.DaylightSavingTime" Nullable="false"> 1510 <Annotation Term="OData.Description" String="The daylight saving time settings for this manager."/> 1511 <Annotation Term="OData.LongDescription" String="This property shall contain the daylight saving time settings for this manager."/> 1512 </Property> 1513 </EntityType> 1514 1515 <ComplexType Name="DaylightSavingTime"> 1516 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 1517 <Annotation Term="OData.Description" String="The daylight saving time settings for a manager."/> 1518 <Annotation Term="OData.LongDescription" String="This type shall contain the daylight saving time settings for a manager."/> 1519 <Property Name="StartDateTime" Type="Edm.DateTimeOffset" Nullable="false"> 1520 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1521 <Annotation Term="OData.Description" String="The start date and time with UTC offset of daylight saving time."/> 1522 <Annotation Term="OData.LongDescription" String="This property shall contain the start date and time with UTC offset of daylight saving time for this manager. Services shall update the UTC offset based on changes made to DateTimeLocalOffset. This property shall be read-only if the service contains time zone databases."/> 1523 </Property> 1524 <Property Name="EndDateTime" Type="Edm.DateTimeOffset" Nullable="false"> 1525 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1526 <Annotation Term="OData.Description" String="The end date and time with UTC offset of daylight saving time."/> 1527 <Annotation Term="OData.LongDescription" String="This property shall contain the end date and time with UTC offset of daylight saving time for this manager. If daylight saving time is permanent, specify a sufficiently distant end date and time. Services shall update the UTC offset based on changes made to DateTimeLocalOffset. This property shall be read-only if the service contains time zone databases."/> 1528 </Property> 1529 <Property Name="OffsetMinutes" Type="Edm.Int64" Nullable="false"> 1530 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1531 <Annotation Term="OData.Description" String="The daylight saving time offset in minutes."/> 1532 <Annotation Term="OData.LongDescription" String="This property shall contain the number of minutes added to the DateTime value when the DateTime value is between the values of StartDateTime and EndDateTime. This offset shall be applied only if AutoDSTEnabled is `true`. This property shall be read-only if the service contains time zone databases."/> 1533 </Property> 1534 <Property Name="TimeZoneName" Type="Edm.String" Nullable="false"> 1535 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1536 <Annotation Term="OData.Description" String="The time zone of the manager when daylight saving time is in effect."/> 1537 <Annotation Term="OData.LongDescription" String="This property shall contain the time zone of the manager when daylight saving time is in effect. When daylight saving time is in effect, the service shall update the TimeZoneName property in the root of the resource. When daylight saving time is no longer in effect, the service shall restore the original value of the TimeZoneName property in the root of the resource. 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. This property shall be read-only if the service contains time zone databases."/> 1538 </Property> 1539 </ComplexType> 1540 </Schema> 1541 1542 </edmx:DataServices> 1543</edmx:Edmx> 1544