blob: 04996aba7a4c9cbb0e2a63525b01c2e1e6d61b33 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanous530520e2019-01-02 13:41:37 -08004<!--# Redfish Schema: HostInterface v1.2.0-->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanous530520e2019-01-02 13:41:37 -08008<!--# Copyright 2014-2018 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# 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/ComputerSystem_v1.xml">
28 <edmx:Include Namespace="ComputerSystem"/>
29 </edmx:Reference>
30 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EthernetInterface_v1.xml">
31 <edmx:Include Namespace="EthernetInterface"/>
32 </edmx:Reference>
33 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EthernetInterfaceCollection_v1.xml">
34 <edmx:Include Namespace="EthernetInterfaceCollection"/>
35 </edmx:Reference>
36 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ManagerNetworkProtocol_v1.xml">
37 <edmx:Include Namespace="ManagerNetworkProtocol"/>
38 </edmx:Reference>
39 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Role_v1.xml">
40 <edmx:Include Namespace="Role"/>
41 </edmx:Reference>
42
43 <edmx:DataServices>
44
45 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="HostInterface">
46 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
47
48 <EntityType Name="HostInterface" BaseType="Resource.v1_0_0.Resource" Abstract="true">
49 <Annotation Term="OData.Description" String="The properties associated with a single, Host Interface."/>
50 <Annotation Term="OData.LongDescription" String="This resource shall be used to represent Host Interface resources as part of the Redfish specification."/>
51 <Annotation Term="Capabilities.InsertRestrictions">
52 <Record>
53 <PropertyValue Property="Insertable" Bool="false"/>
54 </Record>
55 </Annotation>
56 <Annotation Term="Capabilities.UpdateRestrictions">
57 <Record>
58 <PropertyValue Property="Updatable" Bool="true"/>
59 <Annotation Term="OData.Description" String="A Host Interface can be updated to change authentication settings and other writable properties."/>
60 </Record>
61 </Annotation>
62 <Annotation Term="Capabilities.DeleteRestrictions">
63 <Record>
64 <PropertyValue Property="Deletable" Bool="false"/>
65 </Record>
66 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080067 <Annotation Term="Redfish.Uris">
68 <Collection>
69 <String>/redfish/v1/Managers/{ManagerId}/HostInterfaces/{HostInterfaceId}</String>
70 </Collection>
71 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070072 </EntityType>
73
74 </Schema>
75
76 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="HostInterface.v1_0_0">
77 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
78
79 <EntityType Name="HostInterface" BaseType="HostInterface.HostInterface">
80 <Annotation Term="OData.Description" String="This schema defines a single Host Interface resource."/>
81 <Annotation Term="OData.LongDescription" String="This resource shall be used to represent Host Interface resources as part of the Redfish specification."/>
82 <Property Name="HostInterfaceType" Type="HostInterface.v1_0_0.HostInterfaceType">
83 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
84 <Annotation Term="OData.Description" String="Indicates the Host Interface type for this interface."/>
85 <Annotation Term="OData.LongDescription" String="The value of this property shall be an enumeration describing type of the interface."/>
86 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -080087 <Property Name="Status" Type="Resource.Status" Nullable="false">
88 <Annotation Term="OData.Description" String="This property describes the status and health of the resource and its children."/>
89 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
90 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -070091 <Property Name="InterfaceEnabled" Type="Edm.Boolean">
92 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
93 <Annotation Term="OData.Description" String="Indicates whether this interface is enabled."/>
94 <Annotation Term="OData.LongDescription" String="The value of this property shall be a boolean indicating whether this interface is enabled."/>
95 </Property>
96 <Property Name="ExternallyAccessible" Type="Edm.Boolean">
97 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
98 <Annotation Term="OData.Description" String="Indicates whether this interface is accessible by external entities."/>
99 <Annotation Term="OData.LongDescription" String="The value of this property shall be a boolean indicating whether this interface is accessible by external (non-host) entities. For example, if the host and manager are connected via a switch, and the switch also exposes an external port on the system, then the interface could also be used by external clients, and this property will have the value set to true."/>
100 </Property>
101 <Property Name="AuthenticationModes" Type="Collection(HostInterface.v1_0_0.AuthenticationMode)" Nullable="false">
102 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
103 <Annotation Term="OData.Description" String="Indicates the authentication modes available on this interface."/>
104 <Annotation Term="OData.LongDescription" String="The value of this property shall be an array consisting of the authentication modes allowed on this interface."/>
105 </Property>
106 <Property Name="KernelAuthRoleId" Type="Edm.String" Nullable="false">
107 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
108 <Annotation Term="OData.Description" String="The Role used for kernel authentication on this interface."/>
109 <Annotation Term="OData.LongDescription" String="The value of this property shall be the ID of the Role resource that is configured for kernel authentication on this interface."/>
110 </Property>
111 <Property Name="KernelAuthEnabled" Type="Edm.Boolean">
112 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
113 <Annotation Term="OData.Description" String="Indicates whether this kernel authentication is enabled for this interface."/>
114 <Annotation Term="OData.LongDescription" String="The value of this property shall be a boolean indicating whether kernel authentication for this interface is enabled."/>
115 </Property>
116 <Property Name="FirmwareAuthRoleId" Type="Edm.String" Nullable="false">
117 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
118 <Annotation Term="OData.Description" String="The Role used for firmware authentication on this interface."/>
119 <Annotation Term="OData.LongDescription" String="The value of this property shall be the ID of the Role resource that is configured for firmware authentication on this interface."/>
120 </Property>
121 <Property Name="FirmwareAuthEnabled" Type="Edm.Boolean">
122 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
123 <Annotation Term="OData.Description" String="Indicates whether this firmware authentication is enabled for this interface."/>
124 <Annotation Term="OData.LongDescription" String="The value of this property shall be a boolean indicating whether firmware authentication for this interface is enabled."/>
125 </Property>
126
127 <NavigationProperty Name="HostEthernetInterfaces" Type="EthernetInterfaceCollection.EthernetInterfaceCollection" ContainsTarget="true" Nullable="false">
128 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
129 <Annotation Term="OData.Description" String="The Redfish link to the collection of network interface controllers or cards (NICs) that a Computer System uses to communicate with this Host Interface."/>
130 <Annotation Term="OData.LongDescription" String="The value of this property shall be a link to a collection of type EthernetInterfaceCollection that Computer Systems use as the Host Interface to this Manager."/>
131 <Annotation Term="OData.AutoExpandReferences"/>
132 </NavigationProperty>
133 <NavigationProperty Name="ManagerEthernetInterface" Type="EthernetInterface.EthernetInterface" Nullable="false">
134 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
135 <Annotation Term="OData.Description" String="The Redfish link to a single network interface controllers or cards (NIC) that this Manager uses for network communication with this Host Interface."/>
136 <Annotation Term="OData.LongDescription" String="The value of this property shall be a link to a resource of type EthernetInterface which represents the network interface used by this Manager as the HostInterface."/>
137 <Annotation Term="OData.AutoExpandReferences"/>
138 </NavigationProperty>
139 <NavigationProperty Name="NetworkProtocol" Type="ManagerNetworkProtocol.ManagerNetworkProtocol" Nullable="false">
140 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
141 <Annotation Term="OData.Description" String="The Redfish link to the network services and their settings that the Manager controls. It is here that clients will find network configuration options as well as network services."/>
142 <Annotation Term="OData.LongDescription" String="The value of this property shall contain a reference to a resource of type ManagerNetworkProtocol which represents the network services for this Manager."/>
143 <Annotation Term="OData.AutoExpandReferences"/>
144 </NavigationProperty>
145
146 <Property Name="Links" Type="HostInterface.v1_0_0.Links" Nullable="false">
147 <Annotation Term="OData.Description" String="Contains references to other resources that are related to this resource."/>
148 <Annotation Term="OData.LongDescription" String="The Links property, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource."/>
149 </Property>
150 </EntityType>
151
152 <EnumType Name="HostInterfaceType">
153 <Member Name="NetworkHostInterface">
154 <Annotation Term="OData.Description" String="This interface is a Network Host Interface."/>
155 </Member>
156 </EnumType>
157
158 <EnumType Name="AuthenticationMode">
159 <Member Name="AuthNone">
160 <Annotation Term="OData.Description" String="Requests without any sort of authentication are allowed."/>
161 </Member>
162 <Member Name="BasicAuth">
163 <Annotation Term="OData.Description" String="Requests using HTTP Basic Authentication are allowed."/>
164 </Member>
165 <Member Name="RedfishSessionAuth">
166 <Annotation Term="OData.Description" String="Requests using Redfish Session Authentication are allowed."/>
167 </Member>
168 <Member Name="OemAuth">
169 <Annotation Term="OData.Description" String="Requests using OEM authentication mechanisms are allowed."/>
170 </Member>
171 </EnumType>
172
173 <ComplexType Name="Links" BaseType="Resource.Links">
174 <Annotation Term="OData.Description" String="References to other resources that are related to this resource."/>
175 <Annotation Term="OData.LongDescription" String="This type, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource."/>
176 <NavigationProperty Name="ComputerSystems" Type="Collection(ComputerSystem.ComputerSystem)">
177 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
178 <Annotation Term="OData.Description" String="An array of references to the Computer Systems connected to this Host Interface."/>
179 <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of references to resources of type ComputerSystem that are connected to this HostInterface."/>
180 <Annotation Term="OData.AutoExpandReferences"/>
181 </NavigationProperty>
182 <NavigationProperty Name="KernelAuthRole" Type="Role.Role" Nullable="false">
183 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
184 <Annotation Term="OData.Description" String="A reference to the Role object defining Privileges for this Host Interface when using kernel authentication."/>
185 <Annotation Term="OData.LongDescription" String="The value of this property shall be a link to a Role object instance, and should reference the object identified by property KernelAuthRoleId."/>
186 <Annotation Term="OData.AutoExpandReferences"/>
187 </NavigationProperty>
188 <NavigationProperty Name="FirmwareAuthRole" Type="Role.Role" Nullable="false">
189 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
190 <Annotation Term="OData.Description" String="A reference to the Role that has firmware authentication privileges on this Host Interface."/>
191 <Annotation Term="OData.LongDescription" String="The value of this property shall be a link to a Role object instance, and should reference the object identified by property FirmwareAuthRoleId."/>
192 <Annotation Term="OData.AutoExpandReferences"/>
193 </NavigationProperty>
194 </ComplexType>
195
196 </Schema>
197
198 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="HostInterface.v1_0_1">
199 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
200 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of type Collection."/>
201 <EntityType Name="HostInterface" BaseType="HostInterface.v1_0_0.HostInterface"/>
202 </Schema>
203
204 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="HostInterface.v1_0_2">
205 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
206 <Annotation Term="OData.Description" String="This version was created to clarify the description of ExternallyAccessible."/>
207 <EntityType Name="HostInterface" BaseType="HostInterface.v1_0_1.HostInterface"/>
208 </Schema>
209
Ed Tanous530520e2019-01-02 13:41:37 -0800210 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="HostInterface.v1_0_3">
211 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
212 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
213 <EntityType Name="HostInterface" BaseType="HostInterface.v1_0_2.HostInterface"/>
214 </Schema>
215
Jason M. Billsea4aa752018-06-05 13:29:11 -0700216 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="HostInterface.v1_1_0">
217 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
218 <EntityType Name="HostInterface" BaseType="HostInterface.v1_0_1.HostInterface">
219 <Property Name="Actions" Type="HostInterface.v1_1_0.Actions" Nullable="false">
220 <Annotation Term="OData.Description" String="The available actions for this resource."/>
221 <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
222 </Property>
223 </EntityType>
224
225 <ComplexType Name="Actions">
226 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
227 <Annotation Term="OData.Description" String="The available actions for this resource."/>
228 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800229 <Property Name="Oem" Type="HostInterface.v1_1_0.OemActions" Nullable="false">
230 <Annotation Term="OData.Description" String="This property contains the available OEM specific actions for this resource."/>
231 <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM actions for this resource."/>
232 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700233 </ComplexType>
234
235 <ComplexType Name="OemActions">
236 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
237 <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/>
238 <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
239 </ComplexType>
240 </Schema>
241
242 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="HostInterface.v1_1_1">
243 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
244 <Annotation Term="OData.Description" String="This version was created to perform editoral updates of descriptions defined in this schema."/>
245 <EntityType Name="HostInterface" BaseType="HostInterface.v1_1_0.HostInterface"/>
246 </Schema>
247
248 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="HostInterface.v1_1_2">
249 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
250 <Annotation Term="OData.Description" String="This version was created to clarify the description of ExternallyAccessible and to update other descriptions to match the editorial style used in other Redfish schemas."/>
251 <EntityType Name="HostInterface" BaseType="HostInterface.v1_1_1.HostInterface"/>
252 </Schema>
253
Ed Tanous530520e2019-01-02 13:41:37 -0800254 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="HostInterface.v1_1_3">
255 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
256 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
257 <EntityType Name="HostInterface" BaseType="HostInterface.v1_1_2.HostInterface"/>
258 </Schema>
259
260 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="HostInterface.v1_2_0">
261 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
262 <EntityType Name="HostInterface" BaseType="HostInterface.v1_1_3.HostInterface">
263 <Property Name="AuthNoneRoleId" Type="Edm.String" Nullable="false">
264 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
265 <Annotation Term="OData.Description" String="The Role used when no authentication on this interface is used."/>
266 <Annotation Term="OData.LongDescription" String="The value of this property shall be the ID of the Role resource that is used when no authentication on this interface is performed. This property shall be absent if AuthNone is not supported by the service for the AuthenticationModes property."/>
267 </Property>
268 </EntityType>
269
270 <ComplexType Name="Links" BaseType="HostInterface.v1_0_0.Links">
271 <NavigationProperty Name="AuthNoneRole" Type="Role.Role" Nullable="false">
272 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
273 <Annotation Term="OData.Description" String="A reference to the Role that contains the privileges on this Host Interface when no authentication is performed."/>
274 <Annotation Term="OData.LongDescription" String="The value of this property shall be a link to a Role object instance, and should reference the object identified by property AuthNoneRoleId. This property shall be absent if AuthNone is not supported by the service for the AuthenticationModes property."/>
275 <Annotation Term="OData.AutoExpandReferences"/>
276 </NavigationProperty>
277 </ComplexType>
278 </Schema>
279
Jason M. Billsea4aa752018-06-05 13:29:11 -0700280 </edmx:DataServices>
281</edmx:Edmx>