1*c6d7a45dSGunnar Mills{ 2*c6d7a45dSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.v1_25_0.json", 3*c6d7a45dSGunnar Mills "$ref": "#/definitions/ComputerSystem", 4*c6d7a45dSGunnar Mills "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5*c6d7a45dSGunnar Mills "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 6*c6d7a45dSGunnar Mills "definitions": { 7*c6d7a45dSGunnar Mills "Actions": { 8*c6d7a45dSGunnar Mills "additionalProperties": false, 9*c6d7a45dSGunnar Mills "description": "The available actions for this resource.", 10*c6d7a45dSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 11*c6d7a45dSGunnar Mills "patternProperties": { 12*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 13*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 14*c6d7a45dSGunnar Mills "type": [ 15*c6d7a45dSGunnar Mills "array", 16*c6d7a45dSGunnar Mills "boolean", 17*c6d7a45dSGunnar Mills "integer", 18*c6d7a45dSGunnar Mills "number", 19*c6d7a45dSGunnar Mills "null", 20*c6d7a45dSGunnar Mills "object", 21*c6d7a45dSGunnar Mills "string" 22*c6d7a45dSGunnar Mills ] 23*c6d7a45dSGunnar Mills } 24*c6d7a45dSGunnar Mills }, 25*c6d7a45dSGunnar Mills "properties": { 26*c6d7a45dSGunnar Mills "#ComputerSystem.AddResourceBlock": { 27*c6d7a45dSGunnar Mills "$ref": "#/definitions/AddResourceBlock" 28*c6d7a45dSGunnar Mills }, 29*c6d7a45dSGunnar Mills "#ComputerSystem.Decommission": { 30*c6d7a45dSGunnar Mills "$ref": "#/definitions/Decommission" 31*c6d7a45dSGunnar Mills }, 32*c6d7a45dSGunnar Mills "#ComputerSystem.RemoveResourceBlock": { 33*c6d7a45dSGunnar Mills "$ref": "#/definitions/RemoveResourceBlock" 34*c6d7a45dSGunnar Mills }, 35*c6d7a45dSGunnar Mills "#ComputerSystem.Reset": { 36*c6d7a45dSGunnar Mills "$ref": "#/definitions/Reset" 37*c6d7a45dSGunnar Mills }, 38*c6d7a45dSGunnar Mills "#ComputerSystem.SetDefaultBootOrder": { 39*c6d7a45dSGunnar Mills "$ref": "#/definitions/SetDefaultBootOrder" 40*c6d7a45dSGunnar Mills }, 41*c6d7a45dSGunnar Mills "Oem": { 42*c6d7a45dSGunnar Mills "$ref": "#/definitions/OemActions", 43*c6d7a45dSGunnar Mills "description": "The available OEM-specific actions for this resource.", 44*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource." 45*c6d7a45dSGunnar Mills } 46*c6d7a45dSGunnar Mills }, 47*c6d7a45dSGunnar Mills "type": "object" 48*c6d7a45dSGunnar Mills }, 49*c6d7a45dSGunnar Mills "AddResourceBlock": { 50*c6d7a45dSGunnar Mills "additionalProperties": false, 51*c6d7a45dSGunnar Mills "description": "This action adds a resource block to a system.", 52*c6d7a45dSGunnar Mills "longDescription": "This action shall add a resource block to a system.", 53*c6d7a45dSGunnar Mills "parameters": { 54*c6d7a45dSGunnar Mills "ComputerSystemETag": { 55*c6d7a45dSGunnar Mills "description": "The current ETag of the system.", 56*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the current ETag of the system. If the client-provided ETag does not match the current ETag of the system, the service shall return the HTTP `428 Precondition Required` status code to reject the request.", 57*c6d7a45dSGunnar Mills "type": "string" 58*c6d7a45dSGunnar Mills }, 59*c6d7a45dSGunnar Mills "ResourceBlock": { 60*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ResourceBlock.json#/definitions/ResourceBlock", 61*c6d7a45dSGunnar Mills "description": "The resource block to add to the system.", 62*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain a link to the specified resource block to add to the system.", 63*c6d7a45dSGunnar Mills "requiredParameter": true 64*c6d7a45dSGunnar Mills }, 65*c6d7a45dSGunnar Mills "ResourceBlockETag": { 66*c6d7a45dSGunnar Mills "description": "The current ETag of the resource block to add to the system.", 67*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the current ETag of the resource block to add to the system. If the client-provided ETag does not match the current ETag of the resource block that the `ResourceBlock` parameter specifies, the service shall return the HTTP `428 Precondition Required` status code to reject the request.", 68*c6d7a45dSGunnar Mills "type": "string" 69*c6d7a45dSGunnar Mills } 70*c6d7a45dSGunnar Mills }, 71*c6d7a45dSGunnar Mills "patternProperties": { 72*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 73*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 74*c6d7a45dSGunnar Mills "type": [ 75*c6d7a45dSGunnar Mills "array", 76*c6d7a45dSGunnar Mills "boolean", 77*c6d7a45dSGunnar Mills "integer", 78*c6d7a45dSGunnar Mills "number", 79*c6d7a45dSGunnar Mills "null", 80*c6d7a45dSGunnar Mills "object", 81*c6d7a45dSGunnar Mills "string" 82*c6d7a45dSGunnar Mills ] 83*c6d7a45dSGunnar Mills } 84*c6d7a45dSGunnar Mills }, 85*c6d7a45dSGunnar Mills "properties": { 86*c6d7a45dSGunnar Mills "target": { 87*c6d7a45dSGunnar Mills "description": "Link to invoke action", 88*c6d7a45dSGunnar Mills "format": "uri-reference", 89*c6d7a45dSGunnar Mills "type": "string" 90*c6d7a45dSGunnar Mills }, 91*c6d7a45dSGunnar Mills "title": { 92*c6d7a45dSGunnar Mills "description": "Friendly action name", 93*c6d7a45dSGunnar Mills "type": "string" 94*c6d7a45dSGunnar Mills } 95*c6d7a45dSGunnar Mills }, 96*c6d7a45dSGunnar Mills "type": "object", 97*c6d7a45dSGunnar Mills "versionAdded": "v1_6_0" 98*c6d7a45dSGunnar Mills }, 99*c6d7a45dSGunnar Mills "AutomaticRetryConfig": { 100*c6d7a45dSGunnar Mills "enum": [ 101*c6d7a45dSGunnar Mills "Disabled", 102*c6d7a45dSGunnar Mills "RetryAttempts", 103*c6d7a45dSGunnar Mills "RetryAlways" 104*c6d7a45dSGunnar Mills ], 105*c6d7a45dSGunnar Mills "enumDescriptions": { 106*c6d7a45dSGunnar Mills "Disabled": "Disable automatic retrying of booting.", 107*c6d7a45dSGunnar Mills "RetryAlways": "Always automatically retry booting.", 108*c6d7a45dSGunnar Mills "RetryAttempts": "Automatic retrying of booting is based on a specified retry count." 109*c6d7a45dSGunnar Mills }, 110*c6d7a45dSGunnar Mills "enumLongDescriptions": { 111*c6d7a45dSGunnar Mills "Disabled": "This value shall indicate that automatic retrying of booting is disabled.", 112*c6d7a45dSGunnar Mills "RetryAlways": "This value shall indicate that the system will always automatically retry booting.", 113*c6d7a45dSGunnar Mills "RetryAttempts": "This value shall indicate that the number of retries of booting is based on the `AutomaticRetryAttempts` property, and the `RemainingAutomaticRetryAttempts` property indicates the number of remaining attempts." 114*c6d7a45dSGunnar Mills }, 115*c6d7a45dSGunnar Mills "type": "string" 116*c6d7a45dSGunnar Mills }, 117*c6d7a45dSGunnar Mills "Boot": { 118*c6d7a45dSGunnar Mills "additionalProperties": false, 119*c6d7a45dSGunnar Mills "description": "The boot information for this resource.", 120*c6d7a45dSGunnar Mills "longDescription": "This type shall contain properties that describe boot information for a system.", 121*c6d7a45dSGunnar Mills "patternProperties": { 122*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 123*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 124*c6d7a45dSGunnar Mills "type": [ 125*c6d7a45dSGunnar Mills "array", 126*c6d7a45dSGunnar Mills "boolean", 127*c6d7a45dSGunnar Mills "integer", 128*c6d7a45dSGunnar Mills "number", 129*c6d7a45dSGunnar Mills "null", 130*c6d7a45dSGunnar Mills "object", 131*c6d7a45dSGunnar Mills "string" 132*c6d7a45dSGunnar Mills ] 133*c6d7a45dSGunnar Mills } 134*c6d7a45dSGunnar Mills }, 135*c6d7a45dSGunnar Mills "properties": { 136*c6d7a45dSGunnar Mills "AliasBootOrder": { 137*c6d7a45dSGunnar Mills "description": "Ordered array of boot source aliases representing the persistent boot order associated with this computer system.", 138*c6d7a45dSGunnar Mills "items": { 139*c6d7a45dSGunnar Mills "anyOf": [ 140*c6d7a45dSGunnar Mills { 141*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/BootSource" 142*c6d7a45dSGunnar Mills }, 143*c6d7a45dSGunnar Mills { 144*c6d7a45dSGunnar Mills "type": "null" 145*c6d7a45dSGunnar Mills } 146*c6d7a45dSGunnar Mills ] 147*c6d7a45dSGunnar Mills }, 148*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an ordered array of boot source aliases of the `BootSource` type that represents the persistent boot order of this computer system. This array shall not contain duplicate values. Virtual devices for an alias should take precedence over a physical device. Systems may attempt to boot from multiple devices that share an alias.", 149*c6d7a45dSGunnar Mills "readonly": false, 150*c6d7a45dSGunnar Mills "type": "array", 151*c6d7a45dSGunnar Mills "versionAdded": "v1_6_0" 152*c6d7a45dSGunnar Mills }, 153*c6d7a45dSGunnar Mills "AutomaticRetryAttempts": { 154*c6d7a45dSGunnar Mills "description": "The number of attempts the system will automatically retry booting.", 155*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the number of attempts the system will automatically retry booting in the event the system enters an error state on boot.", 156*c6d7a45dSGunnar Mills "minimum": 0, 157*c6d7a45dSGunnar Mills "readonly": false, 158*c6d7a45dSGunnar Mills "type": [ 159*c6d7a45dSGunnar Mills "integer", 160*c6d7a45dSGunnar Mills "null" 161*c6d7a45dSGunnar Mills ], 162*c6d7a45dSGunnar Mills "versionAdded": "v1_11_0" 163*c6d7a45dSGunnar Mills }, 164*c6d7a45dSGunnar Mills "AutomaticRetryConfig": { 165*c6d7a45dSGunnar Mills "anyOf": [ 166*c6d7a45dSGunnar Mills { 167*c6d7a45dSGunnar Mills "$ref": "#/definitions/AutomaticRetryConfig" 168*c6d7a45dSGunnar Mills }, 169*c6d7a45dSGunnar Mills { 170*c6d7a45dSGunnar Mills "type": "null" 171*c6d7a45dSGunnar Mills } 172*c6d7a45dSGunnar Mills ], 173*c6d7a45dSGunnar Mills "description": "The configuration of how the system retries booting automatically.", 174*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the configuration of how the system retries booting automatically.", 175*c6d7a45dSGunnar Mills "readonly": false, 176*c6d7a45dSGunnar Mills "versionAdded": "v1_11_0" 177*c6d7a45dSGunnar Mills }, 178*c6d7a45dSGunnar Mills "BootNext": { 179*c6d7a45dSGunnar Mills "description": "The `BootOptionReference` of the Boot Option to perform a one-time boot from when `BootSourceOverrideTarget` is `UefiBootNext`.", 180*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the `BootOptionReference` of the UEFI boot option for one time boot, as defined by the UEFI Specification. The valid values for this property are specified in the values of the BootOrder array. `BootSourceOverrideEnabled` set to `Continuous` is not supported for `BootSourceOverrideTarget` set to `UefiBootNext` because this setting is defined in UEFI as a one-time boot setting.", 181*c6d7a45dSGunnar Mills "readonly": false, 182*c6d7a45dSGunnar Mills "type": [ 183*c6d7a45dSGunnar Mills "string", 184*c6d7a45dSGunnar Mills "null" 185*c6d7a45dSGunnar Mills ], 186*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 187*c6d7a45dSGunnar Mills }, 188*c6d7a45dSGunnar Mills "BootOptions": { 189*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/BootOptionCollection.json#/definitions/BootOptionCollection", 190*c6d7a45dSGunnar Mills "description": "The link to the collection of the UEFI boot options associated with this computer system.", 191*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `BootOptionCollection`.", 192*c6d7a45dSGunnar Mills "readonly": true, 193*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 194*c6d7a45dSGunnar Mills }, 195*c6d7a45dSGunnar Mills "BootOrder": { 196*c6d7a45dSGunnar Mills "description": "An array of `BootOptionReference` strings that represent the persistent boot order for with this computer system. Changes to the boot order typically require a system reset before they take effect. It is likely that a client finds the `@Redfish.Settings` term in this resource, and if it is found, the client makes requests to change boot order settings by modifying the resource identified by the `@Redfish.Settings` term.", 197*c6d7a45dSGunnar Mills "items": { 198*c6d7a45dSGunnar Mills "type": [ 199*c6d7a45dSGunnar Mills "string", 200*c6d7a45dSGunnar Mills "null" 201*c6d7a45dSGunnar Mills ] 202*c6d7a45dSGunnar Mills }, 203*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of `BootOptionReference` strings that represent the persistent boot order for this computer system. For UEFI systems, this is the UEFI Specification-defined UEFI BootOrder.", 204*c6d7a45dSGunnar Mills "readonly": false, 205*c6d7a45dSGunnar Mills "type": "array", 206*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 207*c6d7a45dSGunnar Mills }, 208*c6d7a45dSGunnar Mills "BootOrderPropertySelection": { 209*c6d7a45dSGunnar Mills "anyOf": [ 210*c6d7a45dSGunnar Mills { 211*c6d7a45dSGunnar Mills "$ref": "#/definitions/BootOrderTypes" 212*c6d7a45dSGunnar Mills }, 213*c6d7a45dSGunnar Mills { 214*c6d7a45dSGunnar Mills "type": "null" 215*c6d7a45dSGunnar Mills } 216*c6d7a45dSGunnar Mills ], 217*c6d7a45dSGunnar Mills "description": "The name of the boot order property that the system uses for the persistent boot order.", 218*c6d7a45dSGunnar Mills "longDescription": "This property shall indicate which boot order property the system uses for the persistent boot order.", 219*c6d7a45dSGunnar Mills "readonly": false, 220*c6d7a45dSGunnar Mills "versionAdded": "v1_6_0" 221*c6d7a45dSGunnar Mills }, 222*c6d7a45dSGunnar Mills "BootSourceOverrideEnabled": { 223*c6d7a45dSGunnar Mills "anyOf": [ 224*c6d7a45dSGunnar Mills { 225*c6d7a45dSGunnar Mills "$ref": "#/definitions/BootSourceOverrideEnabled" 226*c6d7a45dSGunnar Mills }, 227*c6d7a45dSGunnar Mills { 228*c6d7a45dSGunnar Mills "type": "null" 229*c6d7a45dSGunnar Mills } 230*c6d7a45dSGunnar Mills ], 231*c6d7a45dSGunnar Mills "description": "The state of the boot source override feature.", 232*c6d7a45dSGunnar Mills "longDescription": "This property shall contain `Once` for a one-time boot override, and `Continuous` for a remain-active-until-cancelled override. If set to `Once`, the value is reset to `Disabled` after the `BootSourceOverrideTarget` actions have completed successfully. Changes to this property do not alter the BIOS persistent boot order configuration.", 233*c6d7a45dSGunnar Mills "readonly": false 234*c6d7a45dSGunnar Mills }, 235*c6d7a45dSGunnar Mills "BootSourceOverrideMode": { 236*c6d7a45dSGunnar Mills "anyOf": [ 237*c6d7a45dSGunnar Mills { 238*c6d7a45dSGunnar Mills "$ref": "#/definitions/BootSourceOverrideMode" 239*c6d7a45dSGunnar Mills }, 240*c6d7a45dSGunnar Mills { 241*c6d7a45dSGunnar Mills "type": "null" 242*c6d7a45dSGunnar Mills } 243*c6d7a45dSGunnar Mills ], 244*c6d7a45dSGunnar Mills "description": "The BIOS boot mode to use when the system boots from the `BootSourceOverrideTarget` boot source.", 245*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the BIOS boot mode to use when the system boots from the `BootSourceOverrideTarget` boot source.", 246*c6d7a45dSGunnar Mills "readonly": false, 247*c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 248*c6d7a45dSGunnar Mills }, 249*c6d7a45dSGunnar Mills "BootSourceOverrideTarget": { 250*c6d7a45dSGunnar Mills "anyOf": [ 251*c6d7a45dSGunnar Mills { 252*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/BootSource" 253*c6d7a45dSGunnar Mills }, 254*c6d7a45dSGunnar Mills { 255*c6d7a45dSGunnar Mills "type": "null" 256*c6d7a45dSGunnar Mills } 257*c6d7a45dSGunnar Mills ], 258*c6d7a45dSGunnar Mills "description": "The current boot source to use at the next boot instead of the normal boot device, if `BootSourceOverrideEnabled` does not contain `Disabled`.", 259*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the source to boot the system from, overriding the normal boot order. The `@Redfish.AllowableValues` annotation specifies the valid values for this property. `UefiTarget` indicates to boot from the UEFI device path found in `UefiTargetBootSourceOverride`. `UefiBootNext` indicates to boot from the UEFI `BootOptionReference` found in `BootNext`. Virtual devices for a target should take precedence over a physical device. Systems may attempt to boot from multiple devices that share a target identifier. Changes to this property do not alter the BIOS persistent boot order configuration.", 260*c6d7a45dSGunnar Mills "readonly": false 261*c6d7a45dSGunnar Mills }, 262*c6d7a45dSGunnar Mills "Certificates": { 263*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection", 264*c6d7a45dSGunnar Mills "description": "The link to a collection of certificates used for booting through HTTPS by this computer system.", 265*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `CertificateCollection`.", 266*c6d7a45dSGunnar Mills "readonly": true, 267*c6d7a45dSGunnar Mills "versionAdded": "v1_7_0" 268*c6d7a45dSGunnar Mills }, 269*c6d7a45dSGunnar Mills "HttpBootUri": { 270*c6d7a45dSGunnar Mills "description": "The URI to boot from when `BootSourceOverrideTarget` is set to `UefiHttp`.", 271*c6d7a45dSGunnar Mills "format": "uri-reference", 272*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the URI to perform an HTTP or HTTPS boot when `BootSourceOverrideTarget` is set to `UefiHttp`. If this property is not configured or supported, the URI shall be provided by a DHCP server as specified by the UEFI Specification.", 273*c6d7a45dSGunnar Mills "readonly": false, 274*c6d7a45dSGunnar Mills "type": [ 275*c6d7a45dSGunnar Mills "string", 276*c6d7a45dSGunnar Mills "null" 277*c6d7a45dSGunnar Mills ], 278*c6d7a45dSGunnar Mills "versionAdded": "v1_9_0" 279*c6d7a45dSGunnar Mills }, 280*c6d7a45dSGunnar Mills "RemainingAutomaticRetryAttempts": { 281*c6d7a45dSGunnar Mills "description": "The number of remaining automatic retry boots.", 282*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the number of attempts remaining the system will retry booting in the event the system enters an error state on boot. If `0`, the system has no remaining automatic boot retry attempts and shall not automatically retry booting if the system enters an error state. This property shall be reset to the value of `AutomaticRetryAttempts` upon a successful boot attempt.", 283*c6d7a45dSGunnar Mills "minimum": 0, 284*c6d7a45dSGunnar Mills "readonly": true, 285*c6d7a45dSGunnar Mills "type": [ 286*c6d7a45dSGunnar Mills "integer", 287*c6d7a45dSGunnar Mills "null" 288*c6d7a45dSGunnar Mills ], 289*c6d7a45dSGunnar Mills "versionAdded": "v1_11_0" 290*c6d7a45dSGunnar Mills }, 291*c6d7a45dSGunnar Mills "StopBootOnFault": { 292*c6d7a45dSGunnar Mills "anyOf": [ 293*c6d7a45dSGunnar Mills { 294*c6d7a45dSGunnar Mills "$ref": "#/definitions/StopBootOnFault" 295*c6d7a45dSGunnar Mills }, 296*c6d7a45dSGunnar Mills { 297*c6d7a45dSGunnar Mills "type": "null" 298*c6d7a45dSGunnar Mills } 299*c6d7a45dSGunnar Mills ], 300*c6d7a45dSGunnar Mills "description": "If the boot should stop on a fault.", 301*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the setting if the boot should stop on a fault.", 302*c6d7a45dSGunnar Mills "readonly": false, 303*c6d7a45dSGunnar Mills "versionAdded": "v1_15_0" 304*c6d7a45dSGunnar Mills }, 305*c6d7a45dSGunnar Mills "TrustedModuleRequiredToBoot": { 306*c6d7a45dSGunnar Mills "anyOf": [ 307*c6d7a45dSGunnar Mills { 308*c6d7a45dSGunnar Mills "$ref": "#/definitions/TrustedModuleRequiredToBoot" 309*c6d7a45dSGunnar Mills }, 310*c6d7a45dSGunnar Mills { 311*c6d7a45dSGunnar Mills "type": "null" 312*c6d7a45dSGunnar Mills } 313*c6d7a45dSGunnar Mills ], 314*c6d7a45dSGunnar Mills "description": "The Trusted Module boot requirement.", 315*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the Trusted Module boot requirement.", 316*c6d7a45dSGunnar Mills "readonly": false, 317*c6d7a45dSGunnar Mills "versionAdded": "v1_14_0" 318*c6d7a45dSGunnar Mills }, 319*c6d7a45dSGunnar Mills "UefiTargetBootSourceOverride": { 320*c6d7a45dSGunnar Mills "description": "The UEFI device path of the device from which to boot when `BootSourceOverrideTarget` is `UefiTarget`.", 321*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the UEFI device path of the override boot target. Changes to this property do not alter the BIOS persistent boot order configuration.", 322*c6d7a45dSGunnar Mills "readonly": false, 323*c6d7a45dSGunnar Mills "type": [ 324*c6d7a45dSGunnar Mills "string", 325*c6d7a45dSGunnar Mills "null" 326*c6d7a45dSGunnar Mills ] 327*c6d7a45dSGunnar Mills } 328*c6d7a45dSGunnar Mills }, 329*c6d7a45dSGunnar Mills "type": "object" 330*c6d7a45dSGunnar Mills }, 331*c6d7a45dSGunnar Mills "BootOrderTypes": { 332*c6d7a45dSGunnar Mills "description": "The enumerations of `BootOrderTypes` specify the choice of boot order property to use when controller the persistent boot order for this computer system.", 333*c6d7a45dSGunnar Mills "enum": [ 334*c6d7a45dSGunnar Mills "BootOrder", 335*c6d7a45dSGunnar Mills "AliasBootOrder" 336*c6d7a45dSGunnar Mills ], 337*c6d7a45dSGunnar Mills "enumDescriptions": { 338*c6d7a45dSGunnar Mills "AliasBootOrder": "The system uses the `AliasBootOrder` property to specify the persistent boot order.", 339*c6d7a45dSGunnar Mills "BootOrder": "The system uses the `BootOrder` property to specify the persistent boot order." 340*c6d7a45dSGunnar Mills }, 341*c6d7a45dSGunnar Mills "type": "string" 342*c6d7a45dSGunnar Mills }, 343*c6d7a45dSGunnar Mills "BootProgress": { 344*c6d7a45dSGunnar Mills "additionalProperties": false, 345*c6d7a45dSGunnar Mills "description": "This object describes the last boot progress state.", 346*c6d7a45dSGunnar Mills "longDescription": "This object shall contain the last boot progress state and time.", 347*c6d7a45dSGunnar Mills "patternProperties": { 348*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 349*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 350*c6d7a45dSGunnar Mills "type": [ 351*c6d7a45dSGunnar Mills "array", 352*c6d7a45dSGunnar Mills "boolean", 353*c6d7a45dSGunnar Mills "integer", 354*c6d7a45dSGunnar Mills "number", 355*c6d7a45dSGunnar Mills "null", 356*c6d7a45dSGunnar Mills "object", 357*c6d7a45dSGunnar Mills "string" 358*c6d7a45dSGunnar Mills ] 359*c6d7a45dSGunnar Mills } 360*c6d7a45dSGunnar Mills }, 361*c6d7a45dSGunnar Mills "properties": { 362*c6d7a45dSGunnar Mills "LastBootTimeSeconds": { 363*c6d7a45dSGunnar Mills "description": "The number of seconds the system spent booting to the operating system during the last boot.", 364*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the number of seconds that elapsed between system reset or power on and LastState transitioning to `OSRunning`. If `LastState` contains `OSRunning`, this property shall contain the most recent boot time. For other values of `LastState`, this property shall contain the boot time for the previous boot.", 365*c6d7a45dSGunnar Mills "readonly": true, 366*c6d7a45dSGunnar Mills "type": [ 367*c6d7a45dSGunnar Mills "number", 368*c6d7a45dSGunnar Mills "null" 369*c6d7a45dSGunnar Mills ], 370*c6d7a45dSGunnar Mills "versionAdded": "v1_18_0" 371*c6d7a45dSGunnar Mills }, 372*c6d7a45dSGunnar Mills "LastState": { 373*c6d7a45dSGunnar Mills "anyOf": [ 374*c6d7a45dSGunnar Mills { 375*c6d7a45dSGunnar Mills "$ref": "#/definitions/BootProgressTypes" 376*c6d7a45dSGunnar Mills }, 377*c6d7a45dSGunnar Mills { 378*c6d7a45dSGunnar Mills "type": "null" 379*c6d7a45dSGunnar Mills } 380*c6d7a45dSGunnar Mills ], 381*c6d7a45dSGunnar Mills "description": "The last boot progress state.", 382*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the last boot progress state.", 383*c6d7a45dSGunnar Mills "readonly": true, 384*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 385*c6d7a45dSGunnar Mills }, 386*c6d7a45dSGunnar Mills "LastStateTime": { 387*c6d7a45dSGunnar Mills "description": "The date and time when the last boot state was updated.", 388*c6d7a45dSGunnar Mills "format": "date-time", 389*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the date and time when the last boot state was updated.", 390*c6d7a45dSGunnar Mills "readonly": true, 391*c6d7a45dSGunnar Mills "type": [ 392*c6d7a45dSGunnar Mills "string", 393*c6d7a45dSGunnar Mills "null" 394*c6d7a45dSGunnar Mills ], 395*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 396*c6d7a45dSGunnar Mills }, 397*c6d7a45dSGunnar Mills "Oem": { 398*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 399*c6d7a45dSGunnar Mills "description": "The OEM extension property.", 400*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements.", 401*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 402*c6d7a45dSGunnar Mills }, 403*c6d7a45dSGunnar Mills "OemLastState": { 404*c6d7a45dSGunnar Mills "description": "The OEM-specific last state, if the LastState type is `OEM`.", 405*c6d7a45dSGunnar Mills "longDescription": "This property shall represent the OEM-specific `LastState` of the `BootProgress`. This property shall only be present if `LastState` is `OEM`.", 406*c6d7a45dSGunnar Mills "readonly": true, 407*c6d7a45dSGunnar Mills "type": [ 408*c6d7a45dSGunnar Mills "string", 409*c6d7a45dSGunnar Mills "null" 410*c6d7a45dSGunnar Mills ], 411*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 412*c6d7a45dSGunnar Mills } 413*c6d7a45dSGunnar Mills }, 414*c6d7a45dSGunnar Mills "type": "object" 415*c6d7a45dSGunnar Mills }, 416*c6d7a45dSGunnar Mills "BootProgressTypes": { 417*c6d7a45dSGunnar Mills "enum": [ 418*c6d7a45dSGunnar Mills "None", 419*c6d7a45dSGunnar Mills "PrimaryProcessorInitializationStarted", 420*c6d7a45dSGunnar Mills "BusInitializationStarted", 421*c6d7a45dSGunnar Mills "MemoryInitializationStarted", 422*c6d7a45dSGunnar Mills "SecondaryProcessorInitializationStarted", 423*c6d7a45dSGunnar Mills "PCIResourceConfigStarted", 424*c6d7a45dSGunnar Mills "SystemHardwareInitializationComplete", 425*c6d7a45dSGunnar Mills "SetupEntered", 426*c6d7a45dSGunnar Mills "OSBootStarted", 427*c6d7a45dSGunnar Mills "OSRunning", 428*c6d7a45dSGunnar Mills "OEM" 429*c6d7a45dSGunnar Mills ], 430*c6d7a45dSGunnar Mills "enumDescriptions": { 431*c6d7a45dSGunnar Mills "BusInitializationStarted": "The system has started initializing the buses.", 432*c6d7a45dSGunnar Mills "MemoryInitializationStarted": "The system has started initializing the memory.", 433*c6d7a45dSGunnar Mills "None": "The system is not booting.", 434*c6d7a45dSGunnar Mills "OEM": "A boot progress state in an OEM-defined format.", 435*c6d7a45dSGunnar Mills "OSBootStarted": "The operating system has started booting.", 436*c6d7a45dSGunnar Mills "OSRunning": "The operating system is running.", 437*c6d7a45dSGunnar Mills "PCIResourceConfigStarted": "The system has started initializing the PCI resources.", 438*c6d7a45dSGunnar Mills "PrimaryProcessorInitializationStarted": "The system has started initializing the primary processor.", 439*c6d7a45dSGunnar Mills "SecondaryProcessorInitializationStarted": "The system has started initializing the remaining processors.", 440*c6d7a45dSGunnar Mills "SetupEntered": "The system has entered the setup utility.", 441*c6d7a45dSGunnar Mills "SystemHardwareInitializationComplete": "The system has completed initializing all hardware." 442*c6d7a45dSGunnar Mills }, 443*c6d7a45dSGunnar Mills "enumLongDescriptions": { 444*c6d7a45dSGunnar Mills "BusInitializationStarted": "This value shall indicate that the system has started to initialize the buses.", 445*c6d7a45dSGunnar Mills "MemoryInitializationStarted": "This value shall indicate that the system has started to initialize the memory.", 446*c6d7a45dSGunnar Mills "None": "This value shall indicate that the system is not booting or running, such as the system is powered off.", 447*c6d7a45dSGunnar Mills "OEM": "This value shall indicate an OEM-defined boot progress state.", 448*c6d7a45dSGunnar Mills "OSBootStarted": "This value shall indicate that the operating system has started to boot.", 449*c6d7a45dSGunnar Mills "OSRunning": "This value shall indicate that the operating system is running and shall indicate the final boot progress state.", 450*c6d7a45dSGunnar Mills "PCIResourceConfigStarted": "This value shall indicate that the system has started to initialize the PCI resources.", 451*c6d7a45dSGunnar Mills "PrimaryProcessorInitializationStarted": "This value shall indicate that the system has started to initialize the primary processor.", 452*c6d7a45dSGunnar Mills "SecondaryProcessorInitializationStarted": "This value shall indicate that the system has started to initialize the secondary processors.", 453*c6d7a45dSGunnar Mills "SetupEntered": "This value shall indicate that the system has entered the setup utility.", 454*c6d7a45dSGunnar Mills "SystemHardwareInitializationComplete": "This value shall indicate that the system has completed initializing all hardware." 455*c6d7a45dSGunnar Mills }, 456*c6d7a45dSGunnar Mills "enumVersionAdded": { 457*c6d7a45dSGunnar Mills "SetupEntered": "v1_15_0" 458*c6d7a45dSGunnar Mills }, 459*c6d7a45dSGunnar Mills "type": "string" 460*c6d7a45dSGunnar Mills }, 461*c6d7a45dSGunnar Mills "BootSourceOverrideEnabled": { 462*c6d7a45dSGunnar Mills "enum": [ 463*c6d7a45dSGunnar Mills "Disabled", 464*c6d7a45dSGunnar Mills "Once", 465*c6d7a45dSGunnar Mills "Continuous" 466*c6d7a45dSGunnar Mills ], 467*c6d7a45dSGunnar Mills "enumDescriptions": { 468*c6d7a45dSGunnar Mills "Continuous": "The system boots to the target specified in the `BootSourceOverrideTarget` property until this property is `Disabled`.", 469*c6d7a45dSGunnar Mills "Disabled": "The system boots normally.", 470*c6d7a45dSGunnar Mills "Once": "On its next boot cycle, the system boots one time to the boot source override target. Then, the `BootSourceOverrideEnabled` value is reset to `Disabled`." 471*c6d7a45dSGunnar Mills }, 472*c6d7a45dSGunnar Mills "type": "string" 473*c6d7a45dSGunnar Mills }, 474*c6d7a45dSGunnar Mills "BootSourceOverrideMode": { 475*c6d7a45dSGunnar Mills "enum": [ 476*c6d7a45dSGunnar Mills "Legacy", 477*c6d7a45dSGunnar Mills "UEFI" 478*c6d7a45dSGunnar Mills ], 479*c6d7a45dSGunnar Mills "enumDescriptions": { 480*c6d7a45dSGunnar Mills "Legacy": "The system boots in non-UEFI boot mode to the boot source override target.", 481*c6d7a45dSGunnar Mills "UEFI": "The system boots in UEFI boot mode to the boot source override target." 482*c6d7a45dSGunnar Mills }, 483*c6d7a45dSGunnar Mills "type": "string" 484*c6d7a45dSGunnar Mills }, 485*c6d7a45dSGunnar Mills "Composition": { 486*c6d7a45dSGunnar Mills "additionalProperties": false, 487*c6d7a45dSGunnar Mills "description": "Information about the composition capabilities and state of a computer system.", 488*c6d7a45dSGunnar Mills "longDescription": "This type shall contain information about the composition capabilities and state of a computer system.", 489*c6d7a45dSGunnar Mills "patternProperties": { 490*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 491*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 492*c6d7a45dSGunnar Mills "type": [ 493*c6d7a45dSGunnar Mills "array", 494*c6d7a45dSGunnar Mills "boolean", 495*c6d7a45dSGunnar Mills "integer", 496*c6d7a45dSGunnar Mills "number", 497*c6d7a45dSGunnar Mills "null", 498*c6d7a45dSGunnar Mills "object", 499*c6d7a45dSGunnar Mills "string" 500*c6d7a45dSGunnar Mills ] 501*c6d7a45dSGunnar Mills } 502*c6d7a45dSGunnar Mills }, 503*c6d7a45dSGunnar Mills "properties": { 504*c6d7a45dSGunnar Mills "UseCases": { 505*c6d7a45dSGunnar Mills "description": "The composition use cases in which this computer system can participate.", 506*c6d7a45dSGunnar Mills "items": { 507*c6d7a45dSGunnar Mills "anyOf": [ 508*c6d7a45dSGunnar Mills { 509*c6d7a45dSGunnar Mills "$ref": "#/definitions/CompositionUseCase" 510*c6d7a45dSGunnar Mills }, 511*c6d7a45dSGunnar Mills { 512*c6d7a45dSGunnar Mills "type": "null" 513*c6d7a45dSGunnar Mills } 514*c6d7a45dSGunnar Mills ] 515*c6d7a45dSGunnar Mills }, 516*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the composition use cases in which this computer system can participate.", 517*c6d7a45dSGunnar Mills "readonly": true, 518*c6d7a45dSGunnar Mills "type": "array", 519*c6d7a45dSGunnar Mills "versionAdded": "v1_18_0" 520*c6d7a45dSGunnar Mills } 521*c6d7a45dSGunnar Mills }, 522*c6d7a45dSGunnar Mills "type": "object" 523*c6d7a45dSGunnar Mills }, 524*c6d7a45dSGunnar Mills "CompositionUseCase": { 525*c6d7a45dSGunnar Mills "enum": [ 526*c6d7a45dSGunnar Mills "ResourceBlockCapable", 527*c6d7a45dSGunnar Mills "ExpandableSystem" 528*c6d7a45dSGunnar Mills ], 529*c6d7a45dSGunnar Mills "enumDescriptions": { 530*c6d7a45dSGunnar Mills "ExpandableSystem": "This computer system supports expandable system composition and is associated with a resource block.", 531*c6d7a45dSGunnar Mills "ResourceBlockCapable": "This computer system supports being registered as a resource block in order for it to participate in composition requests." 532*c6d7a45dSGunnar Mills }, 533*c6d7a45dSGunnar Mills "enumLongDescriptions": { 534*c6d7a45dSGunnar Mills "ExpandableSystem": "This value shall indicate the computer system supports expandable system composition and is associated with a resource block.", 535*c6d7a45dSGunnar Mills "ResourceBlockCapable": "This value shall indicate the computer system supports being registered as a resource block in order for it to participate in composition requests." 536*c6d7a45dSGunnar Mills }, 537*c6d7a45dSGunnar Mills "type": "string" 538*c6d7a45dSGunnar Mills }, 539*c6d7a45dSGunnar Mills "ComputerSystem": { 540*c6d7a45dSGunnar Mills "additionalProperties": false, 541*c6d7a45dSGunnar Mills "description": "The `ComputerSystem` schema represents a computer or system instance and the software-visible resources, or items within the data plane, such as memory, CPU, and other devices that it can access. Details of those resources or subsystems are also linked through this resource.", 542*c6d7a45dSGunnar Mills "longDescription": "This resource shall represent a computing system in the Redfish Specification.", 543*c6d7a45dSGunnar Mills "patternProperties": { 544*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 545*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 546*c6d7a45dSGunnar Mills "type": [ 547*c6d7a45dSGunnar Mills "array", 548*c6d7a45dSGunnar Mills "boolean", 549*c6d7a45dSGunnar Mills "integer", 550*c6d7a45dSGunnar Mills "number", 551*c6d7a45dSGunnar Mills "null", 552*c6d7a45dSGunnar Mills "object", 553*c6d7a45dSGunnar Mills "string" 554*c6d7a45dSGunnar Mills ] 555*c6d7a45dSGunnar Mills } 556*c6d7a45dSGunnar Mills }, 557*c6d7a45dSGunnar Mills "properties": { 558*c6d7a45dSGunnar Mills "@odata.context": { 559*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 560*c6d7a45dSGunnar Mills }, 561*c6d7a45dSGunnar Mills "@odata.etag": { 562*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 563*c6d7a45dSGunnar Mills }, 564*c6d7a45dSGunnar Mills "@odata.id": { 565*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 566*c6d7a45dSGunnar Mills }, 567*c6d7a45dSGunnar Mills "@odata.type": { 568*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 569*c6d7a45dSGunnar Mills }, 570*c6d7a45dSGunnar Mills "Actions": { 571*c6d7a45dSGunnar Mills "$ref": "#/definitions/Actions", 572*c6d7a45dSGunnar Mills "description": "The available actions for this resource.", 573*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the available actions for this resource." 574*c6d7a45dSGunnar Mills }, 575*c6d7a45dSGunnar Mills "AssetTag": { 576*c6d7a45dSGunnar Mills "description": "The user-definable tag that can track this computer system for inventory or other client purposes.", 577*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the system asset tag value. Modifying this property may modify the `AssetTag` in the containing `Chassis` resource.", 578*c6d7a45dSGunnar Mills "readonly": false, 579*c6d7a45dSGunnar Mills "type": [ 580*c6d7a45dSGunnar Mills "string", 581*c6d7a45dSGunnar Mills "null" 582*c6d7a45dSGunnar Mills ] 583*c6d7a45dSGunnar Mills }, 584*c6d7a45dSGunnar Mills "Bios": { 585*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Bios.json#/definitions/Bios", 586*c6d7a45dSGunnar Mills "description": "The link to the BIOS settings associated with this system.", 587*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `Bios` that lists the BIOS settings for this system.", 588*c6d7a45dSGunnar Mills "readonly": true, 589*c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 590*c6d7a45dSGunnar Mills }, 591*c6d7a45dSGunnar Mills "BiosVersion": { 592*c6d7a45dSGunnar Mills "description": "The version of the system BIOS or primary system firmware.", 593*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the version string of the currently installed and running BIOS for x86 systems. For other systems, the property may contain a version string that represents the primary system firmware.", 594*c6d7a45dSGunnar Mills "readonly": true, 595*c6d7a45dSGunnar Mills "type": [ 596*c6d7a45dSGunnar Mills "string", 597*c6d7a45dSGunnar Mills "null" 598*c6d7a45dSGunnar Mills ] 599*c6d7a45dSGunnar Mills }, 600*c6d7a45dSGunnar Mills "Boot": { 601*c6d7a45dSGunnar Mills "$ref": "#/definitions/Boot", 602*c6d7a45dSGunnar Mills "description": "The boot settings for this system.", 603*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the boot settings for this system." 604*c6d7a45dSGunnar Mills }, 605*c6d7a45dSGunnar Mills "BootProgress": { 606*c6d7a45dSGunnar Mills "anyOf": [ 607*c6d7a45dSGunnar Mills { 608*c6d7a45dSGunnar Mills "$ref": "#/definitions/BootProgress" 609*c6d7a45dSGunnar Mills }, 610*c6d7a45dSGunnar Mills { 611*c6d7a45dSGunnar Mills "type": "null" 612*c6d7a45dSGunnar Mills } 613*c6d7a45dSGunnar Mills ], 614*c6d7a45dSGunnar Mills "description": "This object describes the last boot progress state.", 615*c6d7a45dSGunnar Mills "longDescription": "This object shall contain the last boot progress state and time.", 616*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 617*c6d7a45dSGunnar Mills }, 618*c6d7a45dSGunnar Mills "Certificates": { 619*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection", 620*c6d7a45dSGunnar Mills "description": "The link to a collection of certificates for device identity and attestation.", 621*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `CertificateCollection` that contains certificates for device identity and attestation.", 622*c6d7a45dSGunnar Mills "readonly": true, 623*c6d7a45dSGunnar Mills "versionAdded": "v1_14_0" 624*c6d7a45dSGunnar Mills }, 625*c6d7a45dSGunnar Mills "Composition": { 626*c6d7a45dSGunnar Mills "anyOf": [ 627*c6d7a45dSGunnar Mills { 628*c6d7a45dSGunnar Mills "$ref": "#/definitions/Composition" 629*c6d7a45dSGunnar Mills }, 630*c6d7a45dSGunnar Mills { 631*c6d7a45dSGunnar Mills "type": "null" 632*c6d7a45dSGunnar Mills } 633*c6d7a45dSGunnar Mills ], 634*c6d7a45dSGunnar Mills "description": "Information about the composition capabilities and state of the computer system.", 635*c6d7a45dSGunnar Mills "longDescription": "This property shall contain information about the composition capabilities and state of the computer system.", 636*c6d7a45dSGunnar Mills "versionAdded": "v1_18_0" 637*c6d7a45dSGunnar Mills }, 638*c6d7a45dSGunnar Mills "Description": { 639*c6d7a45dSGunnar Mills "anyOf": [ 640*c6d7a45dSGunnar Mills { 641*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 642*c6d7a45dSGunnar Mills }, 643*c6d7a45dSGunnar Mills { 644*c6d7a45dSGunnar Mills "type": "null" 645*c6d7a45dSGunnar Mills } 646*c6d7a45dSGunnar Mills ], 647*c6d7a45dSGunnar Mills "readonly": true 648*c6d7a45dSGunnar Mills }, 649*c6d7a45dSGunnar Mills "EthernetInterfaces": { 650*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/EthernetInterfaceCollection.json#/definitions/EthernetInterfaceCollection", 651*c6d7a45dSGunnar Mills "description": "The link to the collection of Ethernet interfaces associated with this system.", 652*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `EthernetInterfaceCollection`.", 653*c6d7a45dSGunnar Mills "readonly": true 654*c6d7a45dSGunnar Mills }, 655*c6d7a45dSGunnar Mills "FabricAdapters": { 656*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/FabricAdapterCollection.json#/definitions/FabricAdapterCollection", 657*c6d7a45dSGunnar Mills "description": "The link to the collection of fabric adapters associated with this system.", 658*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `FabricAdapterCollection`.", 659*c6d7a45dSGunnar Mills "readonly": true, 660*c6d7a45dSGunnar Mills "versionAdded": "v1_10_0" 661*c6d7a45dSGunnar Mills }, 662*c6d7a45dSGunnar Mills "GraphicalConsole": { 663*c6d7a45dSGunnar Mills "$ref": "#/definitions/HostGraphicalConsole", 664*c6d7a45dSGunnar Mills "description": "The information about the graphical console (KVM-IP) service of this system.", 665*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the information about the graphical console (KVM-IP) service of this system.", 666*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 667*c6d7a45dSGunnar Mills }, 668*c6d7a45dSGunnar Mills "GraphicsControllers": { 669*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/GraphicsControllerCollection.json#/definitions/GraphicsControllerCollection", 670*c6d7a45dSGunnar Mills "description": "The link to a collection of graphics controllers that can output video for this system.", 671*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `GraphicsControllerCollection` that contains graphics controllers that can output video for this system.", 672*c6d7a45dSGunnar Mills "readonly": true, 673*c6d7a45dSGunnar Mills "versionAdded": "v1_15_0" 674*c6d7a45dSGunnar Mills }, 675*c6d7a45dSGunnar Mills "HostName": { 676*c6d7a45dSGunnar Mills "description": "The DNS host name, without any domain information.", 677*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the host name for this system, as reported by the operating system or hypervisor. A service running in the host operating system typically reports this value to the manager. Modifying this property may modify the `HostName` in one or more `EthernetInterface` resources contained in this system.", 678*c6d7a45dSGunnar Mills "readonly": false, 679*c6d7a45dSGunnar Mills "type": [ 680*c6d7a45dSGunnar Mills "string", 681*c6d7a45dSGunnar Mills "null" 682*c6d7a45dSGunnar Mills ] 683*c6d7a45dSGunnar Mills }, 684*c6d7a45dSGunnar Mills "HostWatchdogTimer": { 685*c6d7a45dSGunnar Mills "$ref": "#/definitions/WatchdogTimer", 686*c6d7a45dSGunnar Mills "description": "The host watchdog timer functionality for this system.", 687*c6d7a45dSGunnar Mills "longDescription": "This object shall contain properties that describe the host watchdog timer functionality for this system.", 688*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 689*c6d7a45dSGunnar Mills }, 690*c6d7a45dSGunnar Mills "HostedServices": { 691*c6d7a45dSGunnar Mills "$ref": "#/definitions/HostedServices", 692*c6d7a45dSGunnar Mills "description": "The services that this computer system supports.", 693*c6d7a45dSGunnar Mills "longDescription": "This property shall describe services that this computer system supports.", 694*c6d7a45dSGunnar Mills "versionAdded": "v1_2_0" 695*c6d7a45dSGunnar Mills }, 696*c6d7a45dSGunnar Mills "HostingRoles": { 697*c6d7a45dSGunnar Mills "description": "The hosting roles that this computer system supports.", 698*c6d7a45dSGunnar Mills "items": { 699*c6d7a45dSGunnar Mills "$ref": "#/definitions/HostingRole" 700*c6d7a45dSGunnar Mills }, 701*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the hosting roles that this computer system supports.", 702*c6d7a45dSGunnar Mills "readonly": true, 703*c6d7a45dSGunnar Mills "type": "array", 704*c6d7a45dSGunnar Mills "versionAdded": "v1_2_0" 705*c6d7a45dSGunnar Mills }, 706*c6d7a45dSGunnar Mills "IPMIHostInterface": { 707*c6d7a45dSGunnar Mills "$ref": "#/definitions/IPMIHostInterface", 708*c6d7a45dSGunnar Mills "description": "The information about the in-band IPMI service of this system.", 709*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the information about the in-band IPMI service of this system.", 710*c6d7a45dSGunnar Mills "versionAdded": "v1_25_0" 711*c6d7a45dSGunnar Mills }, 712*c6d7a45dSGunnar Mills "Id": { 713*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 714*c6d7a45dSGunnar Mills "readonly": true 715*c6d7a45dSGunnar Mills }, 716*c6d7a45dSGunnar Mills "IdlePowerSaver": { 717*c6d7a45dSGunnar Mills "anyOf": [ 718*c6d7a45dSGunnar Mills { 719*c6d7a45dSGunnar Mills "$ref": "#/definitions/IdlePowerSaver" 720*c6d7a45dSGunnar Mills }, 721*c6d7a45dSGunnar Mills { 722*c6d7a45dSGunnar Mills "type": "null" 723*c6d7a45dSGunnar Mills } 724*c6d7a45dSGunnar Mills ], 725*c6d7a45dSGunnar Mills "description": "The idle power saver settings of the computer system.", 726*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the idle power saver settings of the computer system.", 727*c6d7a45dSGunnar Mills "versionAdded": "v1_16_0" 728*c6d7a45dSGunnar Mills }, 729*c6d7a45dSGunnar Mills "IndicatorLED": { 730*c6d7a45dSGunnar Mills "anyOf": [ 731*c6d7a45dSGunnar Mills { 732*c6d7a45dSGunnar Mills "$ref": "#/definitions/IndicatorLED" 733*c6d7a45dSGunnar Mills }, 734*c6d7a45dSGunnar Mills { 735*c6d7a45dSGunnar Mills "type": "null" 736*c6d7a45dSGunnar Mills } 737*c6d7a45dSGunnar Mills ], 738*c6d7a45dSGunnar Mills "deprecated": "This property has been deprecated in favor of the `LocationIndicatorActive` property.", 739*c6d7a45dSGunnar Mills "description": "The state of the indicator LED, which identifies the system.", 740*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the state of the indicator light, which identifies this system.", 741*c6d7a45dSGunnar Mills "readonly": false, 742*c6d7a45dSGunnar Mills "versionDeprecated": "v1_13_0" 743*c6d7a45dSGunnar Mills }, 744*c6d7a45dSGunnar Mills "KeyManagement": { 745*c6d7a45dSGunnar Mills "anyOf": [ 746*c6d7a45dSGunnar Mills { 747*c6d7a45dSGunnar Mills "$ref": "#/definitions/KeyManagement" 748*c6d7a45dSGunnar Mills }, 749*c6d7a45dSGunnar Mills { 750*c6d7a45dSGunnar Mills "type": "null" 751*c6d7a45dSGunnar Mills } 752*c6d7a45dSGunnar Mills ], 753*c6d7a45dSGunnar Mills "description": "The key management settings of the computer system.", 754*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the key management settings of the computer system.", 755*c6d7a45dSGunnar Mills "versionAdded": "v1_16_0" 756*c6d7a45dSGunnar Mills }, 757*c6d7a45dSGunnar Mills "LastResetCause": { 758*c6d7a45dSGunnar Mills "$ref": "#/definitions/LastResetCauses", 759*c6d7a45dSGunnar Mills "description": "The last reset cause of the system.", 760*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the cause when the system last came out of a reset or was rebooted.", 761*c6d7a45dSGunnar Mills "readonly": true, 762*c6d7a45dSGunnar Mills "versionAdded": "v1_23_0" 763*c6d7a45dSGunnar Mills }, 764*c6d7a45dSGunnar Mills "LastResetTime": { 765*c6d7a45dSGunnar Mills "description": "The date and time when the system was last reset or rebooted.", 766*c6d7a45dSGunnar Mills "format": "date-time", 767*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the date and time when the system last came out of a reset or was rebooted.", 768*c6d7a45dSGunnar Mills "readonly": true, 769*c6d7a45dSGunnar Mills "type": "string", 770*c6d7a45dSGunnar Mills "versionAdded": "v1_12_0" 771*c6d7a45dSGunnar Mills }, 772*c6d7a45dSGunnar Mills "Links": { 773*c6d7a45dSGunnar Mills "$ref": "#/definitions/Links", 774*c6d7a45dSGunnar Mills "description": "The links to other resources that are related to this resource.", 775*c6d7a45dSGunnar Mills "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource." 776*c6d7a45dSGunnar Mills }, 777*c6d7a45dSGunnar Mills "LocationIndicatorActive": { 778*c6d7a45dSGunnar Mills "description": "An indicator allowing an operator to physically locate this resource.", 779*c6d7a45dSGunnar Mills "longDescription": "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. Modifying this property may modify the `LocationIndicatorActive` in the containing `Chassis` resource.", 780*c6d7a45dSGunnar Mills "readonly": false, 781*c6d7a45dSGunnar Mills "type": [ 782*c6d7a45dSGunnar Mills "boolean", 783*c6d7a45dSGunnar Mills "null" 784*c6d7a45dSGunnar Mills ], 785*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 786*c6d7a45dSGunnar Mills }, 787*c6d7a45dSGunnar Mills "LogServices": { 788*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/LogServiceCollection.json#/definitions/LogServiceCollection", 789*c6d7a45dSGunnar Mills "description": "The link to the collection of log services associated with this system.", 790*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `LogServiceCollection`.", 791*c6d7a45dSGunnar Mills "readonly": true 792*c6d7a45dSGunnar Mills }, 793*c6d7a45dSGunnar Mills "Manufacturer": { 794*c6d7a45dSGunnar Mills "description": "The manufacturer or OEM of this system.", 795*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a value that represents the manufacturer of the system.", 796*c6d7a45dSGunnar Mills "readonly": true, 797*c6d7a45dSGunnar Mills "type": [ 798*c6d7a45dSGunnar Mills "string", 799*c6d7a45dSGunnar Mills "null" 800*c6d7a45dSGunnar Mills ] 801*c6d7a45dSGunnar Mills }, 802*c6d7a45dSGunnar Mills "ManufacturingMode": { 803*c6d7a45dSGunnar Mills "description": "An indication of whether the system is in manufacturing mode. Manufacturing mode is a special boot mode, not normally available to end users, that modifies features and settings for use while the system is being manufactured and tested.", 804*c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether the system is in manufacturing mode. If the system supports SMBIOS, the value shall match the 'Manufacturing mode is enabled' setting from the 'BIOS Characteristics' entry.", 805*c6d7a45dSGunnar Mills "readonly": true, 806*c6d7a45dSGunnar Mills "type": [ 807*c6d7a45dSGunnar Mills "boolean", 808*c6d7a45dSGunnar Mills "null" 809*c6d7a45dSGunnar Mills ], 810*c6d7a45dSGunnar Mills "versionAdded": "v1_18_0" 811*c6d7a45dSGunnar Mills }, 812*c6d7a45dSGunnar Mills "Measurements": { 813*c6d7a45dSGunnar Mills "deprecated": "This property has been deprecated in favor of the `ComponentIntegrity` resource.", 814*c6d7a45dSGunnar Mills "description": "An array of DSP0274-defined measurement blocks.", 815*c6d7a45dSGunnar Mills "items": { 816*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/SoftwareInventory.json#/definitions/MeasurementBlock" 817*c6d7a45dSGunnar Mills }, 818*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of DSP0274-defined measurement blocks.", 819*c6d7a45dSGunnar Mills "type": "array", 820*c6d7a45dSGunnar Mills "versionAdded": "v1_14_0", 821*c6d7a45dSGunnar Mills "versionDeprecated": "v1_17_0" 822*c6d7a45dSGunnar Mills }, 823*c6d7a45dSGunnar Mills "Memory": { 824*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryCollection.json#/definitions/MemoryCollection", 825*c6d7a45dSGunnar Mills "description": "The link to the collection of memory associated with this system.", 826*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `MemoryCollection`.", 827*c6d7a45dSGunnar Mills "readonly": true, 828*c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 829*c6d7a45dSGunnar Mills }, 830*c6d7a45dSGunnar Mills "MemoryDomains": { 831*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryDomainCollection.json#/definitions/MemoryDomainCollection", 832*c6d7a45dSGunnar Mills "description": "The link to the collection of memory domains associated with this system.", 833*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `MemoryDomainCollection`.", 834*c6d7a45dSGunnar Mills "readonly": true, 835*c6d7a45dSGunnar Mills "versionAdded": "v1_2_0" 836*c6d7a45dSGunnar Mills }, 837*c6d7a45dSGunnar Mills "MemorySummary": { 838*c6d7a45dSGunnar Mills "$ref": "#/definitions/MemorySummary", 839*c6d7a45dSGunnar Mills "description": "The central memory of the system in general detail.", 840*c6d7a45dSGunnar Mills "longDescription": "This property shall describe the central memory for this resource." 841*c6d7a45dSGunnar Mills }, 842*c6d7a45dSGunnar Mills "Model": { 843*c6d7a45dSGunnar Mills "description": "The product name for this system, without the manufacturer name.", 844*c6d7a45dSGunnar Mills "longDescription": "This property shall describe how the manufacturer refers to this system. Typically, this value is the product name for this system without the manufacturer name.", 845*c6d7a45dSGunnar Mills "readonly": true, 846*c6d7a45dSGunnar Mills "type": [ 847*c6d7a45dSGunnar Mills "string", 848*c6d7a45dSGunnar Mills "null" 849*c6d7a45dSGunnar Mills ] 850*c6d7a45dSGunnar Mills }, 851*c6d7a45dSGunnar Mills "Name": { 852*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 853*c6d7a45dSGunnar Mills "readonly": true 854*c6d7a45dSGunnar Mills }, 855*c6d7a45dSGunnar Mills "NetworkInterfaces": { 856*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkInterfaceCollection.json#/definitions/NetworkInterfaceCollection", 857*c6d7a45dSGunnar Mills "description": "The link to the collection of Network Interfaces associated with this system.", 858*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `NetworkInterfaceCollection`.", 859*c6d7a45dSGunnar Mills "readonly": true, 860*c6d7a45dSGunnar Mills "versionAdded": "v1_3_0" 861*c6d7a45dSGunnar Mills }, 862*c6d7a45dSGunnar Mills "Oem": { 863*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 864*c6d7a45dSGunnar Mills "description": "The OEM extension property.", 865*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements." 866*c6d7a45dSGunnar Mills }, 867*c6d7a45dSGunnar Mills "OperatingSystem": { 868*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/OperatingSystem.json#/definitions/OperatingSystem", 869*c6d7a45dSGunnar Mills "description": "The link to the operating system information associated with this system.", 870*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `OperatingSystem` that contains operating system information for this system.", 871*c6d7a45dSGunnar Mills "readonly": true, 872*c6d7a45dSGunnar Mills "versionAdded": "v1_21_0" 873*c6d7a45dSGunnar Mills }, 874*c6d7a45dSGunnar Mills "PCIeDevices": { 875*c6d7a45dSGunnar Mills "description": "The link to a collection of PCIe devices that this computer system uses.", 876*c6d7a45dSGunnar Mills "items": { 877*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeDevice" 878*c6d7a45dSGunnar Mills }, 879*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `PCIeDevice`.", 880*c6d7a45dSGunnar Mills "readonly": true, 881*c6d7a45dSGunnar Mills "type": "array", 882*c6d7a45dSGunnar Mills "versionAdded": "v1_2_0" 883*c6d7a45dSGunnar Mills }, 884*c6d7a45dSGunnar Mills "PCIeDevices@odata.count": { 885*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 886*c6d7a45dSGunnar Mills }, 887*c6d7a45dSGunnar Mills "PCIeFunctions": { 888*c6d7a45dSGunnar Mills "description": "The link to a collection of PCIe functions that this computer system uses.", 889*c6d7a45dSGunnar Mills "items": { 890*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeFunction.json#/definitions/PCIeFunction" 891*c6d7a45dSGunnar Mills }, 892*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `PCIeFunction`.", 893*c6d7a45dSGunnar Mills "readonly": true, 894*c6d7a45dSGunnar Mills "type": "array", 895*c6d7a45dSGunnar Mills "versionAdded": "v1_2_0" 896*c6d7a45dSGunnar Mills }, 897*c6d7a45dSGunnar Mills "PCIeFunctions@odata.count": { 898*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 899*c6d7a45dSGunnar Mills }, 900*c6d7a45dSGunnar Mills "PartNumber": { 901*c6d7a45dSGunnar Mills "description": "The part number for this system.", 902*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the manufacturer-defined part number for the system.", 903*c6d7a45dSGunnar Mills "readonly": true, 904*c6d7a45dSGunnar Mills "type": [ 905*c6d7a45dSGunnar Mills "string", 906*c6d7a45dSGunnar Mills "null" 907*c6d7a45dSGunnar Mills ] 908*c6d7a45dSGunnar Mills }, 909*c6d7a45dSGunnar Mills "PowerCycleDelaySeconds": { 910*c6d7a45dSGunnar Mills "description": "The number of seconds to delay power on after a `Reset` action requesting `PowerCycle` or `FullPowerCycle`. Zero seconds indicates no delay.", 911*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the number of seconds to delay power on after a `Reset` action requesting `PowerCycle` or `FullPowerCycle`. The value `0` shall indicate no delay to power on.", 912*c6d7a45dSGunnar Mills "readonly": false, 913*c6d7a45dSGunnar Mills "type": [ 914*c6d7a45dSGunnar Mills "number", 915*c6d7a45dSGunnar Mills "null" 916*c6d7a45dSGunnar Mills ], 917*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 918*c6d7a45dSGunnar Mills }, 919*c6d7a45dSGunnar Mills "PowerMode": { 920*c6d7a45dSGunnar Mills "anyOf": [ 921*c6d7a45dSGunnar Mills { 922*c6d7a45dSGunnar Mills "$ref": "#/definitions/PowerMode" 923*c6d7a45dSGunnar Mills }, 924*c6d7a45dSGunnar Mills { 925*c6d7a45dSGunnar Mills "type": "null" 926*c6d7a45dSGunnar Mills } 927*c6d7a45dSGunnar Mills ], 928*c6d7a45dSGunnar Mills "description": "The power mode setting of the computer system.", 929*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the computer system power mode setting.", 930*c6d7a45dSGunnar Mills "readonly": false, 931*c6d7a45dSGunnar Mills "versionAdded": "v1_15_0" 932*c6d7a45dSGunnar Mills }, 933*c6d7a45dSGunnar Mills "PowerOffDelaySeconds": { 934*c6d7a45dSGunnar Mills "description": "The number of seconds to delay power off during a reset. Zero seconds indicates no delay to power off.", 935*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the number of seconds to delay power off during a reset. The value `0` shall indicate no delay to power off.", 936*c6d7a45dSGunnar Mills "readonly": false, 937*c6d7a45dSGunnar Mills "type": [ 938*c6d7a45dSGunnar Mills "number", 939*c6d7a45dSGunnar Mills "null" 940*c6d7a45dSGunnar Mills ], 941*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 942*c6d7a45dSGunnar Mills }, 943*c6d7a45dSGunnar Mills "PowerOnDelaySeconds": { 944*c6d7a45dSGunnar Mills "description": "The number of seconds to delay power on after an externally performed power cycle or during a reset. Zero seconds indicates no delay to power up.", 945*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the number of seconds to delay power on after an externally performed power cycle or during a reset. The value `0` shall indicate no delay to power on.", 946*c6d7a45dSGunnar Mills "readonly": false, 947*c6d7a45dSGunnar Mills "type": [ 948*c6d7a45dSGunnar Mills "number", 949*c6d7a45dSGunnar Mills "null" 950*c6d7a45dSGunnar Mills ], 951*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 952*c6d7a45dSGunnar Mills }, 953*c6d7a45dSGunnar Mills "PowerRestorePolicy": { 954*c6d7a45dSGunnar Mills "$ref": "#/definitions/PowerRestorePolicyTypes", 955*c6d7a45dSGunnar Mills "description": "The desired power state of the system when power is restored after a power loss.", 956*c6d7a45dSGunnar Mills "longDescription": "This property shall indicate the desired power state of the system when power is applied to the system. The `LastState` value shall return the system to the `PowerState` property value it was in when power was lost.", 957*c6d7a45dSGunnar Mills "readonly": false, 958*c6d7a45dSGunnar Mills "versionAdded": "v1_6_0" 959*c6d7a45dSGunnar Mills }, 960*c6d7a45dSGunnar Mills "PowerState": { 961*c6d7a45dSGunnar Mills "anyOf": [ 962*c6d7a45dSGunnar Mills { 963*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/PowerState" 964*c6d7a45dSGunnar Mills }, 965*c6d7a45dSGunnar Mills { 966*c6d7a45dSGunnar Mills "type": "null" 967*c6d7a45dSGunnar Mills } 968*c6d7a45dSGunnar Mills ], 969*c6d7a45dSGunnar Mills "description": "The current power state of the system.", 970*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the power state of the system.", 971*c6d7a45dSGunnar Mills "readonly": true 972*c6d7a45dSGunnar Mills }, 973*c6d7a45dSGunnar Mills "ProcessorSummary": { 974*c6d7a45dSGunnar Mills "$ref": "#/definitions/ProcessorSummary", 975*c6d7a45dSGunnar Mills "description": "The central processors of the system in general detail.", 976*c6d7a45dSGunnar Mills "longDescription": "This property shall describe the central processors for this resource. Processors described by this property shall be limited to the processors that execute system code, and shall not include processors used for offload functionality." 977*c6d7a45dSGunnar Mills }, 978*c6d7a45dSGunnar Mills "Processors": { 979*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ProcessorCollection.json#/definitions/ProcessorCollection", 980*c6d7a45dSGunnar Mills "description": "The link to the collection of processors associated with this system.", 981*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `ProcessorCollection`.", 982*c6d7a45dSGunnar Mills "readonly": true 983*c6d7a45dSGunnar Mills }, 984*c6d7a45dSGunnar Mills "Redundancy": { 985*c6d7a45dSGunnar Mills "autoExpand": true, 986*c6d7a45dSGunnar Mills "description": "The link to a collection of redundancy entities. Each entity specifies a kind and level of redundancy and a collection, or redundancy set, of other computer systems that provide the specified redundancy to this computer system.", 987*c6d7a45dSGunnar Mills "items": { 988*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/Redundancy" 989*c6d7a45dSGunnar Mills }, 990*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a set of redundancy entities. Each entity specifies a kind and level of redundancy and a collection, or redundancy set, of other computer systems that provide the specified redundancy to this computer system.", 991*c6d7a45dSGunnar Mills "readonly": true, 992*c6d7a45dSGunnar Mills "type": "array", 993*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 994*c6d7a45dSGunnar Mills }, 995*c6d7a45dSGunnar Mills "Redundancy@odata.count": { 996*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 997*c6d7a45dSGunnar Mills }, 998*c6d7a45dSGunnar Mills "SKU": { 999*c6d7a45dSGunnar Mills "description": "The manufacturer SKU for this system.", 1000*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the SKU for the system.", 1001*c6d7a45dSGunnar Mills "readonly": true, 1002*c6d7a45dSGunnar Mills "type": [ 1003*c6d7a45dSGunnar Mills "string", 1004*c6d7a45dSGunnar Mills "null" 1005*c6d7a45dSGunnar Mills ] 1006*c6d7a45dSGunnar Mills }, 1007*c6d7a45dSGunnar Mills "SecureBoot": { 1008*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/SecureBoot.json#/definitions/SecureBoot", 1009*c6d7a45dSGunnar Mills "description": "The link to the UEFI Secure Boot associated with this system.", 1010*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `SecureBoot`.", 1011*c6d7a45dSGunnar Mills "readonly": true, 1012*c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 1013*c6d7a45dSGunnar Mills }, 1014*c6d7a45dSGunnar Mills "SerialConsole": { 1015*c6d7a45dSGunnar Mills "$ref": "#/definitions/HostSerialConsole", 1016*c6d7a45dSGunnar Mills "description": "The serial console services that this system provides.", 1017*c6d7a45dSGunnar Mills "longDescription": "This property shall contain information about the serial console services of this system.", 1018*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 1019*c6d7a45dSGunnar Mills }, 1020*c6d7a45dSGunnar Mills "SerialNumber": { 1021*c6d7a45dSGunnar Mills "description": "The serial number for this system.", 1022*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the serial number for the system.", 1023*c6d7a45dSGunnar Mills "readonly": true, 1024*c6d7a45dSGunnar Mills "type": [ 1025*c6d7a45dSGunnar Mills "string", 1026*c6d7a45dSGunnar Mills "null" 1027*c6d7a45dSGunnar Mills ] 1028*c6d7a45dSGunnar Mills }, 1029*c6d7a45dSGunnar Mills "SimpleStorage": { 1030*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/SimpleStorageCollection.json#/definitions/SimpleStorageCollection", 1031*c6d7a45dSGunnar Mills "description": "The link to the collection of storage devices associated with this system.", 1032*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `SimpleStorageCollection`.", 1033*c6d7a45dSGunnar Mills "readonly": true 1034*c6d7a45dSGunnar Mills }, 1035*c6d7a45dSGunnar Mills "Status": { 1036*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 1037*c6d7a45dSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 1038*c6d7a45dSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource." 1039*c6d7a45dSGunnar Mills }, 1040*c6d7a45dSGunnar Mills "Storage": { 1041*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/StorageCollection.json#/definitions/StorageCollection", 1042*c6d7a45dSGunnar Mills "description": "The link to the collection of storage devices associated with this system.", 1043*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `StorageCollection`.", 1044*c6d7a45dSGunnar Mills "readonly": true, 1045*c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 1046*c6d7a45dSGunnar Mills }, 1047*c6d7a45dSGunnar Mills "SubModel": { 1048*c6d7a45dSGunnar Mills "description": "The sub-model for this system.", 1049*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the information about the sub-model (or configuration) of the system. This shall not include the model/product name or the manufacturer name.", 1050*c6d7a45dSGunnar Mills "readonly": true, 1051*c6d7a45dSGunnar Mills "type": [ 1052*c6d7a45dSGunnar Mills "string", 1053*c6d7a45dSGunnar Mills "null" 1054*c6d7a45dSGunnar Mills ], 1055*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 1056*c6d7a45dSGunnar Mills }, 1057*c6d7a45dSGunnar Mills "SystemType": { 1058*c6d7a45dSGunnar Mills "$ref": "#/definitions/SystemType", 1059*c6d7a45dSGunnar Mills "description": "The type of computer system that this resource represents.", 1060*c6d7a45dSGunnar Mills "longDescription": "An enumeration that indicates the kind of system that this resource represents.", 1061*c6d7a45dSGunnar Mills "readonly": true 1062*c6d7a45dSGunnar Mills }, 1063*c6d7a45dSGunnar Mills "TrustedModules": { 1064*c6d7a45dSGunnar Mills "deprecated": "This property has been deprecated in favor of the `TrustedComponents` property in `Links`.", 1065*c6d7a45dSGunnar Mills "description": "An array of trusted modules in the system.", 1066*c6d7a45dSGunnar Mills "items": { 1067*c6d7a45dSGunnar Mills "$ref": "#/definitions/TrustedModules" 1068*c6d7a45dSGunnar Mills }, 1069*c6d7a45dSGunnar Mills "longDescription": "This object shall contain an array of objects with properties that describe the trusted modules for this resource.", 1070*c6d7a45dSGunnar Mills "type": "array", 1071*c6d7a45dSGunnar Mills "versionAdded": "v1_1_0", 1072*c6d7a45dSGunnar Mills "versionDeprecated": "v1_19_0" 1073*c6d7a45dSGunnar Mills }, 1074*c6d7a45dSGunnar Mills "USBControllers": { 1075*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/USBControllerCollection.json#/definitions/USBControllerCollection", 1076*c6d7a45dSGunnar Mills "description": "The link to a collection of USB controllers for this system.", 1077*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `USBControllerCollection` that contains USB controllers for this system.", 1078*c6d7a45dSGunnar Mills "readonly": true, 1079*c6d7a45dSGunnar Mills "versionAdded": "v1_15_0" 1080*c6d7a45dSGunnar Mills }, 1081*c6d7a45dSGunnar Mills "UUID": { 1082*c6d7a45dSGunnar Mills "anyOf": [ 1083*c6d7a45dSGunnar Mills { 1084*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/UUID" 1085*c6d7a45dSGunnar Mills }, 1086*c6d7a45dSGunnar Mills { 1087*c6d7a45dSGunnar Mills "type": "null" 1088*c6d7a45dSGunnar Mills } 1089*c6d7a45dSGunnar Mills ], 1090*c6d7a45dSGunnar Mills "description": "The UUID for this system.", 1091*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the universally unique identifier number for this system. RFC4122 describes methods to create this value. The value should be considered to be opaque. Client software should only treat the overall value as a UUID and should not interpret any subfields within the UUID. If the system supports SMBIOS, the property value should follow the SMBIOS 2.6 and later recommendation for converting the SMBIOS 16-byte UUID structure into the Redfish canonical `xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx` string format, so that the property value matches the byte order presented by current OS APIs, such as WMI and dmidecode. For additional property requirements, see the corresponding definition in the Redfish Data Model Specification.", 1092*c6d7a45dSGunnar Mills "readonly": true 1093*c6d7a45dSGunnar Mills }, 1094*c6d7a45dSGunnar Mills "VirtualMedia": { 1095*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/VirtualMediaCollection.json#/definitions/VirtualMediaCollection", 1096*c6d7a45dSGunnar Mills "description": "The link to the virtual media services for this system.", 1097*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `VirtualMediaCollection` that this system uses.", 1098*c6d7a45dSGunnar Mills "readonly": true, 1099*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 1100*c6d7a45dSGunnar Mills }, 1101*c6d7a45dSGunnar Mills "VirtualMediaConfig": { 1102*c6d7a45dSGunnar Mills "$ref": "#/definitions/VirtualMediaConfig", 1103*c6d7a45dSGunnar Mills "description": "The information about the virtual media service of this system.", 1104*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the information about the virtual media service of this system.", 1105*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 1106*c6d7a45dSGunnar Mills } 1107*c6d7a45dSGunnar Mills }, 1108*c6d7a45dSGunnar Mills "required": [ 1109*c6d7a45dSGunnar Mills "@odata.id", 1110*c6d7a45dSGunnar Mills "@odata.type", 1111*c6d7a45dSGunnar Mills "Id", 1112*c6d7a45dSGunnar Mills "Name" 1113*c6d7a45dSGunnar Mills ], 1114*c6d7a45dSGunnar Mills "type": "object" 1115*c6d7a45dSGunnar Mills }, 1116*c6d7a45dSGunnar Mills "Decommission": { 1117*c6d7a45dSGunnar Mills "additionalProperties": false, 1118*c6d7a45dSGunnar Mills "description": "This action decommissions a system.", 1119*c6d7a45dSGunnar Mills "longDescription": "This action shall remove all specified data from a system in preparation to decommission the system.", 1120*c6d7a45dSGunnar Mills "parameters": { 1121*c6d7a45dSGunnar Mills "ComputerSystemETag": { 1122*c6d7a45dSGunnar Mills "description": "The current ETag of the system.", 1123*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the current ETag of the system. If the client-provided ETag does not match the current ETag of the system, the service shall return the HTTP `428 Precondition Required` status code to reject the request.", 1124*c6d7a45dSGunnar Mills "type": "string" 1125*c6d7a45dSGunnar Mills }, 1126*c6d7a45dSGunnar Mills "DecommissionTypes": { 1127*c6d7a45dSGunnar Mills "description": "The types of data to remove from the system.", 1128*c6d7a45dSGunnar Mills "items": { 1129*c6d7a45dSGunnar Mills "$ref": "#/definitions/DecommissionType" 1130*c6d7a45dSGunnar Mills }, 1131*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain a list of the types of data to remove from the system.", 1132*c6d7a45dSGunnar Mills "requiredParameter": true, 1133*c6d7a45dSGunnar Mills "type": "array" 1134*c6d7a45dSGunnar Mills }, 1135*c6d7a45dSGunnar Mills "OEMDecommissionTypes": { 1136*c6d7a45dSGunnar Mills "description": "The OEM-specific types of data to remove from the system.", 1137*c6d7a45dSGunnar Mills "items": { 1138*c6d7a45dSGunnar Mills "type": "string" 1139*c6d7a45dSGunnar Mills }, 1140*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain any OEM-specific types of data to remove from the system.", 1141*c6d7a45dSGunnar Mills "type": "array" 1142*c6d7a45dSGunnar Mills }, 1143*c6d7a45dSGunnar Mills "RequireSecureErase": { 1144*c6d7a45dSGunnar Mills "description": "Ensure secure erasure of all devices and fail the request if not possible.", 1145*c6d7a45dSGunnar Mills "longDescription": "This parameter shall indicate if a secure erase is required. If the parameter contains `true` and a secure erase to the level of NIST 800-88 Clear or Purge for all specified components cannot be performed the service shall return the HTTP `501 Not Implemented` status code. This failure may occur after the process has already started. If not provided by the client, the value shall be assumed to be `false`.", 1146*c6d7a45dSGunnar Mills "type": "boolean" 1147*c6d7a45dSGunnar Mills } 1148*c6d7a45dSGunnar Mills }, 1149*c6d7a45dSGunnar Mills "patternProperties": { 1150*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1151*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1152*c6d7a45dSGunnar Mills "type": [ 1153*c6d7a45dSGunnar Mills "array", 1154*c6d7a45dSGunnar Mills "boolean", 1155*c6d7a45dSGunnar Mills "integer", 1156*c6d7a45dSGunnar Mills "number", 1157*c6d7a45dSGunnar Mills "null", 1158*c6d7a45dSGunnar Mills "object", 1159*c6d7a45dSGunnar Mills "string" 1160*c6d7a45dSGunnar Mills ] 1161*c6d7a45dSGunnar Mills } 1162*c6d7a45dSGunnar Mills }, 1163*c6d7a45dSGunnar Mills "properties": { 1164*c6d7a45dSGunnar Mills "target": { 1165*c6d7a45dSGunnar Mills "description": "Link to invoke action", 1166*c6d7a45dSGunnar Mills "format": "uri-reference", 1167*c6d7a45dSGunnar Mills "type": "string" 1168*c6d7a45dSGunnar Mills }, 1169*c6d7a45dSGunnar Mills "title": { 1170*c6d7a45dSGunnar Mills "description": "Friendly action name", 1171*c6d7a45dSGunnar Mills "type": "string" 1172*c6d7a45dSGunnar Mills } 1173*c6d7a45dSGunnar Mills }, 1174*c6d7a45dSGunnar Mills "type": "object", 1175*c6d7a45dSGunnar Mills "versionAdded": "v1_21_0" 1176*c6d7a45dSGunnar Mills }, 1177*c6d7a45dSGunnar Mills "DecommissionType": { 1178*c6d7a45dSGunnar Mills "enum": [ 1179*c6d7a45dSGunnar Mills "All", 1180*c6d7a45dSGunnar Mills "UserData", 1181*c6d7a45dSGunnar Mills "ManagerConfig", 1182*c6d7a45dSGunnar Mills "BIOSConfig", 1183*c6d7a45dSGunnar Mills "NetworkConfig", 1184*c6d7a45dSGunnar Mills "StorageConfig", 1185*c6d7a45dSGunnar Mills "Logs", 1186*c6d7a45dSGunnar Mills "TPM" 1187*c6d7a45dSGunnar Mills ], 1188*c6d7a45dSGunnar Mills "enumDescriptions": { 1189*c6d7a45dSGunnar Mills "All": "Remove all possible data from the server.", 1190*c6d7a45dSGunnar Mills "BIOSConfig": "Reset all BIOS settings to factory defaults.", 1191*c6d7a45dSGunnar Mills "Logs": "Clear all logs.", 1192*c6d7a45dSGunnar Mills "ManagerConfig": "Reset all manager settings to factory defaults.", 1193*c6d7a45dSGunnar Mills "NetworkConfig": "Reset all network settings to factory defaults.", 1194*c6d7a45dSGunnar Mills "StorageConfig": "Reset all storage controller settings to factory defaults. This will leave the user data intact unless that is also specified.", 1195*c6d7a45dSGunnar Mills "TPM": "Reset all user-accessible TPM settings to factory defaults.", 1196*c6d7a45dSGunnar Mills "UserData": "Remove all possible data from block devices and other user or operating system accessible storage attached to the system." 1197*c6d7a45dSGunnar Mills }, 1198*c6d7a45dSGunnar Mills "enumLongDescriptions": { 1199*c6d7a45dSGunnar Mills "All": "This value shall indicate the service removes all the data that it can from the system. This shall include all possible OEM data as well.", 1200*c6d7a45dSGunnar Mills "BIOSConfig": "This value shall indicate the service resets all BIOS settings to factory defaults. This shall be equivalent to performing the `ResetBios` action on each `Bios` resource.", 1201*c6d7a45dSGunnar Mills "Logs": "This value shall indicate the service clears all logs. This shall be equivalent to performing the `ClearLog` action on each `LogService` resource.", 1202*c6d7a45dSGunnar Mills "ManagerConfig": "This value shall indicate the service resets all associated managers to factory defaults. This shall be equivalent to performing the `ResetToDefaults` action on each `Manager` resource with the `ResetType` parameter of `ResetAll`.", 1203*c6d7a45dSGunnar Mills "NetworkConfig": "This value shall indicate the service resets all network settings on all network devices to factory defaults.", 1204*c6d7a45dSGunnar Mills "StorageConfig": "This value shall indicate the service resets all storage controller settings to factory defaults. This shall be equivalent to performing the `ResetToDefaults` action on each `Storage` resource with the `ResetType` parameter of `PreserveVolumes`.", 1205*c6d7a45dSGunnar Mills "TPM": "This value shall indicate the service resets all user-accessible TPM device settings to factory defaults. All sensitive data stored within the applicable TPMs shall be erased.", 1206*c6d7a45dSGunnar Mills "UserData": "This value shall indicate the service removes all the data from block devices or other operating system accessible storage. If the `RequireSecureErase` parameter contains `true`, this shall be equivalent to performing the SecureErase action on each drive." 1207*c6d7a45dSGunnar Mills }, 1208*c6d7a45dSGunnar Mills "enumVersionAdded": { 1209*c6d7a45dSGunnar Mills "TPM": "v1_24_0" 1210*c6d7a45dSGunnar Mills }, 1211*c6d7a45dSGunnar Mills "type": "string" 1212*c6d7a45dSGunnar Mills }, 1213*c6d7a45dSGunnar Mills "GraphicalConnectTypesSupported": { 1214*c6d7a45dSGunnar Mills "enum": [ 1215*c6d7a45dSGunnar Mills "KVMIP", 1216*c6d7a45dSGunnar Mills "OEM" 1217*c6d7a45dSGunnar Mills ], 1218*c6d7a45dSGunnar Mills "enumDescriptions": { 1219*c6d7a45dSGunnar Mills "KVMIP": "The controller supports a graphical console connection through a KVM-IP (redirection of Keyboard, Video, Mouse over IP) protocol.", 1220*c6d7a45dSGunnar Mills "OEM": "The controller supports a graphical console connection through an OEM-specific protocol." 1221*c6d7a45dSGunnar Mills }, 1222*c6d7a45dSGunnar Mills "type": "string" 1223*c6d7a45dSGunnar Mills }, 1224*c6d7a45dSGunnar Mills "HostGraphicalConsole": { 1225*c6d7a45dSGunnar Mills "additionalProperties": false, 1226*c6d7a45dSGunnar Mills "description": "The information about a graphical console service for this system.", 1227*c6d7a45dSGunnar Mills "longDescription": "This type shall describe a graphical console service for a computer system.", 1228*c6d7a45dSGunnar Mills "patternProperties": { 1229*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1230*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1231*c6d7a45dSGunnar Mills "type": [ 1232*c6d7a45dSGunnar Mills "array", 1233*c6d7a45dSGunnar Mills "boolean", 1234*c6d7a45dSGunnar Mills "integer", 1235*c6d7a45dSGunnar Mills "number", 1236*c6d7a45dSGunnar Mills "null", 1237*c6d7a45dSGunnar Mills "object", 1238*c6d7a45dSGunnar Mills "string" 1239*c6d7a45dSGunnar Mills ] 1240*c6d7a45dSGunnar Mills } 1241*c6d7a45dSGunnar Mills }, 1242*c6d7a45dSGunnar Mills "properties": { 1243*c6d7a45dSGunnar Mills "ConnectTypesSupported": { 1244*c6d7a45dSGunnar Mills "description": "This property enumerates the graphical console connection types that the implementation allows.", 1245*c6d7a45dSGunnar Mills "items": { 1246*c6d7a45dSGunnar Mills "$ref": "#/definitions/GraphicalConnectTypesSupported" 1247*c6d7a45dSGunnar Mills }, 1248*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of the enumerations. `KVMIP` shall be included if a vendor-defined KVM-IP protocol is supported.", 1249*c6d7a45dSGunnar Mills "readonly": true, 1250*c6d7a45dSGunnar Mills "type": "array", 1251*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 1252*c6d7a45dSGunnar Mills }, 1253*c6d7a45dSGunnar Mills "MaxConcurrentSessions": { 1254*c6d7a45dSGunnar Mills "description": "The maximum number of service sessions, regardless of protocol, that this system can support.", 1255*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the maximum number of concurrent service sessions that this implementation supports.", 1256*c6d7a45dSGunnar Mills "minimum": 0, 1257*c6d7a45dSGunnar Mills "readonly": true, 1258*c6d7a45dSGunnar Mills "type": "integer", 1259*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 1260*c6d7a45dSGunnar Mills }, 1261*c6d7a45dSGunnar Mills "Port": { 1262*c6d7a45dSGunnar Mills "description": "The protocol port.", 1263*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the port assigned to the service.", 1264*c6d7a45dSGunnar Mills "minimum": 0, 1265*c6d7a45dSGunnar Mills "readonly": false, 1266*c6d7a45dSGunnar Mills "type": [ 1267*c6d7a45dSGunnar Mills "integer", 1268*c6d7a45dSGunnar Mills "null" 1269*c6d7a45dSGunnar Mills ], 1270*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 1271*c6d7a45dSGunnar Mills }, 1272*c6d7a45dSGunnar Mills "ServiceEnabled": { 1273*c6d7a45dSGunnar Mills "description": "An indication of whether the service is enabled for this system.", 1274*c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether the protocol for the service is enabled.", 1275*c6d7a45dSGunnar Mills "readonly": false, 1276*c6d7a45dSGunnar Mills "type": "boolean", 1277*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 1278*c6d7a45dSGunnar Mills } 1279*c6d7a45dSGunnar Mills }, 1280*c6d7a45dSGunnar Mills "type": "object" 1281*c6d7a45dSGunnar Mills }, 1282*c6d7a45dSGunnar Mills "HostSerialConsole": { 1283*c6d7a45dSGunnar Mills "additionalProperties": false, 1284*c6d7a45dSGunnar Mills "description": "The information about the serial console services that this system provides.", 1285*c6d7a45dSGunnar Mills "longDescription": "This type shall describe the serial console services for a computer system.", 1286*c6d7a45dSGunnar Mills "patternProperties": { 1287*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1288*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1289*c6d7a45dSGunnar Mills "type": [ 1290*c6d7a45dSGunnar Mills "array", 1291*c6d7a45dSGunnar Mills "boolean", 1292*c6d7a45dSGunnar Mills "integer", 1293*c6d7a45dSGunnar Mills "number", 1294*c6d7a45dSGunnar Mills "null", 1295*c6d7a45dSGunnar Mills "object", 1296*c6d7a45dSGunnar Mills "string" 1297*c6d7a45dSGunnar Mills ] 1298*c6d7a45dSGunnar Mills } 1299*c6d7a45dSGunnar Mills }, 1300*c6d7a45dSGunnar Mills "properties": { 1301*c6d7a45dSGunnar Mills "IPMI": { 1302*c6d7a45dSGunnar Mills "$ref": "#/definitions/SerialConsoleProtocol", 1303*c6d7a45dSGunnar Mills "description": "The connection details for an IPMI Serial-over-LAN service.", 1304*c6d7a45dSGunnar Mills "longDescription": "This property shall contain connection details for a serial console service that uses the IPMI Serial-over-LAN (SOL) protocol.", 1305*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 1306*c6d7a45dSGunnar Mills }, 1307*c6d7a45dSGunnar Mills "MaxConcurrentSessions": { 1308*c6d7a45dSGunnar Mills "description": "The maximum number of service sessions, regardless of protocol, that this system can support.", 1309*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the maximum number of concurrent service sessions that this implementation supports.", 1310*c6d7a45dSGunnar Mills "minimum": 0, 1311*c6d7a45dSGunnar Mills "readonly": true, 1312*c6d7a45dSGunnar Mills "type": "integer", 1313*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 1314*c6d7a45dSGunnar Mills }, 1315*c6d7a45dSGunnar Mills "SSH": { 1316*c6d7a45dSGunnar Mills "$ref": "#/definitions/SerialConsoleProtocol", 1317*c6d7a45dSGunnar Mills "description": "The connection details for an SSH serial console service.", 1318*c6d7a45dSGunnar Mills "longDescription": "This property shall contain connection details for a serial console service that uses the Secure Shell (SSH) protocol.", 1319*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 1320*c6d7a45dSGunnar Mills }, 1321*c6d7a45dSGunnar Mills "Telnet": { 1322*c6d7a45dSGunnar Mills "$ref": "#/definitions/SerialConsoleProtocol", 1323*c6d7a45dSGunnar Mills "description": "The connection details for a Telnet serial console service.", 1324*c6d7a45dSGunnar Mills "longDescription": "This property shall contain connection details for a serial console service that uses the Telnet protocol.", 1325*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 1326*c6d7a45dSGunnar Mills } 1327*c6d7a45dSGunnar Mills }, 1328*c6d7a45dSGunnar Mills "type": "object" 1329*c6d7a45dSGunnar Mills }, 1330*c6d7a45dSGunnar Mills "HostedServices": { 1331*c6d7a45dSGunnar Mills "additionalProperties": false, 1332*c6d7a45dSGunnar Mills "description": "The services that might be running or installed on the system.", 1333*c6d7a45dSGunnar Mills "longDescription": "This type shall describe services that a computer system supports.", 1334*c6d7a45dSGunnar Mills "patternProperties": { 1335*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1336*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1337*c6d7a45dSGunnar Mills "type": [ 1338*c6d7a45dSGunnar Mills "array", 1339*c6d7a45dSGunnar Mills "boolean", 1340*c6d7a45dSGunnar Mills "integer", 1341*c6d7a45dSGunnar Mills "number", 1342*c6d7a45dSGunnar Mills "null", 1343*c6d7a45dSGunnar Mills "object", 1344*c6d7a45dSGunnar Mills "string" 1345*c6d7a45dSGunnar Mills ] 1346*c6d7a45dSGunnar Mills } 1347*c6d7a45dSGunnar Mills }, 1348*c6d7a45dSGunnar Mills "properties": { 1349*c6d7a45dSGunnar Mills "Oem": { 1350*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 1351*c6d7a45dSGunnar Mills "description": "The OEM extension property.", 1352*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements.", 1353*c6d7a45dSGunnar Mills "versionAdded": "v1_2_0" 1354*c6d7a45dSGunnar Mills }, 1355*c6d7a45dSGunnar Mills "StorageServices": { 1356*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/HostedStorageServices.json#/definitions/HostedStorageServices", 1357*c6d7a45dSGunnar Mills "description": "The link to a collection of storage services that this computer system supports.", 1358*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `HostedStorageServices`.", 1359*c6d7a45dSGunnar Mills "readonly": true, 1360*c6d7a45dSGunnar Mills "versionAdded": "v1_2_0" 1361*c6d7a45dSGunnar Mills } 1362*c6d7a45dSGunnar Mills }, 1363*c6d7a45dSGunnar Mills "type": "object" 1364*c6d7a45dSGunnar Mills }, 1365*c6d7a45dSGunnar Mills "HostingRole": { 1366*c6d7a45dSGunnar Mills "description": "The enumerations of `HostingRole` specify different features that the hosting computer system supports.", 1367*c6d7a45dSGunnar Mills "enum": [ 1368*c6d7a45dSGunnar Mills "ApplicationServer", 1369*c6d7a45dSGunnar Mills "StorageServer", 1370*c6d7a45dSGunnar Mills "Switch", 1371*c6d7a45dSGunnar Mills "Appliance", 1372*c6d7a45dSGunnar Mills "BareMetalServer", 1373*c6d7a45dSGunnar Mills "VirtualMachineServer", 1374*c6d7a45dSGunnar Mills "ContainerServer" 1375*c6d7a45dSGunnar Mills ], 1376*c6d7a45dSGunnar Mills "enumDescriptions": { 1377*c6d7a45dSGunnar Mills "Appliance": "The system hosts functionality that supports the system acting as an appliance.", 1378*c6d7a45dSGunnar Mills "ApplicationServer": "The system hosts functionality that supports general purpose applications.", 1379*c6d7a45dSGunnar Mills "BareMetalServer": "The system hosts functionality that supports the system acting as a bare-metal server.", 1380*c6d7a45dSGunnar Mills "ContainerServer": "The system hosts functionality that supports the system acting as a container server.", 1381*c6d7a45dSGunnar Mills "StorageServer": "The system hosts functionality that supports the system acting as a storage server.", 1382*c6d7a45dSGunnar Mills "Switch": "The system hosts functionality that supports the system acting as a switch.", 1383*c6d7a45dSGunnar Mills "VirtualMachineServer": "The system hosts functionality that supports the system acting as a virtual machine server." 1384*c6d7a45dSGunnar Mills }, 1385*c6d7a45dSGunnar Mills "enumVersionAdded": { 1386*c6d7a45dSGunnar Mills "Appliance": "v1_10_0", 1387*c6d7a45dSGunnar Mills "BareMetalServer": "v1_10_0", 1388*c6d7a45dSGunnar Mills "ContainerServer": "v1_10_0", 1389*c6d7a45dSGunnar Mills "VirtualMachineServer": "v1_10_0" 1390*c6d7a45dSGunnar Mills }, 1391*c6d7a45dSGunnar Mills "type": "string" 1392*c6d7a45dSGunnar Mills }, 1393*c6d7a45dSGunnar Mills "IPMIHostInterface": { 1394*c6d7a45dSGunnar Mills "additionalProperties": false, 1395*c6d7a45dSGunnar Mills "description": "The information about the in-band IPMI service for this system.", 1396*c6d7a45dSGunnar Mills "longDescription": "This type shall describe the in-band IPMI service for a computer system.", 1397*c6d7a45dSGunnar Mills "patternProperties": { 1398*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1399*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1400*c6d7a45dSGunnar Mills "type": [ 1401*c6d7a45dSGunnar Mills "array", 1402*c6d7a45dSGunnar Mills "boolean", 1403*c6d7a45dSGunnar Mills "integer", 1404*c6d7a45dSGunnar Mills "number", 1405*c6d7a45dSGunnar Mills "null", 1406*c6d7a45dSGunnar Mills "object", 1407*c6d7a45dSGunnar Mills "string" 1408*c6d7a45dSGunnar Mills ] 1409*c6d7a45dSGunnar Mills } 1410*c6d7a45dSGunnar Mills }, 1411*c6d7a45dSGunnar Mills "properties": { 1412*c6d7a45dSGunnar Mills "ServiceEnabled": { 1413*c6d7a45dSGunnar Mills "description": "An indication of whether the service is enabled for this system.", 1414*c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether the protocol for the service is enabled.", 1415*c6d7a45dSGunnar Mills "readonly": false, 1416*c6d7a45dSGunnar Mills "type": "boolean", 1417*c6d7a45dSGunnar Mills "versionAdded": "v1_25_0" 1418*c6d7a45dSGunnar Mills } 1419*c6d7a45dSGunnar Mills }, 1420*c6d7a45dSGunnar Mills "type": "object" 1421*c6d7a45dSGunnar Mills }, 1422*c6d7a45dSGunnar Mills "IdlePowerSaver": { 1423*c6d7a45dSGunnar Mills "additionalProperties": false, 1424*c6d7a45dSGunnar Mills "description": "The idle power saver settings of a computer system.", 1425*c6d7a45dSGunnar Mills "longDescription": "This object shall contain the idle power saver settings of a computer system.", 1426*c6d7a45dSGunnar Mills "patternProperties": { 1427*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1428*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1429*c6d7a45dSGunnar Mills "type": [ 1430*c6d7a45dSGunnar Mills "array", 1431*c6d7a45dSGunnar Mills "boolean", 1432*c6d7a45dSGunnar Mills "integer", 1433*c6d7a45dSGunnar Mills "number", 1434*c6d7a45dSGunnar Mills "null", 1435*c6d7a45dSGunnar Mills "object", 1436*c6d7a45dSGunnar Mills "string" 1437*c6d7a45dSGunnar Mills ] 1438*c6d7a45dSGunnar Mills } 1439*c6d7a45dSGunnar Mills }, 1440*c6d7a45dSGunnar Mills "properties": { 1441*c6d7a45dSGunnar Mills "Enabled": { 1442*c6d7a45dSGunnar Mills "description": "An indication of whether idle power saver is enabled.", 1443*c6d7a45dSGunnar Mills "longDescription": "The value of this property shall indicate if idle power saver is enabled.", 1444*c6d7a45dSGunnar Mills "readonly": false, 1445*c6d7a45dSGunnar Mills "type": "boolean", 1446*c6d7a45dSGunnar Mills "versionAdded": "v1_16_0" 1447*c6d7a45dSGunnar Mills }, 1448*c6d7a45dSGunnar Mills "EnterDwellTimeSeconds": { 1449*c6d7a45dSGunnar Mills "description": "The duration in seconds the computer system is below the `EnterUtilizationPercent` value before the idle power save is activated.", 1450*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the duration in seconds the computer system is below the `EnterUtilizationPercent` value before the idle power save is activated.", 1451*c6d7a45dSGunnar Mills "minimum": 0, 1452*c6d7a45dSGunnar Mills "readonly": false, 1453*c6d7a45dSGunnar Mills "type": [ 1454*c6d7a45dSGunnar Mills "integer", 1455*c6d7a45dSGunnar Mills "null" 1456*c6d7a45dSGunnar Mills ], 1457*c6d7a45dSGunnar Mills "units": "s", 1458*c6d7a45dSGunnar Mills "versionAdded": "v1_16_0" 1459*c6d7a45dSGunnar Mills }, 1460*c6d7a45dSGunnar Mills "EnterUtilizationPercent": { 1461*c6d7a45dSGunnar Mills "description": "The percentage of utilization when the computer system enters idle power save. If the computer system's utilization goes below this value, it enters idle power save.", 1462*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the percentage of utilization, typically `0` to `100`, when the computer system enters idle power save. If the computer system's utilization goes below this value for the duration specified by `EnterDwellTimeSeconds`, it shall enter idle power save.", 1463*c6d7a45dSGunnar Mills "minimum": 0, 1464*c6d7a45dSGunnar Mills "readonly": false, 1465*c6d7a45dSGunnar Mills "type": [ 1466*c6d7a45dSGunnar Mills "number", 1467*c6d7a45dSGunnar Mills "null" 1468*c6d7a45dSGunnar Mills ], 1469*c6d7a45dSGunnar Mills "units": "%", 1470*c6d7a45dSGunnar Mills "versionAdded": "v1_16_0" 1471*c6d7a45dSGunnar Mills }, 1472*c6d7a45dSGunnar Mills "ExitDwellTimeSeconds": { 1473*c6d7a45dSGunnar Mills "description": "The duration in seconds the computer system is above the `ExitUtilizationPercent` value before the idle power save is stopped.", 1474*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the duration in seconds the computer system is above the `ExitUtilizationPercent` value before the idle power save is stopped.", 1475*c6d7a45dSGunnar Mills "minimum": 0, 1476*c6d7a45dSGunnar Mills "readonly": false, 1477*c6d7a45dSGunnar Mills "type": [ 1478*c6d7a45dSGunnar Mills "integer", 1479*c6d7a45dSGunnar Mills "null" 1480*c6d7a45dSGunnar Mills ], 1481*c6d7a45dSGunnar Mills "units": "s", 1482*c6d7a45dSGunnar Mills "versionAdded": "v1_16_0" 1483*c6d7a45dSGunnar Mills }, 1484*c6d7a45dSGunnar Mills "ExitUtilizationPercent": { 1485*c6d7a45dSGunnar Mills "description": "The percentage of utilization when the computer system exits idle power save. If the computer system's utilization goes above this value, it exits idle power save.", 1486*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the percentage of utilization, typically `0` to `100`, when the computer system exits idle power save. If the computer system's utilization goes above this value for the duration specified by `ExitDwellTimeSeconds`, it shall exit idle power save.", 1487*c6d7a45dSGunnar Mills "minimum": 0, 1488*c6d7a45dSGunnar Mills "readonly": false, 1489*c6d7a45dSGunnar Mills "type": [ 1490*c6d7a45dSGunnar Mills "number", 1491*c6d7a45dSGunnar Mills "null" 1492*c6d7a45dSGunnar Mills ], 1493*c6d7a45dSGunnar Mills "units": "%", 1494*c6d7a45dSGunnar Mills "versionAdded": "v1_16_0" 1495*c6d7a45dSGunnar Mills } 1496*c6d7a45dSGunnar Mills }, 1497*c6d7a45dSGunnar Mills "type": "object" 1498*c6d7a45dSGunnar Mills }, 1499*c6d7a45dSGunnar Mills "IndicatorLED": { 1500*c6d7a45dSGunnar Mills "enum": [ 1501*c6d7a45dSGunnar Mills "Unknown", 1502*c6d7a45dSGunnar Mills "Lit", 1503*c6d7a45dSGunnar Mills "Blinking", 1504*c6d7a45dSGunnar Mills "Off" 1505*c6d7a45dSGunnar Mills ], 1506*c6d7a45dSGunnar Mills "enumDeprecated": { 1507*c6d7a45dSGunnar Mills "Unknown": "This value has been deprecated in favor of returning `null` if the state is unknown." 1508*c6d7a45dSGunnar Mills }, 1509*c6d7a45dSGunnar Mills "enumDescriptions": { 1510*c6d7a45dSGunnar Mills "Blinking": "The indicator LED is blinking.", 1511*c6d7a45dSGunnar Mills "Lit": "The indicator LED is lit.", 1512*c6d7a45dSGunnar Mills "Off": "The indicator LED is off.", 1513*c6d7a45dSGunnar Mills "Unknown": "The state of the indicator LED cannot be determined." 1514*c6d7a45dSGunnar Mills }, 1515*c6d7a45dSGunnar Mills "enumLongDescriptions": { 1516*c6d7a45dSGunnar Mills "Blinking": "This value shall represent that the indicator LED is in a blinking state where the LED is being turned on and off in repetition. If the service does not support this value, it shall reject `PATCH` or `PUT` requests containing this value by returning the HTTP `400 Bad Request` status code.", 1517*c6d7a45dSGunnar Mills "Lit": "This value shall represent that the indicator LED is in a solid on state. If the service does not support this value, it shall reject `PATCH` or `PUT` requests containing this value by returning the HTTP `400 Bad Request` status code.", 1518*c6d7a45dSGunnar Mills "Off": "This value shall represent that the indicator LED is in a solid off state. If the service does not support this value, it shall reject `PATCH` or `PUT` requests containing this value by returning the HTTP `400 Bad Request` status code.", 1519*c6d7a45dSGunnar Mills "Unknown": "This value shall represent that the indicator LED is in an unknown state. The service shall reject `PATCH` or `PUT` requests containing this value by returning the HTTP `400 Bad Request` status code." 1520*c6d7a45dSGunnar Mills }, 1521*c6d7a45dSGunnar Mills "enumVersionDeprecated": { 1522*c6d7a45dSGunnar Mills "Unknown": "v1_1_0" 1523*c6d7a45dSGunnar Mills }, 1524*c6d7a45dSGunnar Mills "type": "string" 1525*c6d7a45dSGunnar Mills }, 1526*c6d7a45dSGunnar Mills "InterfaceType": { 1527*c6d7a45dSGunnar Mills "enum": [ 1528*c6d7a45dSGunnar Mills "TPM1_2", 1529*c6d7a45dSGunnar Mills "TPM2_0", 1530*c6d7a45dSGunnar Mills "TCM1_0" 1531*c6d7a45dSGunnar Mills ], 1532*c6d7a45dSGunnar Mills "enumDescriptions": { 1533*c6d7a45dSGunnar Mills "TCM1_0": "Trusted Cryptography Module (TCM) 1.0.", 1534*c6d7a45dSGunnar Mills "TPM1_2": "Trusted Platform Module (TPM) 1.2.", 1535*c6d7a45dSGunnar Mills "TPM2_0": "Trusted Platform Module (TPM) 2.0." 1536*c6d7a45dSGunnar Mills }, 1537*c6d7a45dSGunnar Mills "type": "string" 1538*c6d7a45dSGunnar Mills }, 1539*c6d7a45dSGunnar Mills "InterfaceTypeSelection": { 1540*c6d7a45dSGunnar Mills "description": "The enumerations of `InterfaceTypeSelection` specify the method for switching the TrustedModule InterfaceType, for instance between TPM1_2 and TPM2_0, if supported.", 1541*c6d7a45dSGunnar Mills "enum": [ 1542*c6d7a45dSGunnar Mills "None", 1543*c6d7a45dSGunnar Mills "FirmwareUpdate", 1544*c6d7a45dSGunnar Mills "BiosSetting", 1545*c6d7a45dSGunnar Mills "OemMethod" 1546*c6d7a45dSGunnar Mills ], 1547*c6d7a45dSGunnar Mills "enumDescriptions": { 1548*c6d7a45dSGunnar Mills "BiosSetting": "The TrustedModule supports switching InterfaceType through platform software, such as a BIOS configuration attribute.", 1549*c6d7a45dSGunnar Mills "FirmwareUpdate": "The TrustedModule supports switching InterfaceType through a firmware update.", 1550*c6d7a45dSGunnar Mills "None": "The TrustedModule does not support switching the InterfaceType.", 1551*c6d7a45dSGunnar Mills "OemMethod": "The TrustedModule supports switching InterfaceType through an OEM proprietary mechanism." 1552*c6d7a45dSGunnar Mills }, 1553*c6d7a45dSGunnar Mills "type": "string" 1554*c6d7a45dSGunnar Mills }, 1555*c6d7a45dSGunnar Mills "KMIPCachePolicy": { 1556*c6d7a45dSGunnar Mills "enum": [ 1557*c6d7a45dSGunnar Mills "None", 1558*c6d7a45dSGunnar Mills "AfterFirstUse" 1559*c6d7a45dSGunnar Mills ], 1560*c6d7a45dSGunnar Mills "enumDescriptions": { 1561*c6d7a45dSGunnar Mills "AfterFirstUse": "The system caches KMIP data after first use for the duration specified by the `CacheDuration` property.", 1562*c6d7a45dSGunnar Mills "None": "The system does not cache KMIP data." 1563*c6d7a45dSGunnar Mills }, 1564*c6d7a45dSGunnar Mills "type": "string" 1565*c6d7a45dSGunnar Mills }, 1566*c6d7a45dSGunnar Mills "KMIPServer": { 1567*c6d7a45dSGunnar Mills "additionalProperties": false, 1568*c6d7a45dSGunnar Mills "description": "The KMIP server settings for a computer system.", 1569*c6d7a45dSGunnar Mills "longDescription": "This object shall contain the KMIP server settings for a computer system.", 1570*c6d7a45dSGunnar Mills "patternProperties": { 1571*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1572*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1573*c6d7a45dSGunnar Mills "type": [ 1574*c6d7a45dSGunnar Mills "array", 1575*c6d7a45dSGunnar Mills "boolean", 1576*c6d7a45dSGunnar Mills "integer", 1577*c6d7a45dSGunnar Mills "number", 1578*c6d7a45dSGunnar Mills "null", 1579*c6d7a45dSGunnar Mills "object", 1580*c6d7a45dSGunnar Mills "string" 1581*c6d7a45dSGunnar Mills ] 1582*c6d7a45dSGunnar Mills } 1583*c6d7a45dSGunnar Mills }, 1584*c6d7a45dSGunnar Mills "properties": { 1585*c6d7a45dSGunnar Mills "Address": { 1586*c6d7a45dSGunnar Mills "description": "The KMIP server address.", 1587*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the KMIP server address.", 1588*c6d7a45dSGunnar Mills "readonly": false, 1589*c6d7a45dSGunnar Mills "type": [ 1590*c6d7a45dSGunnar Mills "string", 1591*c6d7a45dSGunnar Mills "null" 1592*c6d7a45dSGunnar Mills ], 1593*c6d7a45dSGunnar Mills "versionAdded": "v1_16_0" 1594*c6d7a45dSGunnar Mills }, 1595*c6d7a45dSGunnar Mills "CacheDuration": { 1596*c6d7a45dSGunnar Mills "description": "The duration the system caches KMIP data.", 1597*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the duration that the system caches KMIP data.", 1598*c6d7a45dSGunnar Mills "pattern": "^P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?$", 1599*c6d7a45dSGunnar Mills "readonly": false, 1600*c6d7a45dSGunnar Mills "type": [ 1601*c6d7a45dSGunnar Mills "string", 1602*c6d7a45dSGunnar Mills "null" 1603*c6d7a45dSGunnar Mills ], 1604*c6d7a45dSGunnar Mills "versionAdded": "v1_20_0" 1605*c6d7a45dSGunnar Mills }, 1606*c6d7a45dSGunnar Mills "CachePolicy": { 1607*c6d7a45dSGunnar Mills "anyOf": [ 1608*c6d7a45dSGunnar Mills { 1609*c6d7a45dSGunnar Mills "$ref": "#/definitions/KMIPCachePolicy" 1610*c6d7a45dSGunnar Mills }, 1611*c6d7a45dSGunnar Mills { 1612*c6d7a45dSGunnar Mills "type": "null" 1613*c6d7a45dSGunnar Mills } 1614*c6d7a45dSGunnar Mills ], 1615*c6d7a45dSGunnar Mills "description": "The cache policy to control how KMIP data is cached.", 1616*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the cache policy to control how KMIP data is cached.", 1617*c6d7a45dSGunnar Mills "readonly": false, 1618*c6d7a45dSGunnar Mills "versionAdded": "v1_20_0" 1619*c6d7a45dSGunnar Mills }, 1620*c6d7a45dSGunnar Mills "Password": { 1621*c6d7a45dSGunnar Mills "description": "The password to access the KMIP server. The value is `null` in responses.", 1622*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the password to access the KMIP server. The value shall be `null` in responses.", 1623*c6d7a45dSGunnar Mills "readonly": false, 1624*c6d7a45dSGunnar Mills "type": [ 1625*c6d7a45dSGunnar Mills "string", 1626*c6d7a45dSGunnar Mills "null" 1627*c6d7a45dSGunnar Mills ], 1628*c6d7a45dSGunnar Mills "versionAdded": "v1_16_0", 1629*c6d7a45dSGunnar Mills "writeOnly": true 1630*c6d7a45dSGunnar Mills }, 1631*c6d7a45dSGunnar Mills "Port": { 1632*c6d7a45dSGunnar Mills "description": "The KMIP server port.", 1633*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the KMIP server port.", 1634*c6d7a45dSGunnar Mills "readonly": false, 1635*c6d7a45dSGunnar Mills "type": [ 1636*c6d7a45dSGunnar Mills "integer", 1637*c6d7a45dSGunnar Mills "null" 1638*c6d7a45dSGunnar Mills ], 1639*c6d7a45dSGunnar Mills "versionAdded": "v1_16_0" 1640*c6d7a45dSGunnar Mills }, 1641*c6d7a45dSGunnar Mills "Username": { 1642*c6d7a45dSGunnar Mills "description": "The username to access the KMIP server.", 1643*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the username to access the KMIP server.", 1644*c6d7a45dSGunnar Mills "readonly": false, 1645*c6d7a45dSGunnar Mills "type": [ 1646*c6d7a45dSGunnar Mills "string", 1647*c6d7a45dSGunnar Mills "null" 1648*c6d7a45dSGunnar Mills ], 1649*c6d7a45dSGunnar Mills "versionAdded": "v1_16_0" 1650*c6d7a45dSGunnar Mills } 1651*c6d7a45dSGunnar Mills }, 1652*c6d7a45dSGunnar Mills "type": "object" 1653*c6d7a45dSGunnar Mills }, 1654*c6d7a45dSGunnar Mills "KeyManagement": { 1655*c6d7a45dSGunnar Mills "additionalProperties": false, 1656*c6d7a45dSGunnar Mills "description": "The key management settings of a computer system.", 1657*c6d7a45dSGunnar Mills "longDescription": "This object shall contain the key management settings of a computer system.", 1658*c6d7a45dSGunnar Mills "patternProperties": { 1659*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1660*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1661*c6d7a45dSGunnar Mills "type": [ 1662*c6d7a45dSGunnar Mills "array", 1663*c6d7a45dSGunnar Mills "boolean", 1664*c6d7a45dSGunnar Mills "integer", 1665*c6d7a45dSGunnar Mills "number", 1666*c6d7a45dSGunnar Mills "null", 1667*c6d7a45dSGunnar Mills "object", 1668*c6d7a45dSGunnar Mills "string" 1669*c6d7a45dSGunnar Mills ] 1670*c6d7a45dSGunnar Mills } 1671*c6d7a45dSGunnar Mills }, 1672*c6d7a45dSGunnar Mills "properties": { 1673*c6d7a45dSGunnar Mills "KMIPCertificates": { 1674*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection", 1675*c6d7a45dSGunnar Mills "description": "The link to a collection of server certificates for the servers referenced by the `KMIPServers` property.", 1676*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `CertificateCollection` that represents the server certificates for the servers referenced by the `KMIPServers` property.", 1677*c6d7a45dSGunnar Mills "readonly": true, 1678*c6d7a45dSGunnar Mills "versionAdded": "v1_16_0" 1679*c6d7a45dSGunnar Mills }, 1680*c6d7a45dSGunnar Mills "KMIPServers": { 1681*c6d7a45dSGunnar Mills "description": "The KMIP servers to which this computer system is subscribed.", 1682*c6d7a45dSGunnar Mills "items": { 1683*c6d7a45dSGunnar Mills "anyOf": [ 1684*c6d7a45dSGunnar Mills { 1685*c6d7a45dSGunnar Mills "$ref": "#/definitions/KMIPServer" 1686*c6d7a45dSGunnar Mills }, 1687*c6d7a45dSGunnar Mills { 1688*c6d7a45dSGunnar Mills "type": "null" 1689*c6d7a45dSGunnar Mills } 1690*c6d7a45dSGunnar Mills ] 1691*c6d7a45dSGunnar Mills }, 1692*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the KMIP servers to which this computer system is subscribed for key management.", 1693*c6d7a45dSGunnar Mills "type": "array", 1694*c6d7a45dSGunnar Mills "versionAdded": "v1_16_0" 1695*c6d7a45dSGunnar Mills } 1696*c6d7a45dSGunnar Mills }, 1697*c6d7a45dSGunnar Mills "type": "object" 1698*c6d7a45dSGunnar Mills }, 1699*c6d7a45dSGunnar Mills "LastResetCauses": { 1700*c6d7a45dSGunnar Mills "enum": [ 1701*c6d7a45dSGunnar Mills "PowerButtonPress", 1702*c6d7a45dSGunnar Mills "ManagementCommand", 1703*c6d7a45dSGunnar Mills "PowerRestorePolicy", 1704*c6d7a45dSGunnar Mills "RTCWakeup", 1705*c6d7a45dSGunnar Mills "WatchdogExpiration", 1706*c6d7a45dSGunnar Mills "OSSoftRestart", 1707*c6d7a45dSGunnar Mills "SystemCrash", 1708*c6d7a45dSGunnar Mills "ThermalEvent", 1709*c6d7a45dSGunnar Mills "PowerEvent", 1710*c6d7a45dSGunnar Mills "Unknown" 1711*c6d7a45dSGunnar Mills ], 1712*c6d7a45dSGunnar Mills "enumDescriptions": { 1713*c6d7a45dSGunnar Mills "ManagementCommand": "System start or restart via an external command to the management controller or BMC.", 1714*c6d7a45dSGunnar Mills "OSSoftRestart": "System start or restart via an OS soft restart.", 1715*c6d7a45dSGunnar Mills "PowerButtonPress": "System start or restart via a power button press.", 1716*c6d7a45dSGunnar Mills "PowerEvent": "System start or restart caused by a power event triggering a system shutdown.", 1717*c6d7a45dSGunnar Mills "PowerRestorePolicy": "System start or restart due to the power restore policy.", 1718*c6d7a45dSGunnar Mills "RTCWakeup": "System power-up via an RTC (system real time clock) wakeup.", 1719*c6d7a45dSGunnar Mills "SystemCrash": "System start or restart caused by a system crash.", 1720*c6d7a45dSGunnar Mills "ThermalEvent": "System start or restart caused by a thermal event triggering a system shutdown.", 1721*c6d7a45dSGunnar Mills "Unknown": "System start or restart detected, but the cause is unknown.", 1722*c6d7a45dSGunnar Mills "WatchdogExpiration": "System start or restart caused by a watchdog expiration." 1723*c6d7a45dSGunnar Mills }, 1724*c6d7a45dSGunnar Mills "enumLongDescriptions": { 1725*c6d7a45dSGunnar Mills "ManagementCommand": "This value shall indicate the system start or restart was due to an external command to the management controller or BMC. Examples include the Redfish `Reset` action for the `ComputerSystem` resource or the IPMI 'Chassis Control' command.", 1726*c6d7a45dSGunnar Mills "OSSoftRestart": "This value shall indicate the system start or restart was due to an OS soft restart. Examples include 'CTRL-ALT-DEL', 'init 6', or 'reboot'.", 1727*c6d7a45dSGunnar Mills "PowerButtonPress": "This value shall indicate the system start or restart was due to a power button press.", 1728*c6d7a45dSGunnar Mills "PowerEvent": "This value shall indicate the system start or restart was caused by a power event triggering a system shutdown.", 1729*c6d7a45dSGunnar Mills "PowerRestorePolicy": "This value shall indicate the system automatically powered-up on AC being applied due the `PowerRestorePolicy` property containing `AlwaysOn` or `LastState`.", 1730*c6d7a45dSGunnar Mills "RTCWakeup": "This value shall indicate the system powered-up via an RTC (system real time clock) wakeup.", 1731*c6d7a45dSGunnar Mills "SystemCrash": "This value shall indicate the system start or restart was caused by a system crash. Examples include an OS panic, hardware fault, or firmware fault.", 1732*c6d7a45dSGunnar Mills "ThermalEvent": "This value shall indicate the system start or restart was caused by a thermal event triggering a system shutdown.", 1733*c6d7a45dSGunnar Mills "Unknown": "This value shall indicate the system start or restart cause is unknown.", 1734*c6d7a45dSGunnar Mills "WatchdogExpiration": "This value shall indicate the system start or restart was caused by a watchdog expiration." 1735*c6d7a45dSGunnar Mills }, 1736*c6d7a45dSGunnar Mills "type": "string" 1737*c6d7a45dSGunnar Mills }, 1738*c6d7a45dSGunnar Mills "Links": { 1739*c6d7a45dSGunnar Mills "additionalProperties": false, 1740*c6d7a45dSGunnar Mills "description": "The links to other resources that are related to this resource.", 1741*c6d7a45dSGunnar Mills "longDescription": "This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.", 1742*c6d7a45dSGunnar Mills "patternProperties": { 1743*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1744*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1745*c6d7a45dSGunnar Mills "type": [ 1746*c6d7a45dSGunnar Mills "array", 1747*c6d7a45dSGunnar Mills "boolean", 1748*c6d7a45dSGunnar Mills "integer", 1749*c6d7a45dSGunnar Mills "number", 1750*c6d7a45dSGunnar Mills "null", 1751*c6d7a45dSGunnar Mills "object", 1752*c6d7a45dSGunnar Mills "string" 1753*c6d7a45dSGunnar Mills ] 1754*c6d7a45dSGunnar Mills } 1755*c6d7a45dSGunnar Mills }, 1756*c6d7a45dSGunnar Mills "properties": { 1757*c6d7a45dSGunnar Mills "Chassis": { 1758*c6d7a45dSGunnar Mills "description": "An array of links to the chassis that contains this system.", 1759*c6d7a45dSGunnar Mills "items": { 1760*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis" 1761*c6d7a45dSGunnar Mills }, 1762*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Chassis` that represent the physical containers associated with this resource.", 1763*c6d7a45dSGunnar Mills "readonly": true, 1764*c6d7a45dSGunnar Mills "type": "array" 1765*c6d7a45dSGunnar Mills }, 1766*c6d7a45dSGunnar Mills "Chassis@odata.count": { 1767*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1768*c6d7a45dSGunnar Mills }, 1769*c6d7a45dSGunnar Mills "ConsumingComputerSystems": { 1770*c6d7a45dSGunnar Mills "description": "An array of links to computer systems that are realized, in whole or in part, from this computer system.", 1771*c6d7a45dSGunnar Mills "items": { 1772*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/ComputerSystem" 1773*c6d7a45dSGunnar Mills }, 1774*c6d7a45dSGunnar Mills "longDescription": "The value shall be an array of links to computer systems that are realized, in whole or in part, from this computer system.", 1775*c6d7a45dSGunnar Mills "readonly": true, 1776*c6d7a45dSGunnar Mills "type": "array", 1777*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 1778*c6d7a45dSGunnar Mills }, 1779*c6d7a45dSGunnar Mills "ConsumingComputerSystems@odata.count": { 1780*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1781*c6d7a45dSGunnar Mills }, 1782*c6d7a45dSGunnar Mills "CooledBy": { 1783*c6d7a45dSGunnar Mills "description": "An array of links to resources or objects that cool this computer system. Normally, the link is for either a chassis or a specific set of fans.", 1784*c6d7a45dSGunnar Mills "items": { 1785*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef" 1786*c6d7a45dSGunnar Mills }, 1787*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources or objects that cool this computer system.", 1788*c6d7a45dSGunnar Mills "readonly": true, 1789*c6d7a45dSGunnar Mills "type": "array" 1790*c6d7a45dSGunnar Mills }, 1791*c6d7a45dSGunnar Mills "CooledBy@odata.count": { 1792*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1793*c6d7a45dSGunnar Mills }, 1794*c6d7a45dSGunnar Mills "Endpoints": { 1795*c6d7a45dSGunnar Mills "description": "An array of links to the endpoints that connect to this system.", 1796*c6d7a45dSGunnar Mills "items": { 1797*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Endpoint.json#/definitions/Endpoint" 1798*c6d7a45dSGunnar Mills }, 1799*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Endpoint` with which this system is associated.", 1800*c6d7a45dSGunnar Mills "readonly": true, 1801*c6d7a45dSGunnar Mills "type": "array", 1802*c6d7a45dSGunnar Mills "versionAdded": "v1_2_0" 1803*c6d7a45dSGunnar Mills }, 1804*c6d7a45dSGunnar Mills "Endpoints@odata.count": { 1805*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1806*c6d7a45dSGunnar Mills }, 1807*c6d7a45dSGunnar Mills "HostingComputerSystem": { 1808*c6d7a45dSGunnar Mills "anyOf": [ 1809*c6d7a45dSGunnar Mills { 1810*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/ComputerSystem" 1811*c6d7a45dSGunnar Mills }, 1812*c6d7a45dSGunnar Mills { 1813*c6d7a45dSGunnar Mills "type": "null" 1814*c6d7a45dSGunnar Mills } 1815*c6d7a45dSGunnar Mills ], 1816*c6d7a45dSGunnar Mills "description": "The link to the system that is hosting this virtual machine.", 1817*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `ComputerSystem` that represents the system that is hosting this virtual machine. This property shall only be present if `SystemType` contains `Virtual`.", 1818*c6d7a45dSGunnar Mills "readonly": true, 1819*c6d7a45dSGunnar Mills "versionAdded": "v1_21_0" 1820*c6d7a45dSGunnar Mills }, 1821*c6d7a45dSGunnar Mills "ManagedBy": { 1822*c6d7a45dSGunnar Mills "description": "An array of links to the managers responsible for this system.", 1823*c6d7a45dSGunnar Mills "items": { 1824*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager" 1825*c6d7a45dSGunnar Mills }, 1826*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Manager` that represent the resources with management responsibility for this resource.", 1827*c6d7a45dSGunnar Mills "readonly": true, 1828*c6d7a45dSGunnar Mills "type": "array" 1829*c6d7a45dSGunnar Mills }, 1830*c6d7a45dSGunnar Mills "ManagedBy@odata.count": { 1831*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1832*c6d7a45dSGunnar Mills }, 1833*c6d7a45dSGunnar Mills "Oem": { 1834*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 1835*c6d7a45dSGunnar Mills "description": "The OEM extension property.", 1836*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements." 1837*c6d7a45dSGunnar Mills }, 1838*c6d7a45dSGunnar Mills "OffloadedNetworkDeviceFunctions": { 1839*c6d7a45dSGunnar Mills "description": "The network device functions to which this system performs offload computation, such as with a SmartNIC.", 1840*c6d7a45dSGunnar Mills "items": { 1841*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction.json#/definitions/NetworkDeviceFunction" 1842*c6d7a45dSGunnar Mills }, 1843*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `NetworkDeviceFunction` that represent the network device functions to which this system performs offload computation, such as with a SmartNIC. This property shall not be present if the `SystemType` property does not contain `DPU`.", 1844*c6d7a45dSGunnar Mills "readonly": true, 1845*c6d7a45dSGunnar Mills "type": "array", 1846*c6d7a45dSGunnar Mills "versionAdded": "v1_17_0" 1847*c6d7a45dSGunnar Mills }, 1848*c6d7a45dSGunnar Mills "OffloadedNetworkDeviceFunctions@odata.count": { 1849*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1850*c6d7a45dSGunnar Mills }, 1851*c6d7a45dSGunnar Mills "PoweredBy": { 1852*c6d7a45dSGunnar Mills "description": "An array of links to resources or objects that power this computer system. Normally, the link is for either a chassis or a specific set of power supplies.", 1853*c6d7a45dSGunnar Mills "items": { 1854*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef" 1855*c6d7a45dSGunnar Mills }, 1856*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources or objects that power this computer system.", 1857*c6d7a45dSGunnar Mills "readonly": true, 1858*c6d7a45dSGunnar Mills "type": "array" 1859*c6d7a45dSGunnar Mills }, 1860*c6d7a45dSGunnar Mills "PoweredBy@odata.count": { 1861*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1862*c6d7a45dSGunnar Mills }, 1863*c6d7a45dSGunnar Mills "ResourceBlocks": { 1864*c6d7a45dSGunnar Mills "description": "An array of links to the resource blocks that are used in this computer system.", 1865*c6d7a45dSGunnar Mills "items": { 1866*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ResourceBlock.json#/definitions/ResourceBlock" 1867*c6d7a45dSGunnar Mills }, 1868*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `ResourceBlock` that show the resource blocks that are used in this computer system.", 1869*c6d7a45dSGunnar Mills "readonly": false, 1870*c6d7a45dSGunnar Mills "type": "array", 1871*c6d7a45dSGunnar Mills "versionAdded": "v1_4_0" 1872*c6d7a45dSGunnar Mills }, 1873*c6d7a45dSGunnar Mills "ResourceBlocks@odata.count": { 1874*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1875*c6d7a45dSGunnar Mills }, 1876*c6d7a45dSGunnar Mills "SupplyingComputerSystems": { 1877*c6d7a45dSGunnar Mills "description": "An array of links to computer systems that contribute, in whole or in part, to the implementation of this computer system.", 1878*c6d7a45dSGunnar Mills "items": { 1879*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/ComputerSystem" 1880*c6d7a45dSGunnar Mills }, 1881*c6d7a45dSGunnar Mills "longDescription": "The value shall be an array of links to computer systems that contribute, in whole or in part, to the implementation of this computer system.", 1882*c6d7a45dSGunnar Mills "readonly": true, 1883*c6d7a45dSGunnar Mills "type": "array", 1884*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 1885*c6d7a45dSGunnar Mills }, 1886*c6d7a45dSGunnar Mills "SupplyingComputerSystems@odata.count": { 1887*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1888*c6d7a45dSGunnar Mills }, 1889*c6d7a45dSGunnar Mills "TrustedComponents": { 1890*c6d7a45dSGunnar Mills "description": "An array of links to the trusted components for this system.", 1891*c6d7a45dSGunnar Mills "items": { 1892*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/TrustedComponent.json#/definitions/TrustedComponent" 1893*c6d7a45dSGunnar Mills }, 1894*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `TrustedComponent`.", 1895*c6d7a45dSGunnar Mills "readonly": true, 1896*c6d7a45dSGunnar Mills "type": "array", 1897*c6d7a45dSGunnar Mills "versionAdded": "v1_19_0" 1898*c6d7a45dSGunnar Mills }, 1899*c6d7a45dSGunnar Mills "TrustedComponents@odata.count": { 1900*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1901*c6d7a45dSGunnar Mills }, 1902*c6d7a45dSGunnar Mills "VirtualMachines": { 1903*c6d7a45dSGunnar Mills "description": "An array of links to the virtual machines this system is hosting.", 1904*c6d7a45dSGunnar Mills "items": { 1905*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/ComputerSystem" 1906*c6d7a45dSGunnar Mills }, 1907*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `ComputerSystem` that represent the virtual machines this system is hosting.", 1908*c6d7a45dSGunnar Mills "readonly": true, 1909*c6d7a45dSGunnar Mills "type": "array", 1910*c6d7a45dSGunnar Mills "versionAdded": "v1_21_0" 1911*c6d7a45dSGunnar Mills }, 1912*c6d7a45dSGunnar Mills "VirtualMachines@odata.count": { 1913*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1914*c6d7a45dSGunnar Mills } 1915*c6d7a45dSGunnar Mills }, 1916*c6d7a45dSGunnar Mills "type": "object" 1917*c6d7a45dSGunnar Mills }, 1918*c6d7a45dSGunnar Mills "MemoryMirroring": { 1919*c6d7a45dSGunnar Mills "enum": [ 1920*c6d7a45dSGunnar Mills "System", 1921*c6d7a45dSGunnar Mills "DIMM", 1922*c6d7a45dSGunnar Mills "Hybrid", 1923*c6d7a45dSGunnar Mills "None" 1924*c6d7a45dSGunnar Mills ], 1925*c6d7a45dSGunnar Mills "enumDescriptions": { 1926*c6d7a45dSGunnar Mills "DIMM": "The system supports DIMM mirroring at the DIMM level. Individual DIMMs can be mirrored.", 1927*c6d7a45dSGunnar Mills "Hybrid": "The system supports a hybrid mirroring at the system and DIMM levels. Individual DIMMs can be mirrored.", 1928*c6d7a45dSGunnar Mills "None": "The system does not support DIMM mirroring.", 1929*c6d7a45dSGunnar Mills "System": "The system supports DIMM mirroring at the system level. Individual DIMMs are not paired for mirroring in this mode." 1930*c6d7a45dSGunnar Mills }, 1931*c6d7a45dSGunnar Mills "type": "string" 1932*c6d7a45dSGunnar Mills }, 1933*c6d7a45dSGunnar Mills "MemorySummary": { 1934*c6d7a45dSGunnar Mills "additionalProperties": false, 1935*c6d7a45dSGunnar Mills "description": "The memory of the system in general detail.", 1936*c6d7a45dSGunnar Mills "longDescription": "This type shall contain properties that describe the central memory for a system.", 1937*c6d7a45dSGunnar Mills "patternProperties": { 1938*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1939*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1940*c6d7a45dSGunnar Mills "type": [ 1941*c6d7a45dSGunnar Mills "array", 1942*c6d7a45dSGunnar Mills "boolean", 1943*c6d7a45dSGunnar Mills "integer", 1944*c6d7a45dSGunnar Mills "number", 1945*c6d7a45dSGunnar Mills "null", 1946*c6d7a45dSGunnar Mills "object", 1947*c6d7a45dSGunnar Mills "string" 1948*c6d7a45dSGunnar Mills ] 1949*c6d7a45dSGunnar Mills } 1950*c6d7a45dSGunnar Mills }, 1951*c6d7a45dSGunnar Mills "properties": { 1952*c6d7a45dSGunnar Mills "MemoryMirroring": { 1953*c6d7a45dSGunnar Mills "anyOf": [ 1954*c6d7a45dSGunnar Mills { 1955*c6d7a45dSGunnar Mills "$ref": "#/definitions/MemoryMirroring" 1956*c6d7a45dSGunnar Mills }, 1957*c6d7a45dSGunnar Mills { 1958*c6d7a45dSGunnar Mills "type": "null" 1959*c6d7a45dSGunnar Mills } 1960*c6d7a45dSGunnar Mills ], 1961*c6d7a45dSGunnar Mills "description": "The ability and type of memory mirroring that this computer system supports.", 1962*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the ability and type of memory mirroring that this computer system supports.", 1963*c6d7a45dSGunnar Mills "readonly": true, 1964*c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 1965*c6d7a45dSGunnar Mills }, 1966*c6d7a45dSGunnar Mills "Metrics": { 1967*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryMetrics.json#/definitions/MemoryMetrics", 1968*c6d7a45dSGunnar Mills "description": "The link to the metrics associated with all memory in this system.", 1969*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to the metrics associated with all memory in this system.", 1970*c6d7a45dSGunnar Mills "readonly": true, 1971*c6d7a45dSGunnar Mills "versionAdded": "v1_8_0" 1972*c6d7a45dSGunnar Mills }, 1973*c6d7a45dSGunnar Mills "Status": { 1974*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 1975*c6d7a45dSGunnar Mills "deprecated": "This property has been deprecated in favor of the `Conditions` property within `Status` in the root of this resource.", 1976*c6d7a45dSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 1977*c6d7a45dSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource.", 1978*c6d7a45dSGunnar Mills "versionDeprecated": "v1_16_0" 1979*c6d7a45dSGunnar Mills }, 1980*c6d7a45dSGunnar Mills "TotalSystemMemoryGiB": { 1981*c6d7a45dSGunnar Mills "description": "The total configured operating system-accessible memory (RAM), measured in GiB.", 1982*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the amount of configured system general purpose volatile (RAM) memory as measured in gibibytes.", 1983*c6d7a45dSGunnar Mills "minimum": 0, 1984*c6d7a45dSGunnar Mills "readonly": true, 1985*c6d7a45dSGunnar Mills "type": [ 1986*c6d7a45dSGunnar Mills "number", 1987*c6d7a45dSGunnar Mills "null" 1988*c6d7a45dSGunnar Mills ], 1989*c6d7a45dSGunnar Mills "units": "GiBy" 1990*c6d7a45dSGunnar Mills }, 1991*c6d7a45dSGunnar Mills "TotalSystemPersistentMemoryGiB": { 1992*c6d7a45dSGunnar Mills "description": "The total configured, system-accessible persistent memory, measured in GiB.", 1993*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the total amount of configured persistent memory available to the system as measured in gibibytes.", 1994*c6d7a45dSGunnar Mills "minimum": 0, 1995*c6d7a45dSGunnar Mills "readonly": true, 1996*c6d7a45dSGunnar Mills "type": [ 1997*c6d7a45dSGunnar Mills "number", 1998*c6d7a45dSGunnar Mills "null" 1999*c6d7a45dSGunnar Mills ], 2000*c6d7a45dSGunnar Mills "units": "GiBy", 2001*c6d7a45dSGunnar Mills "versionAdded": "v1_4_0" 2002*c6d7a45dSGunnar Mills } 2003*c6d7a45dSGunnar Mills }, 2004*c6d7a45dSGunnar Mills "type": "object" 2005*c6d7a45dSGunnar Mills }, 2006*c6d7a45dSGunnar Mills "OemActions": { 2007*c6d7a45dSGunnar Mills "additionalProperties": true, 2008*c6d7a45dSGunnar Mills "description": "The available OEM-specific actions for this resource.", 2009*c6d7a45dSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 2010*c6d7a45dSGunnar Mills "patternProperties": { 2011*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 2012*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 2013*c6d7a45dSGunnar Mills "type": [ 2014*c6d7a45dSGunnar Mills "array", 2015*c6d7a45dSGunnar Mills "boolean", 2016*c6d7a45dSGunnar Mills "integer", 2017*c6d7a45dSGunnar Mills "number", 2018*c6d7a45dSGunnar Mills "null", 2019*c6d7a45dSGunnar Mills "object", 2020*c6d7a45dSGunnar Mills "string" 2021*c6d7a45dSGunnar Mills ] 2022*c6d7a45dSGunnar Mills } 2023*c6d7a45dSGunnar Mills }, 2024*c6d7a45dSGunnar Mills "properties": {}, 2025*c6d7a45dSGunnar Mills "type": "object" 2026*c6d7a45dSGunnar Mills }, 2027*c6d7a45dSGunnar Mills "PowerMode": { 2028*c6d7a45dSGunnar Mills "enum": [ 2029*c6d7a45dSGunnar Mills "MaximumPerformance", 2030*c6d7a45dSGunnar Mills "BalancedPerformance", 2031*c6d7a45dSGunnar Mills "PowerSaving", 2032*c6d7a45dSGunnar Mills "Static", 2033*c6d7a45dSGunnar Mills "OSControlled", 2034*c6d7a45dSGunnar Mills "OEM", 2035*c6d7a45dSGunnar Mills "EfficiencyFavorPower", 2036*c6d7a45dSGunnar Mills "EfficiencyFavorPerformance" 2037*c6d7a45dSGunnar Mills ], 2038*c6d7a45dSGunnar Mills "enumDescriptions": { 2039*c6d7a45dSGunnar Mills "BalancedPerformance": "The system performs at the highest speeds while utilization is high and performs at reduced speeds when the utilization is low.", 2040*c6d7a45dSGunnar Mills "EfficiencyFavorPerformance": "The system performs at reduced speeds at all utilizations to save power while attempting to maintain performance. This mode differs from `EfficiencyFavorPower` in that more performance is retained but less power is saved.", 2041*c6d7a45dSGunnar Mills "EfficiencyFavorPower": "The system performs at reduced speeds at all utilizations to save power at the cost of performance. This mode differs from `PowerSaving` in that more performance is retained and less power is saved. This mode differs from `EfficiencyFavorPerformance` in that less performance is retained but more power is saved.", 2042*c6d7a45dSGunnar Mills "MaximumPerformance": "The system performs at the highest speeds possible.", 2043*c6d7a45dSGunnar Mills "OEM": "The system power mode is OEM-defined.", 2044*c6d7a45dSGunnar Mills "OSControlled": "The system power mode is controlled by the operating system.", 2045*c6d7a45dSGunnar Mills "PowerSaving": "The system performs at reduced speeds to save power.", 2046*c6d7a45dSGunnar Mills "Static": "The system power mode is static." 2047*c6d7a45dSGunnar Mills }, 2048*c6d7a45dSGunnar Mills "enumLongDescriptions": { 2049*c6d7a45dSGunnar Mills "BalancedPerformance": "This value shall indicate the system performs at the highest speeds possible when the utilization is high and performs at reduced speeds when the utilization is low to save power. This mode is a compromise between `MaximumPerformance` and `PowerSaving`.", 2050*c6d7a45dSGunnar Mills "EfficiencyFavorPerformance": "This value shall indicate the system performs at reduced speeds at all utilizations to save power while attempting to maintain performance. This mode differs from `EfficiencyFavorPower` in that more performance is retained but less power is saved. This mode differs from 'MaximumPerformance' in that power is saved at the cost of some performance. This mode differs from 'BalancedPerformance' in that power saving occurs at all utilizations.", 2051*c6d7a45dSGunnar Mills "EfficiencyFavorPower": "This value shall indicate the system performs at reduced speeds at all utilizations to save power at the cost of performance. This mode differs from `PowerSaving` in that more performance is retained and less power is saved. This mode differs from `EfficiencyFavorPerformance` in that less performance is retained but more power is saved. This mode differs from 'BalancedPerformance' in that power saving occurs at all utilizations.", 2052*c6d7a45dSGunnar Mills "MaximumPerformance": "This value shall indicate the system performs at the highest speeds possible. This mode should be used when performance is the top priority.", 2053*c6d7a45dSGunnar Mills "OEM": "This value shall indicate the system performs at an OEM-defined power mode.", 2054*c6d7a45dSGunnar Mills "OSControlled": "This value shall indicate the system performs at an operating system-controlled power mode.", 2055*c6d7a45dSGunnar Mills "PowerSaving": "This value shall indicate the system performs at reduced speeds to save power. This mode should be used when power saving is the top priority.", 2056*c6d7a45dSGunnar Mills "Static": "This value shall indicate the system performs at a static base speed." 2057*c6d7a45dSGunnar Mills }, 2058*c6d7a45dSGunnar Mills "enumVersionAdded": { 2059*c6d7a45dSGunnar Mills "EfficiencyFavorPerformance": "v1_22_0", 2060*c6d7a45dSGunnar Mills "EfficiencyFavorPower": "v1_22_0" 2061*c6d7a45dSGunnar Mills }, 2062*c6d7a45dSGunnar Mills "type": "string" 2063*c6d7a45dSGunnar Mills }, 2064*c6d7a45dSGunnar Mills "PowerRestorePolicyTypes": { 2065*c6d7a45dSGunnar Mills "description": "The enumerations of `PowerRestorePolicyTypes` specify the choice of power state for the system when power is applied.", 2066*c6d7a45dSGunnar Mills "enum": [ 2067*c6d7a45dSGunnar Mills "AlwaysOn", 2068*c6d7a45dSGunnar Mills "AlwaysOff", 2069*c6d7a45dSGunnar Mills "LastState" 2070*c6d7a45dSGunnar Mills ], 2071*c6d7a45dSGunnar Mills "enumDescriptions": { 2072*c6d7a45dSGunnar Mills "AlwaysOff": "The system always remains powered off when power is applied.", 2073*c6d7a45dSGunnar Mills "AlwaysOn": "The system always powers on when power is applied.", 2074*c6d7a45dSGunnar Mills "LastState": "The system returns to its last on or off power state when power is applied." 2075*c6d7a45dSGunnar Mills }, 2076*c6d7a45dSGunnar Mills "type": "string" 2077*c6d7a45dSGunnar Mills }, 2078*c6d7a45dSGunnar Mills "ProcessorSummary": { 2079*c6d7a45dSGunnar Mills "additionalProperties": false, 2080*c6d7a45dSGunnar Mills "description": "The central processors of the system in general detail.", 2081*c6d7a45dSGunnar Mills "longDescription": "This type shall contain properties that describe the central processors for a system. Processors described by this type shall be limited to the processors that execute system code, and shall not include processors used for offload functionality.", 2082*c6d7a45dSGunnar Mills "patternProperties": { 2083*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 2084*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 2085*c6d7a45dSGunnar Mills "type": [ 2086*c6d7a45dSGunnar Mills "array", 2087*c6d7a45dSGunnar Mills "boolean", 2088*c6d7a45dSGunnar Mills "integer", 2089*c6d7a45dSGunnar Mills "number", 2090*c6d7a45dSGunnar Mills "null", 2091*c6d7a45dSGunnar Mills "object", 2092*c6d7a45dSGunnar Mills "string" 2093*c6d7a45dSGunnar Mills ] 2094*c6d7a45dSGunnar Mills } 2095*c6d7a45dSGunnar Mills }, 2096*c6d7a45dSGunnar Mills "properties": { 2097*c6d7a45dSGunnar Mills "CoreCount": { 2098*c6d7a45dSGunnar Mills "description": "The number of processor cores in the system.", 2099*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the total number of central processor cores in the system.", 2100*c6d7a45dSGunnar Mills "minimum": 0, 2101*c6d7a45dSGunnar Mills "readonly": true, 2102*c6d7a45dSGunnar Mills "type": [ 2103*c6d7a45dSGunnar Mills "integer", 2104*c6d7a45dSGunnar Mills "null" 2105*c6d7a45dSGunnar Mills ], 2106*c6d7a45dSGunnar Mills "versionAdded": "v1_14_0" 2107*c6d7a45dSGunnar Mills }, 2108*c6d7a45dSGunnar Mills "Count": { 2109*c6d7a45dSGunnar Mills "description": "The number of physical processors in the system.", 2110*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the total number of physical central processors in the system.", 2111*c6d7a45dSGunnar Mills "minimum": 0, 2112*c6d7a45dSGunnar Mills "readonly": true, 2113*c6d7a45dSGunnar Mills "type": [ 2114*c6d7a45dSGunnar Mills "integer", 2115*c6d7a45dSGunnar Mills "null" 2116*c6d7a45dSGunnar Mills ] 2117*c6d7a45dSGunnar Mills }, 2118*c6d7a45dSGunnar Mills "LogicalProcessorCount": { 2119*c6d7a45dSGunnar Mills "description": "The number of logical processors in the system.", 2120*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the total number of logical central processors in the system.", 2121*c6d7a45dSGunnar Mills "minimum": 0, 2122*c6d7a45dSGunnar Mills "readonly": true, 2123*c6d7a45dSGunnar Mills "type": [ 2124*c6d7a45dSGunnar Mills "integer", 2125*c6d7a45dSGunnar Mills "null" 2126*c6d7a45dSGunnar Mills ], 2127*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 2128*c6d7a45dSGunnar Mills }, 2129*c6d7a45dSGunnar Mills "Metrics": { 2130*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ProcessorMetrics.json#/definitions/ProcessorMetrics", 2131*c6d7a45dSGunnar Mills "description": "The link to the metrics associated with all processors in this system.", 2132*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to the metrics associated with all processors in this system.", 2133*c6d7a45dSGunnar Mills "readonly": true, 2134*c6d7a45dSGunnar Mills "versionAdded": "v1_7_0" 2135*c6d7a45dSGunnar Mills }, 2136*c6d7a45dSGunnar Mills "Model": { 2137*c6d7a45dSGunnar Mills "description": "The processor model for the primary or majority of processors in this system.", 2138*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the processor model for the central processors in the system, per the description in the Processor Information - Processor Family section of the SMBIOS Specification DSP0134 2.8 or later.", 2139*c6d7a45dSGunnar Mills "readonly": true, 2140*c6d7a45dSGunnar Mills "type": [ 2141*c6d7a45dSGunnar Mills "string", 2142*c6d7a45dSGunnar Mills "null" 2143*c6d7a45dSGunnar Mills ] 2144*c6d7a45dSGunnar Mills }, 2145*c6d7a45dSGunnar Mills "Status": { 2146*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 2147*c6d7a45dSGunnar Mills "deprecated": "This property has been deprecated in favor of the `Conditions` property within `Status` in the root of this resource.", 2148*c6d7a45dSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 2149*c6d7a45dSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource.", 2150*c6d7a45dSGunnar Mills "versionDeprecated": "v1_16_0" 2151*c6d7a45dSGunnar Mills }, 2152*c6d7a45dSGunnar Mills "ThreadingEnabled": { 2153*c6d7a45dSGunnar Mills "description": "An indication of whether threading is enabled on all processors in this system.", 2154*c6d7a45dSGunnar Mills "longDescription": "The value of this property shall indicate that all `Processor` resources in this system where the `ProcessorType` property contains `CPU` have multiple threading support enabled.", 2155*c6d7a45dSGunnar Mills "readonly": false, 2156*c6d7a45dSGunnar Mills "type": "boolean", 2157*c6d7a45dSGunnar Mills "versionAdded": "v1_15_0" 2158*c6d7a45dSGunnar Mills } 2159*c6d7a45dSGunnar Mills }, 2160*c6d7a45dSGunnar Mills "type": "object" 2161*c6d7a45dSGunnar Mills }, 2162*c6d7a45dSGunnar Mills "RemoveResourceBlock": { 2163*c6d7a45dSGunnar Mills "additionalProperties": false, 2164*c6d7a45dSGunnar Mills "description": "This action removes a resource block from a system.", 2165*c6d7a45dSGunnar Mills "longDescription": "This action shall remove a resource block from a system.", 2166*c6d7a45dSGunnar Mills "parameters": { 2167*c6d7a45dSGunnar Mills "ComputerSystemETag": { 2168*c6d7a45dSGunnar Mills "description": "The current ETag of the system.", 2169*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the current ETag of the system. If the client-provided ETag does not match the current ETag of the system, the service shall return the HTTP `428 Precondition Required` status code to reject the request.", 2170*c6d7a45dSGunnar Mills "type": "string" 2171*c6d7a45dSGunnar Mills }, 2172*c6d7a45dSGunnar Mills "ResourceBlock": { 2173*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ResourceBlock.json#/definitions/ResourceBlock", 2174*c6d7a45dSGunnar Mills "description": "The resource block to remove from the system.", 2175*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain a link to the specified resource block to remove from the system.", 2176*c6d7a45dSGunnar Mills "requiredParameter": true 2177*c6d7a45dSGunnar Mills }, 2178*c6d7a45dSGunnar Mills "ResourceBlockETag": { 2179*c6d7a45dSGunnar Mills "description": "The current ETag of the resource block to remove from the system.", 2180*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the current ETag of the resource block to remove from the system. If the client-provided ETag does not match the current ETag of the resource block that the `ResourceBlock` parameter specifies, the service shall return the HTTP `428 Precondition Required` status code to reject the request.", 2181*c6d7a45dSGunnar Mills "type": "string" 2182*c6d7a45dSGunnar Mills } 2183*c6d7a45dSGunnar Mills }, 2184*c6d7a45dSGunnar Mills "patternProperties": { 2185*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 2186*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 2187*c6d7a45dSGunnar Mills "type": [ 2188*c6d7a45dSGunnar Mills "array", 2189*c6d7a45dSGunnar Mills "boolean", 2190*c6d7a45dSGunnar Mills "integer", 2191*c6d7a45dSGunnar Mills "number", 2192*c6d7a45dSGunnar Mills "null", 2193*c6d7a45dSGunnar Mills "object", 2194*c6d7a45dSGunnar Mills "string" 2195*c6d7a45dSGunnar Mills ] 2196*c6d7a45dSGunnar Mills } 2197*c6d7a45dSGunnar Mills }, 2198*c6d7a45dSGunnar Mills "properties": { 2199*c6d7a45dSGunnar Mills "target": { 2200*c6d7a45dSGunnar Mills "description": "Link to invoke action", 2201*c6d7a45dSGunnar Mills "format": "uri-reference", 2202*c6d7a45dSGunnar Mills "type": "string" 2203*c6d7a45dSGunnar Mills }, 2204*c6d7a45dSGunnar Mills "title": { 2205*c6d7a45dSGunnar Mills "description": "Friendly action name", 2206*c6d7a45dSGunnar Mills "type": "string" 2207*c6d7a45dSGunnar Mills } 2208*c6d7a45dSGunnar Mills }, 2209*c6d7a45dSGunnar Mills "type": "object", 2210*c6d7a45dSGunnar Mills "versionAdded": "v1_6_0" 2211*c6d7a45dSGunnar Mills }, 2212*c6d7a45dSGunnar Mills "Reset": { 2213*c6d7a45dSGunnar Mills "additionalProperties": false, 2214*c6d7a45dSGunnar Mills "description": "This action resets the system.", 2215*c6d7a45dSGunnar Mills "longDescription": "This action shall reset the system represented by the resource. For systems that implement ACPI Power Button functionality, the `PushPowerButton` value shall perform or emulate an ACPI Power Button Push, and the `ForceOff` value shall perform an ACPI Power Button Override, commonly known as a four-second hold of the power button.", 2216*c6d7a45dSGunnar Mills "parameters": { 2217*c6d7a45dSGunnar Mills "ResetType": { 2218*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/ResetType", 2219*c6d7a45dSGunnar Mills "description": "The type of reset.", 2220*c6d7a45dSGunnar Mills "longDescription": "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." 2221*c6d7a45dSGunnar Mills } 2222*c6d7a45dSGunnar Mills }, 2223*c6d7a45dSGunnar Mills "patternProperties": { 2224*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 2225*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 2226*c6d7a45dSGunnar Mills "type": [ 2227*c6d7a45dSGunnar Mills "array", 2228*c6d7a45dSGunnar Mills "boolean", 2229*c6d7a45dSGunnar Mills "integer", 2230*c6d7a45dSGunnar Mills "number", 2231*c6d7a45dSGunnar Mills "null", 2232*c6d7a45dSGunnar Mills "object", 2233*c6d7a45dSGunnar Mills "string" 2234*c6d7a45dSGunnar Mills ] 2235*c6d7a45dSGunnar Mills } 2236*c6d7a45dSGunnar Mills }, 2237*c6d7a45dSGunnar Mills "properties": { 2238*c6d7a45dSGunnar Mills "target": { 2239*c6d7a45dSGunnar Mills "description": "Link to invoke action", 2240*c6d7a45dSGunnar Mills "format": "uri-reference", 2241*c6d7a45dSGunnar Mills "type": "string" 2242*c6d7a45dSGunnar Mills }, 2243*c6d7a45dSGunnar Mills "title": { 2244*c6d7a45dSGunnar Mills "description": "Friendly action name", 2245*c6d7a45dSGunnar Mills "type": "string" 2246*c6d7a45dSGunnar Mills } 2247*c6d7a45dSGunnar Mills }, 2248*c6d7a45dSGunnar Mills "type": "object" 2249*c6d7a45dSGunnar Mills }, 2250*c6d7a45dSGunnar Mills "SerialConsoleProtocol": { 2251*c6d7a45dSGunnar Mills "additionalProperties": false, 2252*c6d7a45dSGunnar Mills "description": "The information about a serial console service that this system provides.", 2253*c6d7a45dSGunnar Mills "longDescription": "This type shall describe a serial console service for a computer system.", 2254*c6d7a45dSGunnar Mills "patternProperties": { 2255*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 2256*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 2257*c6d7a45dSGunnar Mills "type": [ 2258*c6d7a45dSGunnar Mills "array", 2259*c6d7a45dSGunnar Mills "boolean", 2260*c6d7a45dSGunnar Mills "integer", 2261*c6d7a45dSGunnar Mills "number", 2262*c6d7a45dSGunnar Mills "null", 2263*c6d7a45dSGunnar Mills "object", 2264*c6d7a45dSGunnar Mills "string" 2265*c6d7a45dSGunnar Mills ] 2266*c6d7a45dSGunnar Mills } 2267*c6d7a45dSGunnar Mills }, 2268*c6d7a45dSGunnar Mills "properties": { 2269*c6d7a45dSGunnar Mills "ConsoleEntryCommand": { 2270*c6d7a45dSGunnar Mills "description": "The command string passed to the service to select or enter the system's serial console.", 2271*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a command string that can be provided by a client to select or enter the system's serial console, when the console is shared among several systems or a manager CLI.", 2272*c6d7a45dSGunnar Mills "readonly": true, 2273*c6d7a45dSGunnar Mills "type": [ 2274*c6d7a45dSGunnar Mills "string", 2275*c6d7a45dSGunnar Mills "null" 2276*c6d7a45dSGunnar Mills ], 2277*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 2278*c6d7a45dSGunnar Mills }, 2279*c6d7a45dSGunnar Mills "HotKeySequenceDisplay": { 2280*c6d7a45dSGunnar Mills "description": "The hotkey sequence available for the user to exit the serial console session.", 2281*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a string that can be provided to a user to describe the hotkey sequence used to exit the serial console session, or, if shared with a manager CLI, to return to the CLI.", 2282*c6d7a45dSGunnar Mills "readonly": true, 2283*c6d7a45dSGunnar Mills "type": [ 2284*c6d7a45dSGunnar Mills "string", 2285*c6d7a45dSGunnar Mills "null" 2286*c6d7a45dSGunnar Mills ], 2287*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 2288*c6d7a45dSGunnar Mills }, 2289*c6d7a45dSGunnar Mills "Port": { 2290*c6d7a45dSGunnar Mills "description": "The protocol port.", 2291*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the port assigned to the protocol.", 2292*c6d7a45dSGunnar Mills "minimum": 0, 2293*c6d7a45dSGunnar Mills "readonly": false, 2294*c6d7a45dSGunnar Mills "type": [ 2295*c6d7a45dSGunnar Mills "integer", 2296*c6d7a45dSGunnar Mills "null" 2297*c6d7a45dSGunnar Mills ], 2298*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 2299*c6d7a45dSGunnar Mills }, 2300*c6d7a45dSGunnar Mills "ServiceEnabled": { 2301*c6d7a45dSGunnar Mills "description": "An indication of whether the service is enabled for this system.", 2302*c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether the protocol for the service is enabled.", 2303*c6d7a45dSGunnar Mills "readonly": false, 2304*c6d7a45dSGunnar Mills "type": "boolean", 2305*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 2306*c6d7a45dSGunnar Mills }, 2307*c6d7a45dSGunnar Mills "SharedWithManagerCLI": { 2308*c6d7a45dSGunnar Mills "description": "Indicates whether the serial console service is shared with access to the manager's command-line interface (CLI).", 2309*c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether the serial console service is shared with access to the manager's command-line interface (CLI).", 2310*c6d7a45dSGunnar Mills "readonly": true, 2311*c6d7a45dSGunnar Mills "type": "boolean", 2312*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 2313*c6d7a45dSGunnar Mills } 2314*c6d7a45dSGunnar Mills }, 2315*c6d7a45dSGunnar Mills "type": "object" 2316*c6d7a45dSGunnar Mills }, 2317*c6d7a45dSGunnar Mills "SetDefaultBootOrder": { 2318*c6d7a45dSGunnar Mills "additionalProperties": false, 2319*c6d7a45dSGunnar Mills "description": "This action sets the `BootOrder` property to the default settings.", 2320*c6d7a45dSGunnar Mills "longDescription": "This action shall set the `BootOrder` array to the default settings.", 2321*c6d7a45dSGunnar Mills "parameters": {}, 2322*c6d7a45dSGunnar Mills "patternProperties": { 2323*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 2324*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 2325*c6d7a45dSGunnar Mills "type": [ 2326*c6d7a45dSGunnar Mills "array", 2327*c6d7a45dSGunnar Mills "boolean", 2328*c6d7a45dSGunnar Mills "integer", 2329*c6d7a45dSGunnar Mills "number", 2330*c6d7a45dSGunnar Mills "null", 2331*c6d7a45dSGunnar Mills "object", 2332*c6d7a45dSGunnar Mills "string" 2333*c6d7a45dSGunnar Mills ] 2334*c6d7a45dSGunnar Mills } 2335*c6d7a45dSGunnar Mills }, 2336*c6d7a45dSGunnar Mills "properties": { 2337*c6d7a45dSGunnar Mills "target": { 2338*c6d7a45dSGunnar Mills "description": "Link to invoke action", 2339*c6d7a45dSGunnar Mills "format": "uri-reference", 2340*c6d7a45dSGunnar Mills "type": "string" 2341*c6d7a45dSGunnar Mills }, 2342*c6d7a45dSGunnar Mills "title": { 2343*c6d7a45dSGunnar Mills "description": "Friendly action name", 2344*c6d7a45dSGunnar Mills "type": "string" 2345*c6d7a45dSGunnar Mills } 2346*c6d7a45dSGunnar Mills }, 2347*c6d7a45dSGunnar Mills "type": "object", 2348*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 2349*c6d7a45dSGunnar Mills }, 2350*c6d7a45dSGunnar Mills "StopBootOnFault": { 2351*c6d7a45dSGunnar Mills "enum": [ 2352*c6d7a45dSGunnar Mills "Never", 2353*c6d7a45dSGunnar Mills "AnyFault" 2354*c6d7a45dSGunnar Mills ], 2355*c6d7a45dSGunnar Mills "enumDescriptions": { 2356*c6d7a45dSGunnar Mills "AnyFault": "The system should stop the boot on any fault.", 2357*c6d7a45dSGunnar Mills "Never": "The system performs any normal recovery actions during boot if a fault occurs." 2358*c6d7a45dSGunnar Mills }, 2359*c6d7a45dSGunnar Mills "enumLongDescriptions": { 2360*c6d7a45dSGunnar Mills "AnyFault": "This value shall indicate the system will stop the boot if a fault occurs. This includes, but is not limited to, faults that affect performance, fault tolerance, or capacity.", 2361*c6d7a45dSGunnar Mills "Never": "This value shall indicate the system will continue to attempt to boot if a fault occurs." 2362*c6d7a45dSGunnar Mills }, 2363*c6d7a45dSGunnar Mills "type": "string" 2364*c6d7a45dSGunnar Mills }, 2365*c6d7a45dSGunnar Mills "SystemType": { 2366*c6d7a45dSGunnar Mills "enum": [ 2367*c6d7a45dSGunnar Mills "Physical", 2368*c6d7a45dSGunnar Mills "Virtual", 2369*c6d7a45dSGunnar Mills "OS", 2370*c6d7a45dSGunnar Mills "PhysicallyPartitioned", 2371*c6d7a45dSGunnar Mills "VirtuallyPartitioned", 2372*c6d7a45dSGunnar Mills "Composed", 2373*c6d7a45dSGunnar Mills "DPU" 2374*c6d7a45dSGunnar Mills ], 2375*c6d7a45dSGunnar Mills "enumDeprecated": { 2376*c6d7a45dSGunnar Mills "OS": "This value has been deprecated in favor of representing operating systems with the `OperatingSystem` resource." 2377*c6d7a45dSGunnar Mills }, 2378*c6d7a45dSGunnar Mills "enumDescriptions": { 2379*c6d7a45dSGunnar Mills "Composed": "A computer system constructed by binding resource blocks together.", 2380*c6d7a45dSGunnar Mills "DPU": "A computer system that performs the functions of a data processing unit, such as a SmartNIC.", 2381*c6d7a45dSGunnar Mills "OS": "An operating system instance.", 2382*c6d7a45dSGunnar Mills "Physical": "A computer system.", 2383*c6d7a45dSGunnar Mills "PhysicallyPartitioned": "A hardware-based partition of a computer system.", 2384*c6d7a45dSGunnar Mills "Virtual": "A virtual machine instance running on this system.", 2385*c6d7a45dSGunnar Mills "VirtuallyPartitioned": "A virtual or software-based partition of a computer system." 2386*c6d7a45dSGunnar Mills }, 2387*c6d7a45dSGunnar Mills "enumLongDescriptions": { 2388*c6d7a45dSGunnar Mills "Composed": "A `SystemType` of `Composed` typically represents a single system constructed from disaggregated resources through the Redfish composition service.", 2389*c6d7a45dSGunnar Mills "DPU": "A `SystemType` of `DPU` typically represents a single system that performs offload computation as a data processing unit, such as a SmartNIC.", 2390*c6d7a45dSGunnar Mills "OS": "A `SystemType` of `OS` typically represents an OS or hypervisor view of the system.", 2391*c6d7a45dSGunnar Mills "Physical": "A `SystemType` of `Physical` typically represents the hardware aspects of a system, such as a management controller.", 2392*c6d7a45dSGunnar Mills "PhysicallyPartitioned": "A `SystemType` of `PhysicallyPartitioned` typically represents a single system constructed from one or more physical systems through a firmware or hardware-based service.", 2393*c6d7a45dSGunnar Mills "Virtual": "A `SystemType` of `Virtual` typically represents a system that is actually a virtual machine instance. Responses should contain the `ProcessorSummary` and `MemorySummary` properties to show the processor and memory resources allocated to the virtual machine.", 2394*c6d7a45dSGunnar Mills "VirtuallyPartitioned": "A `SystemType` of `VirtuallyPartitioned` typically represents a single system constructed from one or more virtual systems through a software-based service." 2395*c6d7a45dSGunnar Mills }, 2396*c6d7a45dSGunnar Mills "enumVersionAdded": { 2397*c6d7a45dSGunnar Mills "Composed": "v1_4_0", 2398*c6d7a45dSGunnar Mills "DPU": "v1_16_0" 2399*c6d7a45dSGunnar Mills }, 2400*c6d7a45dSGunnar Mills "enumVersionDeprecated": { 2401*c6d7a45dSGunnar Mills "OS": "v1_21_0" 2402*c6d7a45dSGunnar Mills }, 2403*c6d7a45dSGunnar Mills "type": "string" 2404*c6d7a45dSGunnar Mills }, 2405*c6d7a45dSGunnar Mills "TrustedModuleRequiredToBoot": { 2406*c6d7a45dSGunnar Mills "enum": [ 2407*c6d7a45dSGunnar Mills "Disabled", 2408*c6d7a45dSGunnar Mills "Required" 2409*c6d7a45dSGunnar Mills ], 2410*c6d7a45dSGunnar Mills "enumDescriptions": { 2411*c6d7a45dSGunnar Mills "Disabled": "No Trusted Module requirement to boot.", 2412*c6d7a45dSGunnar Mills "Required": "A functional Trusted Module is required to boot." 2413*c6d7a45dSGunnar Mills }, 2414*c6d7a45dSGunnar Mills "enumLongDescriptions": { 2415*c6d7a45dSGunnar Mills "Disabled": "This value shall indicate a Trusted Module is not required to boot.", 2416*c6d7a45dSGunnar Mills "Required": "This value shall indicate a functioning Trusted Module is required to boot." 2417*c6d7a45dSGunnar Mills }, 2418*c6d7a45dSGunnar Mills "type": "string" 2419*c6d7a45dSGunnar Mills }, 2420*c6d7a45dSGunnar Mills "TrustedModules": { 2421*c6d7a45dSGunnar Mills "additionalProperties": false, 2422*c6d7a45dSGunnar Mills "description": "The Trusted Module installed in the system.", 2423*c6d7a45dSGunnar Mills "longDescription": "This type shall describe a Trusted Module for a system.", 2424*c6d7a45dSGunnar Mills "patternProperties": { 2425*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 2426*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 2427*c6d7a45dSGunnar Mills "type": [ 2428*c6d7a45dSGunnar Mills "array", 2429*c6d7a45dSGunnar Mills "boolean", 2430*c6d7a45dSGunnar Mills "integer", 2431*c6d7a45dSGunnar Mills "number", 2432*c6d7a45dSGunnar Mills "null", 2433*c6d7a45dSGunnar Mills "object", 2434*c6d7a45dSGunnar Mills "string" 2435*c6d7a45dSGunnar Mills ] 2436*c6d7a45dSGunnar Mills } 2437*c6d7a45dSGunnar Mills }, 2438*c6d7a45dSGunnar Mills "properties": { 2439*c6d7a45dSGunnar Mills "FirmwareVersion": { 2440*c6d7a45dSGunnar Mills "description": "The firmware version of this Trusted Module.", 2441*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the firmware version as defined by the manufacturer for the Trusted Module.", 2442*c6d7a45dSGunnar Mills "readonly": true, 2443*c6d7a45dSGunnar Mills "type": [ 2444*c6d7a45dSGunnar Mills "string", 2445*c6d7a45dSGunnar Mills "null" 2446*c6d7a45dSGunnar Mills ], 2447*c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 2448*c6d7a45dSGunnar Mills }, 2449*c6d7a45dSGunnar Mills "FirmwareVersion2": { 2450*c6d7a45dSGunnar Mills "description": "The second firmware version of this Trusted Module, if applicable.", 2451*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the 2nd firmware version, if applicable, as defined by the manufacturer for the Trusted Module.", 2452*c6d7a45dSGunnar Mills "readonly": true, 2453*c6d7a45dSGunnar Mills "type": [ 2454*c6d7a45dSGunnar Mills "string", 2455*c6d7a45dSGunnar Mills "null" 2456*c6d7a45dSGunnar Mills ], 2457*c6d7a45dSGunnar Mills "versionAdded": "v1_3_0" 2458*c6d7a45dSGunnar Mills }, 2459*c6d7a45dSGunnar Mills "InterfaceType": { 2460*c6d7a45dSGunnar Mills "anyOf": [ 2461*c6d7a45dSGunnar Mills { 2462*c6d7a45dSGunnar Mills "$ref": "#/definitions/InterfaceType" 2463*c6d7a45dSGunnar Mills }, 2464*c6d7a45dSGunnar Mills { 2465*c6d7a45dSGunnar Mills "type": "null" 2466*c6d7a45dSGunnar Mills } 2467*c6d7a45dSGunnar Mills ], 2468*c6d7a45dSGunnar Mills "description": "The interface type of the Trusted Module.", 2469*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the interface type of the installed Trusted Module.", 2470*c6d7a45dSGunnar Mills "readonly": true, 2471*c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 2472*c6d7a45dSGunnar Mills }, 2473*c6d7a45dSGunnar Mills "InterfaceTypeSelection": { 2474*c6d7a45dSGunnar Mills "anyOf": [ 2475*c6d7a45dSGunnar Mills { 2476*c6d7a45dSGunnar Mills "$ref": "#/definitions/InterfaceTypeSelection" 2477*c6d7a45dSGunnar Mills }, 2478*c6d7a45dSGunnar Mills { 2479*c6d7a45dSGunnar Mills "type": "null" 2480*c6d7a45dSGunnar Mills } 2481*c6d7a45dSGunnar Mills ], 2482*c6d7a45dSGunnar Mills "description": "The interface type selection supported by this Trusted Module.", 2483*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the interface type `Selection` method (for example to switch between TPM1_2 and TPM2_0) that is supported by this Trusted Module.", 2484*c6d7a45dSGunnar Mills "readonly": true, 2485*c6d7a45dSGunnar Mills "versionAdded": "v1_3_0" 2486*c6d7a45dSGunnar Mills }, 2487*c6d7a45dSGunnar Mills "Oem": { 2488*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 2489*c6d7a45dSGunnar Mills "description": "The OEM extension property.", 2490*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements.", 2491*c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 2492*c6d7a45dSGunnar Mills }, 2493*c6d7a45dSGunnar Mills "Status": { 2494*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 2495*c6d7a45dSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 2496*c6d7a45dSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource.", 2497*c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 2498*c6d7a45dSGunnar Mills } 2499*c6d7a45dSGunnar Mills }, 2500*c6d7a45dSGunnar Mills "type": "object" 2501*c6d7a45dSGunnar Mills }, 2502*c6d7a45dSGunnar Mills "VirtualMediaConfig": { 2503*c6d7a45dSGunnar Mills "additionalProperties": false, 2504*c6d7a45dSGunnar Mills "description": "The information about virtual media service for this system.", 2505*c6d7a45dSGunnar Mills "longDescription": "This type shall describe a virtual media service for a computer system.", 2506*c6d7a45dSGunnar Mills "patternProperties": { 2507*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 2508*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 2509*c6d7a45dSGunnar Mills "type": [ 2510*c6d7a45dSGunnar Mills "array", 2511*c6d7a45dSGunnar Mills "boolean", 2512*c6d7a45dSGunnar Mills "integer", 2513*c6d7a45dSGunnar Mills "number", 2514*c6d7a45dSGunnar Mills "null", 2515*c6d7a45dSGunnar Mills "object", 2516*c6d7a45dSGunnar Mills "string" 2517*c6d7a45dSGunnar Mills ] 2518*c6d7a45dSGunnar Mills } 2519*c6d7a45dSGunnar Mills }, 2520*c6d7a45dSGunnar Mills "properties": { 2521*c6d7a45dSGunnar Mills "Port": { 2522*c6d7a45dSGunnar Mills "description": "The protocol port.", 2523*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the port assigned to the service.", 2524*c6d7a45dSGunnar Mills "minimum": 0, 2525*c6d7a45dSGunnar Mills "readonly": false, 2526*c6d7a45dSGunnar Mills "type": [ 2527*c6d7a45dSGunnar Mills "integer", 2528*c6d7a45dSGunnar Mills "null" 2529*c6d7a45dSGunnar Mills ], 2530*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 2531*c6d7a45dSGunnar Mills }, 2532*c6d7a45dSGunnar Mills "ServiceEnabled": { 2533*c6d7a45dSGunnar Mills "description": "An indication of whether the service is enabled for this system.", 2534*c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether the protocol for the service is enabled.", 2535*c6d7a45dSGunnar Mills "readonly": false, 2536*c6d7a45dSGunnar Mills "type": "boolean", 2537*c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 2538*c6d7a45dSGunnar Mills } 2539*c6d7a45dSGunnar Mills }, 2540*c6d7a45dSGunnar Mills "type": "object" 2541*c6d7a45dSGunnar Mills }, 2542*c6d7a45dSGunnar Mills "WatchdogTimeoutActions": { 2543*c6d7a45dSGunnar Mills "description": "The enumerations of `WatchdogTimeoutActions` specify the choice of action to take when the host watchdog timer reaches its timeout value.", 2544*c6d7a45dSGunnar Mills "enum": [ 2545*c6d7a45dSGunnar Mills "None", 2546*c6d7a45dSGunnar Mills "ResetSystem", 2547*c6d7a45dSGunnar Mills "PowerCycle", 2548*c6d7a45dSGunnar Mills "PowerDown", 2549*c6d7a45dSGunnar Mills "OEM" 2550*c6d7a45dSGunnar Mills ], 2551*c6d7a45dSGunnar Mills "enumDescriptions": { 2552*c6d7a45dSGunnar Mills "None": "No action taken.", 2553*c6d7a45dSGunnar Mills "OEM": "Perform an OEM-defined action.", 2554*c6d7a45dSGunnar Mills "PowerCycle": "Power cycle the system.", 2555*c6d7a45dSGunnar Mills "PowerDown": "Power down the system.", 2556*c6d7a45dSGunnar Mills "ResetSystem": "Reset the system." 2557*c6d7a45dSGunnar Mills }, 2558*c6d7a45dSGunnar Mills "type": "string" 2559*c6d7a45dSGunnar Mills }, 2560*c6d7a45dSGunnar Mills "WatchdogTimer": { 2561*c6d7a45dSGunnar Mills "additionalProperties": false, 2562*c6d7a45dSGunnar Mills "description": "This type describes the host watchdog timer functionality for this system.", 2563*c6d7a45dSGunnar Mills "longDescription": "This type shall contain properties that describe the host watchdog timer functionality for this system.", 2564*c6d7a45dSGunnar Mills "patternProperties": { 2565*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 2566*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 2567*c6d7a45dSGunnar Mills "type": [ 2568*c6d7a45dSGunnar Mills "array", 2569*c6d7a45dSGunnar Mills "boolean", 2570*c6d7a45dSGunnar Mills "integer", 2571*c6d7a45dSGunnar Mills "number", 2572*c6d7a45dSGunnar Mills "null", 2573*c6d7a45dSGunnar Mills "object", 2574*c6d7a45dSGunnar Mills "string" 2575*c6d7a45dSGunnar Mills ] 2576*c6d7a45dSGunnar Mills } 2577*c6d7a45dSGunnar Mills }, 2578*c6d7a45dSGunnar Mills "properties": { 2579*c6d7a45dSGunnar Mills "FunctionEnabled": { 2580*c6d7a45dSGunnar Mills "description": "An indication of whether a user has enabled the host watchdog timer functionality. This property indicates only that a user has enabled the timer. To activate the timer, installation of additional host-based software is necessary; an update to this property does not initiate the timer.", 2581*c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether a user has enabled the host watchdog timer functionality. This property indicates only that a user has enabled the timer. To activate the timer, installation of additional host-based software is necessary; an update to this property does not initiate the timer.", 2582*c6d7a45dSGunnar Mills "readonly": false, 2583*c6d7a45dSGunnar Mills "type": [ 2584*c6d7a45dSGunnar Mills "boolean", 2585*c6d7a45dSGunnar Mills "null" 2586*c6d7a45dSGunnar Mills ], 2587*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 2588*c6d7a45dSGunnar Mills }, 2589*c6d7a45dSGunnar Mills "Oem": { 2590*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 2591*c6d7a45dSGunnar Mills "description": "The OEM extension property.", 2592*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements.", 2593*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 2594*c6d7a45dSGunnar Mills }, 2595*c6d7a45dSGunnar Mills "Status": { 2596*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 2597*c6d7a45dSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 2598*c6d7a45dSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource.", 2599*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 2600*c6d7a45dSGunnar Mills }, 2601*c6d7a45dSGunnar Mills "TimeoutAction": { 2602*c6d7a45dSGunnar Mills "anyOf": [ 2603*c6d7a45dSGunnar Mills { 2604*c6d7a45dSGunnar Mills "$ref": "#/definitions/WatchdogTimeoutActions" 2605*c6d7a45dSGunnar Mills }, 2606*c6d7a45dSGunnar Mills { 2607*c6d7a45dSGunnar Mills "type": "null" 2608*c6d7a45dSGunnar Mills } 2609*c6d7a45dSGunnar Mills ], 2610*c6d7a45dSGunnar Mills "description": "The action to perform when the watchdog timer reaches its timeout value.", 2611*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the action to perform when the watchdog timer reaches its timeout value.", 2612*c6d7a45dSGunnar Mills "readonly": false, 2613*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 2614*c6d7a45dSGunnar Mills }, 2615*c6d7a45dSGunnar Mills "WarningAction": { 2616*c6d7a45dSGunnar Mills "anyOf": [ 2617*c6d7a45dSGunnar Mills { 2618*c6d7a45dSGunnar Mills "$ref": "#/definitions/WatchdogWarningActions" 2619*c6d7a45dSGunnar Mills }, 2620*c6d7a45dSGunnar Mills { 2621*c6d7a45dSGunnar Mills "type": "null" 2622*c6d7a45dSGunnar Mills } 2623*c6d7a45dSGunnar Mills ], 2624*c6d7a45dSGunnar Mills "description": "The action to perform when the watchdog timer is close to reaching its timeout value. This action typically occurs from three to ten seconds before to the timeout value, but the exact timing is dependent on the implementation.", 2625*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the action to perform before the watchdog timer expires. This action typically occurs from three to ten seconds before to the timeout value, but the exact timing is dependent on the implementation.", 2626*c6d7a45dSGunnar Mills "readonly": false, 2627*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 2628*c6d7a45dSGunnar Mills } 2629*c6d7a45dSGunnar Mills }, 2630*c6d7a45dSGunnar Mills "required": [ 2631*c6d7a45dSGunnar Mills "FunctionEnabled", 2632*c6d7a45dSGunnar Mills "TimeoutAction" 2633*c6d7a45dSGunnar Mills ], 2634*c6d7a45dSGunnar Mills "type": "object" 2635*c6d7a45dSGunnar Mills }, 2636*c6d7a45dSGunnar Mills "WatchdogWarningActions": { 2637*c6d7a45dSGunnar Mills "description": "The enumerations of `WatchdogWarningActions` specify the choice of action to take when the host watchdog timer is close (typically 3-10 seconds) to reaching its timeout value.", 2638*c6d7a45dSGunnar Mills "enum": [ 2639*c6d7a45dSGunnar Mills "None", 2640*c6d7a45dSGunnar Mills "DiagnosticInterrupt", 2641*c6d7a45dSGunnar Mills "SMI", 2642*c6d7a45dSGunnar Mills "MessagingInterrupt", 2643*c6d7a45dSGunnar Mills "SCI", 2644*c6d7a45dSGunnar Mills "OEM" 2645*c6d7a45dSGunnar Mills ], 2646*c6d7a45dSGunnar Mills "enumDescriptions": { 2647*c6d7a45dSGunnar Mills "DiagnosticInterrupt": "Raise a (typically non-maskable) Diagnostic Interrupt.", 2648*c6d7a45dSGunnar Mills "MessagingInterrupt": "Raise a legacy IPMI messaging interrupt.", 2649*c6d7a45dSGunnar Mills "None": "No action taken.", 2650*c6d7a45dSGunnar Mills "OEM": "Perform an OEM-defined action.", 2651*c6d7a45dSGunnar Mills "SCI": "Raise an interrupt using the ACPI System Control Interrupt (SCI).", 2652*c6d7a45dSGunnar Mills "SMI": "Raise a Systems Management Interrupt (SMI)." 2653*c6d7a45dSGunnar Mills }, 2654*c6d7a45dSGunnar Mills "type": "string" 2655*c6d7a45dSGunnar Mills } 2656*c6d7a45dSGunnar Mills }, 2657*c6d7a45dSGunnar Mills "language": "en", 2658*c6d7a45dSGunnar Mills "owningEntity": "DMTF", 2659*c6d7a45dSGunnar Mills "release": "2025.2", 2660*c6d7a45dSGunnar Mills "title": "#ComputerSystem.v1_25_0.ComputerSystem" 2661*c6d7a45dSGunnar Mills}