blob: ffebc51c982edd8ce896b9398d5be9b9b3bf88ba [file] [log] [blame]
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -06001{
2 "$id": "http://redfish.dmtf.org/schemas/v1/FabricAdapter.v1_4_0.json",
3 "$ref": "#/definitions/FabricAdapter",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2022 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6 "definitions": {
7 "Actions": {
8 "additionalProperties": false,
9 "description": "The available actions for this Resource.",
10 "longDescription": "This type shall contain the available actions for this Resource.",
11 "patternProperties": {
12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13 "description": "This property shall specify a valid odata or Redfish property.",
14 "type": [
15 "array",
16 "boolean",
17 "integer",
18 "number",
19 "null",
20 "object",
21 "string"
22 ]
23 }
24 },
25 "properties": {
26 "Oem": {
27 "$ref": "#/definitions/OemActions",
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 }
31 },
32 "type": "object"
33 },
34 "FabricAdapter": {
35 "additionalProperties": false,
36 "description": "A FabricAdapter represents the physical fabric adapter capable of connecting to an interconnect fabric. Examples include but are not limited to Ethernet, NVMe over Fabrics, Gen-Z, and SAS fabric adapters.",
37 "longDescription": "A FabricAdapter represents the physical Fabric adapter capable of connecting to an interconnect fabric. Examples include but are not limited to Ethernet, NVMe over Fabrics, Gen-Z, and SAS fabric adapters.",
38 "patternProperties": {
39 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
40 "description": "This property shall specify a valid odata or Redfish property.",
41 "type": [
42 "array",
43 "boolean",
44 "integer",
45 "number",
46 "null",
47 "object",
48 "string"
49 ]
50 }
51 },
52 "properties": {
53 "@odata.context": {
54 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
55 },
56 "@odata.etag": {
57 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
58 },
59 "@odata.id": {
60 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
61 },
62 "@odata.type": {
63 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 },
65 "ASICManufacturer": {
66 "description": "The manufacturer name for the ASIC of this fabric adapter.",
67 "longDescription": "This property shall contain the manufacturer name of the ASIC for the fabric adapter as defined by the manufacturer.",
68 "readonly": true,
69 "type": [
70 "string",
71 "null"
72 ]
73 },
74 "ASICPartNumber": {
75 "description": "The part number for the ASIC on this fabric adapter.",
76 "longDescription": "This property shall contain the part number of the ASIC for the fabric adapter as defined by the manufacturer.",
77 "readonly": true,
78 "type": [
79 "string",
80 "null"
81 ]
82 },
83 "ASICRevisionIdentifier": {
84 "description": "The revision identifier for the ASIC on this fabric adapter.",
85 "longDescription": "This property shall contain the revision identifier of the ASIC for the fabric adapter as defined by the manufacturer.",
86 "readonly": true,
87 "type": [
88 "string",
89 "null"
90 ]
91 },
92 "Actions": {
93 "$ref": "#/definitions/Actions",
94 "description": "The available actions for this Resource.",
95 "longDescription": "This property shall contain the available actions for this Resource."
96 },
97 "Description": {
98 "anyOf": [
99 {
100 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
101 },
102 {
103 "type": "null"
104 }
105 ],
106 "readonly": true
107 },
108 "FabricType": {
109 "$ref": "http://redfish.dmtf.org/schemas/v1/Protocol.json#/definitions/Protocol",
110 "description": "The configured fabric type of this fabric adapter.",
111 "longDescription": "This property shall contain the configured fabric type of this fabric adapter.",
112 "readonly": false,
113 "versionAdded": "v1_3_0"
114 },
115 "FabricTypeCapabilities": {
116 "description": "An array of fabric types supported by this fabric adapter.",
117 "items": {
118 "$ref": "http://redfish.dmtf.org/schemas/v1/Protocol.json#/definitions/Protocol"
119 },
120 "longDescription": "This property shall contain an array of fabric types supported by this fabric adapter.",
121 "readonly": true,
122 "type": "array",
123 "versionAdded": "v1_3_0"
124 },
125 "FirmwareVersion": {
126 "description": "The firmware version of this fabric adapter.",
127 "longDescription": "This property shall contain the firmware version for the fabric adapter as defined by the manufacturer.",
128 "readonly": true,
129 "type": [
130 "string",
131 "null"
132 ]
133 },
134 "GenZ": {
135 "$ref": "#/definitions/GenZ",
136 "description": "The Gen-Z specific properties for this fabric adapter.",
137 "longDescription": "This property shall contain the Gen-Z specific properties for this fabric adapter."
138 },
139 "Id": {
140 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
141 "readonly": true
142 },
143 "Links": {
144 "$ref": "#/definitions/Links",
145 "description": "The links to other Resources that are related to this Resource.",
146 "longDescription": "The Redfish Specification-described Links Property shall contain links to Resources related to but not subordinate to this Resource."
147 },
148 "Location": {
149 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
150 "description": "The location of the fabric adapter.",
151 "longDescription": "This property shall contain location information for the fabric adapter.",
152 "versionAdded": "v1_1_0"
153 },
154 "LocationIndicatorActive": {
155 "description": "An indicator allowing an operator to physically locate this resource.",
156 "longDescription": "This property shall contain the state of the indicator used to physically identify or locate this resource.",
157 "readonly": false,
158 "type": [
159 "boolean",
160 "null"
161 ],
162 "versionAdded": "v1_4_0"
163 },
164 "Manufacturer": {
165 "description": "The manufacturer or OEM of this fabric adapter.",
166 "longDescription": "This property shall contain a value that represents the manufacturer of the fabric adapter.",
167 "readonly": true,
168 "type": [
169 "string",
170 "null"
171 ]
172 },
173 "Model": {
174 "description": "The model string for this fabric adapter.",
175 "longDescription": "This property shall contain the information about how the manufacturer refers to this fabric adapter.",
176 "readonly": true,
177 "type": [
178 "string",
179 "null"
180 ]
181 },
182 "Name": {
183 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
184 "readonly": true
185 },
186 "Oem": {
187 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
188 "description": "The OEM extension property.",
189 "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
190 },
191 "PCIeInterface": {
192 "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeInterface",
193 "description": "The PCIe interface details for this fabric adapter.",
194 "longDescription": "This property shall contain details on the PCIe interface that connects this PCIe-based fabric adapter to its host."
195 },
196 "PartNumber": {
197 "description": "The part number for this fabric adapter.",
198 "longDescription": "This property shall contain the part number for the fabric adapter as defined by the manufacturer.",
199 "readonly": true,
200 "type": [
201 "string",
202 "null"
203 ]
204 },
205 "Ports": {
206 "$ref": "http://redfish.dmtf.org/schemas/v1/PortCollection.json#/definitions/PortCollection",
207 "description": "The link to the collection of ports that exist on the fabric adapter.",
208 "longDescription": "This property shall contain a link to a Resource Collection of type PortCollection.",
209 "readonly": true
210 },
211 "SKU": {
212 "description": "The manufacturer SKU for this fabric adapter.",
213 "longDescription": "This property shall contain the SKU for the fabric adapter.",
214 "readonly": true,
215 "type": [
216 "string",
217 "null"
218 ]
219 },
220 "SerialNumber": {
221 "description": "The serial number for this fabric adapter.",
222 "longDescription": "This property shall contain the serial number for the fabric adapter.",
223 "readonly": true,
224 "type": [
225 "string",
226 "null"
227 ]
228 },
229 "SparePartNumber": {
230 "description": "The spare part number for this fabric adapter.",
231 "longDescription": "This property shall contain the spare part number for the fabric adapter as defined by the manufacturer.",
232 "readonly": true,
233 "type": [
234 "string",
235 "null"
236 ]
237 },
238 "Status": {
239 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
240 "description": "The status and health of the Resource and its subordinate or dependent Resources.",
241 "longDescription": "This property shall contain any status or health properties of the Resource."
242 },
243 "UUID": {
244 "anyOf": [
245 {
246 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/UUID"
247 },
248 {
249 "type": "null"
250 }
251 ],
252 "description": "The UUID for this fabric adapter.",
253 "longDescription": "This property shall contain a universal unique identifier number for the fabric adapter.",
254 "readonly": true
255 }
256 },
257 "required": [
258 "@odata.id",
259 "@odata.type",
260 "Id",
261 "Name"
262 ],
263 "type": "object"
264 },
265 "GenZ": {
266 "additionalProperties": false,
267 "description": "Gen-Z related properties for a fabric adapter.",
268 "longDescription": "This type shall contain Gen-Z related properties for a fabric adapter.",
269 "patternProperties": {
270 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
271 "description": "This property shall specify a valid odata or Redfish property.",
272 "type": [
273 "array",
274 "boolean",
275 "integer",
276 "number",
277 "null",
278 "object",
279 "string"
280 ]
281 }
282 },
283 "properties": {
284 "MSDT": {
285 "$ref": "http://redfish.dmtf.org/schemas/v1/RouteEntryCollection.json#/definitions/RouteEntryCollection",
286 "description": "The Multi Subnet Destination Table for the component.",
287 "longDescription": "This property shall contain a link to a Resource Collection of type RouteEntryCollection, and shall represent the Gen-Z Core Specification-defined MSDT structure.",
288 "readonly": true
289 },
290 "PIDT": {
291 "description": "An array of table entry values for the Packet Injection Delay Table.",
292 "items": {
293 "type": [
294 "string",
295 "null"
296 ]
297 },
298 "longDescription": "This property shall contain an array of table entry values for the Gen-Z Core Specification-defined Packet Injection Delay Table for the component.",
299 "readonly": false,
300 "type": "array"
301 },
302 "RITable": {
303 "description": "An array of table entry values for the Responder Interface Table.",
304 "items": {
305 "type": [
306 "string",
307 "null"
308 ]
309 },
310 "longDescription": "This property shall contain an array of table entry values for the Gen-Z Core Specification-defined Responder Interface Table for the component.",
311 "readonly": false,
312 "type": "array"
313 },
314 "RequestorVCAT": {
315 "$ref": "http://redfish.dmtf.org/schemas/v1/VCATEntryCollection.json#/definitions/VCATEntryCollection",
316 "description": "The Requestor Virtual Channel Action Table for the component.",
317 "longDescription": "This property shall contain a link to a Resource Collection of type VCATEntryCollection, and shall represent the Gen-Z Core Specification-defined REQ-VCAT structure.",
318 "readonly": true
319 },
320 "ResponderVCAT": {
321 "$ref": "http://redfish.dmtf.org/schemas/v1/VCATEntryCollection.json#/definitions/VCATEntryCollection",
322 "description": "The Responder Virtual Channel Action Table for the component.",
323 "longDescription": "This property shall contain a link to a Resource Collection of type VCATEntryCollection, and shall represent the Gen-Z Core Specification-defined RSP-VCAT structure.",
324 "readonly": true
325 },
326 "SSDT": {
327 "$ref": "http://redfish.dmtf.org/schemas/v1/RouteEntryCollection.json#/definitions/RouteEntryCollection",
328 "description": "The Single Subnet Destination Table for the component.",
329 "longDescription": "This property shall contain a link to a Resource Collection of type RouteEntryCollection, and shall represent the Gen-Z Core Specification-defined SSDT structure.",
330 "readonly": true
331 }
332 },
333 "type": "object"
334 },
335 "Links": {
336 "additionalProperties": false,
337 "description": "The links to other Resources that are related to this Resource.",
338 "longDescription": "The Redfish Specification-described type shall contain links to Resources related to but not subordinate to this Resource.",
339 "patternProperties": {
340 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
341 "description": "This property shall specify a valid odata or Redfish property.",
342 "type": [
343 "array",
344 "boolean",
345 "integer",
346 "number",
347 "null",
348 "object",
349 "string"
350 ]
351 }
352 },
353 "properties": {
354 "Endpoints": {
355 "description": "An array of links to the endpoints that represent the logical fabric connection to this fabric adapter.",
356 "items": {
357 "$ref": "http://redfish.dmtf.org/schemas/v1/Endpoint.json#/definitions/Endpoint"
358 },
359 "longDescription": "This property shall contain an array of links to Resources of type Endpoint that represents the logical fabric connection associated with this fabric adapter.",
360 "readonly": true,
361 "type": "array"
362 },
363 "Endpoints@odata.count": {
364 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
365 },
366 "MemoryDomains": {
367 "description": "An array of links to the memory domains associated with this fabric adapter.",
368 "items": {
369 "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryDomain.json#/definitions/MemoryDomain"
370 },
371 "longDescription": "This property shall contain an array of links to resources of type MemoryDomain that represent the memory domains associated with this fabric adapter.",
372 "readonly": false,
373 "type": "array",
374 "versionAdded": "v1_3_0"
375 },
376 "MemoryDomains@odata.count": {
377 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
378 },
379 "Oem": {
380 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
381 "description": "The OEM extension property.",
382 "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
383 },
384 "PCIeDevices": {
385 "description": "An array of links to the PCIe devices associated with this fabric adapter.",
386 "items": {
387 "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeDevice"
388 },
389 "longDescription": "This property shall contain an array of links to resources of type PCIeDevice that represent the PCIe devices associated with this fabric adapter.",
390 "readonly": true,
391 "type": "array",
392 "versionAdded": "v1_2_0"
393 },
394 "PCIeDevices@odata.count": {
395 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
396 }
397 },
398 "type": "object"
399 },
400 "OemActions": {
401 "additionalProperties": true,
402 "description": "The available OEM-specific actions for this Resource.",
403 "longDescription": "This type shall contain the available OEM-specific actions for this Resource.",
404 "patternProperties": {
405 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
406 "description": "This property shall specify a valid odata or Redfish property.",
407 "type": [
408 "array",
409 "boolean",
410 "integer",
411 "number",
412 "null",
413 "object",
414 "string"
415 ]
416 }
417 },
418 "properties": {},
419 "type": "object"
420 }
421 },
422 "owningEntity": "DMTF",
423 "release": "2022.2",
424 "title": "#FabricAdapter.v1_4_0.FabricAdapter"
425}