blob: 54a64c83a883789c2e88cf3c3a3802d7fab7ec0a [file] [log] [blame]
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -06001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
4<!--# Redfish Schema: FabricAdapter v1.4.0 -->
5<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
8<!--# Copyright 2014-2022 DMTF. -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
21 <edmx:Include Namespace="Resource"/>
22 <edmx:Include Namespace="Resource.v1_0_0"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
25 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Protocol_v1.xml">
28 <edmx:Include Namespace="Protocol"/>
29 </edmx:Reference>
30 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Port_v1.xml">
31 <edmx:Include Namespace="Port"/>
32 </edmx:Reference>
33 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PortCollection_v1.xml">
34 <edmx:Include Namespace="PortCollection"/>
35 </edmx:Reference>
36 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RouteEntryCollection_v1.xml">
37 <edmx:Include Namespace="RouteEntryCollection"/>
38 </edmx:Reference>
39 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/VCATEntryCollection_v1.xml">
40 <edmx:Include Namespace="VCATEntryCollection"/>
41 </edmx:Reference>
42 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml">
43 <edmx:Include Namespace="PCIeDevice"/>
44 </edmx:Reference>
45 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
46 <edmx:Include Namespace="Endpoint"/>
47 </edmx:Reference>
48 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryDomain_v1.xml">
49 <edmx:Include Namespace="MemoryDomain"/>
50 </edmx:Reference>
51
52 <edmx:DataServices>
53
54 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter">
55 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
56
57 <EntityType Name="FabricAdapter" BaseType="Resource.v1_0_0.Resource" Abstract="true">
58 <Annotation Term="OData.Description" String="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."/>
59 <Annotation Term="OData.LongDescription" String="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."/>
60 <Annotation Term="Capabilities.InsertRestrictions">
61 <Record>
62 <PropertyValue Property="Insertable" Bool="false"/>
63 </Record>
64 </Annotation>
65 <Annotation Term="Capabilities.UpdateRestrictions">
66 <Record>
67 <PropertyValue Property="Updatable" Bool="true"/>
68 </Record>
69 </Annotation>
70 <Annotation Term="Capabilities.DeleteRestrictions">
71 <Record>
72 <PropertyValue Property="Deletable" Bool="false"/>
73 </Record>
74 </Annotation>
75 <Annotation Term="Redfish.Uris">
76 <Collection>
77 <String>/redfish/v1/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}</String>
78 <String>/redfish/v1/CompositionService/Resourceblocks/{ResourceBlockId}/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}</String>
79 <String>/redfish/v1/Resourceblocks/{ResourceBlockId}/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}</String>
80 <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}</String>
81 </Collection>
82 </Annotation>
83 </EntityType>
84 </Schema>
85
86 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_0_0">
87 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
88 <Annotation Term="Redfish.Release" String="2019.4"/>
89
90 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.FabricAdapter">
91 <Property Name="Status" Type="Resource.Status" Nullable="false">
92 <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
93 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/>
94 </Property>
95 <NavigationProperty Name="Ports" Type="PortCollection.PortCollection" ContainsTarget="true" Nullable="false">
96 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
97 <Annotation Term="OData.Description" String="The link to the collection of ports that exist on the fabric adapter."/>
98 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource Collection of type PortCollection."/>
99 <Annotation Term="OData.AutoExpandReferences"/>
100 </NavigationProperty>
101 <Property Name="Manufacturer" Type="Edm.String">
102 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
103 <Annotation Term="OData.Description" String="The manufacturer or OEM of this fabric adapter."/>
104 <Annotation Term="OData.LongDescription" String="This property shall contain a value that represents the manufacturer of the fabric adapter."/>
105 </Property>
106 <Property Name="Model" Type="Edm.String">
107 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
108 <Annotation Term="OData.Description" String="The model string for this fabric adapter."/>
109 <Annotation Term="OData.LongDescription" String="This property shall contain the information about how the manufacturer refers to this fabric adapter."/>
110 </Property>
111 <Property Name="SKU" Type="Edm.String">
112 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
113 <Annotation Term="OData.Description" String="The manufacturer SKU for this fabric adapter."/>
114 <Annotation Term="OData.LongDescription" String="This property shall contain the SKU for the fabric adapter."/>
115 </Property>
116 <Property Name="SerialNumber" Type="Edm.String">
117 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
118 <Annotation Term="OData.Description" String="The serial number for this fabric adapter."/>
119 <Annotation Term="OData.LongDescription" String="This property shall contain the serial number for the fabric adapter."/>
120 </Property>
121 <Property Name="PartNumber" Type="Edm.String">
122 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
123 <Annotation Term="OData.Description" String="The part number for this fabric adapter."/>
124 <Annotation Term="OData.LongDescription" String="This property shall contain the part number for the fabric adapter as defined by the manufacturer."/>
125 </Property>
126 <Property Name="SparePartNumber" Type="Edm.String">
127 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
128 <Annotation Term="OData.Description" String="The spare part number for this fabric adapter."/>
129 <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number for the fabric adapter as defined by the manufacturer."/>
130 </Property>
131 <Property Name="ASICRevisionIdentifier" Type="Edm.String">
132 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
133 <Annotation Term="OData.Description" String="The revision identifier for the ASIC on this fabric adapter."/>
134 <Annotation Term="OData.LongDescription" String="This property shall contain the revision identifier of the ASIC for the fabric adapter as defined by the manufacturer."/>
135 </Property>
136 <Property Name="ASICPartNumber" Type="Edm.String">
137 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
138 <Annotation Term="OData.Description" String="The part number for the ASIC on this fabric adapter."/>
139 <Annotation Term="OData.LongDescription" String="This property shall contain the part number of the ASIC for the fabric adapter as defined by the manufacturer."/>
140 </Property>
141 <Property Name="ASICManufacturer" Type="Edm.String">
142 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
143 <Annotation Term="OData.Description" String="The manufacturer name for the ASIC of this fabric adapter."/>
144 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer name of the ASIC for the fabric adapter as defined by the manufacturer."/>
145 </Property>
146 <Property Name="FirmwareVersion" Type="Edm.String">
147 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
148 <Annotation Term="OData.Description" String="The firmware version of this fabric adapter."/>
149 <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version for the fabric adapter as defined by the manufacturer."/>
150 </Property>
151 <Property Name="UUID" Type="Resource.UUID">
152 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
153 <Annotation Term="OData.Description" String="The UUID for this fabric adapter."/>
154 <Annotation Term="OData.LongDescription" String="This property shall contain a universal unique identifier number for the fabric adapter."/>
155 </Property>
156 <Property Name="PCIeInterface" Type="PCIeDevice.PCIeInterface" Nullable="false">
157 <Annotation Term="OData.Description" String="The PCIe interface details for this fabric adapter."/>
158 <Annotation Term="OData.LongDescription" String="This property shall contain details on the PCIe interface that connects this PCIe-based fabric adapter to its host."/>
159 </Property>
160 <Property Name="GenZ" Type="FabricAdapter.v1_0_0.GenZ" Nullable="false">
161 <Annotation Term="OData.Description" String="The Gen-Z specific properties for this fabric adapter."/>
162 <Annotation Term="OData.LongDescription" String="This property shall contain the Gen-Z specific properties for this fabric adapter."/>
163 </Property>
164 <Property Name="Actions" Type="FabricAdapter.v1_0_0.Actions" Nullable="false">
165 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
166 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
167 </Property>
168 <Property Name="Links" Type="FabricAdapter.v1_0_0.Links" Nullable="false">
169 <Annotation Term="OData.Description" String="The links to other Resources that are related to this Resource."/>
170 <Annotation Term="OData.LongDescription" String="The Redfish Specification-described Links Property shall contain links to Resources related to but not subordinate to this Resource."/>
171 </Property>
172 </EntityType>
173
174 <ComplexType Name="GenZ">
175 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
176 <Annotation Term="OData.Description" String="Gen-Z related properties for a fabric adapter."/>
177 <Annotation Term="OData.LongDescription" String="This type shall contain Gen-Z related properties for a fabric adapter."/>
178 <NavigationProperty Name="SSDT" Type="RouteEntryCollection.RouteEntryCollection" ContainsTarget="true" Nullable="false">
179 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
180 <Annotation Term="OData.Description" String="The Single Subnet Destination Table for the component."/>
181 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource Collection of type RouteEntryCollection, and shall represent the Gen-Z Core Specification-defined SSDT structure."/>
182 <Annotation Term="OData.AutoExpandReferences"/>
183 </NavigationProperty>
184 <NavigationProperty Name="MSDT" Type="RouteEntryCollection.RouteEntryCollection" ContainsTarget="true" Nullable="false">
185 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
186 <Annotation Term="OData.Description" String="The Multi Subnet Destination Table for the component."/>
187 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource Collection of type RouteEntryCollection, and shall represent the Gen-Z Core Specification-defined MSDT structure."/>
188 <Annotation Term="OData.AutoExpandReferences"/>
189 </NavigationProperty>
190 <NavigationProperty Name="RequestorVCAT" Type="VCATEntryCollection.VCATEntryCollection" ContainsTarget="true" Nullable="false">
191 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
192 <Annotation Term="OData.Description" String="The Requestor Virtual Channel Action Table for the component."/>
193 <Annotation Term="OData.LongDescription" String="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."/>
194 <Annotation Term="OData.AutoExpandReferences"/>
195 </NavigationProperty>
196 <NavigationProperty Name="ResponderVCAT" Type="VCATEntryCollection.VCATEntryCollection" ContainsTarget="true" Nullable="false">
197 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
198 <Annotation Term="OData.Description" String="The Responder Virtual Channel Action Table for the component."/>
199 <Annotation Term="OData.LongDescription" String="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."/>
200 <Annotation Term="OData.AutoExpandReferences"/>
201 </NavigationProperty>
202 <Property Name="RITable" Type="Collection(Edm.String)">
203 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
204 <Annotation Term="OData.Description" String="An array of table entry values for the Responder Interface Table."/>
205 <Annotation Term="OData.LongDescription" String="This property shall contain an array of table entry values for the Gen-Z Core Specification-defined Responder Interface Table for the component."/>
206 </Property>
207 <Property Name="PIDT" Type="Collection(Edm.String)">
208 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
209 <Annotation Term="OData.Description" String="An array of table entry values for the Packet Injection Delay Table."/>
210 <Annotation Term="OData.LongDescription" String="This property shall contain an array of table entry values for the Gen-Z Core Specification-defined Packet Injection Delay Table for the component."/>
211 </Property>
212 </ComplexType>
213
214 <ComplexType Name="Actions">
215 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
216 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
217 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
218 <Property Name="Oem" Type="FabricAdapter.v1_0_0.OemActions" Nullable="false">
219 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
220 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
221 </Property>
222 </ComplexType>
223
224 <ComplexType Name="OemActions">
225 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
226 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
227 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/>
228 </ComplexType>
229
230 <ComplexType Name="Links" BaseType="Resource.Links">
231 <Annotation Term="OData.Description" String="The links to other Resources that are related to this Resource."/>
232 <Annotation Term="OData.LongDescription" String="The Redfish Specification-described type shall contain links to Resources related to but not subordinate to this Resource."/>
233 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
234 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
235 <Annotation Term="OData.Description" String="An array of links to the endpoints that represent the logical fabric connection to this fabric adapter."/>
236 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to Resources of type Endpoint that represents the logical fabric connection associated with this fabric adapter."/>
237 <Annotation Term="OData.AutoExpandReferences"/>
238 </NavigationProperty>
239 </ComplexType>
240 </Schema>
241
242 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_1_0">
243 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
244 <Annotation Term="Redfish.Release" String="2021.2"/>
245
246 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_0_0.FabricAdapter">
247 <Property Name="Location" Type="Resource.Location" Nullable="false">
248 <Annotation Term="OData.Description" String="The location of the fabric adapter."/>
249 <Annotation Term="OData.LongDescription" String="This property shall contain location information for the fabric adapter."/>
250 </Property>
251 </EntityType>
252 </Schema>
253
254 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_2_0">
255 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
256 <Annotation Term="Redfish.Release" String="2021.3"/>
257
258 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_1_0.FabricAdapter"/>
259
260 <ComplexType Name="Links" BaseType="FabricAdapter.v1_0_0.Links">
261 <NavigationProperty Name="PCIeDevices" Type="Collection(PCIeDevice.PCIeDevice)">
262 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
263 <Annotation Term="OData.Description" String="An array of links to the PCIe devices associated with this fabric adapter."/>
264 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type PCIeDevice that represent the PCIe devices associated with this fabric adapter."/>
265 <Annotation Term="OData.AutoExpandReferences"/>
266 </NavigationProperty>
267 </ComplexType>
268 </Schema>
269
270 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_3_0">
271 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
272 <Annotation Term="Redfish.Release" String="2022.1"/>
273
274 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_2_0.FabricAdapter">
275 <Property Name="FabricType" Type="Protocol.Protocol" Nullable="false">
276 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
277 <Annotation Term="OData.Description" String="The configured fabric type of this fabric adapter."/>
278 <Annotation Term="OData.LongDescription" String="This property shall contain the configured fabric type of this fabric adapter."/>
279 </Property>
280 <Property Name="FabricTypeCapabilities" Type="Collection(Protocol.Protocol)" Nullable="false">
281 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
282 <Annotation Term="OData.Description" String="An array of fabric types supported by this fabric adapter."/>
283 <Annotation Term="OData.LongDescription" String="This property shall contain an array of fabric types supported by this fabric adapter."/>
284 </Property>
285 </EntityType>
286
287 <ComplexType Name="Links" BaseType="FabricAdapter.v1_2_0.Links">
288 <NavigationProperty Name="MemoryDomains" Type="Collection(MemoryDomain.MemoryDomain)">
289 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
290 <Annotation Term="OData.Description" String="An array of links to the memory domains associated with this fabric adapter."/>
291 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type MemoryDomain that represent the memory domains associated with this fabric adapter."/>
292 <Annotation Term="OData.AutoExpandReferences"/>
293 </NavigationProperty>
294 </ComplexType>
295 </Schema>
296
297 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_4_0">
298 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
299 <Annotation Term="Redfish.Release" String="2022.2"/>
300
301 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_3_0.FabricAdapter">
302 <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
303 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
304 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
305 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/>
306 </Property>
307 </EntityType>
308 </Schema>
309
310 </edmx:DataServices>
311</edmx:Edmx>