1c6d7a45dSGunnar Mills{ 2c6d7a45dSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.v1_19_0.json", 3c6d7a45dSGunnar Mills "$ref": "#/definitions/PCIeDevice", 4c6d7a45dSGunnar Mills "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5c6d7a45dSGunnar Mills "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 6c6d7a45dSGunnar Mills "definitions": { 7c6d7a45dSGunnar Mills "Actions": { 8c6d7a45dSGunnar Mills "additionalProperties": false, 9c6d7a45dSGunnar Mills "description": "The available actions for this resource.", 10c6d7a45dSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 11c6d7a45dSGunnar Mills "patternProperties": { 12c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 13c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 14c6d7a45dSGunnar Mills "type": [ 15c6d7a45dSGunnar Mills "array", 16c6d7a45dSGunnar Mills "boolean", 17c6d7a45dSGunnar Mills "integer", 18c6d7a45dSGunnar Mills "number", 19c6d7a45dSGunnar Mills "null", 20c6d7a45dSGunnar Mills "object", 21c6d7a45dSGunnar Mills "string" 22c6d7a45dSGunnar Mills ] 23c6d7a45dSGunnar Mills } 24c6d7a45dSGunnar Mills }, 25c6d7a45dSGunnar Mills "properties": { 26c6d7a45dSGunnar Mills "Oem": { 27c6d7a45dSGunnar Mills "$ref": "#/definitions/OemActions", 28c6d7a45dSGunnar Mills "description": "The available OEM-specific actions for this resource.", 29c6d7a45dSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource.", 30c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 31c6d7a45dSGunnar Mills } 32c6d7a45dSGunnar Mills }, 33c6d7a45dSGunnar Mills "type": "object" 34c6d7a45dSGunnar Mills }, 35c6d7a45dSGunnar Mills "CXLDevice": { 36c6d7a45dSGunnar Mills "additionalProperties": false, 37c6d7a45dSGunnar Mills "description": "The CXL-specific properties of a PCIe device.", 38c6d7a45dSGunnar Mills "longDescription": "This type shall contain CXL-specific properties of a PCIe device.", 39c6d7a45dSGunnar Mills "patternProperties": { 40c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 41c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 42c6d7a45dSGunnar Mills "type": [ 43c6d7a45dSGunnar Mills "array", 44c6d7a45dSGunnar Mills "boolean", 45c6d7a45dSGunnar Mills "integer", 46c6d7a45dSGunnar Mills "number", 47c6d7a45dSGunnar Mills "null", 48c6d7a45dSGunnar Mills "object", 49c6d7a45dSGunnar Mills "string" 50c6d7a45dSGunnar Mills ] 51c6d7a45dSGunnar Mills } 52c6d7a45dSGunnar Mills }, 53c6d7a45dSGunnar Mills "properties": { 54c6d7a45dSGunnar Mills "CapableProtocolVersions": { 55c6d7a45dSGunnar Mills "description": "An array of the CXL specification revisions supported by this device.", 56c6d7a45dSGunnar Mills "items": { 57c6d7a45dSGunnar Mills "anyOf": [ 58c6d7a45dSGunnar Mills { 59c6d7a45dSGunnar Mills "$ref": "#/definitions/CXLProtocolVersion" 60c6d7a45dSGunnar Mills }, 61c6d7a45dSGunnar Mills { 62c6d7a45dSGunnar Mills "type": "null" 63c6d7a45dSGunnar Mills } 64c6d7a45dSGunnar Mills ] 65c6d7a45dSGunnar Mills }, 66c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of the CXL specification revisions that this device supports.", 67c6d7a45dSGunnar Mills "readonly": true, 68c6d7a45dSGunnar Mills "type": "array", 69c6d7a45dSGunnar Mills "versionAdded": "v1_18_0" 70c6d7a45dSGunnar Mills }, 71c6d7a45dSGunnar Mills "CurrentProtocolVersion": { 72c6d7a45dSGunnar Mills "anyOf": [ 73c6d7a45dSGunnar Mills { 74c6d7a45dSGunnar Mills "$ref": "#/definitions/CXLProtocolVersion" 75c6d7a45dSGunnar Mills }, 76c6d7a45dSGunnar Mills { 77c6d7a45dSGunnar Mills "type": "null" 78c6d7a45dSGunnar Mills } 79c6d7a45dSGunnar Mills ], 80c6d7a45dSGunnar Mills "description": "The revision of the CXL specification in use by this device.", 81c6d7a45dSGunnar Mills "longDescription": "This property shall contain the negotiated CXL specification revision in use by this device.", 82c6d7a45dSGunnar Mills "readonly": true, 83c6d7a45dSGunnar Mills "versionAdded": "v1_18_0" 84c6d7a45dSGunnar Mills }, 85c6d7a45dSGunnar Mills "DeviceType": { 86c6d7a45dSGunnar Mills "anyOf": [ 87c6d7a45dSGunnar Mills { 88c6d7a45dSGunnar Mills "$ref": "#/definitions/CXLDeviceType" 89c6d7a45dSGunnar Mills }, 90c6d7a45dSGunnar Mills { 91c6d7a45dSGunnar Mills "type": "null" 92c6d7a45dSGunnar Mills } 93c6d7a45dSGunnar Mills ], 94c6d7a45dSGunnar Mills "description": "The CXL device type.", 95c6d7a45dSGunnar Mills "longDescription": "This property shall contain the CXL device type.", 96c6d7a45dSGunnar Mills "readonly": true, 97c6d7a45dSGunnar Mills "versionAdded": "v1_11_0" 98c6d7a45dSGunnar Mills }, 99c6d7a45dSGunnar Mills "DynamicCapacity": { 100c6d7a45dSGunnar Mills "anyOf": [ 101c6d7a45dSGunnar Mills { 102c6d7a45dSGunnar Mills "$ref": "#/definitions/CXLDynamicCapacity" 103c6d7a45dSGunnar Mills }, 104c6d7a45dSGunnar Mills { 105c6d7a45dSGunnar Mills "type": "null" 106c6d7a45dSGunnar Mills } 107c6d7a45dSGunnar Mills ], 108c6d7a45dSGunnar Mills "description": "The CXL dynamic capacity device (DCD) information for this CXL device.", 109c6d7a45dSGunnar Mills "longDescription": "This property shall contain the CXL dynamic capacity device (DCD) information for this CXL device.", 110c6d7a45dSGunnar Mills "versionAdded": "v1_12_0" 111c6d7a45dSGunnar Mills }, 112c6d7a45dSGunnar Mills "EgressPortCongestionSupport": { 113c6d7a45dSGunnar Mills "description": "Indicates whether the CXL device supports egress port congestion management.", 114c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether the CXL device supports the CXL Specification-defined 'Egress Port Congestion' mechanism.", 115c6d7a45dSGunnar Mills "readonly": true, 116c6d7a45dSGunnar Mills "type": [ 117c6d7a45dSGunnar Mills "boolean", 118c6d7a45dSGunnar Mills "null" 119c6d7a45dSGunnar Mills ], 120c6d7a45dSGunnar Mills "versionAdded": "v1_11_0" 121c6d7a45dSGunnar Mills }, 122c6d7a45dSGunnar Mills "MaxNumberLogicalDevices": { 123c6d7a45dSGunnar Mills "description": "The maximum number of logical devices supported by this CXL device.", 124c6d7a45dSGunnar Mills "longDescription": "This property shall contain the maximum number of logical devices supported by this CXL device.", 125c6d7a45dSGunnar Mills "readonly": true, 126c6d7a45dSGunnar Mills "type": [ 127c6d7a45dSGunnar Mills "integer", 128c6d7a45dSGunnar Mills "null" 129c6d7a45dSGunnar Mills ], 130c6d7a45dSGunnar Mills "versionAdded": "v1_11_0" 131c6d7a45dSGunnar Mills }, 132c6d7a45dSGunnar Mills "TemporaryThroughputReductionEnabled": { 133c6d7a45dSGunnar Mills "description": "Indicates whether temporary throughput reduction is enabled.", 134c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether the CXL Specification-defined 'Temporary Throughput Reduction' mechanism is enabled on this device.", 135c6d7a45dSGunnar Mills "readonly": false, 136c6d7a45dSGunnar Mills "type": [ 137c6d7a45dSGunnar Mills "boolean", 138c6d7a45dSGunnar Mills "null" 139c6d7a45dSGunnar Mills ], 140c6d7a45dSGunnar Mills "versionAdded": "v1_14_0" 141c6d7a45dSGunnar Mills }, 142c6d7a45dSGunnar Mills "TemporaryThroughputReductionSupported": { 143c6d7a45dSGunnar Mills "description": "Indicates whether temporary throughput reduction is supported.", 144c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether the CXL Specification-defined 'Temporary Throughput Reduction' mechanism is supported on this device.", 145c6d7a45dSGunnar Mills "readonly": true, 146c6d7a45dSGunnar Mills "type": [ 147c6d7a45dSGunnar Mills "boolean", 148c6d7a45dSGunnar Mills "null" 149c6d7a45dSGunnar Mills ], 150c6d7a45dSGunnar Mills "versionAdded": "v1_14_0" 151c6d7a45dSGunnar Mills }, 152c6d7a45dSGunnar Mills "ThroughputReductionSupport": { 153c6d7a45dSGunnar Mills "deprecated": "This property has been deprecated in favor of `TemporaryThroughputReductionSupported` to align with the CXL Specification-defined FMAPI command.", 154c6d7a45dSGunnar Mills "description": "Indicates whether the CXL device supports throughput reduction.", 155c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether the CXL device supports the CXL Specification-defined 'Throughput Reduction' mechanism.", 156c6d7a45dSGunnar Mills "readonly": true, 157c6d7a45dSGunnar Mills "type": [ 158c6d7a45dSGunnar Mills "boolean", 159c6d7a45dSGunnar Mills "null" 160c6d7a45dSGunnar Mills ], 161c6d7a45dSGunnar Mills "versionAdded": "v1_11_0", 162c6d7a45dSGunnar Mills "versionDeprecated": "v1_14_0" 163c6d7a45dSGunnar Mills }, 164c6d7a45dSGunnar Mills "Timestamp": { 165c6d7a45dSGunnar Mills "description": "The timestamp set on the CXL device.", 166c6d7a45dSGunnar Mills "format": "date-time", 167c6d7a45dSGunnar Mills "longDescription": "This property shall contain the timestamp set on the CXL device.", 168c6d7a45dSGunnar Mills "readonly": false, 169c6d7a45dSGunnar Mills "type": "string", 170c6d7a45dSGunnar Mills "versionAdded": "v1_11_0" 171c6d7a45dSGunnar Mills } 172c6d7a45dSGunnar Mills }, 173c6d7a45dSGunnar Mills "type": "object" 174c6d7a45dSGunnar Mills }, 175c6d7a45dSGunnar Mills "CXLDeviceType": { 176c6d7a45dSGunnar Mills "enum": [ 177c6d7a45dSGunnar Mills "Type1", 178c6d7a45dSGunnar Mills "Type2", 179c6d7a45dSGunnar Mills "Type3" 180c6d7a45dSGunnar Mills ], 181c6d7a45dSGunnar Mills "enumDescriptions": { 182c6d7a45dSGunnar Mills "Type1": "A CXL Type 1 device.", 183c6d7a45dSGunnar Mills "Type2": "A CXL Type 2 device.", 184c6d7a45dSGunnar Mills "Type3": "A CXL Type 3 device." 185c6d7a45dSGunnar Mills }, 186c6d7a45dSGunnar Mills "enumLongDescriptions": { 187c6d7a45dSGunnar Mills "Type1": "This value shall indicate a CXL Specification-defined Type 1 device.", 188c6d7a45dSGunnar Mills "Type2": "This value shall indicate a CXL Specification-defined Type 2 device.", 189c6d7a45dSGunnar Mills "Type3": "This value shall indicate a CXL Specification-defined Type 3 device." 190c6d7a45dSGunnar Mills }, 191c6d7a45dSGunnar Mills "type": "string" 192c6d7a45dSGunnar Mills }, 193c6d7a45dSGunnar Mills "CXLDynamicCapacity": { 194c6d7a45dSGunnar Mills "additionalProperties": false, 195c6d7a45dSGunnar Mills "description": "The CXL dynamic capacity device (DCD) information for a CXL device.", 196c6d7a45dSGunnar Mills "longDescription": "This type shall contain the CXL dynamic capacity device (DCD) information for a CXL device.", 197c6d7a45dSGunnar Mills "patternProperties": { 198c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 199c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 200c6d7a45dSGunnar Mills "type": [ 201c6d7a45dSGunnar Mills "array", 202c6d7a45dSGunnar Mills "boolean", 203c6d7a45dSGunnar Mills "integer", 204c6d7a45dSGunnar Mills "number", 205c6d7a45dSGunnar Mills "null", 206c6d7a45dSGunnar Mills "object", 207c6d7a45dSGunnar Mills "string" 208c6d7a45dSGunnar Mills ] 209c6d7a45dSGunnar Mills } 210c6d7a45dSGunnar Mills }, 211c6d7a45dSGunnar Mills "properties": { 212c6d7a45dSGunnar Mills "AddCapacityPoliciesSupported": { 213c6d7a45dSGunnar Mills "description": "The set of selection policies supported by the CXL device when dynamic capacity is added.", 214c6d7a45dSGunnar Mills "items": { 215c6d7a45dSGunnar Mills "anyOf": [ 216c6d7a45dSGunnar Mills { 217c6d7a45dSGunnar Mills "$ref": "#/definitions/CXLDynamicCapacityPolicies" 218c6d7a45dSGunnar Mills }, 219c6d7a45dSGunnar Mills { 220c6d7a45dSGunnar Mills "type": "null" 221c6d7a45dSGunnar Mills } 222c6d7a45dSGunnar Mills ] 223c6d7a45dSGunnar Mills }, 224c6d7a45dSGunnar Mills "longDescription": "This property shall contain the CXL Specification-defined dynamic capacity policies that are supported by this CXL device when dynamic capacity is added.", 225c6d7a45dSGunnar Mills "readonly": true, 226c6d7a45dSGunnar Mills "type": "array", 227c6d7a45dSGunnar Mills "versionAdded": "v1_12_0" 228c6d7a45dSGunnar Mills }, 229c6d7a45dSGunnar Mills "MaxDynamicCapacityRegions": { 230c6d7a45dSGunnar Mills "description": "The maximum number of dynamic capacity memory regions available per host from this CXL device.", 231c6d7a45dSGunnar Mills "longDescription": "This property shall contain the maximum number of dynamic capacity memory regions available per host from this CXL device.", 232c6d7a45dSGunnar Mills "readonly": true, 233c6d7a45dSGunnar Mills "type": [ 234c6d7a45dSGunnar Mills "integer", 235c6d7a45dSGunnar Mills "null" 236c6d7a45dSGunnar Mills ], 237c6d7a45dSGunnar Mills "versionAdded": "v1_12_0" 238c6d7a45dSGunnar Mills }, 239c6d7a45dSGunnar Mills "MaxHosts": { 240c6d7a45dSGunnar Mills "description": "The maximum number of hosts supported by this CXL device.", 241c6d7a45dSGunnar Mills "longDescription": "This property shall contain the maximum number of hosts supported by this CXL device.", 242c6d7a45dSGunnar Mills "readonly": true, 243c6d7a45dSGunnar Mills "type": [ 244c6d7a45dSGunnar Mills "integer", 245c6d7a45dSGunnar Mills "null" 246c6d7a45dSGunnar Mills ], 247c6d7a45dSGunnar Mills "versionAdded": "v1_12_0" 248c6d7a45dSGunnar Mills }, 249c6d7a45dSGunnar Mills "MemoryBlockSizesSupported": { 250c6d7a45dSGunnar Mills "description": "The set of memory block sizes supported by memory regions in this CXL device.", 251c6d7a45dSGunnar Mills "items": { 252c6d7a45dSGunnar Mills "anyOf": [ 253c6d7a45dSGunnar Mills { 254c6d7a45dSGunnar Mills "$ref": "#/definitions/CXLRegionBlockSizes" 255c6d7a45dSGunnar Mills }, 256c6d7a45dSGunnar Mills { 257c6d7a45dSGunnar Mills "type": "null" 258c6d7a45dSGunnar Mills } 259c6d7a45dSGunnar Mills ] 260c6d7a45dSGunnar Mills }, 261c6d7a45dSGunnar Mills "longDescription": "This property shall contain the set of memory block sizes supported by memory regions in this CXL device.", 262c6d7a45dSGunnar Mills "type": "array", 263c6d7a45dSGunnar Mills "versionAdded": "v1_12_0" 264c6d7a45dSGunnar Mills }, 265c6d7a45dSGunnar Mills "ReleaseCapacityPoliciesSupported": { 266c6d7a45dSGunnar Mills "description": "The set of removal policies supported by the CXL device when dynamic capacity is released.", 267c6d7a45dSGunnar Mills "items": { 268c6d7a45dSGunnar Mills "anyOf": [ 269c6d7a45dSGunnar Mills { 270c6d7a45dSGunnar Mills "$ref": "#/definitions/CXLDynamicCapacityPolicies" 271c6d7a45dSGunnar Mills }, 272c6d7a45dSGunnar Mills { 273c6d7a45dSGunnar Mills "type": "null" 274c6d7a45dSGunnar Mills } 275c6d7a45dSGunnar Mills ] 276c6d7a45dSGunnar Mills }, 277c6d7a45dSGunnar Mills "longDescription": "This property shall contain the CXL Specification-defined dynamic capacity policies that are supported by this CXL device when dynamic capacity is released.", 278c6d7a45dSGunnar Mills "readonly": true, 279c6d7a45dSGunnar Mills "type": "array", 280c6d7a45dSGunnar Mills "versionAdded": "v1_12_0" 281c6d7a45dSGunnar Mills }, 282c6d7a45dSGunnar Mills "SanitizationOnReleaseSupport": { 283c6d7a45dSGunnar Mills "description": "An indication of whether the sanitization on capacity release is configurable for the memory regions in this CXL device.", 284c6d7a45dSGunnar Mills "items": { 285c6d7a45dSGunnar Mills "anyOf": [ 286c6d7a45dSGunnar Mills { 287c6d7a45dSGunnar Mills "$ref": "#/definitions/CXLRegionSanitization" 288c6d7a45dSGunnar Mills }, 289c6d7a45dSGunnar Mills { 290c6d7a45dSGunnar Mills "type": "null" 291c6d7a45dSGunnar Mills } 292c6d7a45dSGunnar Mills ] 293c6d7a45dSGunnar Mills }, 294c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether the sanitization on capacity release is configurable for the memory regions in this CXL device.", 295c6d7a45dSGunnar Mills "type": "array", 296c6d7a45dSGunnar Mills "versionAdded": "v1_12_0" 297c6d7a45dSGunnar Mills }, 298c6d7a45dSGunnar Mills "TotalDynamicCapacityMiB": { 299c6d7a45dSGunnar Mills "description": "The total memory media capacity of the CXL device available for dynamic assignment in mebibytes (MiB).", 300c6d7a45dSGunnar Mills "longDescription": "This property shall contain the total memory media capacity of the CXL device available for dynamic assignment in mebibytes (MiB).", 301c6d7a45dSGunnar Mills "readonly": true, 302c6d7a45dSGunnar Mills "type": [ 303c6d7a45dSGunnar Mills "integer", 304c6d7a45dSGunnar Mills "null" 305c6d7a45dSGunnar Mills ], 306c6d7a45dSGunnar Mills "units": "MiBy", 307c6d7a45dSGunnar Mills "versionAdded": "v1_12_0" 308c6d7a45dSGunnar Mills } 309c6d7a45dSGunnar Mills }, 310c6d7a45dSGunnar Mills "type": "object" 311c6d7a45dSGunnar Mills }, 312c6d7a45dSGunnar Mills "CXLDynamicCapacityPolicies": { 313c6d7a45dSGunnar Mills "enum": [ 314c6d7a45dSGunnar Mills "Free", 315c6d7a45dSGunnar Mills "Contiguous", 316c6d7a45dSGunnar Mills "Prescriptive", 317c6d7a45dSGunnar Mills "TagBased" 318c6d7a45dSGunnar Mills ], 319c6d7a45dSGunnar Mills "enumDescriptions": { 320c6d7a45dSGunnar Mills "Contiguous": "Contiguous add capacity policy.", 321c6d7a45dSGunnar Mills "Free": "Free add capacity policy.", 322c6d7a45dSGunnar Mills "Prescriptive": "Prescriptive add or release policy.", 323c6d7a45dSGunnar Mills "TagBased": "Tag-based release policy." 324c6d7a45dSGunnar Mills }, 325c6d7a45dSGunnar Mills "enumLongDescriptions": { 326c6d7a45dSGunnar Mills "Contiguous": "This value shall indicate the CXL Specification-defined contiguous add capacity policy.", 327c6d7a45dSGunnar Mills "Free": "This value shall indicate the CXL Specification-defined free add capacity policy.", 328c6d7a45dSGunnar Mills "Prescriptive": "This value shall indicate the CXL Specification-defined prescriptive add or release policy.", 329c6d7a45dSGunnar Mills "TagBased": "This value shall indicate the CXL Specification-defined tag-based release policy." 330c6d7a45dSGunnar Mills }, 331c6d7a45dSGunnar Mills "type": "string" 332c6d7a45dSGunnar Mills }, 333c6d7a45dSGunnar Mills "CXLProtocolVersion": { 334c6d7a45dSGunnar Mills "enum": [ 335c6d7a45dSGunnar Mills "CXL1_1", 336c6d7a45dSGunnar Mills "CXL2_0", 337c6d7a45dSGunnar Mills "CXL3_0", 338c6d7a45dSGunnar Mills "CXL3_1", 339c6d7a45dSGunnar Mills "CXL3_2" 340c6d7a45dSGunnar Mills ], 341c6d7a45dSGunnar Mills "enumDescriptions": { 342c6d7a45dSGunnar Mills "CXL1_1": "CXL protocol specification revision 1.1.", 343c6d7a45dSGunnar Mills "CXL2_0": "CXL protocol specification revision 2.0.", 344c6d7a45dSGunnar Mills "CXL3_0": "CXL protocol specification revision 3.0.", 345c6d7a45dSGunnar Mills "CXL3_1": "CXL protocol specification revision 3.1.", 346c6d7a45dSGunnar Mills "CXL3_2": "CXL protocol specification revision 3.2." 347c6d7a45dSGunnar Mills }, 348c6d7a45dSGunnar Mills "type": "string" 349c6d7a45dSGunnar Mills }, 350c6d7a45dSGunnar Mills "CXLRegionBlockSizes": { 351c6d7a45dSGunnar Mills "additionalProperties": false, 352c6d7a45dSGunnar Mills "description": "Set of memory block sizes supported by memory region in the CXL device.", 353c6d7a45dSGunnar Mills "longDescription": "This type shall contain the set of memory block sizes supported by memory region in the dynamic capacity device.", 354c6d7a45dSGunnar Mills "patternProperties": { 355c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 356c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 357c6d7a45dSGunnar Mills "type": [ 358c6d7a45dSGunnar Mills "array", 359c6d7a45dSGunnar Mills "boolean", 360c6d7a45dSGunnar Mills "integer", 361c6d7a45dSGunnar Mills "number", 362c6d7a45dSGunnar Mills "null", 363c6d7a45dSGunnar Mills "object", 364c6d7a45dSGunnar Mills "string" 365c6d7a45dSGunnar Mills ] 366c6d7a45dSGunnar Mills } 367c6d7a45dSGunnar Mills }, 368c6d7a45dSGunnar Mills "properties": { 369c6d7a45dSGunnar Mills "BlockSizeMiB": { 370c6d7a45dSGunnar Mills "description": "Set of memory block sizes supported by this memory region defined in mebibytes (MiB).", 371c6d7a45dSGunnar Mills "items": { 372c6d7a45dSGunnar Mills "type": [ 373c6d7a45dSGunnar Mills "integer", 374c6d7a45dSGunnar Mills "null" 375c6d7a45dSGunnar Mills ] 376c6d7a45dSGunnar Mills }, 377c6d7a45dSGunnar Mills "longDescription": "This property shall contain the set of memory block sizes supported by this memory region, with units in MiB.", 378c6d7a45dSGunnar Mills "readonly": true, 379c6d7a45dSGunnar Mills "type": "array", 380c6d7a45dSGunnar Mills "units": "MiBy", 381c6d7a45dSGunnar Mills "versionAdded": "v1_12_0" 382c6d7a45dSGunnar Mills }, 383c6d7a45dSGunnar Mills "RegionNumber": { 384c6d7a45dSGunnar Mills "description": "The memory region number.", 385c6d7a45dSGunnar Mills "longDescription": "This property shall contain the memory region number.", 386c6d7a45dSGunnar Mills "readonly": true, 387c6d7a45dSGunnar Mills "type": [ 388c6d7a45dSGunnar Mills "integer", 389c6d7a45dSGunnar Mills "null" 390c6d7a45dSGunnar Mills ], 391c6d7a45dSGunnar Mills "versionAdded": "v1_12_0" 392c6d7a45dSGunnar Mills } 393c6d7a45dSGunnar Mills }, 394c6d7a45dSGunnar Mills "type": "object" 395c6d7a45dSGunnar Mills }, 396c6d7a45dSGunnar Mills "CXLRegionSanitization": { 397c6d7a45dSGunnar Mills "additionalProperties": false, 398c6d7a45dSGunnar Mills "description": "An indication of whether the sanitization on capacity release is configurable for the memory region.", 399c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether the sanitization on capacity release is configurable for the memory region.", 400c6d7a45dSGunnar Mills "patternProperties": { 401c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 402c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 403c6d7a45dSGunnar Mills "type": [ 404c6d7a45dSGunnar Mills "array", 405c6d7a45dSGunnar Mills "boolean", 406c6d7a45dSGunnar Mills "integer", 407c6d7a45dSGunnar Mills "number", 408c6d7a45dSGunnar Mills "null", 409c6d7a45dSGunnar Mills "object", 410c6d7a45dSGunnar Mills "string" 411c6d7a45dSGunnar Mills ] 412c6d7a45dSGunnar Mills } 413c6d7a45dSGunnar Mills }, 414c6d7a45dSGunnar Mills "properties": { 415c6d7a45dSGunnar Mills "RegionNumber": { 416c6d7a45dSGunnar Mills "description": "The memory region number.", 417c6d7a45dSGunnar Mills "longDescription": "This property shall contain the memory region number.", 418c6d7a45dSGunnar Mills "readonly": true, 419c6d7a45dSGunnar Mills "type": [ 420c6d7a45dSGunnar Mills "integer", 421c6d7a45dSGunnar Mills "null" 422c6d7a45dSGunnar Mills ], 423c6d7a45dSGunnar Mills "versionAdded": "v1_12_0" 424c6d7a45dSGunnar Mills }, 425c6d7a45dSGunnar Mills "SanitizationOnReleaseSupported": { 426c6d7a45dSGunnar Mills "description": "An indication of whether the sanitization on capacity release is configurable for this memory region.", 427c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether the sanitization on capacity release is configurable for this memory region.", 428c6d7a45dSGunnar Mills "readonly": true, 429c6d7a45dSGunnar Mills "type": [ 430c6d7a45dSGunnar Mills "boolean", 431c6d7a45dSGunnar Mills "null" 432c6d7a45dSGunnar Mills ], 433c6d7a45dSGunnar Mills "versionAdded": "v1_12_0" 434c6d7a45dSGunnar Mills } 435c6d7a45dSGunnar Mills }, 436c6d7a45dSGunnar Mills "type": "object" 437c6d7a45dSGunnar Mills }, 438c6d7a45dSGunnar Mills "DeviceType": { 439c6d7a45dSGunnar Mills "enum": [ 440c6d7a45dSGunnar Mills "SingleFunction", 441c6d7a45dSGunnar Mills "MultiFunction", 442c6d7a45dSGunnar Mills "Simulated", 443c6d7a45dSGunnar Mills "Retimer" 444c6d7a45dSGunnar Mills ], 445c6d7a45dSGunnar Mills "enumDescriptions": { 446c6d7a45dSGunnar Mills "MultiFunction": "A multi-function PCIe device.", 447c6d7a45dSGunnar Mills "Retimer": "A PCIe retimer device.", 448c6d7a45dSGunnar Mills "Simulated": "A PCIe device that is not currently physically present, but is being simulated by the PCIe infrastructure.", 449c6d7a45dSGunnar Mills "SingleFunction": "A single-function PCIe device." 450c6d7a45dSGunnar Mills }, 451c6d7a45dSGunnar Mills "enumVersionAdded": { 452c6d7a45dSGunnar Mills "Retimer": "v1_10_0" 453c6d7a45dSGunnar Mills }, 454c6d7a45dSGunnar Mills "type": "string" 455c6d7a45dSGunnar Mills }, 456c6d7a45dSGunnar Mills "LaneSplittingType": { 457c6d7a45dSGunnar Mills "enum": [ 458c6d7a45dSGunnar Mills "None", 459c6d7a45dSGunnar Mills "Bridged", 460c6d7a45dSGunnar Mills "Bifurcated" 461c6d7a45dSGunnar Mills ], 462c6d7a45dSGunnar Mills "enumDescriptions": { 463c6d7a45dSGunnar Mills "Bifurcated": "The slot is bifurcated to split the lanes with associated devices.", 464c6d7a45dSGunnar Mills "Bridged": "The slot has a bridge to share the lanes with associated devices.", 465c6d7a45dSGunnar Mills "None": "The slot has no lane splitting." 466c6d7a45dSGunnar Mills }, 467c6d7a45dSGunnar Mills "type": "string" 468c6d7a45dSGunnar Mills }, 469c6d7a45dSGunnar Mills "Links": { 470c6d7a45dSGunnar Mills "additionalProperties": false, 471c6d7a45dSGunnar Mills "description": "The links to other resources that are related to this resource.", 472c6d7a45dSGunnar 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.", 473c6d7a45dSGunnar Mills "patternProperties": { 474c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 475c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 476c6d7a45dSGunnar Mills "type": [ 477c6d7a45dSGunnar Mills "array", 478c6d7a45dSGunnar Mills "boolean", 479c6d7a45dSGunnar Mills "integer", 480c6d7a45dSGunnar Mills "number", 481c6d7a45dSGunnar Mills "null", 482c6d7a45dSGunnar Mills "object", 483c6d7a45dSGunnar Mills "string" 484c6d7a45dSGunnar Mills ] 485c6d7a45dSGunnar Mills } 486c6d7a45dSGunnar Mills }, 487c6d7a45dSGunnar Mills "properties": { 488c6d7a45dSGunnar Mills "Chassis": { 489c6d7a45dSGunnar Mills "description": "An array of links to the chassis in which the PCIe device is contained.", 490c6d7a45dSGunnar Mills "items": { 491c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis" 492c6d7a45dSGunnar Mills }, 493c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Chassis` that represent the physical containers associated with this resource.", 494c6d7a45dSGunnar Mills "readonly": true, 495c6d7a45dSGunnar Mills "type": "array" 496c6d7a45dSGunnar Mills }, 497c6d7a45dSGunnar Mills "Chassis@odata.count": { 498c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 499c6d7a45dSGunnar Mills }, 500c6d7a45dSGunnar Mills "ConnectedPCIePorts": { 501c6d7a45dSGunnar Mills "description": "An array of links to the remote PCIe ports to which this device is connected.", 502c6d7a45dSGunnar Mills "items": { 503c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Port.json#/definitions/Port" 504c6d7a45dSGunnar Mills }, 505c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Port` that represent the remote PCIe ports to which this device is connected.", 506c6d7a45dSGunnar Mills "readonly": true, 507c6d7a45dSGunnar Mills "type": "array", 508c6d7a45dSGunnar Mills "versionAdded": "v1_19_0" 509c6d7a45dSGunnar Mills }, 510c6d7a45dSGunnar Mills "ConnectedPCIePorts@odata.count": { 511c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 512c6d7a45dSGunnar Mills }, 513c6d7a45dSGunnar Mills "Oem": { 514c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 515c6d7a45dSGunnar Mills "description": "The OEM extension property.", 516c6d7a45dSGunnar 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." 517c6d7a45dSGunnar Mills }, 518c6d7a45dSGunnar Mills "PCIeFunctions": { 519c6d7a45dSGunnar Mills "deprecated": "This property has been deprecated in favor of the `PCIeFunctions` property in the root that provides a link to a resource collection.", 520c6d7a45dSGunnar Mills "description": "An array of links to PCIe functions exposed by this device.", 521c6d7a45dSGunnar Mills "items": { 522c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeFunction.json#/definitions/PCIeFunction" 523c6d7a45dSGunnar Mills }, 524c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `PCIeFunction` that represent the PCIe functions this device exposes.", 525c6d7a45dSGunnar Mills "readonly": true, 526c6d7a45dSGunnar Mills "type": "array", 527c6d7a45dSGunnar Mills "versionDeprecated": "v1_4_0" 528c6d7a45dSGunnar Mills }, 529c6d7a45dSGunnar Mills "PCIeFunctions@odata.count": { 530c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 531c6d7a45dSGunnar Mills }, 532c6d7a45dSGunnar Mills "Processors": { 533c6d7a45dSGunnar Mills "description": "An array of links to the processors that are directly connected or directly bridged to this PCIe device.", 534c6d7a45dSGunnar Mills "items": { 535c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Processor.json#/definitions/Processor" 536c6d7a45dSGunnar Mills }, 537c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Processor` that represent processors that are directly connected or directly bridged to this PCIe device.", 538c6d7a45dSGunnar Mills "readonly": true, 539c6d7a45dSGunnar Mills "type": "array", 540c6d7a45dSGunnar Mills "versionAdded": "v1_12_0" 541c6d7a45dSGunnar Mills }, 542c6d7a45dSGunnar Mills "Processors@odata.count": { 543c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 544c6d7a45dSGunnar Mills }, 545c6d7a45dSGunnar Mills "Switch": { 546c6d7a45dSGunnar Mills "anyOf": [ 547c6d7a45dSGunnar Mills { 548c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Switch.json#/definitions/Switch" 549c6d7a45dSGunnar Mills }, 550c6d7a45dSGunnar Mills { 551c6d7a45dSGunnar Mills "type": "null" 552c6d7a45dSGunnar Mills } 553c6d7a45dSGunnar Mills ], 554c6d7a45dSGunnar Mills "description": "The link to a switch that is associated with this PCIe device.", 555c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `Switch` that is associated with this PCIe device.", 556c6d7a45dSGunnar Mills "readonly": true, 557c6d7a45dSGunnar Mills "versionAdded": "v1_10_0" 558c6d7a45dSGunnar Mills } 559c6d7a45dSGunnar Mills }, 560c6d7a45dSGunnar Mills "type": "object" 561c6d7a45dSGunnar Mills }, 562c6d7a45dSGunnar Mills "OemActions": { 563c6d7a45dSGunnar Mills "additionalProperties": true, 564c6d7a45dSGunnar Mills "description": "The available OEM-specific actions for this resource.", 565c6d7a45dSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 566c6d7a45dSGunnar Mills "patternProperties": { 567c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 568c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 569c6d7a45dSGunnar Mills "type": [ 570c6d7a45dSGunnar Mills "array", 571c6d7a45dSGunnar Mills "boolean", 572c6d7a45dSGunnar Mills "integer", 573c6d7a45dSGunnar Mills "number", 574c6d7a45dSGunnar Mills "null", 575c6d7a45dSGunnar Mills "object", 576c6d7a45dSGunnar Mills "string" 577c6d7a45dSGunnar Mills ] 578c6d7a45dSGunnar Mills } 579c6d7a45dSGunnar Mills }, 580c6d7a45dSGunnar Mills "properties": {}, 581c6d7a45dSGunnar Mills "type": "object" 582c6d7a45dSGunnar Mills }, 583c6d7a45dSGunnar Mills "PCIeDevice": { 584c6d7a45dSGunnar Mills "additionalProperties": false, 585c6d7a45dSGunnar Mills "description": "The `PCIeDevice` schema describes the properties of a PCIe device that is attached to a system. It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present.", 586c6d7a45dSGunnar Mills "longDescription": "This resource shall represent a PCIe device in a Redfish implementation. It may also represent a location, such as a slot, socket, or bay, where a unit may be installed, but the `State` property within the `Status` property contains `Absent`.", 587c6d7a45dSGunnar Mills "patternProperties": { 588c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 589c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 590c6d7a45dSGunnar Mills "type": [ 591c6d7a45dSGunnar Mills "array", 592c6d7a45dSGunnar Mills "boolean", 593c6d7a45dSGunnar Mills "integer", 594c6d7a45dSGunnar Mills "number", 595c6d7a45dSGunnar Mills "null", 596c6d7a45dSGunnar Mills "object", 597c6d7a45dSGunnar Mills "string" 598c6d7a45dSGunnar Mills ] 599c6d7a45dSGunnar Mills } 600c6d7a45dSGunnar Mills }, 601c6d7a45dSGunnar Mills "properties": { 602c6d7a45dSGunnar Mills "@odata.context": { 603c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 604c6d7a45dSGunnar Mills }, 605c6d7a45dSGunnar Mills "@odata.etag": { 606c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 607c6d7a45dSGunnar Mills }, 608c6d7a45dSGunnar Mills "@odata.id": { 609c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 610c6d7a45dSGunnar Mills }, 611c6d7a45dSGunnar Mills "@odata.type": { 612c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 613c6d7a45dSGunnar Mills }, 614c6d7a45dSGunnar Mills "Actions": { 615c6d7a45dSGunnar Mills "$ref": "#/definitions/Actions", 616c6d7a45dSGunnar Mills "description": "The available actions for this resource.", 617c6d7a45dSGunnar Mills "longDescription": "This property shall contain the available actions for this resource.", 618c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 619c6d7a45dSGunnar Mills }, 620c6d7a45dSGunnar Mills "Assembly": { 621c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly", 622c6d7a45dSGunnar Mills "description": "The link to the assembly associated with this PCIe device.", 623c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `Assembly`.", 624c6d7a45dSGunnar Mills "readonly": true, 625c6d7a45dSGunnar Mills "versionAdded": "v1_2_0" 626c6d7a45dSGunnar Mills }, 627c6d7a45dSGunnar Mills "AssetTag": { 628c6d7a45dSGunnar Mills "description": "The user-assigned asset tag for this PCIe device.", 629c6d7a45dSGunnar Mills "longDescription": "This property shall contain an identifying string that tracks the PCIe device for inventory purposes.", 630c6d7a45dSGunnar Mills "readonly": false, 631c6d7a45dSGunnar Mills "type": [ 632c6d7a45dSGunnar Mills "string", 633c6d7a45dSGunnar Mills "null" 634c6d7a45dSGunnar Mills ] 635c6d7a45dSGunnar Mills }, 636c6d7a45dSGunnar Mills "CXLDevice": { 637c6d7a45dSGunnar Mills "anyOf": [ 638c6d7a45dSGunnar Mills { 639c6d7a45dSGunnar Mills "$ref": "#/definitions/CXLDevice" 640c6d7a45dSGunnar Mills }, 641c6d7a45dSGunnar Mills { 642c6d7a45dSGunnar Mills "type": "null" 643c6d7a45dSGunnar Mills } 644c6d7a45dSGunnar Mills ], 645c6d7a45dSGunnar Mills "description": "The CXL-specific properties of this PCIe device.", 646c6d7a45dSGunnar Mills "longDescription": "This property shall contain CXL-specific properties of this PCIe device.", 647c6d7a45dSGunnar Mills "versionAdded": "v1_11_0" 648c6d7a45dSGunnar Mills }, 649c6d7a45dSGunnar Mills "CXLLogicalDevices": { 650c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/CXLLogicalDeviceCollection.json#/definitions/CXLLogicalDeviceCollection", 651c6d7a45dSGunnar Mills "description": "The link to the collection of CXL logical devices within this PCIe device.", 652c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `CXLLogicalDeviceCollection`.", 653c6d7a45dSGunnar Mills "readonly": true, 654c6d7a45dSGunnar Mills "versionAdded": "v1_11_0" 655c6d7a45dSGunnar Mills }, 656c6d7a45dSGunnar Mills "Description": { 657c6d7a45dSGunnar Mills "anyOf": [ 658c6d7a45dSGunnar Mills { 659c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 660c6d7a45dSGunnar Mills }, 661c6d7a45dSGunnar Mills { 662c6d7a45dSGunnar Mills "type": "null" 663c6d7a45dSGunnar Mills } 664c6d7a45dSGunnar Mills ], 665c6d7a45dSGunnar Mills "readonly": true 666c6d7a45dSGunnar Mills }, 667c6d7a45dSGunnar Mills "DeviceType": { 668c6d7a45dSGunnar Mills "$ref": "#/definitions/DeviceType", 669c6d7a45dSGunnar Mills "description": "The device type for this PCIe device.", 670c6d7a45dSGunnar Mills "longDescription": "This property shall contain the device type of the PCIe device such as `SingleFunction` or `MultiFunction`.", 671c6d7a45dSGunnar Mills "readonly": true 672c6d7a45dSGunnar Mills }, 673c6d7a45dSGunnar Mills "EnvironmentMetrics": { 674c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics.json#/definitions/EnvironmentMetrics", 675c6d7a45dSGunnar Mills "description": "The link to the environment metrics for this PCIe device.", 676c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `EnvironmentMetrics` that specifies the environment metrics for this PCIe device.", 677c6d7a45dSGunnar Mills "readonly": true, 678c6d7a45dSGunnar Mills "versionAdded": "v1_7_0" 679c6d7a45dSGunnar Mills }, 680c6d7a45dSGunnar Mills "FirmwareVersion": { 681c6d7a45dSGunnar Mills "description": "The version of firmware for this PCIe device.", 682c6d7a45dSGunnar Mills "longDescription": "This property shall contain the firmware version of the PCIe device.", 683c6d7a45dSGunnar Mills "readonly": true, 684c6d7a45dSGunnar Mills "type": [ 685c6d7a45dSGunnar Mills "string", 686c6d7a45dSGunnar Mills "null" 687c6d7a45dSGunnar Mills ] 688c6d7a45dSGunnar Mills }, 689c6d7a45dSGunnar Mills "Id": { 690c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 691c6d7a45dSGunnar Mills "readonly": true 692c6d7a45dSGunnar Mills }, 693c6d7a45dSGunnar Mills "Links": { 694c6d7a45dSGunnar Mills "$ref": "#/definitions/Links", 695c6d7a45dSGunnar Mills "description": "The links to other resources that are related to this resource.", 696c6d7a45dSGunnar Mills "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource." 697c6d7a45dSGunnar Mills }, 698c6d7a45dSGunnar Mills "LocationIndicatorActive": { 699c6d7a45dSGunnar Mills "description": "An indicator allowing an operator to physically locate this resource.", 700c6d7a45dSGunnar Mills "longDescription": "This property shall contain the state of the indicator used to physically identify or locate this resource.", 701c6d7a45dSGunnar Mills "readonly": false, 702c6d7a45dSGunnar Mills "type": [ 703c6d7a45dSGunnar Mills "boolean", 704c6d7a45dSGunnar Mills "null" 705c6d7a45dSGunnar Mills ], 706c6d7a45dSGunnar Mills "versionAdded": "v1_12_0" 707c6d7a45dSGunnar Mills }, 708c6d7a45dSGunnar Mills "Manufacturer": { 709c6d7a45dSGunnar Mills "description": "The manufacturer of this PCIe device.", 710c6d7a45dSGunnar Mills "longDescription": "This property shall contain the name of the organization responsible for producing the PCIe device. This organization may be the entity from whom the PCIe device is purchased, but this is not necessarily true.", 711c6d7a45dSGunnar Mills "readonly": true, 712c6d7a45dSGunnar Mills "type": [ 713c6d7a45dSGunnar Mills "string", 714c6d7a45dSGunnar Mills "null" 715c6d7a45dSGunnar Mills ] 716c6d7a45dSGunnar Mills }, 717c6d7a45dSGunnar Mills "Model": { 718c6d7a45dSGunnar Mills "description": "The model number for the PCIe device.", 719c6d7a45dSGunnar Mills "longDescription": "This property shall contain the name by which the manufacturer generally refers to the PCIe device.", 720c6d7a45dSGunnar Mills "readonly": true, 721c6d7a45dSGunnar Mills "type": [ 722c6d7a45dSGunnar Mills "string", 723c6d7a45dSGunnar Mills "null" 724c6d7a45dSGunnar Mills ] 725c6d7a45dSGunnar Mills }, 726c6d7a45dSGunnar Mills "Name": { 727c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 728c6d7a45dSGunnar Mills "readonly": true 729c6d7a45dSGunnar Mills }, 730c6d7a45dSGunnar Mills "Oem": { 731c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 732c6d7a45dSGunnar Mills "description": "The OEM extension property.", 733c6d7a45dSGunnar 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." 734c6d7a45dSGunnar Mills }, 735c6d7a45dSGunnar Mills "PCIeFunctions": { 736c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeFunctionCollection.json#/definitions/PCIeFunctionCollection", 737c6d7a45dSGunnar Mills "description": "The link to the collection of PCIe functions associated with this PCIe device.", 738c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `PCIeFunctionCollection`. This property should not be present if `DeviceType` contains `Retimer`.", 739c6d7a45dSGunnar Mills "readonly": true, 740c6d7a45dSGunnar Mills "versionAdded": "v1_4_0" 741c6d7a45dSGunnar Mills }, 742c6d7a45dSGunnar Mills "PCIeInterface": { 743c6d7a45dSGunnar Mills "$ref": "#/definitions/PCIeInterface", 744c6d7a45dSGunnar Mills "description": "The PCIe interface details for this PCIe device.", 745c6d7a45dSGunnar Mills "longDescription": "This property shall contain details for the PCIe interface that connects this PCIe device to its host or upstream switch.", 746c6d7a45dSGunnar Mills "versionAdded": "v1_3_0" 747c6d7a45dSGunnar Mills }, 748c6d7a45dSGunnar Mills "PartNumber": { 749c6d7a45dSGunnar Mills "description": "The part number for this PCIe device.", 750c6d7a45dSGunnar Mills "longDescription": "This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the PCIe device.", 751c6d7a45dSGunnar Mills "readonly": true, 752c6d7a45dSGunnar Mills "type": [ 753c6d7a45dSGunnar Mills "string", 754c6d7a45dSGunnar Mills "null" 755c6d7a45dSGunnar Mills ] 756c6d7a45dSGunnar Mills }, 757c6d7a45dSGunnar Mills "ReadyToRemove": { 758c6d7a45dSGunnar Mills "description": "An indication of whether the PCIe device is prepared by the system for removal.", 759c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether the PCIe device is ready for removal. Setting the value to `true` shall cause the service to perform appropriate actions to quiesce the device. A task may spawn while the device is quiescing.", 760c6d7a45dSGunnar Mills "readonly": false, 761c6d7a45dSGunnar Mills "type": [ 762c6d7a45dSGunnar Mills "boolean", 763c6d7a45dSGunnar Mills "null" 764c6d7a45dSGunnar Mills ], 765c6d7a45dSGunnar Mills "versionAdded": "v1_7_0" 766c6d7a45dSGunnar Mills }, 767c6d7a45dSGunnar Mills "SKU": { 768c6d7a45dSGunnar Mills "description": "The SKU for this PCIe device.", 769c6d7a45dSGunnar Mills "longDescription": "This property shall contain the stock-keeping unit number for this PCIe device.", 770c6d7a45dSGunnar Mills "readonly": true, 771c6d7a45dSGunnar Mills "type": [ 772c6d7a45dSGunnar Mills "string", 773c6d7a45dSGunnar Mills "null" 774c6d7a45dSGunnar Mills ] 775c6d7a45dSGunnar Mills }, 776c6d7a45dSGunnar Mills "SerialNumber": { 777c6d7a45dSGunnar Mills "description": "The serial number for this PCIe device.", 778c6d7a45dSGunnar Mills "longDescription": "This property shall contain a manufacturer-allocated number that identifies the PCIe device.", 779c6d7a45dSGunnar Mills "readonly": true, 780c6d7a45dSGunnar Mills "type": [ 781c6d7a45dSGunnar Mills "string", 782c6d7a45dSGunnar Mills "null" 783c6d7a45dSGunnar Mills ] 784c6d7a45dSGunnar Mills }, 785c6d7a45dSGunnar Mills "Slot": { 786c6d7a45dSGunnar Mills "anyOf": [ 787c6d7a45dSGunnar Mills { 788c6d7a45dSGunnar Mills "$ref": "#/definitions/Slot" 789c6d7a45dSGunnar Mills }, 790c6d7a45dSGunnar Mills { 791c6d7a45dSGunnar Mills "type": "null" 792c6d7a45dSGunnar Mills } 793c6d7a45dSGunnar Mills ], 794c6d7a45dSGunnar Mills "description": "Information about the slot for this PCIe device.", 795c6d7a45dSGunnar Mills "longDescription": "This property shall contain information about the PCIe slot for this PCIe device.", 796c6d7a45dSGunnar Mills "versionAdded": "v1_9_0" 797c6d7a45dSGunnar Mills }, 798c6d7a45dSGunnar Mills "SparePartNumber": { 799c6d7a45dSGunnar Mills "description": "The spare part number of the PCIe device.", 800c6d7a45dSGunnar Mills "longDescription": "This property shall contain the spare part number of the PCIe device.", 801c6d7a45dSGunnar Mills "readonly": true, 802c6d7a45dSGunnar Mills "type": [ 803c6d7a45dSGunnar Mills "string", 804c6d7a45dSGunnar Mills "null" 805c6d7a45dSGunnar Mills ], 806c6d7a45dSGunnar Mills "versionAdded": "v1_6_0" 807c6d7a45dSGunnar Mills }, 808c6d7a45dSGunnar Mills "StagedVersion": { 809c6d7a45dSGunnar Mills "description": "The staged firmware version for this PCIe device; this firmware is not yet active.", 810c6d7a45dSGunnar Mills "longDescription": "This property shall contain the staged firmware version for this PCIe device; this firmware is not yet active.", 811c6d7a45dSGunnar Mills "readonly": true, 812c6d7a45dSGunnar Mills "type": "string", 813c6d7a45dSGunnar Mills "versionAdded": "v1_11_0" 814c6d7a45dSGunnar Mills }, 815c6d7a45dSGunnar Mills "Status": { 816c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 817c6d7a45dSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 818c6d7a45dSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource." 819c6d7a45dSGunnar Mills }, 820c6d7a45dSGunnar Mills "UUID": { 821c6d7a45dSGunnar Mills "anyOf": [ 822c6d7a45dSGunnar Mills { 823c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/UUID" 824c6d7a45dSGunnar Mills }, 825c6d7a45dSGunnar Mills { 826c6d7a45dSGunnar Mills "type": "null" 827c6d7a45dSGunnar Mills } 828c6d7a45dSGunnar Mills ], 829c6d7a45dSGunnar Mills "description": "The UUID for this PCIe device.", 830c6d7a45dSGunnar Mills "longDescription": "This property shall contain the universally unique identifier number for this PCIe device.", 831c6d7a45dSGunnar Mills "readonly": true, 832c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 833c6d7a45dSGunnar Mills } 834c6d7a45dSGunnar Mills }, 835c6d7a45dSGunnar Mills "required": [ 836c6d7a45dSGunnar Mills "@odata.id", 837c6d7a45dSGunnar Mills "@odata.type", 838c6d7a45dSGunnar Mills "Id", 839c6d7a45dSGunnar Mills "Name" 840c6d7a45dSGunnar Mills ], 841c6d7a45dSGunnar Mills "type": "object" 842c6d7a45dSGunnar Mills }, 843c6d7a45dSGunnar Mills "PCIeErrors": { 844c6d7a45dSGunnar Mills "additionalProperties": false, 845c6d7a45dSGunnar Mills "description": "The PCIe errors associated with this device.", 846c6d7a45dSGunnar Mills "longDescription": "This property shall contain properties that describe the PCIe errors associated with this device.", 847c6d7a45dSGunnar Mills "patternProperties": { 848c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 849c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 850c6d7a45dSGunnar Mills "type": [ 851c6d7a45dSGunnar Mills "array", 852c6d7a45dSGunnar Mills "boolean", 853c6d7a45dSGunnar Mills "integer", 854c6d7a45dSGunnar Mills "number", 855c6d7a45dSGunnar Mills "null", 856c6d7a45dSGunnar Mills "object", 857c6d7a45dSGunnar Mills "string" 858c6d7a45dSGunnar Mills ] 859c6d7a45dSGunnar Mills } 860c6d7a45dSGunnar Mills }, 861c6d7a45dSGunnar Mills "properties": { 862c6d7a45dSGunnar Mills "BadDLLPCount": { 863c6d7a45dSGunnar Mills "description": "The total number of Bad DLLPs issued on the PCIe link by the receiver.", 864c6d7a45dSGunnar Mills "longDescription": "This property shall contain the total number of Bad DLLPs issued on the PCIe link by the receiver. A Bad DLLP in the context of PCIe communication is a packet that has encountered errors at the data link layer. When a DLLP is considered bad, it means it has been corrupted or is incorrectly formatted, potentially due to transmission errors, hardware failures, or other issues that affect its integrity.", 865c6d7a45dSGunnar Mills "readonly": true, 866c6d7a45dSGunnar Mills "type": [ 867c6d7a45dSGunnar Mills "integer", 868c6d7a45dSGunnar Mills "null" 869c6d7a45dSGunnar Mills ], 870c6d7a45dSGunnar Mills "versionAdded": "v1_15_0" 871c6d7a45dSGunnar Mills }, 872c6d7a45dSGunnar Mills "BadTLPCount": { 873c6d7a45dSGunnar Mills "description": "The total number of Bad TLPs issued on the PCIe link by the receiver.", 874c6d7a45dSGunnar Mills "longDescription": "This property shall contain the total number of Bad TLPs issued on the PCIe link by the receiver. A Bad TLP in the context of PCIe communication is a packet that cannot be properly processed due to errors at the transaction layer. These errors could include corrupted data, incorrect packet formatting, invalid header information, or a mismatched checksum.", 875c6d7a45dSGunnar Mills "readonly": true, 876c6d7a45dSGunnar Mills "type": [ 877c6d7a45dSGunnar Mills "integer", 878c6d7a45dSGunnar Mills "null" 879c6d7a45dSGunnar Mills ], 880c6d7a45dSGunnar Mills "versionAdded": "v1_15_0" 881c6d7a45dSGunnar Mills }, 882c6d7a45dSGunnar Mills "CorrectableErrorCount": { 883c6d7a45dSGunnar Mills "description": "The total number of PCIe correctable errors for this device.", 884c6d7a45dSGunnar Mills "longDescription": "This property shall contain the total number of PCIe correctable errors for this device.", 885c6d7a45dSGunnar Mills "readonly": true, 886c6d7a45dSGunnar Mills "type": [ 887c6d7a45dSGunnar Mills "integer", 888c6d7a45dSGunnar Mills "null" 889c6d7a45dSGunnar Mills ], 890c6d7a45dSGunnar Mills "versionAdded": "v1_8_0" 891c6d7a45dSGunnar Mills }, 892c6d7a45dSGunnar Mills "FatalErrorCount": { 893c6d7a45dSGunnar Mills "description": "The total number of PCIe fatal errors for this device.", 894c6d7a45dSGunnar Mills "longDescription": "This property shall contain the total number of PCIe fatal errors for this device.", 895c6d7a45dSGunnar Mills "readonly": true, 896c6d7a45dSGunnar Mills "type": [ 897c6d7a45dSGunnar Mills "integer", 898c6d7a45dSGunnar Mills "null" 899c6d7a45dSGunnar Mills ], 900c6d7a45dSGunnar Mills "versionAdded": "v1_8_0" 901c6d7a45dSGunnar Mills }, 902c6d7a45dSGunnar Mills "L0ToRecoveryCount": { 903c6d7a45dSGunnar Mills "description": "The total number of times the PCIe link states transitioned from L0 to the recovery state for this device.", 904c6d7a45dSGunnar Mills "longDescription": "This property shall contain the total number of times the PCIe link transitioned from L0 to the recovery state for this device.", 905c6d7a45dSGunnar Mills "readonly": true, 906c6d7a45dSGunnar Mills "type": [ 907c6d7a45dSGunnar Mills "integer", 908c6d7a45dSGunnar Mills "null" 909c6d7a45dSGunnar Mills ], 910c6d7a45dSGunnar Mills "versionAdded": "v1_8_0" 911c6d7a45dSGunnar Mills }, 912c6d7a45dSGunnar Mills "NAKReceivedCount": { 913c6d7a45dSGunnar Mills "description": "The total number of NAKs issued on the PCIe link by the receiver.", 914c6d7a45dSGunnar Mills "longDescription": "This property shall contain the total number of NAKs issued on the PCIe link by the receiver. A NAK is issued by the receiver when it detects that a TLP from this device was missed. This could be because this device did not transmit it, or because the receiver could not properly decode the packet.", 915c6d7a45dSGunnar Mills "readonly": true, 916c6d7a45dSGunnar Mills "type": [ 917c6d7a45dSGunnar Mills "integer", 918c6d7a45dSGunnar Mills "null" 919c6d7a45dSGunnar Mills ], 920c6d7a45dSGunnar Mills "versionAdded": "v1_8_0" 921c6d7a45dSGunnar Mills }, 922c6d7a45dSGunnar Mills "NAKSentCount": { 923c6d7a45dSGunnar Mills "description": "The total number of NAKs issued on the PCIe link by this device.", 924c6d7a45dSGunnar Mills "longDescription": "This property shall contain the total number of NAKs issued on the PCIe link by this device. A NAK is issued by the device when it detects that a TLP from the receiver was missed. This could be because the receiver did not transmit it, or because this device could not properly decode the packet.", 925c6d7a45dSGunnar Mills "readonly": true, 926c6d7a45dSGunnar Mills "type": [ 927c6d7a45dSGunnar Mills "integer", 928c6d7a45dSGunnar Mills "null" 929c6d7a45dSGunnar Mills ], 930c6d7a45dSGunnar Mills "versionAdded": "v1_8_0" 931c6d7a45dSGunnar Mills }, 932c6d7a45dSGunnar Mills "NonFatalErrorCount": { 933c6d7a45dSGunnar Mills "description": "The total number of PCIe non-fatal errors for this device.", 934c6d7a45dSGunnar Mills "longDescription": "This property shall contain the total number of PCIe non-fatal errors for this device.", 935c6d7a45dSGunnar Mills "readonly": true, 936c6d7a45dSGunnar Mills "type": [ 937c6d7a45dSGunnar Mills "integer", 938c6d7a45dSGunnar Mills "null" 939c6d7a45dSGunnar Mills ], 940c6d7a45dSGunnar Mills "versionAdded": "v1_8_0" 941c6d7a45dSGunnar Mills }, 942c6d7a45dSGunnar Mills "ReplayCount": { 943c6d7a45dSGunnar Mills "description": "The total number of PCIe replays issued by this device.", 944c6d7a45dSGunnar Mills "longDescription": "This property shall contain the total number of replays issued on the PCIe link by this device. A replay is a retransmission of a TLP and occurs because the ACK timer is expired, which means that the receiver did not send the ACK or this device did not properly decode the ACK.", 945c6d7a45dSGunnar Mills "readonly": true, 946c6d7a45dSGunnar Mills "type": [ 947c6d7a45dSGunnar Mills "integer", 948c6d7a45dSGunnar Mills "null" 949c6d7a45dSGunnar Mills ], 950c6d7a45dSGunnar Mills "versionAdded": "v1_8_0" 951c6d7a45dSGunnar Mills }, 952c6d7a45dSGunnar Mills "ReplayRolloverCount": { 953c6d7a45dSGunnar Mills "description": "The total number of PCIe replay rollovers issued by this device.", 954c6d7a45dSGunnar Mills "longDescription": "This property shall contain the total number of replay rollovers issued on the PCIe link by this device. A replay rollover occurs when consecutive replays failed to resolve the errors on the link, which means that this device forced the link into the recovery state.", 955c6d7a45dSGunnar Mills "readonly": true, 956c6d7a45dSGunnar Mills "type": [ 957c6d7a45dSGunnar Mills "integer", 958c6d7a45dSGunnar Mills "null" 959c6d7a45dSGunnar Mills ], 960c6d7a45dSGunnar Mills "versionAdded": "v1_8_0" 961c6d7a45dSGunnar Mills }, 962c6d7a45dSGunnar Mills "UnsupportedRequestCount": { 963c6d7a45dSGunnar Mills "description": "The total number of PCIe unsupported requests received by this device.", 964c6d7a45dSGunnar Mills "longDescription": "This property shall contain the total number of PCIe unsupported requests received by this device.", 965c6d7a45dSGunnar Mills "readonly": true, 966c6d7a45dSGunnar Mills "type": [ 967c6d7a45dSGunnar Mills "integer", 968c6d7a45dSGunnar Mills "null" 969c6d7a45dSGunnar Mills ], 970c6d7a45dSGunnar Mills "versionAdded": "v1_13_0" 971c6d7a45dSGunnar Mills } 972c6d7a45dSGunnar Mills }, 973c6d7a45dSGunnar Mills "type": "object" 974c6d7a45dSGunnar Mills }, 975c6d7a45dSGunnar Mills "PCIeInterface": { 976c6d7a45dSGunnar Mills "additionalProperties": false, 977c6d7a45dSGunnar Mills "description": "Properties that describe a PCIe interface.", 978c6d7a45dSGunnar Mills "longDescription": "This type shall contain the definition for a PCIe interface for a Redfish implementation.", 979c6d7a45dSGunnar Mills "patternProperties": { 980c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 981c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 982c6d7a45dSGunnar Mills "type": [ 983c6d7a45dSGunnar Mills "array", 984c6d7a45dSGunnar Mills "boolean", 985c6d7a45dSGunnar Mills "integer", 986c6d7a45dSGunnar Mills "number", 987c6d7a45dSGunnar Mills "null", 988c6d7a45dSGunnar Mills "object", 989c6d7a45dSGunnar Mills "string" 990c6d7a45dSGunnar Mills ] 991c6d7a45dSGunnar Mills } 992c6d7a45dSGunnar Mills }, 993c6d7a45dSGunnar Mills "properties": { 994c6d7a45dSGunnar Mills "LanesInUse": { 995c6d7a45dSGunnar Mills "description": "The number of PCIe lanes in use by this device.", 996c6d7a45dSGunnar Mills "longDescription": "This property shall contain the number of PCIe lanes in use by this device, which shall be equal to or less than the `MaxLanes` property value.", 997c6d7a45dSGunnar Mills "maximum": 32, 998c6d7a45dSGunnar Mills "readonly": true, 999c6d7a45dSGunnar Mills "type": [ 1000c6d7a45dSGunnar Mills "integer", 1001c6d7a45dSGunnar Mills "null" 1002c6d7a45dSGunnar Mills ], 1003c6d7a45dSGunnar Mills "versionAdded": "v1_3_0" 1004c6d7a45dSGunnar Mills }, 1005c6d7a45dSGunnar Mills "MaxLanes": { 1006c6d7a45dSGunnar Mills "description": "The number of PCIe lanes supported by this device.", 1007c6d7a45dSGunnar Mills "longDescription": "This property shall contain the maximum number of PCIe lanes supported by this device.", 1008c6d7a45dSGunnar Mills "maximum": 32, 1009c6d7a45dSGunnar Mills "readonly": true, 1010c6d7a45dSGunnar Mills "type": [ 1011c6d7a45dSGunnar Mills "integer", 1012c6d7a45dSGunnar Mills "null" 1013c6d7a45dSGunnar Mills ], 1014c6d7a45dSGunnar Mills "versionAdded": "v1_3_0" 1015c6d7a45dSGunnar Mills }, 1016c6d7a45dSGunnar Mills "MaxPCIeType": { 1017c6d7a45dSGunnar Mills "anyOf": [ 1018c6d7a45dSGunnar Mills { 1019c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeTypes" 1020c6d7a45dSGunnar Mills }, 1021c6d7a45dSGunnar Mills { 1022c6d7a45dSGunnar Mills "type": "null" 1023c6d7a45dSGunnar Mills } 1024c6d7a45dSGunnar Mills ], 1025c6d7a45dSGunnar Mills "description": "The highest version of the PCIe specification supported by this device.", 1026c6d7a45dSGunnar Mills "longDescription": "This property shall contain the maximum PCIe specification that this device supports.", 1027c6d7a45dSGunnar Mills "readonly": true, 1028c6d7a45dSGunnar Mills "versionAdded": "v1_3_0" 1029c6d7a45dSGunnar Mills }, 1030c6d7a45dSGunnar Mills "Oem": { 1031c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 1032c6d7a45dSGunnar Mills "description": "The OEM extension property.", 1033c6d7a45dSGunnar 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.", 1034c6d7a45dSGunnar Mills "versionAdded": "v1_3_0" 1035c6d7a45dSGunnar Mills }, 1036c6d7a45dSGunnar Mills "PCIeType": { 1037c6d7a45dSGunnar Mills "anyOf": [ 1038c6d7a45dSGunnar Mills { 1039c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeTypes" 1040c6d7a45dSGunnar Mills }, 1041c6d7a45dSGunnar Mills { 1042c6d7a45dSGunnar Mills "type": "null" 1043c6d7a45dSGunnar Mills } 1044c6d7a45dSGunnar Mills ], 1045c6d7a45dSGunnar Mills "description": "The version of the PCIe specification in use by this device.", 1046c6d7a45dSGunnar Mills "longDescription": "This property shall contain the negotiated PCIe interface version in use by this device.", 1047c6d7a45dSGunnar Mills "readonly": true, 1048c6d7a45dSGunnar Mills "versionAdded": "v1_3_0" 1049c6d7a45dSGunnar Mills } 1050c6d7a45dSGunnar Mills }, 1051c6d7a45dSGunnar Mills "type": "object" 1052c6d7a45dSGunnar Mills }, 1053c6d7a45dSGunnar Mills "Slot": { 1054c6d7a45dSGunnar Mills "additionalProperties": false, 1055c6d7a45dSGunnar Mills "description": "The PCIe slot associated with a PCIe device.", 1056c6d7a45dSGunnar Mills "longDescription": "This object shall contain properties that describe the PCIe slot associated with a PCIe device.", 1057c6d7a45dSGunnar Mills "patternProperties": { 1058c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1059c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1060c6d7a45dSGunnar Mills "type": [ 1061c6d7a45dSGunnar Mills "array", 1062c6d7a45dSGunnar Mills "boolean", 1063c6d7a45dSGunnar Mills "integer", 1064c6d7a45dSGunnar Mills "number", 1065c6d7a45dSGunnar Mills "null", 1066c6d7a45dSGunnar Mills "object", 1067c6d7a45dSGunnar Mills "string" 1068c6d7a45dSGunnar Mills ] 1069c6d7a45dSGunnar Mills } 1070c6d7a45dSGunnar Mills }, 1071c6d7a45dSGunnar Mills "properties": { 1072c6d7a45dSGunnar Mills "HotPluggable": { 1073c6d7a45dSGunnar Mills "description": "An indication of whether this PCIe slot supports hotplug.", 1074c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether this PCIe slot supports hotplug.", 1075c6d7a45dSGunnar Mills "readonly": true, 1076c6d7a45dSGunnar Mills "type": [ 1077c6d7a45dSGunnar Mills "boolean", 1078c6d7a45dSGunnar Mills "null" 1079c6d7a45dSGunnar Mills ], 1080c6d7a45dSGunnar Mills "versionAdded": "v1_12_0" 1081c6d7a45dSGunnar Mills }, 1082c6d7a45dSGunnar Mills "LaneSplitting": { 1083c6d7a45dSGunnar Mills "anyOf": [ 1084c6d7a45dSGunnar Mills { 1085c6d7a45dSGunnar Mills "$ref": "#/definitions/LaneSplittingType" 1086c6d7a45dSGunnar Mills }, 1087c6d7a45dSGunnar Mills { 1088c6d7a45dSGunnar Mills "type": "null" 1089c6d7a45dSGunnar Mills } 1090c6d7a45dSGunnar Mills ], 1091c6d7a45dSGunnar Mills "description": "The lane splitting strategy used in the PCIe slot.", 1092c6d7a45dSGunnar Mills "longDescription": "This property shall contain lane splitting information of the associated PCIe slot.", 1093c6d7a45dSGunnar Mills "readonly": true, 1094c6d7a45dSGunnar Mills "versionAdded": "v1_9_0" 1095c6d7a45dSGunnar Mills }, 1096c6d7a45dSGunnar Mills "Lanes": { 1097c6d7a45dSGunnar Mills "description": "The number of PCIe lanes supported by this slot.", 1098c6d7a45dSGunnar Mills "longDescription": "This property shall contain the maximum number of PCIe lanes supported by the slot.", 1099c6d7a45dSGunnar Mills "maximum": 32, 1100c6d7a45dSGunnar Mills "readonly": true, 1101c6d7a45dSGunnar Mills "type": [ 1102c6d7a45dSGunnar Mills "integer", 1103c6d7a45dSGunnar Mills "null" 1104c6d7a45dSGunnar Mills ], 1105c6d7a45dSGunnar Mills "versionAdded": "v1_9_0" 1106c6d7a45dSGunnar Mills }, 1107c6d7a45dSGunnar Mills "Location": { 1108c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location", 1109c6d7a45dSGunnar Mills "description": "The location of the PCIe slot.", 1110c6d7a45dSGunnar Mills "longDescription": "This property shall contain part location information, including a `ServiceLabel` property, of the associated PCIe slot.", 1111c6d7a45dSGunnar Mills "versionAdded": "v1_9_0" 1112c6d7a45dSGunnar Mills }, 1113c6d7a45dSGunnar Mills "PCIeType": { 1114c6d7a45dSGunnar Mills "anyOf": [ 1115c6d7a45dSGunnar Mills { 1116c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeTypes" 1117c6d7a45dSGunnar Mills }, 1118c6d7a45dSGunnar Mills { 1119c6d7a45dSGunnar Mills "type": "null" 1120c6d7a45dSGunnar Mills } 1121c6d7a45dSGunnar Mills ], 1122c6d7a45dSGunnar Mills "description": "The PCIe specification this slot supports.", 1123c6d7a45dSGunnar Mills "longDescription": "This property shall contain the maximum PCIe specification that this slot supports.", 1124c6d7a45dSGunnar Mills "readonly": true, 1125c6d7a45dSGunnar Mills "versionAdded": "v1_9_0" 1126c6d7a45dSGunnar Mills }, 1127c6d7a45dSGunnar Mills "SlotType": { 1128c6d7a45dSGunnar Mills "anyOf": [ 1129c6d7a45dSGunnar Mills { 1130c6d7a45dSGunnar Mills "$ref": "#/definitions/SlotType" 1131c6d7a45dSGunnar Mills }, 1132c6d7a45dSGunnar Mills { 1133c6d7a45dSGunnar Mills "type": "null" 1134c6d7a45dSGunnar Mills } 1135c6d7a45dSGunnar Mills ], 1136c6d7a45dSGunnar Mills "description": "The PCIe slot type.", 1137c6d7a45dSGunnar Mills "longDescription": "This property shall contain the PCIe slot type.", 1138c6d7a45dSGunnar Mills "readonly": true, 1139c6d7a45dSGunnar Mills "versionAdded": "v1_9_0" 1140c6d7a45dSGunnar Mills } 1141c6d7a45dSGunnar Mills }, 1142c6d7a45dSGunnar Mills "type": "object" 1143c6d7a45dSGunnar Mills }, 1144c6d7a45dSGunnar Mills "SlotType": { 1145c6d7a45dSGunnar Mills "enum": [ 1146c6d7a45dSGunnar Mills "FullLength", 1147c6d7a45dSGunnar Mills "HalfLength", 1148c6d7a45dSGunnar Mills "LowProfile", 1149c6d7a45dSGunnar Mills "Mini", 1150c6d7a45dSGunnar Mills "M2", 1151c6d7a45dSGunnar Mills "OEM", 1152c6d7a45dSGunnar Mills "OCP3Small", 1153c6d7a45dSGunnar Mills "OCP3Large", 1154c6d7a45dSGunnar Mills "U2", 1155c6d7a45dSGunnar Mills "EDSFF" 1156c6d7a45dSGunnar Mills ], 1157c6d7a45dSGunnar Mills "enumDescriptions": { 1158c6d7a45dSGunnar Mills "EDSFF": "EDSFF slot.", 1159c6d7a45dSGunnar Mills "FullLength": "Full-Length PCIe slot.", 1160c6d7a45dSGunnar Mills "HalfLength": "Half-Length PCIe slot.", 1161c6d7a45dSGunnar Mills "LowProfile": "Low-Profile or Slim PCIe slot.", 1162c6d7a45dSGunnar Mills "M2": "PCIe M.2 slot.", 1163c6d7a45dSGunnar Mills "Mini": "Mini PCIe slot.", 1164c6d7a45dSGunnar Mills "OCP3Large": "Open Compute Project 3.0 large form factor slot.", 1165c6d7a45dSGunnar Mills "OCP3Small": "Open Compute Project 3.0 small form factor slot.", 1166c6d7a45dSGunnar Mills "OEM": "An OEM-specific slot.", 1167c6d7a45dSGunnar Mills "U2": "U.2 / SFF-8639 slot or bay." 1168c6d7a45dSGunnar Mills }, 1169c6d7a45dSGunnar Mills "enumVersionAdded": { 1170c6d7a45dSGunnar Mills "EDSFF": "v1_17_0" 1171c6d7a45dSGunnar Mills }, 1172c6d7a45dSGunnar Mills "type": "string" 1173c6d7a45dSGunnar Mills } 1174c6d7a45dSGunnar Mills }, 1175c6d7a45dSGunnar Mills "language": "en", 1176c6d7a45dSGunnar Mills "owningEntity": "DMTF", 1177c6d7a45dSGunnar Mills "release": "2025.2", 1178c6d7a45dSGunnar Mills "title": "#PCIeDevice.v1_19_0.PCIeDevice" 1179c6d7a45dSGunnar Mills}