Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1 | { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 2 | "$id": "http://redfish.dmtf.org/schemas/v1/PCIeFunction.v1_2_3.json", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 3 | "$ref": "#/definitions/PCIeFunction", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 4 | "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 5 | "copyright": "Copyright 2014-2019 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 6 | "definitions": { |
| 7 | "Actions": { |
| 8 | "additionalProperties": false, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 9 | "description": "The available actions for this Resource.", |
| 10 | "longDescription": "This type shall contain the available actions for this Resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 11 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 12 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 13 | "description": "This property shall specify a valid odata or Redfish property.", |
| 14 | "type": [ |
| 15 | "array", |
| 16 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 17 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 18 | "number", |
| 19 | "null", |
| 20 | "object", |
| 21 | "string" |
| 22 | ] |
| 23 | } |
| 24 | }, |
| 25 | "properties": { |
| 26 | "Oem": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 27 | "$ref": "#/definitions/OemActions", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 28 | "description": "The available OEM-specific actions for this Resource.", |
| 29 | "longDescription": "This property shall contain the available OEM-specific actions for this Resource.", |
| 30 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 31 | } |
| 32 | }, |
| 33 | "type": "object" |
| 34 | }, |
| 35 | "DeviceClass": { |
| 36 | "enum": [ |
| 37 | "UnclassifiedDevice", |
| 38 | "MassStorageController", |
| 39 | "NetworkController", |
| 40 | "DisplayController", |
| 41 | "MultimediaController", |
| 42 | "MemoryController", |
| 43 | "Bridge", |
| 44 | "CommunicationController", |
| 45 | "GenericSystemPeripheral", |
| 46 | "InputDeviceController", |
| 47 | "DockingStation", |
| 48 | "Processor", |
| 49 | "SerialBusController", |
| 50 | "WirelessController", |
| 51 | "IntelligentController", |
| 52 | "SatelliteCommunicationsController", |
| 53 | "EncryptionController", |
| 54 | "SignalProcessingController", |
| 55 | "ProcessingAccelerators", |
| 56 | "NonEssentialInstrumentation", |
| 57 | "Coprocessor", |
| 58 | "UnassignedClass", |
| 59 | "Other" |
| 60 | ], |
| 61 | "enumDescriptions": { |
| 62 | "Bridge": "A bridge.", |
| 63 | "CommunicationController": "A communication controller.", |
| 64 | "Coprocessor": "A coprocessor.", |
| 65 | "DisplayController": "A display controller.", |
| 66 | "DockingStation": "A docking station.", |
| 67 | "EncryptionController": "An encryption controller.", |
| 68 | "GenericSystemPeripheral": "A generic system peripheral.", |
| 69 | "InputDeviceController": "An input device controller.", |
| 70 | "IntelligentController": "An intelligent controller.", |
| 71 | "MassStorageController": "A mass storage controller.", |
| 72 | "MemoryController": "A memory controller.", |
| 73 | "MultimediaController": "A multimedia controller.", |
| 74 | "NetworkController": "A network controller.", |
| 75 | "NonEssentialInstrumentation": "A non-essential instrumentation.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 76 | "Other": "A other class. The function Device Class Id needs to be verified.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 77 | "ProcessingAccelerators": "A processing accelerators.", |
| 78 | "Processor": "A processor.", |
| 79 | "SatelliteCommunicationsController": "A satellite communications controller.", |
| 80 | "SerialBusController": "A serial bus controller.", |
| 81 | "SignalProcessingController": "A signal processing controller.", |
| 82 | "UnassignedClass": "An unassigned class.", |
| 83 | "UnclassifiedDevice": "An unclassified device.", |
| 84 | "WirelessController": "A wireless controller." |
| 85 | }, |
| 86 | "type": "string" |
| 87 | }, |
| 88 | "FunctionType": { |
| 89 | "enum": [ |
| 90 | "Physical", |
| 91 | "Virtual" |
| 92 | ], |
| 93 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 94 | "Physical": "A physical PCIe function.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 95 | "Virtual": "A virtual PCIe function." |
| 96 | }, |
| 97 | "type": "string" |
| 98 | }, |
| 99 | "Links": { |
| 100 | "additionalProperties": false, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 101 | "description": "The links to other Resources that are related to this Resource.", |
| 102 | "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.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 103 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 104 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 105 | "description": "This property shall specify a valid odata or Redfish property.", |
| 106 | "type": [ |
| 107 | "array", |
| 108 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 109 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 110 | "number", |
| 111 | "null", |
| 112 | "object", |
| 113 | "string" |
| 114 | ] |
| 115 | } |
| 116 | }, |
| 117 | "properties": { |
| 118 | "Drives": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 119 | "description": "An array of links to the drives that the PCIe device produces.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 120 | "items": { |
| 121 | "$ref": "http://redfish.dmtf.org/schemas/v1/Drive.json#/definitions/Drive" |
| 122 | }, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 123 | "longDescription": "This property shall link to a Resource of type Drive that represents the storage drives associated with this Resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 124 | "readonly": true, |
| 125 | "type": "array" |
| 126 | }, |
| 127 | "Drives@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 128 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 129 | }, |
| 130 | "EthernetInterfaces": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 131 | "description": "An array of links to the Ethernet interfaces that the PCIe device produces.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 132 | "items": { |
| 133 | "$ref": "http://redfish.dmtf.org/schemas/v1/EthernetInterface.json#/definitions/EthernetInterface" |
| 134 | }, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 135 | "longDescription": "This property shall link to a Resource of type EthernetInterface that represents the network interfaces associated with this Resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 136 | "readonly": true, |
| 137 | "type": "array" |
| 138 | }, |
| 139 | "EthernetInterfaces@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 140 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 141 | }, |
| 142 | "NetworkDeviceFunctions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 143 | "description": "An array of links to the network device functions that the PCIe device produces.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 144 | "items": { |
| 145 | "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction.json#/definitions/NetworkDeviceFunction" |
| 146 | }, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 147 | "longDescription": "This property shall contain an array of links to Resources of the NetworkDeviceFunction type that represents the network device functions associated with this Resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 148 | "readonly": true, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 149 | "type": "array", |
| 150 | "versionAdded": "v1_2_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 151 | }, |
| 152 | "NetworkDeviceFunctions@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 153 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 154 | }, |
| 155 | "Oem": { |
| 156 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 157 | "description": "The OEM extension property.", |
| 158 | "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 159 | }, |
| 160 | "PCIeDevice": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 161 | "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeDevice", |
| 162 | "description": "The link to the PCIe device on which this function resides.", |
| 163 | "longDescription": "This property shall contain a link to a Resource of type PCIeDevice of which this function is a part.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 164 | "readonly": true |
| 165 | }, |
| 166 | "StorageControllers": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 167 | "description": "An array of links to the storage controllers that the PCIe device produces.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 168 | "items": { |
| 169 | "$ref": "http://redfish.dmtf.org/schemas/v1/Storage.json#/definitions/StorageController" |
| 170 | }, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 171 | "longDescription": "This property shall link to a Resource of type StorageController that represents the storage controllers associated with this Resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 172 | "readonly": true, |
| 173 | "type": "array" |
| 174 | }, |
| 175 | "StorageControllers@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 176 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 177 | } |
| 178 | }, |
| 179 | "type": "object" |
| 180 | }, |
| 181 | "OemActions": { |
| 182 | "additionalProperties": true, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 183 | "description": "The available OEM-specific actions for this Resource.", |
| 184 | "longDescription": "This type shall contain the available OEM-specific actions for this Resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 185 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 186 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 187 | "description": "This property shall specify a valid odata or Redfish property.", |
| 188 | "type": [ |
| 189 | "array", |
| 190 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 191 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 192 | "number", |
| 193 | "null", |
| 194 | "object", |
| 195 | "string" |
| 196 | ] |
| 197 | } |
| 198 | }, |
| 199 | "properties": {}, |
| 200 | "type": "object" |
| 201 | }, |
| 202 | "PCIeFunction": { |
| 203 | "additionalProperties": false, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 204 | "description": "The schema definition for the PCIeFunction Resource. It represents the properties of a PCIeFunction attached to a System.", |
| 205 | "longDescription": "This Resource shall represent a PCIeFunction attached to a System.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 206 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 207 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 208 | "description": "This property shall specify a valid odata or Redfish property.", |
| 209 | "type": [ |
| 210 | "array", |
| 211 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 212 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 213 | "number", |
| 214 | "null", |
| 215 | "object", |
| 216 | "string" |
| 217 | ] |
| 218 | } |
| 219 | }, |
| 220 | "properties": { |
| 221 | "@odata.context": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 222 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 223 | }, |
| 224 | "@odata.etag": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 225 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 226 | }, |
| 227 | "@odata.id": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 228 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 229 | }, |
| 230 | "@odata.type": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 231 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 232 | }, |
| 233 | "Actions": { |
| 234 | "$ref": "#/definitions/Actions", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 235 | "description": "The available actions for this Resource.", |
| 236 | "longDescription": "This property shall contain the available actions for this Resource.", |
| 237 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 238 | }, |
| 239 | "ClassCode": { |
| 240 | "description": "The Class Code of this PCIe function.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 241 | "longDescription": "This property shall contain the PCI Class Code of the PCIe device function.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 242 | "pattern": "^0[xX](([a-fA-F]|[0-9]){2}){3}$", |
| 243 | "readonly": true, |
| 244 | "type": [ |
| 245 | "string", |
| 246 | "null" |
| 247 | ] |
| 248 | }, |
| 249 | "Description": { |
| 250 | "anyOf": [ |
| 251 | { |
| 252 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" |
| 253 | }, |
| 254 | { |
| 255 | "type": "null" |
| 256 | } |
| 257 | ], |
| 258 | "readonly": true |
| 259 | }, |
| 260 | "DeviceClass": { |
| 261 | "$ref": "#/definitions/DeviceClass", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 262 | "description": "The class for this PCIe function.", |
| 263 | "longDescription": "This property shall contain the device class of the PCIe device function, such as storage, network, or memory.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 264 | "readonly": true |
| 265 | }, |
| 266 | "DeviceId": { |
| 267 | "description": "The Device ID of this PCIe function.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 268 | "longDescription": "This property shall contain the PCI Device ID of the PCIe device function.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 269 | "pattern": "^0[xX](([a-fA-F]|[0-9]){2}){2}$", |
| 270 | "readonly": true, |
| 271 | "type": [ |
| 272 | "string", |
| 273 | "null" |
| 274 | ] |
| 275 | }, |
| 276 | "FunctionId": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 277 | "description": "The PCIe Function Number.", |
| 278 | "longDescription": "This property shall contain the PCIe Function Number within a given PCIe device.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 279 | "readonly": true, |
| 280 | "type": [ |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 281 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 282 | "null" |
| 283 | ] |
| 284 | }, |
| 285 | "FunctionType": { |
| 286 | "$ref": "#/definitions/FunctionType", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 287 | "description": "The type of the PCIe function.", |
| 288 | "longDescription": "This property shall contain the function type of the PCIe device function such as Physical or Virtual.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 289 | "readonly": true |
| 290 | }, |
| 291 | "Id": { |
| 292 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", |
| 293 | "readonly": true |
| 294 | }, |
| 295 | "Links": { |
| 296 | "$ref": "#/definitions/Links", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 297 | "description": "The links to other Resources that are related to this Resource.", |
| 298 | "longDescription": "This property shall contain links to Resources that are related to but are not contained by, or subordinate to, this Resource." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 299 | }, |
| 300 | "Name": { |
| 301 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", |
| 302 | "readonly": true |
| 303 | }, |
| 304 | "Oem": { |
| 305 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 306 | "description": "The OEM extension property.", |
| 307 | "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 308 | }, |
| 309 | "RevisionId": { |
| 310 | "description": "The Revision ID of this PCIe function.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 311 | "longDescription": "This property shall contain the PCI Revision ID of the PCIe device function.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 312 | "pattern": "^0[xX](([a-fA-F]|[0-9]){2}){1}$", |
| 313 | "readonly": true, |
| 314 | "type": [ |
| 315 | "string", |
| 316 | "null" |
| 317 | ] |
| 318 | }, |
| 319 | "Status": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 320 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 321 | "description": "The status and health of the Resource and its subordinate or dependent Resources.", |
| 322 | "longDescription": "This property shall contain any status or health properties of the Resource." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 323 | }, |
| 324 | "SubsystemId": { |
| 325 | "description": "The Subsystem ID of this PCIe function.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 326 | "longDescription": "This property shall contain the PCI Subsystem ID of the PCIe device function.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 327 | "pattern": "^0[xX](([a-fA-F]|[0-9]){2}){2}$", |
| 328 | "readonly": true, |
| 329 | "type": [ |
| 330 | "string", |
| 331 | "null" |
| 332 | ] |
| 333 | }, |
| 334 | "SubsystemVendorId": { |
| 335 | "description": "The Subsystem Vendor ID of this PCIe function.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 336 | "longDescription": "This property shall contain the PCI Subsystem Vendor ID of the PCIe device function.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 337 | "pattern": "^0[xX](([a-fA-F]|[0-9]){2}){2}$", |
| 338 | "readonly": true, |
| 339 | "type": [ |
| 340 | "string", |
| 341 | "null" |
| 342 | ] |
| 343 | }, |
| 344 | "VendorId": { |
| 345 | "description": "The Vendor ID of this PCIe function.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 346 | "longDescription": "This property shall contain the PCI Vendor ID of the PCIe device function.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 347 | "pattern": "^0[xX](([a-fA-F]|[0-9]){2}){2}$", |
| 348 | "readonly": true, |
| 349 | "type": [ |
| 350 | "string", |
| 351 | "null" |
| 352 | ] |
| 353 | } |
| 354 | }, |
| 355 | "required": [ |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 356 | "@odata.id", |
| 357 | "@odata.type", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 358 | "Id", |
| 359 | "Name" |
| 360 | ], |
| 361 | "type": "object" |
| 362 | } |
| 363 | }, |
| 364 | "owningEntity": "DMTF", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 365 | "release": "2018.1", |
| 366 | "title": "#PCIeFunction.v1_2_3.PCIeFunction" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 367 | } |