blob: c2ac243546d6ac33e762e57b5035dff942ec98df [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills9d424662021-09-22 21:56:16 -05004<!--# Redfish Schema: ManagerNetworkProtocol v1.8.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 -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05008<!--# Copyright 2014-2021 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/RedfishExtensions_v1.xml">
21 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
22 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
25 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28 <edmx:Include Namespace="Resource"/>
29 <edmx:Include Namespace="Resource.v1_0_0"/>
30 </edmx:Reference>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060031 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
32 <edmx:Include Namespace="CertificateCollection"/>
33 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070034
35 <edmx:DataServices>
36
37 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol">
38 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
39
40 <EntityType Name="ManagerNetworkProtocol" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -070041 <Annotation Term="OData.Description" String="The network service settings for the manager."/>
42 <Annotation Term="OData.LongDescription" String="This Resource shall represent the network service settings for the manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070043 <Annotation Term="Capabilities.InsertRestrictions">
44 <Record>
45 <PropertyValue Property="Insertable" Bool="false"/>
46 </Record>
47 </Annotation>
48 <Annotation Term="Capabilities.UpdateRestrictions">
49 <Record>
50 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070051 <Annotation Term="OData.Description" String="Writable properties, such as protocol and virtual media settings, can be updated for manager network protocols."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070052 </Record>
53 </Annotation>
54 <Annotation Term="Capabilities.DeleteRestrictions">
55 <Record>
56 <PropertyValue Property="Deletable" Bool="false"/>
57 </Record>
58 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080059 <Annotation Term="Redfish.Uris">
60 <Collection>
61 <String>/redfish/v1/Managers/{ManagerId}/NetworkProtocol</String>
62 </Collection>
63 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070064 </EntityType>
65
66 </Schema>
67
68 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_0">
69 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060070 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070071
72 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.ManagerNetworkProtocol">
73 <Property Name="HostName" Type="Edm.String">
74 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070075 <Annotation Term="OData.Description" String="The DNS host name of this manager, without any domain information."/>
76 <Annotation Term="OData.LongDescription" String="This property shall contain the host name without any domain information."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070077 </Property>
78 <Property Name="FQDN" Type="Edm.String">
79 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070080 <Annotation Term="OData.Description" String="The fully qualified domain name for the manager obtained by DNS including the host name and top-level domain name."/>
81 <Annotation Term="OData.LongDescription" String="This property shall contain the fully qualified domain name for the manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070082 </Property>
83 <Property Name="HTTP" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070084 <Annotation Term="OData.Description" String="The settings for this manager's HTTP protocol support."/>
85 <Annotation Term="OData.LongDescription" String="This object shall contain the HTTP protocol settings for the manager. The default Port property value should be `80` for compatibility with established client implementations."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070086 </Property>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060087 <Property Name="HTTPS" Type="ManagerNetworkProtocol.v1_0_0.HTTPSProtocol" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070088 <Annotation Term="OData.Description" String="The settings for this manager's HTTPS protocol support."/>
89 <Annotation Term="OData.LongDescription" String="This object shall contain the HTTPS/SSL protocol settings for this manager. The default Port property value should be `443` for compatibility with established client implementations."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070090 </Property>
Gunnar Mills6f44b752020-02-06 16:50:51 -060091 <Property Name="SNMP" Type="ManagerNetworkProtocol.v1_0_0.SNMPProtocol" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070092 <Annotation Term="OData.Description" String="The settings for this manager's SNMP support."/>
93 <Annotation Term="OData.LongDescription" String="This object shall contain the SNMP protocol settings for this manager. The default Port property value should be `161` for compatibility with established client implementations."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070094 </Property>
95 <Property Name="VirtualMedia" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050096 <Annotation Term="OData.Description" String="The settings for this manager's virtual media support that apply to all system instances controlled by this manager."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -060097 <Annotation Term="OData.LongDescription" String="This object shall contain the virtual media protocol settings for this manager. The Port property shall contain the TCP port assigned for Virtual Media usage. If multiple systems are supported by this manager, these properties, if present, apply to all instances of virtual media controlled by this manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070098 </Property>
99 <Property Name="Telnet" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700100 <Annotation Term="OData.Description" String="The settings for this manager's Telnet protocol support."/>
101 <Annotation Term="OData.LongDescription" String="This object shall contain the Telnet protocol settings for this manager. The default Port property value should be `23` for compatibility with established client implementations."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700102 </Property>
103 <Property Name="SSDP" Type="ManagerNetworkProtocol.v1_0_0.SSDProtocol" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700104 <Annotation Term="OData.Description" String="The settings for this manager's SSDP support."/>
105 <Annotation Term="OData.LongDescription" String="This object shall contain the SSDP protocol settings for this manager. Simple Service Discovery Protocol (SSDP) is for network discovery of devices supporting the Redfish Service. The default Port property value should be `1900` for compatibility with established client implementations."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700106 </Property>
107 <Property Name="IPMI" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700108 <Annotation Term="OData.Description" String="The settings for this manager's IPMI-over-LAN protocol support."/>
109 <Annotation Term="OData.LongDescription" String="This object shall contain the IPMI over LAN protocol settings for the manager. The default Port property value should be `623` for compatibility with established client implementations."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700110 </Property>
111 <Property Name="SSH" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700112 <Annotation Term="OData.Description" String="The settings for this manager's Secure Shell (SSH) protocol support."/>
113 <Annotation Term="OData.LongDescription" String="This object shall contain the Secure Shell (SSH) protocol settings for the manager. The default value should be 22 for compatibility with established client implementations."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700114 </Property>
115 <Property Name="KVMIP" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500116 <Annotation Term="OData.Description" String="The settings for this manager's KVM-IP protocol support that apply to all system instances controlled by this manager."/>
117 <Annotation Term="OData.LongDescription" String="This object shall contain the KVM-IP (Keyboard, Video, Mouse over IP) protocol settings for the manager. If multiple systems are supported by this manager, these properties, if present, apply to all instances of KVMIP controlled by this manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700118 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800119 <Property Name="Status" Type="Resource.Status" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700120 <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
121 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800122 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700123 </EntityType>
124
125 <ComplexType Name="Protocol">
126 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700127 <Annotation Term="OData.Description" String="The settings for a network protocol associated with a manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700128 <Annotation Term="OData.LongDescription" String="This type shall describe information about a protocol setting for a manager."/>
129 <Property Name="ProtocolEnabled" Type="Edm.Boolean">
130 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700131 <Annotation Term="OData.Description" String="An indication of whether the protocol is enabled."/>
132 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol is enabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700133 </Property>
134 <Property Name="Port" Type="Edm.Int64">
135 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700136 <Annotation Term="OData.Description" String="The protocol port."/>
137 <Annotation Term="OData.LongDescription" String="This property shall contain the port assigned to the protocol."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700138 <Annotation Term="Validation.Minimum" Int="0"/>
139 </Property>
140 </ComplexType>
141
142 <ComplexType Name="SSDProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.Protocol">
143 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
144 <Property Name="NotifyMulticastIntervalSeconds" Type="Edm.Int64">
145 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700146 <Annotation Term="OData.Description" String="The time interval, in seconds, between transmissions of the multicast NOTIFY ALIVE message from this service for SSDP."/>
147 <Annotation Term="OData.LongDescription" String="This property shall contain the time interval, in seconds, between transmissions of the multicast NOTIFY ALIVE message. A setting of 0 seconds shall disable this functionality. The recommended value is 600 seconds."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700148 <Annotation Term="Measures.Unit" String="s"/>
149 <Annotation Term="Validation.Minimum" Int="0"/>
150 </Property>
151 <Property Name="NotifyTTL" Type="Edm.Int64">
152 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700153 <Annotation Term="OData.Description" String="The time-to-live hop count for SSDP multicast NOTIFY messages."/>
154 <Annotation Term="OData.LongDescription" String="This property shall contain the time-to-live hop count used for multicast NOTIFY messages. The recommended value is 2."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700155 <Annotation Term="Validation.Minimum" Int="1"/>
156 </Property>
157 <Property Name="NotifyIPv6Scope" Type="ManagerNetworkProtocol.v1_0_0.NotifyIPv6Scope">
158 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700159 <Annotation Term="OData.Description" String="The IPv6 scope for multicast NOTIFY messages for SSDP."/>
160 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 scope for multicast NOTIFY messages. The valid enumerations are a subset of the available IPv6 scope types."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700161 </Property>
162 </ComplexType>
163
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600164 <ComplexType Name="HTTPSProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.Protocol"/>
165
Gunnar Mills6f44b752020-02-06 16:50:51 -0600166 <ComplexType Name="SNMPProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.Protocol"/>
167
Jason M. Billsea4aa752018-06-05 13:29:11 -0700168 <EnumType Name="NotifyIPv6Scope">
169 <Member Name="Link">
Ed Tanouscb103132019-10-08 11:34:22 -0700170 <Annotation Term="OData.Description" String="SSDP NOTIFY messages are sent to addresses in the IPv6 local link scope."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700171 </Member>
172 <Member Name="Site">
Ed Tanouscb103132019-10-08 11:34:22 -0700173 <Annotation Term="OData.Description" String="SSDP NOTIFY messages are sent to addresses in the IPv6 local site scope."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700174 </Member>
175 <Member Name="Organization">
Ed Tanouscb103132019-10-08 11:34:22 -0700176 <Annotation Term="OData.Description" String="SSDP NOTIFY messages are sent to addresses in the IPv6 local organization scope."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700177 </Member>
178 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700179 </Schema>
180
181 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_2">
182 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
183 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
184 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.ManagerNetworkProtocol"/>
185 </Schema>
186
187 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_3">
188 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
189 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
190 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_2.ManagerNetworkProtocol"/>
191 </Schema>
192
193 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_4">
194 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
195 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
196 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_3.ManagerNetworkProtocol"/>
197 </Schema>
198
Ed Tanous530520e2019-01-02 13:41:37 -0800199 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_5">
200 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
201 <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."/>
202 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_4.ManagerNetworkProtocol"/>
203 </Schema>
204
Ed Tanouscb103132019-10-08 11:34:22 -0700205 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_6">
206 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
207 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
208 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_5.ManagerNetworkProtocol"/>
209 </Schema>
210
211 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_7">
212 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
213 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
214 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_6.ManagerNetworkProtocol"/>
215 </Schema>
216
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500217 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_8">
218 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
219 <Annotation Term="OData.Description" String="This version was created to update the descriptions for the VirtualMedia and KVMIP properties."/>
220 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_7.ManagerNetworkProtocol"/>
221 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500222
Gunnar Mills262d7d42021-01-20 16:28:41 -0600223 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_9">
224 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
225 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
226 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_8.ManagerNetworkProtocol"/>
227 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500228
Jason M. Billsea4aa752018-06-05 13:29:11 -0700229 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_0">
230 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600231 <Annotation Term="Redfish.Release" String="2016.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700232 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_3.ManagerNetworkProtocol">
233 <Property Name="DHCP" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700234 <Annotation Term="OData.Description" String="The settings for this manager's DHCPv4 protocol support."/>
235 <Annotation Term="OData.LongDescription" String="This object shall contain the DHCPv4 protocol settings for the manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700236 </Property>
237 </EntityType>
238 </Schema>
239
240 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_1">
241 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
242 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
243 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_0.ManagerNetworkProtocol"/>
244 </Schema>
245
Ed Tanous530520e2019-01-02 13:41:37 -0800246 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_2">
247 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
248 <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. It was also created to clarify that the DHCP property is for DHCPv4."/>
249 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_1.ManagerNetworkProtocol"/>
250 </Schema>
251
Ed Tanouscb103132019-10-08 11:34:22 -0700252 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_3">
253 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
254 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
255 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_2.ManagerNetworkProtocol"/>
256 </Schema>
257
258 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_4">
259 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
260 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
261 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_3.ManagerNetworkProtocol"/>
262 </Schema>
263
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500264 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_5">
265 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
266 <Annotation Term="OData.Description" String="This version was created to update the descriptions for the VirtualMedia and KVMIP properties."/>
267 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_4.ManagerNetworkProtocol"/>
268 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500269
Gunnar Mills262d7d42021-01-20 16:28:41 -0600270 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_6">
271 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
272 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
273 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_5.ManagerNetworkProtocol"/>
274 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500275
Jason M. Billsea4aa752018-06-05 13:29:11 -0700276 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_2_0">
277 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600278 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700279 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_1.ManagerNetworkProtocol">
280 <Property Name="NTP" Type="ManagerNetworkProtocol.v1_2_0.NTPProtocol" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700281 <Annotation Term="OData.Description" String="The settings for this manager's NTP protocol support."/>
282 <Annotation Term="OData.LongDescription" String="This object shall contain the NTP protocol settings for the manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700283 </Property>
284 <Property Name="Actions" Type="ManagerNetworkProtocol.v1_2_0.Actions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700285 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
286 <Annotation Term="OData.LongDescription" String="The actions property shall contain the available actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700287 </Property>
288 </EntityType>
289
290 <ComplexType Name="NTPProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.Protocol">
291 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
292 <Property Name="NTPServers" Type="Collection(Edm.String)">
293 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
294 <Annotation Term="OData.Description" String="Indicates to which NTP servers this manager is subscribed."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700295 <Annotation Term="OData.LongDescription" String="This property shall contain all the NTP servers for which this manager is using to obtain time."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700296 </Property>
297 </ComplexType>
298
299 <ComplexType Name="Actions">
300 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700301 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
302 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800303 <Property Name="Oem" Type="ManagerNetworkProtocol.v1_2_0.OemActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700304 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
305 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800306 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700307 </ComplexType>
308
309 <ComplexType Name="OemActions">
310 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700311 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
312 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700313 </ComplexType>
314 </Schema>
315
Ed Tanous530520e2019-01-02 13:41:37 -0800316 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_2_1">
317 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
318 <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. It was also created to clarify that the DHCP property is for DHCPv4."/>
319 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_2_0.ManagerNetworkProtocol"/>
320 </Schema>
321
Ed Tanouscb103132019-10-08 11:34:22 -0700322 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_2_2">
323 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
324 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
325 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_2_1.ManagerNetworkProtocol"/>
326 </Schema>
327
328 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_2_3">
329 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
330 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
331 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_2_2.ManagerNetworkProtocol"/>
332 </Schema>
333
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500334 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_2_4">
335 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
336 <Annotation Term="OData.Description" String="This version was created to update the descriptions for the VirtualMedia and KVMIP properties."/>
337 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_2_3.ManagerNetworkProtocol"/>
338 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500339
Gunnar Mills262d7d42021-01-20 16:28:41 -0600340 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_2_5">
341 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
342 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
343 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_2_4.ManagerNetworkProtocol"/>
344 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500345
Ed Tanous530520e2019-01-02 13:41:37 -0800346 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_3_0">
347 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600348 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800349 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_2_1.ManagerNetworkProtocol">
350 <Property Name="DHCPv6" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700351 <Annotation Term="OData.Description" String="The settings for this manager's DHCPv6 protocol support."/>
352 <Annotation Term="OData.LongDescription" String="This object shall contain the DHCPv6 protocol settings for the manager."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800353 </Property>
354 <Property Name="RDP" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700355 <Annotation Term="OData.Description" String="The settings for this manager's Remote Desktop Protocol support."/>
356 <Annotation Term="OData.LongDescription" String="This object shall contain the Remote Desktop Protocol settings for the manager."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800357 </Property>
358 <Property Name="RFB" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700359 <Annotation Term="OData.Description" String="The settings for this manager's Remote Frame Buffer protocol support, which can support VNC."/>
360 <Annotation Term="OData.LongDescription" String="This object shall contain the Remote Frame Buffer protocol settings for the manager."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800361 </Property>
362 </EntityType>
363 </Schema>
364
Ed Tanouscb103132019-10-08 11:34:22 -0700365 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_3_1">
366 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
367 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
368 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_3_0.ManagerNetworkProtocol"/>
369 </Schema>
370
371 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_3_2">
372 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
373 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
374 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_3_1.ManagerNetworkProtocol"/>
375 </Schema>
376
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500377 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_3_3">
378 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
379 <Annotation Term="OData.Description" String="This version was created to update the descriptions for the VirtualMedia and KVMIP properties."/>
380 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_3_2.ManagerNetworkProtocol"/>
381 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500382
Gunnar Mills262d7d42021-01-20 16:28:41 -0600383 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_3_4">
384 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
385 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
386 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_3_3.ManagerNetworkProtocol"/>
387 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500388
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600389 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_4_0">
390 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
391 <Annotation Term="Redfish.Release" String="2018.3"/>
392 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_3_0.ManagerNetworkProtocol"/>
393
394 <ComplexType Name="HTTPSProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.HTTPSProtocol">
395 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
396 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700397 <Annotation Term="OData.Description" String="The link to a collection of certificates used for HTTPS by this manager."/>
398 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource Collection of type CertificateCollection."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600399 <Annotation Term="OData.AutoExpandReferences"/>
400 </NavigationProperty>
401 </ComplexType>
402 </Schema>
403
Ed Tanouscb103132019-10-08 11:34:22 -0700404 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_4_1">
405 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
406 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
407 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_4_0.ManagerNetworkProtocol"/>
408 </Schema>
409
410 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_4_2">
411 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
412 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
413 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_4_1.ManagerNetworkProtocol"/>
414 </Schema>
415
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500416 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_4_3">
417 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
418 <Annotation Term="OData.Description" String="This version was created to update the descriptions for the VirtualMedia and KVMIP properties."/>
419 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_4_2.ManagerNetworkProtocol"/>
420 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500421
Gunnar Mills262d7d42021-01-20 16:28:41 -0600422 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_4_4">
423 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
424 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
425 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_4_3.ManagerNetworkProtocol"/>
426 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500427
Gunnar Mills6f44b752020-02-06 16:50:51 -0600428 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_5_0">
429 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
430 <Annotation Term="Redfish.Release" String="2019.3"/>
431
432 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_4_2.ManagerNetworkProtocol"/>
433
434 <ComplexType Name="SNMPProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.SNMPProtocol">
435 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
436 <Property Name="EnableSNMPv1" Type="Edm.Boolean">
437 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
438 <Annotation Term="OData.Description" String="Indicates if access via SNMPv1 is enabled."/>
439 <Annotation Term="OData.LongDescription" String="This property shall indicate if access to the SNMP service on this manager using the SNMPv1 protocol is enabled."/>
440 </Property>
441 <Property Name="EnableSNMPv2c" Type="Edm.Boolean">
442 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
443 <Annotation Term="OData.Description" String="Indicates if access via SNMPv2c is enabled."/>
444 <Annotation Term="OData.LongDescription" String="This property shall indicate if access to the SNMP service on this manager using the SNMPv2c protocol is enabled."/>
445 </Property>
446 <Property Name="EnableSNMPv3" Type="Edm.Boolean">
447 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
448 <Annotation Term="OData.Description" String="Indicates if access via SNMPv3 is enabled."/>
449 <Annotation Term="OData.LongDescription" String="This property shall indicate if access to the SNMP service on this manager using the SNMPv3 protocol is enabled."/>
450 </Property>
451 <Property Name="CommunityStrings" Type="Collection(ManagerNetworkProtocol.v1_5_0.SNMPCommunity)">
452 <Annotation Term="OData.Description" String="The SNMP community strings."/>
453 <Annotation Term="OData.LongDescription" String="This property shall contain an array of the SNMP community strings used to access an SNMP manager."/>
454 </Property>
455 <Property Name="CommunityAccessMode" Type="ManagerNetworkProtocol.v1_5_0.SNMPCommunityAccessMode">
456 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
457 <Annotation Term="OData.Description" String="The access level of the SNMP community."/>
458 <Annotation Term="OData.LongDescription" String="This property shall contain the access/privilege level of the SNMP community used to access an SNMP manager."/>
459 </Property>
460 <Property Name="EngineId" Type="ManagerNetworkProtocol.v1_5_0.EngineId">
461 <Annotation Term="OData.Description" String="The engine ID."/>
462 <Annotation Term="OData.LongDescription" String="This property shall contain the RFC3411-defined engine ID."/>
463 </Property>
464 <Property Name="HideCommunityStrings" Type="Edm.Boolean">
465 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
466 <Annotation Term="OData.Description" String="Indicates if the community strings should be hidden."/>
467 <Annotation Term="OData.LongDescription" String="This property shall indicate if the community strings should be hidden in responses."/>
468 </Property>
469 <Property Name="AuthenticationProtocol" Type="ManagerNetworkProtocol.v1_5_0.SNMPAuthenticationProtocols">
470 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500471 <Annotation Term="OData.Description" String="The authentication protocol used for SNMP access to this manager."/>
472 <Annotation Term="OData.LongDescription" String="This property shall contain the SNMP authentication protocol used to access this manager. When the property contains the value `Account`, the SNMP settings in each manager account are used for authentication."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600473 </Property>
474 <Property Name="EncryptionProtocol" Type="ManagerNetworkProtocol.v1_5_0.SNMPEncryptionProtocols">
475 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500476 <Annotation Term="OData.Description" String="The encryption protocol used for SNMPv3 access to this manager."/>
477 <Annotation Term="OData.LongDescription" String="This property shall contain the SNMPv3 encryption protocol used to access this manager, unless AuthenticationProtocol contains the value `Account`."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600478 </Property>
479 </ComplexType>
480
481 <ComplexType Name="SNMPCommunity">
482 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
483 <Annotation Term="OData.Description" String="An SNMP community strings."/>
484 <Annotation Term="OData.LongDescription" String="This object shall contain an SNMP community string used to access an SNMP manager."/>
485 <Property Name="Name" Type="Edm.String">
486 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
487 <Annotation Term="OData.Description" String="The name of the SNMP community."/>
488 <Annotation Term="OData.LongDescription" String="This property shall contain a display name describing the SNMP community."/>
489 </Property>
490 <Property Name="CommunityString" Type="Edm.String">
491 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
492 <Annotation Term="OData.Description" String="The SNMP community string."/>
493 <Annotation Term="OData.LongDescription" String="This property shall contain the SNMP community string used for accessing an SNMP service on this manager. If HideCommunityStrings is `true`, this value shall be `null` in responses."/>
494 </Property>
495 <Property Name="AccessMode" Type="ManagerNetworkProtocol.v1_5_0.SNMPCommunityAccessMode">
496 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
497 <Annotation Term="OData.Description" String="The access level of the SNMP community."/>
498 <Annotation Term="OData.LongDescription" String="This property shall contain the access/privilege level of the SNMP community used to access an SNMP manager."/>
499 </Property>
500 </ComplexType>
501
502 <ComplexType Name="EngineId">
503 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
504 <Annotation Term="OData.Description" String="The engine ID."/>
505 <Annotation Term="OData.LongDescription" String="This object shall contain the RFC3411-defined engine ID."/>
506 <Property Name="PrivateEnterpriseId" Type="Edm.String">
Gunnar Millsa778c022020-05-12 12:20:36 -0500507 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600508 <Annotation Term="OData.Description" String="The private enterprise ID."/>
509 <Annotation Term="OData.LongDescription" String="This property shall contain an RFC3411-defined private enterprise ID."/>
510 <Annotation Term="Validation.Pattern" String="^([A-Fa-f0-9]{2} ){3}[A-Fa-f0-9]{2}$"/>
511 </Property>
512 <Property Name="EnterpriseSpecificMethod" Type="Edm.String">
Gunnar Millsa778c022020-05-12 12:20:36 -0500513 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600514 <Annotation Term="OData.Description" String="The enterprise specific method."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500515 <Annotation Term="OData.LongDescription" String="This property shall contain the enterprise specific method as described in item 2 of the snmpEngineID syntax of RFC3411. The full RFC3411-defined snmpEngineID is form from the concatenation of the value in the PrivateEnterpriseId property and the value in this property. If the most significant bit in PrivateEnterpriseId is set to one, this property shall not be present."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600516 <Annotation Term="Validation.Pattern" String="^([A-Fa-f0-9]{2} ){7}[A-Fa-f0-9]{2}$"/>
517 </Property>
518 </ComplexType>
519
520 <EnumType Name="SNMPCommunityAccessMode">
521 <Member Name="Full">
522 <Annotation Term="OData.Description" String="READ-WRITE access mode."/>
523 <Annotation Term="OData.LongDescription" String="This value shall indicate the RFC1157-defined READ-WRITE access mode."/>
524 </Member>
525 <Member Name="Limited">
526 <Annotation Term="OData.Description" String="READ-ONLY access mode."/>
527 <Annotation Term="OData.LongDescription" String="This value shall indicate the RFC1157-defined READ-ONLY access mode."/>
528 </Member>
529 </EnumType>
530
531 <EnumType Name="SNMPAuthenticationProtocols">
532 <Member Name="Account">
533 <Annotation Term="OData.Description" String="Authentication is determined by account settings."/>
534 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access is determined based on the corresponding account settings."/>
535 </Member>
536 <Member Name="CommunityString">
537 <Annotation Term="OData.Description" String="SNMP community string authentication."/>
538 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication uses SNMP community strings."/>
539 </Member>
540 <Member Name="HMAC_MD5">
541 <Annotation Term="OData.Description" String="HMAC-MD5-96 authentication."/>
542 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC3414-defined HMAC-MD5-96 authentication protocol."/>
543 </Member>
544 <Member Name="HMAC_SHA96">
545 <Annotation Term="OData.Description" String="HMAC-SHA-96 authentication."/>
546 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC3414-defined HMAC-SHA-96 authentication protocol."/>
547 </Member>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600548 <Member Name="HMAC128_SHA224">
549 <Annotation Term="OData.Description" String="HMAC-128-SHA-224 authentication."/>
550 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC128SHA224AuthProtocol."/>
551 <Annotation Term="Redfish.Revisions">
552 <Collection>
553 <Record>
554 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
555 <PropertyValue Property="Version" String="v1_7_0"/>
556 </Record>
557 </Collection>
558 </Annotation>
559 </Member>
560 <Member Name="HMAC192_SHA256">
561 <Annotation Term="OData.Description" String="HMAC-192-SHA-256 authentication."/>
562 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC192SHA256AuthProtocol."/>
563 <Annotation Term="Redfish.Revisions">
564 <Collection>
565 <Record>
566 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
567 <PropertyValue Property="Version" String="v1_7_0"/>
568 </Record>
569 </Collection>
570 </Annotation>
571 </Member>
572 <Member Name="HMAC256_SHA384">
573 <Annotation Term="OData.Description" String="HMAC-256-SHA-384 authentication."/>
574 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC256SHA384AuthProtocol."/>
575 <Annotation Term="Redfish.Revisions">
576 <Collection>
577 <Record>
578 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
579 <PropertyValue Property="Version" String="v1_7_0"/>
580 </Record>
581 </Collection>
582 </Annotation>
583 </Member>
584 <Member Name="HMAC384_SHA512">
585 <Annotation Term="OData.Description" String="HMAC-384-SHA-512 authentication."/>
586 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC384SHA512AuthProtocol."/>
587 <Annotation Term="Redfish.Revisions">
588 <Collection>
589 <Record>
590 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
591 <PropertyValue Property="Version" String="v1_7_0"/>
592 </Record>
593 </Collection>
594 </Annotation>
595 </Member>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600596 </EnumType>
597
598 <EnumType Name="SNMPEncryptionProtocols">
599 <Member Name="None">
600 <Annotation Term="OData.Description" String="No encryption."/>
601 <Annotation Term="OData.LongDescription" String="This value shall indicate there is no encryption."/>
602 </Member>
603 <Member Name="Account">
604 <Annotation Term="OData.Description" String="Encryption is determined by account settings."/>
605 <Annotation Term="OData.LongDescription" String="This value shall indicate encryption is determined based on the corresponding account settings."/>
606 </Member>
607 <Member Name="CBC_DES">
608 <Annotation Term="OData.Description" String="CBC-DES encryption."/>
609 <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the RFC3414-defined CBC-DES encryption protocol."/>
610 </Member>
611 <Member Name="CFB128_AES128">
612 <Annotation Term="OData.Description" String="CFB128-AES-128 encryption."/>
613 <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the RFC3414-defined CFB128-AES-128 encryption protocol."/>
614 </Member>
615 </EnumType>
616 </Schema>
617
Gunnar Millsa778c022020-05-12 12:20:36 -0500618 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_5_1">
619 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
620 <Annotation Term="OData.Description" String="This version was created to update the description for the EnterpriseSpecificMethod property. It was also created to fix the permissions on the SNMP engine ID properties."/>
621 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_5_0.ManagerNetworkProtocol"/>
622 </Schema>
623
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500624 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_5_2">
625 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
626 <Annotation Term="OData.Description" String="This version was created to update the descriptions for SNMP-related properties to clarify that they apply to the manager's SNMP support. It was also created to update the descriptions for the VirtualMedia and KVMIP properties."/>
627 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_5_1.ManagerNetworkProtocol"/>
628 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500629
Gunnar Mills262d7d42021-01-20 16:28:41 -0600630 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_5_3">
631 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
632 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
633 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_5_2.ManagerNetworkProtocol"/>
634 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500635
Gunnar Millsa778c022020-05-12 12:20:36 -0500636 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_6_0">
637 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
638 <Annotation Term="Redfish.Release" String="2020.1"/>
639
640 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_5_1.ManagerNetworkProtocol"/>
641
642 <ComplexType Name="EngineId" BaseType="ManagerNetworkProtocol.v1_5_0.EngineId">
643 <Property Name="ArchitectureId" Type="Edm.String">
644 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
645 <Annotation Term="OData.Description" String="The architecture identifier."/>
646 <Annotation Term="OData.LongDescription" String="This property shall contain the architecture identifier as described in item 3 of the snmpEngineID syntax of RFC3411. The full RFC3411-defined snmpEngineID is form from the concatenation of the value in the PrivateEnterpriseId property and the value in this property. If the most significant bit in PrivateEnterpriseId is set to zero, this property shall not be present."/>
647 <Annotation Term="Validation.Pattern" String="^([A-Fa-f0-9]{2} ){0,27}[A-Fa-f0-9]{2}$"/>
648 </Property>
649 </ComplexType>
650 </Schema>
651
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500652 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_6_1">
653 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
654 <Annotation Term="OData.Description" String="This version was created to update the descriptions for SNMP-related properties to clarify that they apply to the manager's SNMP support. It was also created to update the descriptions for the VirtualMedia and KVMIP properties."/>
655 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_6_0.ManagerNetworkProtocol"/>
656 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500657
Gunnar Mills262d7d42021-01-20 16:28:41 -0600658 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_6_2">
659 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
660 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
661 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_6_1.ManagerNetworkProtocol"/>
662 </Schema>
663
664 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_7_0">
665 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
666 <Annotation Term="Redfish.Release" String="2020.4"/>
667 <Annotation Term="OData.Description" String="This version was created to add additional SNMP authentication protocols."/>
668
669 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_6_2.ManagerNetworkProtocol"/>
670 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500671
Gunnar Mills9d424662021-09-22 21:56:16 -0500672 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_8_0">
673 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
674 <Annotation Term="Redfish.Release" String="2021.2"/>
675 <Annotation Term="OData.Description" String="This version was created to add proxy support."/>
676
677 <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_7_0.ManagerNetworkProtocol">
678 <Property Name="Proxy" Type="ManagerNetworkProtocol.v1_8_0.ProxyConfiguration">
679 <Annotation Term="OData.Description" String="The HTTP/HTTPS proxy information for this manager."/>
680 <Annotation Term="OData.LongDescription" String="This property shall contain the HTTP/HTTPS proxy configuration for this manager."/>
681 </Property>
682 </EntityType>
683
684 <ComplexType Name="ProxyConfiguration">
685 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
686 <Annotation Term="OData.Description" String="The HTTP/HTTPS proxy information for a manager."/>
687 <Annotation Term="OData.LongDescription" String="This property shall contain the HTTP/HTTPS proxy configuration for a manager."/>
688 <Property Name="Enabled" Type="Edm.Boolean" Nullable="false">
689 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
690 <Annotation Term="OData.Description" String="Indicates if the manager uses the proxy server."/>
691 <Annotation Term="OData.LongDescription" String="This property shall indicate if the proxy server is used for communications."/>
692 </Property>
693 <Property Name="ProxyServerURI" Type="Edm.String" Nullable="false">
694 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
695 <Annotation Term="OData.Description" String="The URI of the proxy server, including the scheme and any non-default port value."/>
696 <Annotation Term="OData.LongDescription" String="This property shall contain the URI of the proxy server. The value shall contain the scheme for accessing the server, and shall include the port if the value is not the default port for the specified scheme."/>
697 <Annotation Term="OData.IsURL"/>
698 </Property>
699 <Property Name="Username" Type="Edm.String" Nullable="false">
700 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
701 <Annotation Term="OData.Description" String="The username for the proxy."/>
702 <Annotation Term="OData.LongDescription" String="This property shall contain the username for this proxy."/>
703 </Property>
704 <Property Name="Password" Type="Edm.String">
705 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
706 <Annotation Term="OData.Description" String="The password for the proxy. The value is `null` in responses."/>
707 <Annotation Term="OData.LongDescription" String="This property shall contain the password for this proxy. The value shall be `null` in responses."/>
708 </Property>
709 <Property Name="PasswordSet" Type="Edm.Boolean" Nullable="false">
710 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
711 <Annotation Term="OData.Description" String="Indicates if the Password property is set."/>
712 <Annotation Term="OData.LongDescription" String="This property shall contain `true` if a valid value was provided for the Password property. Otherwise, the property shall contain `false`."/>
713 </Property>
714 <Property Name="ExcludeAddresses" Type="Collection(Edm.String)">
715 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
716 <Annotation Term="OData.Description" String="Addresses that do not require the proxy server to access."/>
717 <Annotation Term="OData.LongDescription" String="This property shall contain a list of hostnames or IP addresses that do not require a connection through the proxy server to access."/>
718 </Property>
719 <Property Name="ProxyAutoConfigURI" Type="Edm.String">
720 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
721 <Annotation Term="OData.Description" String="The URI used to access a proxy auto-configuration (PAC) file."/>
722 <Annotation Term="OData.LongDescription" String="This property shall contain the URI at which to access a proxy auto-configuration (PAC) file containing one or more JavaScript functions for configuring proxy usage for this manager."/>
723 <Annotation Term="OData.IsURL"/>
724 </Property>
725 </ComplexType>
726 </Schema>
727
Jason M. Billsea4aa752018-06-05 13:29:11 -0700728 </edmx:DataServices>
729</edmx:Edmx>