1*dd5c81e9SGunnar Mills{
2*dd5c81e9SGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/Manager.v1_19_2.json",
3*dd5c81e9SGunnar Mills    "$ref": "#/definitions/Manager",
4*dd5c81e9SGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5*dd5c81e9SGunnar Mills    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6*dd5c81e9SGunnar Mills    "definitions": {
7*dd5c81e9SGunnar Mills        "Actions": {
8*dd5c81e9SGunnar Mills            "additionalProperties": false,
9*dd5c81e9SGunnar Mills            "description": "The available actions for this resource.",
10*dd5c81e9SGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
11*dd5c81e9SGunnar Mills            "patternProperties": {
12*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
14*dd5c81e9SGunnar Mills                    "type": [
15*dd5c81e9SGunnar Mills                        "array",
16*dd5c81e9SGunnar Mills                        "boolean",
17*dd5c81e9SGunnar Mills                        "integer",
18*dd5c81e9SGunnar Mills                        "number",
19*dd5c81e9SGunnar Mills                        "null",
20*dd5c81e9SGunnar Mills                        "object",
21*dd5c81e9SGunnar Mills                        "string"
22*dd5c81e9SGunnar Mills                    ]
23*dd5c81e9SGunnar Mills                }
24*dd5c81e9SGunnar Mills            },
25*dd5c81e9SGunnar Mills            "properties": {
26*dd5c81e9SGunnar Mills                "#Manager.ForceFailover": {
27*dd5c81e9SGunnar Mills                    "$ref": "#/definitions/ForceFailover"
28*dd5c81e9SGunnar Mills                },
29*dd5c81e9SGunnar Mills                "#Manager.ModifyRedundancySet": {
30*dd5c81e9SGunnar Mills                    "$ref": "#/definitions/ModifyRedundancySet"
31*dd5c81e9SGunnar Mills                },
32*dd5c81e9SGunnar Mills                "#Manager.Reset": {
33*dd5c81e9SGunnar Mills                    "$ref": "#/definitions/Reset"
34*dd5c81e9SGunnar Mills                },
35*dd5c81e9SGunnar Mills                "#Manager.ResetToDefaults": {
36*dd5c81e9SGunnar Mills                    "$ref": "#/definitions/ResetToDefaults"
37*dd5c81e9SGunnar Mills                },
38*dd5c81e9SGunnar Mills                "Oem": {
39*dd5c81e9SGunnar Mills                    "$ref": "#/definitions/OemActions",
40*dd5c81e9SGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
41*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
42*dd5c81e9SGunnar Mills                }
43*dd5c81e9SGunnar Mills            },
44*dd5c81e9SGunnar Mills            "type": "object"
45*dd5c81e9SGunnar Mills        },
46*dd5c81e9SGunnar Mills        "CommandConnectTypesSupported": {
47*dd5c81e9SGunnar Mills            "enum": [
48*dd5c81e9SGunnar Mills                "SSH",
49*dd5c81e9SGunnar Mills                "Telnet",
50*dd5c81e9SGunnar Mills                "IPMI",
51*dd5c81e9SGunnar Mills                "Oem"
52*dd5c81e9SGunnar Mills            ],
53*dd5c81e9SGunnar Mills            "enumDescriptions": {
54*dd5c81e9SGunnar Mills                "IPMI": "The controller supports a command shell connection through the IPMI Serial Over LAN (SOL) protocol.",
55*dd5c81e9SGunnar Mills                "Oem": "The controller supports a command shell connection through an OEM-specific protocol.",
56*dd5c81e9SGunnar Mills                "SSH": "The controller supports a command shell connection through the SSH protocol.",
57*dd5c81e9SGunnar Mills                "Telnet": "The controller supports a command shell connection through the Telnet protocol."
58*dd5c81e9SGunnar Mills            },
59*dd5c81e9SGunnar Mills            "type": "string"
60*dd5c81e9SGunnar Mills        },
61*dd5c81e9SGunnar Mills        "CommandShell": {
62*dd5c81e9SGunnar Mills            "additionalProperties": false,
63*dd5c81e9SGunnar Mills            "description": "The information about a command shell service that this manager provides.",
64*dd5c81e9SGunnar Mills            "longDescription": "This type shall describe a command shell service for a manager.",
65*dd5c81e9SGunnar Mills            "patternProperties": {
66*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
67*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
68*dd5c81e9SGunnar Mills                    "type": [
69*dd5c81e9SGunnar Mills                        "array",
70*dd5c81e9SGunnar Mills                        "boolean",
71*dd5c81e9SGunnar Mills                        "integer",
72*dd5c81e9SGunnar Mills                        "number",
73*dd5c81e9SGunnar Mills                        "null",
74*dd5c81e9SGunnar Mills                        "object",
75*dd5c81e9SGunnar Mills                        "string"
76*dd5c81e9SGunnar Mills                    ]
77*dd5c81e9SGunnar Mills                }
78*dd5c81e9SGunnar Mills            },
79*dd5c81e9SGunnar Mills            "properties": {
80*dd5c81e9SGunnar Mills                "ConnectTypesSupported": {
81*dd5c81e9SGunnar Mills                    "description": "This property enumerates the command shell connection types that the implementation allows.",
82*dd5c81e9SGunnar Mills                    "items": {
83*dd5c81e9SGunnar Mills                        "$ref": "#/definitions/CommandConnectTypesSupported"
84*dd5c81e9SGunnar Mills                    },
85*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain an array of the enumerations.  SSH shall be included if the Secure Shell (SSH) protocol is supported.  Telnet shall be included if the Telnet protocol is supported.  IPMI shall be included if the IPMI Serial Over LAN (SOL) protocol is supported.",
86*dd5c81e9SGunnar Mills                    "readonly": true,
87*dd5c81e9SGunnar Mills                    "type": "array"
88*dd5c81e9SGunnar Mills                },
89*dd5c81e9SGunnar Mills                "MaxConcurrentSessions": {
90*dd5c81e9SGunnar Mills                    "description": "The maximum number of service sessions, regardless of protocol, that this manager can support.",
91*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the maximum number of concurrent service sessions that this implementation supports.",
92*dd5c81e9SGunnar Mills                    "minimum": 0,
93*dd5c81e9SGunnar Mills                    "readonly": true,
94*dd5c81e9SGunnar Mills                    "type": "integer"
95*dd5c81e9SGunnar Mills                },
96*dd5c81e9SGunnar Mills                "ServiceEnabled": {
97*dd5c81e9SGunnar Mills                    "description": "An indication of whether the service is enabled for this manager.",
98*dd5c81e9SGunnar Mills                    "longDescription": "This property shall indicate whether the protocol for the service is enabled.",
99*dd5c81e9SGunnar Mills                    "readonly": false,
100*dd5c81e9SGunnar Mills                    "type": "boolean"
101*dd5c81e9SGunnar Mills                }
102*dd5c81e9SGunnar Mills            },
103*dd5c81e9SGunnar Mills            "type": "object"
104*dd5c81e9SGunnar Mills        },
105*dd5c81e9SGunnar Mills        "DaylightSavingTime": {
106*dd5c81e9SGunnar Mills            "additionalProperties": false,
107*dd5c81e9SGunnar Mills            "description": "The daylight saving time settings for a manager.",
108*dd5c81e9SGunnar Mills            "longDescription": "This type shall contain the daylight saving time settings for a manager.",
109*dd5c81e9SGunnar Mills            "patternProperties": {
110*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
111*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
112*dd5c81e9SGunnar Mills                    "type": [
113*dd5c81e9SGunnar Mills                        "array",
114*dd5c81e9SGunnar Mills                        "boolean",
115*dd5c81e9SGunnar Mills                        "integer",
116*dd5c81e9SGunnar Mills                        "number",
117*dd5c81e9SGunnar Mills                        "null",
118*dd5c81e9SGunnar Mills                        "object",
119*dd5c81e9SGunnar Mills                        "string"
120*dd5c81e9SGunnar Mills                    ]
121*dd5c81e9SGunnar Mills                }
122*dd5c81e9SGunnar Mills            },
123*dd5c81e9SGunnar Mills            "properties": {
124*dd5c81e9SGunnar Mills                "EndDateTime": {
125*dd5c81e9SGunnar Mills                    "description": "The end date and time with UTC offset of daylight saving time.",
126*dd5c81e9SGunnar Mills                    "format": "date-time",
127*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the end date and time with UTC offset of daylight saving time for this manager.  If daylight saving time is permanent, specify a sufficiently distant end date and time.  Services shall update the UTC offset based on changes made to `DateTimeLocalOffset`.  This property shall be read-only if the service contains time zone databases.",
128*dd5c81e9SGunnar Mills                    "readonly": false,
129*dd5c81e9SGunnar Mills                    "type": "string",
130*dd5c81e9SGunnar Mills                    "versionAdded": "v1_19_0"
131*dd5c81e9SGunnar Mills                },
132*dd5c81e9SGunnar Mills                "OffsetMinutes": {
133*dd5c81e9SGunnar Mills                    "description": "The daylight saving time offset in minutes.",
134*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the number of minutes added to the `DateTime` value when the `DateTime` value is between the values of StartDateTime and EndDateTime.  This offset shall be applied only if AutoDSTEnabled is `true`.  This property shall be read-only if the service contains time zone databases.",
135*dd5c81e9SGunnar Mills                    "readonly": false,
136*dd5c81e9SGunnar Mills                    "type": "integer",
137*dd5c81e9SGunnar Mills                    "versionAdded": "v1_19_0"
138*dd5c81e9SGunnar Mills                },
139*dd5c81e9SGunnar Mills                "StartDateTime": {
140*dd5c81e9SGunnar Mills                    "description": "The start date and time with UTC offset of daylight saving time.",
141*dd5c81e9SGunnar Mills                    "format": "date-time",
142*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the start date and time with UTC offset of daylight saving time for this manager.  Services shall update the UTC offset based on changes made to `DateTimeLocalOffset`.  This property shall be read-only if the service contains time zone databases.",
143*dd5c81e9SGunnar Mills                    "readonly": false,
144*dd5c81e9SGunnar Mills                    "type": "string",
145*dd5c81e9SGunnar Mills                    "versionAdded": "v1_19_0"
146*dd5c81e9SGunnar Mills                },
147*dd5c81e9SGunnar Mills                "TimeZoneName": {
148*dd5c81e9SGunnar Mills                    "description": "The time zone of the manager when daylight saving time is in effect.",
149*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the time zone of the manager when daylight saving time is in effect.  When daylight saving time is in effect, the service shall update the `TimeZoneName` property in the root of the resource.  When daylight saving time is no longer in effect, the service shall restore the original value of the `TimeZoneName` property in the root of the resource.  The time zone shall be either the 'Name' or the 'Format' for the zone as defined in the IANA Time Zone Database.  The value of this property is used for display purposes, especially to enhance the display of time.  This property shall be read-only if the service contains time zone databases.",
150*dd5c81e9SGunnar Mills                    "readonly": false,
151*dd5c81e9SGunnar Mills                    "type": "string",
152*dd5c81e9SGunnar Mills                    "versionAdded": "v1_19_0"
153*dd5c81e9SGunnar Mills                }
154*dd5c81e9SGunnar Mills            },
155*dd5c81e9SGunnar Mills            "type": "object"
156*dd5c81e9SGunnar Mills        },
157*dd5c81e9SGunnar Mills        "ForceFailover": {
158*dd5c81e9SGunnar Mills            "additionalProperties": false,
159*dd5c81e9SGunnar Mills            "description": "The `ForceFailover` action forces a failover of this manager to the manager used in the parameter.",
160*dd5c81e9SGunnar Mills            "longDescription": "This action shall perform a forced failover of the manager's redundancy to the manager supplied as a parameter.",
161*dd5c81e9SGunnar Mills            "parameters": {
162*dd5c81e9SGunnar Mills                "NewManager": {
163*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager",
164*dd5c81e9SGunnar Mills                    "description": "The manager to which to fail over.",
165*dd5c81e9SGunnar Mills                    "longDescription": "This parameter shall contain the manager to which to fail over.",
166*dd5c81e9SGunnar Mills                    "requiredParameter": true
167*dd5c81e9SGunnar Mills                }
168*dd5c81e9SGunnar Mills            },
169*dd5c81e9SGunnar Mills            "patternProperties": {
170*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
171*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
172*dd5c81e9SGunnar Mills                    "type": [
173*dd5c81e9SGunnar Mills                        "array",
174*dd5c81e9SGunnar Mills                        "boolean",
175*dd5c81e9SGunnar Mills                        "integer",
176*dd5c81e9SGunnar Mills                        "number",
177*dd5c81e9SGunnar Mills                        "null",
178*dd5c81e9SGunnar Mills                        "object",
179*dd5c81e9SGunnar Mills                        "string"
180*dd5c81e9SGunnar Mills                    ]
181*dd5c81e9SGunnar Mills                }
182*dd5c81e9SGunnar Mills            },
183*dd5c81e9SGunnar Mills            "properties": {
184*dd5c81e9SGunnar Mills                "target": {
185*dd5c81e9SGunnar Mills                    "description": "Link to invoke action",
186*dd5c81e9SGunnar Mills                    "format": "uri-reference",
187*dd5c81e9SGunnar Mills                    "type": "string"
188*dd5c81e9SGunnar Mills                },
189*dd5c81e9SGunnar Mills                "title": {
190*dd5c81e9SGunnar Mills                    "description": "Friendly action name",
191*dd5c81e9SGunnar Mills                    "type": "string"
192*dd5c81e9SGunnar Mills                }
193*dd5c81e9SGunnar Mills            },
194*dd5c81e9SGunnar Mills            "type": "object"
195*dd5c81e9SGunnar Mills        },
196*dd5c81e9SGunnar Mills        "GraphicalConnectTypesSupported": {
197*dd5c81e9SGunnar Mills            "enum": [
198*dd5c81e9SGunnar Mills                "KVMIP",
199*dd5c81e9SGunnar Mills                "Oem"
200*dd5c81e9SGunnar Mills            ],
201*dd5c81e9SGunnar Mills            "enumDescriptions": {
202*dd5c81e9SGunnar Mills                "KVMIP": "The controller supports a graphical console connection through a KVM-IP (redirection of Keyboard, Video, Mouse over IP) protocol.",
203*dd5c81e9SGunnar Mills                "Oem": "The controller supports a graphical console connection through an OEM-specific protocol."
204*dd5c81e9SGunnar Mills            },
205*dd5c81e9SGunnar Mills            "type": "string"
206*dd5c81e9SGunnar Mills        },
207*dd5c81e9SGunnar Mills        "GraphicalConsole": {
208*dd5c81e9SGunnar Mills            "additionalProperties": false,
209*dd5c81e9SGunnar Mills            "description": "The information about a graphical console service that this manager provides.",
210*dd5c81e9SGunnar Mills            "longDescription": "This type shall describe a graphical console service for a manager.",
211*dd5c81e9SGunnar Mills            "patternProperties": {
212*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
213*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
214*dd5c81e9SGunnar Mills                    "type": [
215*dd5c81e9SGunnar Mills                        "array",
216*dd5c81e9SGunnar Mills                        "boolean",
217*dd5c81e9SGunnar Mills                        "integer",
218*dd5c81e9SGunnar Mills                        "number",
219*dd5c81e9SGunnar Mills                        "null",
220*dd5c81e9SGunnar Mills                        "object",
221*dd5c81e9SGunnar Mills                        "string"
222*dd5c81e9SGunnar Mills                    ]
223*dd5c81e9SGunnar Mills                }
224*dd5c81e9SGunnar Mills            },
225*dd5c81e9SGunnar Mills            "properties": {
226*dd5c81e9SGunnar Mills                "ConnectTypesSupported": {
227*dd5c81e9SGunnar Mills                    "description": "This property enumerates the graphical console connection types that the implementation allows.",
228*dd5c81e9SGunnar Mills                    "items": {
229*dd5c81e9SGunnar Mills                        "$ref": "#/definitions/GraphicalConnectTypesSupported"
230*dd5c81e9SGunnar Mills                    },
231*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain an array of the enumerations.  RDP shall be included if the Remote Desktop (RDP) protocol is supported.  KVMIP shall be included if a vendor-defined KVM-IP protocol is supported.",
232*dd5c81e9SGunnar Mills                    "readonly": true,
233*dd5c81e9SGunnar Mills                    "type": "array"
234*dd5c81e9SGunnar Mills                },
235*dd5c81e9SGunnar Mills                "MaxConcurrentSessions": {
236*dd5c81e9SGunnar Mills                    "description": "The maximum number of service sessions, regardless of protocol, that this manager can support.",
237*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the maximum number of concurrent service sessions that this implementation supports.",
238*dd5c81e9SGunnar Mills                    "minimum": 0,
239*dd5c81e9SGunnar Mills                    "readonly": true,
240*dd5c81e9SGunnar Mills                    "type": "integer"
241*dd5c81e9SGunnar Mills                },
242*dd5c81e9SGunnar Mills                "ServiceEnabled": {
243*dd5c81e9SGunnar Mills                    "description": "An indication of whether the service is enabled for this manager.",
244*dd5c81e9SGunnar Mills                    "longDescription": "This property shall indicate whether the protocol for the service is enabled.",
245*dd5c81e9SGunnar Mills                    "readonly": false,
246*dd5c81e9SGunnar Mills                    "type": "boolean"
247*dd5c81e9SGunnar Mills                }
248*dd5c81e9SGunnar Mills            },
249*dd5c81e9SGunnar Mills            "type": "object"
250*dd5c81e9SGunnar Mills        },
251*dd5c81e9SGunnar Mills        "Links": {
252*dd5c81e9SGunnar Mills            "additionalProperties": false,
253*dd5c81e9SGunnar Mills            "description": "The links to other resources that are related to this resource.",
254*dd5c81e9SGunnar Mills            "longDescription": "This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.",
255*dd5c81e9SGunnar Mills            "patternProperties": {
256*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
257*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
258*dd5c81e9SGunnar Mills                    "type": [
259*dd5c81e9SGunnar Mills                        "array",
260*dd5c81e9SGunnar Mills                        "boolean",
261*dd5c81e9SGunnar Mills                        "integer",
262*dd5c81e9SGunnar Mills                        "number",
263*dd5c81e9SGunnar Mills                        "null",
264*dd5c81e9SGunnar Mills                        "object",
265*dd5c81e9SGunnar Mills                        "string"
266*dd5c81e9SGunnar Mills                    ]
267*dd5c81e9SGunnar Mills                }
268*dd5c81e9SGunnar Mills            },
269*dd5c81e9SGunnar Mills            "properties": {
270*dd5c81e9SGunnar Mills                "ActiveSoftwareImage": {
271*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/SoftwareInventory.json#/definitions/SoftwareInventory",
272*dd5c81e9SGunnar Mills                    "description": "The link to the software inventory resource that represents the active firmware image for this manager.",
273*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a link to a resource of type `SoftwareInventory` that represents the active firmware image for this manager.",
274*dd5c81e9SGunnar Mills                    "readonly": false,
275*dd5c81e9SGunnar Mills                    "versionAdded": "v1_6_0"
276*dd5c81e9SGunnar Mills                },
277*dd5c81e9SGunnar Mills                "ManagedBy": {
278*dd5c81e9SGunnar Mills                    "description": "The array of links to the managers responsible for managing this manager.",
279*dd5c81e9SGunnar Mills                    "items": {
280*dd5c81e9SGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager"
281*dd5c81e9SGunnar Mills                    },
282*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain an array of links to resources of type `Manager` that represent the managers for this manager.",
283*dd5c81e9SGunnar Mills                    "readonly": true,
284*dd5c81e9SGunnar Mills                    "type": "array",
285*dd5c81e9SGunnar Mills                    "versionAdded": "v1_9_0"
286*dd5c81e9SGunnar Mills                },
287*dd5c81e9SGunnar Mills                "ManagedBy@odata.count": {
288*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
289*dd5c81e9SGunnar Mills                },
290*dd5c81e9SGunnar Mills                "ManagerForChassis": {
291*dd5c81e9SGunnar Mills                    "description": "An array of links to the chassis this manager controls.",
292*dd5c81e9SGunnar Mills                    "items": {
293*dd5c81e9SGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis"
294*dd5c81e9SGunnar Mills                    },
295*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain an array of links to chassis over which this manager instance has control.",
296*dd5c81e9SGunnar Mills                    "readonly": true,
297*dd5c81e9SGunnar Mills                    "type": "array"
298*dd5c81e9SGunnar Mills                },
299*dd5c81e9SGunnar Mills                "ManagerForChassis@odata.count": {
300*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
301*dd5c81e9SGunnar Mills                },
302*dd5c81e9SGunnar Mills                "ManagerForManagers": {
303*dd5c81e9SGunnar Mills                    "description": "An array of links to the managers that are managed by this manager.",
304*dd5c81e9SGunnar Mills                    "items": {
305*dd5c81e9SGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager"
306*dd5c81e9SGunnar Mills                    },
307*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain an array of links to resources of type `Manager` that represent the managers being managed by this manager.",
308*dd5c81e9SGunnar Mills                    "readonly": true,
309*dd5c81e9SGunnar Mills                    "type": "array",
310*dd5c81e9SGunnar Mills                    "versionAdded": "v1_9_0"
311*dd5c81e9SGunnar Mills                },
312*dd5c81e9SGunnar Mills                "ManagerForManagers@odata.count": {
313*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
314*dd5c81e9SGunnar Mills                },
315*dd5c81e9SGunnar Mills                "ManagerForServers": {
316*dd5c81e9SGunnar Mills                    "description": "An array of links to the systems that this manager controls.",
317*dd5c81e9SGunnar Mills                    "items": {
318*dd5c81e9SGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/ComputerSystem"
319*dd5c81e9SGunnar Mills                    },
320*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain an array of links to computer systems over which this manager instance has control.",
321*dd5c81e9SGunnar Mills                    "readonly": true,
322*dd5c81e9SGunnar Mills                    "type": "array"
323*dd5c81e9SGunnar Mills                },
324*dd5c81e9SGunnar Mills                "ManagerForServers@odata.count": {
325*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
326*dd5c81e9SGunnar Mills                },
327*dd5c81e9SGunnar Mills                "ManagerForSwitches": {
328*dd5c81e9SGunnar Mills                    "description": "An array of links to the switches that this manager controls.",
329*dd5c81e9SGunnar Mills                    "items": {
330*dd5c81e9SGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Switch.json#/definitions/Switch"
331*dd5c81e9SGunnar Mills                    },
332*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain an array of links to switches that this manager instance controls.",
333*dd5c81e9SGunnar Mills                    "readonly": true,
334*dd5c81e9SGunnar Mills                    "type": "array",
335*dd5c81e9SGunnar Mills                    "versionAdded": "v1_4_0"
336*dd5c81e9SGunnar Mills                },
337*dd5c81e9SGunnar Mills                "ManagerForSwitches@odata.count": {
338*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
339*dd5c81e9SGunnar Mills                },
340*dd5c81e9SGunnar Mills                "ManagerInChassis": {
341*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis",
342*dd5c81e9SGunnar Mills                    "description": "The link to the chassis where this manager is located.",
343*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a link to the chassis where this manager is located.",
344*dd5c81e9SGunnar Mills                    "readonly": true,
345*dd5c81e9SGunnar Mills                    "versionAdded": "v1_1_0"
346*dd5c81e9SGunnar Mills                },
347*dd5c81e9SGunnar Mills                "Oem": {
348*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
349*dd5c81e9SGunnar Mills                    "description": "The OEM extension property.",
350*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
351*dd5c81e9SGunnar Mills                },
352*dd5c81e9SGunnar Mills                "SelectedNetworkPort": {
353*dd5c81e9SGunnar Mills                    "anyOf": [
354*dd5c81e9SGunnar Mills                        {
355*dd5c81e9SGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Port.json#/definitions/Port"
356*dd5c81e9SGunnar Mills                        },
357*dd5c81e9SGunnar Mills                        {
358*dd5c81e9SGunnar Mills                            "type": "null"
359*dd5c81e9SGunnar Mills                        }
360*dd5c81e9SGunnar Mills                    ],
361*dd5c81e9SGunnar Mills                    "description": "The network port currently used by this manager.  This allows selection of shared or dedicated ports for managers that support one or the other.  For managers that always have their dedicated port enabled, this allows the selection of which shared port to use.",
362*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a link to a resource of type `Port` that represents the current network port used by this manager.",
363*dd5c81e9SGunnar Mills                    "readonly": false,
364*dd5c81e9SGunnar Mills                    "versionAdded": "v1_18_0"
365*dd5c81e9SGunnar Mills                },
366*dd5c81e9SGunnar Mills                "SoftwareImages": {
367*dd5c81e9SGunnar Mills                    "description": "The images that are associated with this manager.",
368*dd5c81e9SGunnar Mills                    "items": {
369*dd5c81e9SGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/SoftwareInventory.json#/definitions/SoftwareInventory"
370*dd5c81e9SGunnar Mills                    },
371*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain an array of links to resources of type `SoftwareInventory` that represent the firmware images that apply to this manager.",
372*dd5c81e9SGunnar Mills                    "readonly": true,
373*dd5c81e9SGunnar Mills                    "type": "array",
374*dd5c81e9SGunnar Mills                    "versionAdded": "v1_6_0"
375*dd5c81e9SGunnar Mills                },
376*dd5c81e9SGunnar Mills                "SoftwareImages@odata.count": {
377*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
378*dd5c81e9SGunnar Mills                }
379*dd5c81e9SGunnar Mills            },
380*dd5c81e9SGunnar Mills            "type": "object"
381*dd5c81e9SGunnar Mills        },
382*dd5c81e9SGunnar Mills        "Manager": {
383*dd5c81e9SGunnar Mills            "additionalProperties": false,
384*dd5c81e9SGunnar Mills            "description": "In Redfish, a manager is a systems management entity that can implement or provide access to a Redfish service.  Examples of managers are BMCs (baseboard management controllers), enclosure managers, management controllers, and other subsystems that are assigned manageability functions.  An implementation can have multiple managers, which might be directly accessible through a Redfish-defined interface.",
385*dd5c81e9SGunnar Mills            "longDescription": "This resource shall represent a management subsystem for a Redfish implementation.",
386*dd5c81e9SGunnar Mills            "patternProperties": {
387*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
388*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
389*dd5c81e9SGunnar Mills                    "type": [
390*dd5c81e9SGunnar Mills                        "array",
391*dd5c81e9SGunnar Mills                        "boolean",
392*dd5c81e9SGunnar Mills                        "integer",
393*dd5c81e9SGunnar Mills                        "number",
394*dd5c81e9SGunnar Mills                        "null",
395*dd5c81e9SGunnar Mills                        "object",
396*dd5c81e9SGunnar Mills                        "string"
397*dd5c81e9SGunnar Mills                    ]
398*dd5c81e9SGunnar Mills                }
399*dd5c81e9SGunnar Mills            },
400*dd5c81e9SGunnar Mills            "properties": {
401*dd5c81e9SGunnar Mills                "@odata.context": {
402*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
403*dd5c81e9SGunnar Mills                },
404*dd5c81e9SGunnar Mills                "@odata.etag": {
405*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
406*dd5c81e9SGunnar Mills                },
407*dd5c81e9SGunnar Mills                "@odata.id": {
408*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
409*dd5c81e9SGunnar Mills                },
410*dd5c81e9SGunnar Mills                "@odata.type": {
411*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
412*dd5c81e9SGunnar Mills                },
413*dd5c81e9SGunnar Mills                "Actions": {
414*dd5c81e9SGunnar Mills                    "$ref": "#/definitions/Actions",
415*dd5c81e9SGunnar Mills                    "description": "The available actions for this resource.",
416*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource."
417*dd5c81e9SGunnar Mills                },
418*dd5c81e9SGunnar Mills                "AdditionalFirmwareVersions": {
419*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/SoftwareInventory.json#/definitions/AdditionalVersions",
420*dd5c81e9SGunnar Mills                    "description": "The additional firmware versions of the manager.",
421*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the additional firmware versions of the manager.",
422*dd5c81e9SGunnar Mills                    "versionAdded": "v1_15_0"
423*dd5c81e9SGunnar Mills                },
424*dd5c81e9SGunnar Mills                "AutoDSTEnabled": {
425*dd5c81e9SGunnar Mills                    "description": "An indication of whether the manager is configured for automatic Daylight Saving Time (DST) adjustment.",
426*dd5c81e9SGunnar Mills                    "longDescription": "This property shall indicate whether the manager is configured for automatic Daylight Saving Time (DST) adjustment.",
427*dd5c81e9SGunnar Mills                    "readonly": false,
428*dd5c81e9SGunnar Mills                    "type": "boolean",
429*dd5c81e9SGunnar Mills                    "versionAdded": "v1_4_0"
430*dd5c81e9SGunnar Mills                },
431*dd5c81e9SGunnar Mills                "Certificates": {
432*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection",
433*dd5c81e9SGunnar Mills                    "description": "The link to a collection of certificates for device identity and attestation.",
434*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `CertificateCollection` that contains certificates for device identity and attestation.",
435*dd5c81e9SGunnar Mills                    "readonly": true,
436*dd5c81e9SGunnar Mills                    "versionAdded": "v1_13_0"
437*dd5c81e9SGunnar Mills                },
438*dd5c81e9SGunnar Mills                "CommandShell": {
439*dd5c81e9SGunnar Mills                    "$ref": "#/definitions/CommandShell",
440*dd5c81e9SGunnar Mills                    "description": "The manager's command line user interface or command shell service.",
441*dd5c81e9SGunnar Mills                    "longDescription": "This property shall describe a command line user interface or command shell service provided by this manager.  The command shell refers to an interface used to interact with the manager itself, not a dedicated console session redirected from a host operating system.  For redirected serial or host operating system consoles, see the `SerialConsole` property in the `ComputerSystem` resource."
442*dd5c81e9SGunnar Mills                },
443*dd5c81e9SGunnar Mills                "DateTime": {
444*dd5c81e9SGunnar Mills                    "description": "The current date and time with UTC offset of the manager.",
445*dd5c81e9SGunnar Mills                    "format": "date-time",
446*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the current date and time with UTC offset of the manager.",
447*dd5c81e9SGunnar Mills                    "readonly": false,
448*dd5c81e9SGunnar Mills                    "type": [
449*dd5c81e9SGunnar Mills                        "string",
450*dd5c81e9SGunnar Mills                        "null"
451*dd5c81e9SGunnar Mills                    ]
452*dd5c81e9SGunnar Mills                },
453*dd5c81e9SGunnar Mills                "DateTimeLocalOffset": {
454*dd5c81e9SGunnar Mills                    "description": "The time offset from UTC that the `DateTime` property is in `+HH:MM` format.",
455*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the offset from UTC time that the `DateTime` property contains.  If both `DateTime` and `DateTimeLocalOffset` are provided in modification requests, services shall apply `DateTimeLocalOffset` after `DateTime` is applied.",
456*dd5c81e9SGunnar Mills                    "pattern": "^([-+][0-1][0-9]:[0-5][0-9])$",
457*dd5c81e9SGunnar Mills                    "readonly": false,
458*dd5c81e9SGunnar Mills                    "type": [
459*dd5c81e9SGunnar Mills                        "string",
460*dd5c81e9SGunnar Mills                        "null"
461*dd5c81e9SGunnar Mills                    ]
462*dd5c81e9SGunnar Mills                },
463*dd5c81e9SGunnar Mills                "DaylightSavingTime": {
464*dd5c81e9SGunnar Mills                    "$ref": "#/definitions/DaylightSavingTime",
465*dd5c81e9SGunnar Mills                    "description": "The daylight saving time settings for this manager.",
466*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the daylight saving time settings for this manager.",
467*dd5c81e9SGunnar Mills                    "versionAdded": "v1_19_0"
468*dd5c81e9SGunnar Mills                },
469*dd5c81e9SGunnar Mills                "DedicatedNetworkPorts": {
470*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/PortCollection.json#/definitions/PortCollection",
471*dd5c81e9SGunnar Mills                    "description": "The dedicated network ports of the manager.",
472*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `PortCollection` that represent the dedicated network ports of the manager.",
473*dd5c81e9SGunnar Mills                    "versionAdded": "v1_16_0"
474*dd5c81e9SGunnar Mills                },
475*dd5c81e9SGunnar Mills                "Description": {
476*dd5c81e9SGunnar Mills                    "anyOf": [
477*dd5c81e9SGunnar Mills                        {
478*dd5c81e9SGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
479*dd5c81e9SGunnar Mills                        },
480*dd5c81e9SGunnar Mills                        {
481*dd5c81e9SGunnar Mills                            "type": "null"
482*dd5c81e9SGunnar Mills                        }
483*dd5c81e9SGunnar Mills                    ],
484*dd5c81e9SGunnar Mills                    "readonly": true
485*dd5c81e9SGunnar Mills                },
486*dd5c81e9SGunnar Mills                "EthernetInterfaces": {
487*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/EthernetInterfaceCollection.json#/definitions/EthernetInterfaceCollection",
488*dd5c81e9SGunnar Mills                    "description": "The link to a collection of NICs that this manager uses for network communication.",
489*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `EthernetInterfaceCollection`.",
490*dd5c81e9SGunnar Mills                    "readonly": true
491*dd5c81e9SGunnar Mills                },
492*dd5c81e9SGunnar Mills                "FirmwareVersion": {
493*dd5c81e9SGunnar Mills                    "description": "The firmware version of this manager.",
494*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the firmware version as defined by the manufacturer for the associated manager.",
495*dd5c81e9SGunnar Mills                    "readonly": true,
496*dd5c81e9SGunnar Mills                    "type": [
497*dd5c81e9SGunnar Mills                        "string",
498*dd5c81e9SGunnar Mills                        "null"
499*dd5c81e9SGunnar Mills                    ]
500*dd5c81e9SGunnar Mills                },
501*dd5c81e9SGunnar Mills                "GraphicalConsole": {
502*dd5c81e9SGunnar Mills                    "$ref": "#/definitions/GraphicalConsole",
503*dd5c81e9SGunnar Mills                    "description": "The manager's graphical console service.",
504*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the information about the graphical console (KVM-IP) service of this manager.  This property should be used to describe a service for the manager's console or operating system, not a service provided on behalf of a host operating system.  Implementations representing host OS consoles, known generally as a KVM-IP feature, should use the `GraphicalConsole` property in the `ComputerSystem` resource."
505*dd5c81e9SGunnar Mills                },
506*dd5c81e9SGunnar Mills                "HostInterfaces": {
507*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/HostInterfaceCollection.json#/definitions/HostInterfaceCollection",
508*dd5c81e9SGunnar Mills                    "description": "The link to a collection of host interfaces that this manager uses for local host communication.  Clients can find host interface configuration options and settings in this navigation property.",
509*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `HostInterfaceCollection`.",
510*dd5c81e9SGunnar Mills                    "readonly": true,
511*dd5c81e9SGunnar Mills                    "versionAdded": "v1_3_0"
512*dd5c81e9SGunnar Mills                },
513*dd5c81e9SGunnar Mills                "Id": {
514*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
515*dd5c81e9SGunnar Mills                    "readonly": true
516*dd5c81e9SGunnar Mills                },
517*dd5c81e9SGunnar Mills                "LastResetTime": {
518*dd5c81e9SGunnar Mills                    "description": "The date and time when the manager was last reset or rebooted.",
519*dd5c81e9SGunnar Mills                    "format": "date-time",
520*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the date and time when the manager last came out of a reset or was rebooted.",
521*dd5c81e9SGunnar Mills                    "readonly": true,
522*dd5c81e9SGunnar Mills                    "type": "string",
523*dd5c81e9SGunnar Mills                    "versionAdded": "v1_9_0"
524*dd5c81e9SGunnar Mills                },
525*dd5c81e9SGunnar Mills                "Links": {
526*dd5c81e9SGunnar Mills                    "$ref": "#/definitions/Links",
527*dd5c81e9SGunnar Mills                    "description": "The links to other resources that are related to this resource.",
528*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."
529*dd5c81e9SGunnar Mills                },
530*dd5c81e9SGunnar Mills                "Location": {
531*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
532*dd5c81e9SGunnar Mills                    "description": "The location of the manager.",
533*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the location information of the associated manager.",
534*dd5c81e9SGunnar Mills                    "versionAdded": "v1_11_0"
535*dd5c81e9SGunnar Mills                },
536*dd5c81e9SGunnar Mills                "LocationIndicatorActive": {
537*dd5c81e9SGunnar Mills                    "description": "An indicator allowing an operator to physically locate this resource.",
538*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the state of the indicator used to physically identify or locate this resource.  A write to this property shall update the value of `IndicatorLED` in this resource, if supported, to reflect the implementation of the locating function.",
539*dd5c81e9SGunnar Mills                    "readonly": false,
540*dd5c81e9SGunnar Mills                    "type": [
541*dd5c81e9SGunnar Mills                        "boolean",
542*dd5c81e9SGunnar Mills                        "null"
543*dd5c81e9SGunnar Mills                    ],
544*dd5c81e9SGunnar Mills                    "versionAdded": "v1_11_0"
545*dd5c81e9SGunnar Mills                },
546*dd5c81e9SGunnar Mills                "LogServices": {
547*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/LogServiceCollection.json#/definitions/LogServiceCollection",
548*dd5c81e9SGunnar Mills                    "description": "The link to a collection of logs that the manager uses.",
549*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `LogServiceCollection` that this manager uses.",
550*dd5c81e9SGunnar Mills                    "readonly": true
551*dd5c81e9SGunnar Mills                },
552*dd5c81e9SGunnar Mills                "ManagerDiagnosticData": {
553*dd5c81e9SGunnar Mills                    "anyOf": [
554*dd5c81e9SGunnar Mills                        {
555*dd5c81e9SGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/ManagerDiagnosticData.json#/definitions/ManagerDiagnosticData"
556*dd5c81e9SGunnar Mills                        },
557*dd5c81e9SGunnar Mills                        {
558*dd5c81e9SGunnar Mills                            "type": "null"
559*dd5c81e9SGunnar Mills                        }
560*dd5c81e9SGunnar Mills                    ],
561*dd5c81e9SGunnar Mills                    "description": "The diagnostic data for this manager.",
562*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a link to a resource of type `ManagerDiagnosticData` that represents the diagnostic data for this manager.",
563*dd5c81e9SGunnar Mills                    "readonly": true,
564*dd5c81e9SGunnar Mills                    "versionAdded": "v1_14_0"
565*dd5c81e9SGunnar Mills                },
566*dd5c81e9SGunnar Mills                "ManagerType": {
567*dd5c81e9SGunnar Mills                    "$ref": "#/definitions/ManagerType",
568*dd5c81e9SGunnar Mills                    "description": "The type of manager that this resource represents.",
569*dd5c81e9SGunnar Mills                    "longDescription": "This property shall describe the function of this manager.  The `ManagementController` value shall be used if none of the other enumerations apply.",
570*dd5c81e9SGunnar Mills                    "readonly": true
571*dd5c81e9SGunnar Mills                },
572*dd5c81e9SGunnar Mills                "Manufacturer": {
573*dd5c81e9SGunnar Mills                    "description": "The manufacturer of this manager.",
574*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the name of the organization responsible for producing the manager.  This organization may be the entity from whom the manager is purchased, but this is not necessarily true.",
575*dd5c81e9SGunnar Mills                    "readonly": true,
576*dd5c81e9SGunnar Mills                    "type": [
577*dd5c81e9SGunnar Mills                        "string",
578*dd5c81e9SGunnar Mills                        "null"
579*dd5c81e9SGunnar Mills                    ],
580*dd5c81e9SGunnar Mills                    "versionAdded": "v1_7_0"
581*dd5c81e9SGunnar Mills                },
582*dd5c81e9SGunnar Mills                "Measurements": {
583*dd5c81e9SGunnar Mills                    "deprecated": "This property has been deprecated in favor of the `ComponentIntegrity` resource.",
584*dd5c81e9SGunnar Mills                    "description": "An array of DSP0274-defined measurement blocks.",
585*dd5c81e9SGunnar Mills                    "items": {
586*dd5c81e9SGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/SoftwareInventory.json#/definitions/MeasurementBlock"
587*dd5c81e9SGunnar Mills                    },
588*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain an array of DSP0274-defined measurement blocks.",
589*dd5c81e9SGunnar Mills                    "type": "array",
590*dd5c81e9SGunnar Mills                    "versionAdded": "v1_13_0",
591*dd5c81e9SGunnar Mills                    "versionDeprecated": "v1_14_0"
592*dd5c81e9SGunnar Mills                },
593*dd5c81e9SGunnar Mills                "Model": {
594*dd5c81e9SGunnar Mills                    "description": "The model information of this manager, as defined by the manufacturer.",
595*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the information about how the manufacturer refers to this manager.",
596*dd5c81e9SGunnar Mills                    "readonly": true,
597*dd5c81e9SGunnar Mills                    "type": [
598*dd5c81e9SGunnar Mills                        "string",
599*dd5c81e9SGunnar Mills                        "null"
600*dd5c81e9SGunnar Mills                    ]
601*dd5c81e9SGunnar Mills                },
602*dd5c81e9SGunnar Mills                "Name": {
603*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
604*dd5c81e9SGunnar Mills                    "readonly": true
605*dd5c81e9SGunnar Mills                },
606*dd5c81e9SGunnar Mills                "NetworkProtocol": {
607*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/ManagerNetworkProtocol.json#/definitions/ManagerNetworkProtocol",
608*dd5c81e9SGunnar Mills                    "description": "The link to the network services and their settings that the manager controls.",
609*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a link to a resource of type `ManagerNetworkProtocol`, which represents the network services for this manager.",
610*dd5c81e9SGunnar Mills                    "readonly": true
611*dd5c81e9SGunnar Mills                },
612*dd5c81e9SGunnar Mills                "Oem": {
613*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
614*dd5c81e9SGunnar Mills                    "description": "The OEM extension property.",
615*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
616*dd5c81e9SGunnar Mills                },
617*dd5c81e9SGunnar Mills                "PartNumber": {
618*dd5c81e9SGunnar Mills                    "description": "The part number of the manager.",
619*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the manager.",
620*dd5c81e9SGunnar Mills                    "readonly": true,
621*dd5c81e9SGunnar Mills                    "type": [
622*dd5c81e9SGunnar Mills                        "string",
623*dd5c81e9SGunnar Mills                        "null"
624*dd5c81e9SGunnar Mills                    ],
625*dd5c81e9SGunnar Mills                    "versionAdded": "v1_7_0"
626*dd5c81e9SGunnar Mills                },
627*dd5c81e9SGunnar Mills                "PowerState": {
628*dd5c81e9SGunnar Mills                    "anyOf": [
629*dd5c81e9SGunnar Mills                        {
630*dd5c81e9SGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/PowerState"
631*dd5c81e9SGunnar Mills                        },
632*dd5c81e9SGunnar Mills                        {
633*dd5c81e9SGunnar Mills                            "type": "null"
634*dd5c81e9SGunnar Mills                        }
635*dd5c81e9SGunnar Mills                    ],
636*dd5c81e9SGunnar Mills                    "description": "The current power state of the manager.",
637*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the power state of the manager.",
638*dd5c81e9SGunnar Mills                    "readonly": true,
639*dd5c81e9SGunnar Mills                    "versionAdded": "v1_2_0"
640*dd5c81e9SGunnar Mills                },
641*dd5c81e9SGunnar Mills                "Redundancy": {
642*dd5c81e9SGunnar Mills                    "autoExpand": true,
643*dd5c81e9SGunnar Mills                    "description": "The redundancy information for the managers of this system.",
644*dd5c81e9SGunnar Mills                    "items": {
645*dd5c81e9SGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/Redundancy"
646*dd5c81e9SGunnar Mills                    },
647*dd5c81e9SGunnar Mills                    "longDescription": "The properties in this array shall show how this manager is grouped with other managers for form redundancy sets.",
648*dd5c81e9SGunnar Mills                    "type": "array"
649*dd5c81e9SGunnar Mills                },
650*dd5c81e9SGunnar Mills                "Redundancy@odata.count": {
651*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
652*dd5c81e9SGunnar Mills                },
653*dd5c81e9SGunnar Mills                "RemoteAccountService": {
654*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/AccountService.json#/definitions/AccountService",
655*dd5c81e9SGunnar Mills                    "description": "The link to the account service resource for the remote manager that this resource represents.",
656*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a link to the account service resource for the remote manager that this resource represents.  This property shall only be present when providing aggregation of a remote manager.",
657*dd5c81e9SGunnar Mills                    "readonly": true,
658*dd5c81e9SGunnar Mills                    "versionAdded": "v1_5_0"
659*dd5c81e9SGunnar Mills                },
660*dd5c81e9SGunnar Mills                "RemoteRedfishServiceUri": {
661*dd5c81e9SGunnar Mills                    "description": "The URI of the Redfish service root for the remote manager that this resource represents.",
662*dd5c81e9SGunnar Mills                    "format": "uri-reference",
663*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the URI of the Redfish service root for the remote manager that this resource represents.  This property shall only be present when providing aggregation of Redfish services.",
664*dd5c81e9SGunnar Mills                    "readonly": true,
665*dd5c81e9SGunnar Mills                    "type": [
666*dd5c81e9SGunnar Mills                        "string",
667*dd5c81e9SGunnar Mills                        "null"
668*dd5c81e9SGunnar Mills                    ],
669*dd5c81e9SGunnar Mills                    "versionAdded": "v1_5_0"
670*dd5c81e9SGunnar Mills                },
671*dd5c81e9SGunnar Mills                "SecurityPolicy": {
672*dd5c81e9SGunnar Mills                    "anyOf": [
673*dd5c81e9SGunnar Mills                        {
674*dd5c81e9SGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/SecurityPolicy.json#/definitions/SecurityPolicy"
675*dd5c81e9SGunnar Mills                        },
676*dd5c81e9SGunnar Mills                        {
677*dd5c81e9SGunnar Mills                            "type": "null"
678*dd5c81e9SGunnar Mills                        }
679*dd5c81e9SGunnar Mills                    ],
680*dd5c81e9SGunnar Mills                    "description": "The security policy settings for this manager.",
681*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a link to a resource of type `SecurityPolicy` that contains the security policy settings for this manager.",
682*dd5c81e9SGunnar Mills                    "readonly": true,
683*dd5c81e9SGunnar Mills                    "versionAdded": "v1_16_0"
684*dd5c81e9SGunnar Mills                },
685*dd5c81e9SGunnar Mills                "SerialConsole": {
686*dd5c81e9SGunnar Mills                    "$ref": "#/definitions/SerialConsole",
687*dd5c81e9SGunnar Mills                    "deprecated": "This property has been deprecated in favor of the `SerialConsole` property in the `ComputerSystem` resource.",
688*dd5c81e9SGunnar Mills                    "description": "The serial console service that this manager provides.",
689*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain information about the serial console service of this manager.",
690*dd5c81e9SGunnar Mills                    "versionDeprecated": "v1_10_0"
691*dd5c81e9SGunnar Mills                },
692*dd5c81e9SGunnar Mills                "SerialInterfaces": {
693*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/SerialInterfaceCollection.json#/definitions/SerialInterfaceCollection",
694*dd5c81e9SGunnar Mills                    "description": "The link to a collection of serial interfaces that this manager uses for serial and console communication.",
695*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `SerialInterfaceCollection`, which this manager uses.",
696*dd5c81e9SGunnar Mills                    "readonly": true
697*dd5c81e9SGunnar Mills                },
698*dd5c81e9SGunnar Mills                "SerialNumber": {
699*dd5c81e9SGunnar Mills                    "description": "The serial number of the manager.",
700*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a manufacturer-allocated number that identifies the manager.",
701*dd5c81e9SGunnar Mills                    "readonly": true,
702*dd5c81e9SGunnar Mills                    "type": [
703*dd5c81e9SGunnar Mills                        "string",
704*dd5c81e9SGunnar Mills                        "null"
705*dd5c81e9SGunnar Mills                    ],
706*dd5c81e9SGunnar Mills                    "versionAdded": "v1_7_0"
707*dd5c81e9SGunnar Mills                },
708*dd5c81e9SGunnar Mills                "ServiceEntryPointUUID": {
709*dd5c81e9SGunnar Mills                    "anyOf": [
710*dd5c81e9SGunnar Mills                        {
711*dd5c81e9SGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/UUID"
712*dd5c81e9SGunnar Mills                        },
713*dd5c81e9SGunnar Mills                        {
714*dd5c81e9SGunnar Mills                            "type": "null"
715*dd5c81e9SGunnar Mills                        }
716*dd5c81e9SGunnar Mills                    ],
717*dd5c81e9SGunnar Mills                    "description": "The UUID of the Redfish service that is hosted by this manager.",
718*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the UUID of the Redfish service that is hosted by this manager.  Each manager providing an entry point to the same Redfish service shall report the same UUID value, even though the name of the property may imply otherwise.  This property shall not be present if this manager does not provide a Redfish service entry point.",
719*dd5c81e9SGunnar Mills                    "readonly": true
720*dd5c81e9SGunnar Mills                },
721*dd5c81e9SGunnar Mills                "ServiceIdentification": {
722*dd5c81e9SGunnar Mills                    "description": "A product instance identifier displayed in the Redfish service root.",
723*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a vendor-provided or user-provided value that identifies and associates a discovered Redfish service with a particular product instance.  If this manager provides the Redfish service, the `ServiceIdentification` property in the `ServiceRoot` resource shall contain the value of this property.  This property shall only be present if the manager provides the Redfish service.  The value of this property is used in conjunction with the `Product` and `Vendor` properties in `ServiceRoot` to match user credentials or other a priori product instance information necessary for initial deployment to the correct, matching Redfish service.",
724*dd5c81e9SGunnar Mills                    "readonly": false,
725*dd5c81e9SGunnar Mills                    "type": [
726*dd5c81e9SGunnar Mills                        "string",
727*dd5c81e9SGunnar Mills                        "null"
728*dd5c81e9SGunnar Mills                    ],
729*dd5c81e9SGunnar Mills                    "versionAdded": "v1_15_0"
730*dd5c81e9SGunnar Mills                },
731*dd5c81e9SGunnar Mills                "SharedNetworkPorts": {
732*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/PortCollection.json#/definitions/PortCollection",
733*dd5c81e9SGunnar Mills                    "description": "The shared network ports of the manager.",
734*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `PortCollection` that represent the shared network ports of the manager.  The members of this collection shall reference Port resources subordinate to NetworkAdapter resources.",
735*dd5c81e9SGunnar Mills                    "versionAdded": "v1_16_0"
736*dd5c81e9SGunnar Mills                },
737*dd5c81e9SGunnar Mills                "SparePartNumber": {
738*dd5c81e9SGunnar Mills                    "description": "The spare part number of the manager.",
739*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the spare part number of the manager.",
740*dd5c81e9SGunnar Mills                    "readonly": true,
741*dd5c81e9SGunnar Mills                    "type": [
742*dd5c81e9SGunnar Mills                        "string",
743*dd5c81e9SGunnar Mills                        "null"
744*dd5c81e9SGunnar Mills                    ],
745*dd5c81e9SGunnar Mills                    "versionAdded": "v1_11_0"
746*dd5c81e9SGunnar Mills                },
747*dd5c81e9SGunnar Mills                "Status": {
748*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
749*dd5c81e9SGunnar Mills                    "description": "The status and health of the resource and its subordinate or dependent resources.",
750*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain any status or health properties of the resource."
751*dd5c81e9SGunnar Mills                },
752*dd5c81e9SGunnar Mills                "TimeZoneName": {
753*dd5c81e9SGunnar Mills                    "description": "The time zone of the manager.",
754*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the time zone of the manager.  The time zone shall be either the 'Name' or the 'Format' for the zone as defined in the IANA Time Zone Database.  The value of this property is used for display purposes, especially to enhance the display of time.  A Redfish service may not be able to ensure accuracy and consistency between the `DateTimeOffset` property and this property.  Therefore, to specify the correct time zone offset, see the `DateTimeOffset` property.",
755*dd5c81e9SGunnar Mills                    "readonly": false,
756*dd5c81e9SGunnar Mills                    "type": "string",
757*dd5c81e9SGunnar Mills                    "versionAdded": "v1_10_0"
758*dd5c81e9SGunnar Mills                },
759*dd5c81e9SGunnar Mills                "USBPorts": {
760*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/PortCollection.json#/definitions/PortCollection",
761*dd5c81e9SGunnar Mills                    "description": "The USB ports of the manager.",
762*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `PortCollection` that represent the USB ports of the manager.",
763*dd5c81e9SGunnar Mills                    "versionAdded": "v1_12_0"
764*dd5c81e9SGunnar Mills                },
765*dd5c81e9SGunnar Mills                "UUID": {
766*dd5c81e9SGunnar Mills                    "anyOf": [
767*dd5c81e9SGunnar Mills                        {
768*dd5c81e9SGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/UUID"
769*dd5c81e9SGunnar Mills                        },
770*dd5c81e9SGunnar Mills                        {
771*dd5c81e9SGunnar Mills                            "type": "null"
772*dd5c81e9SGunnar Mills                        }
773*dd5c81e9SGunnar Mills                    ],
774*dd5c81e9SGunnar Mills                    "description": "The UUID for this manager.",
775*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the UUID for the manager.",
776*dd5c81e9SGunnar Mills                    "readonly": true
777*dd5c81e9SGunnar Mills                },
778*dd5c81e9SGunnar Mills                "Version": {
779*dd5c81e9SGunnar Mills                    "description": "The hardware version of this manager.",
780*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the hardware version of this manager as determined by the vendor or supplier.",
781*dd5c81e9SGunnar Mills                    "readonly": true,
782*dd5c81e9SGunnar Mills                    "type": [
783*dd5c81e9SGunnar Mills                        "string",
784*dd5c81e9SGunnar Mills                        "null"
785*dd5c81e9SGunnar Mills                    ],
786*dd5c81e9SGunnar Mills                    "versionAdded": "v1_17_0"
787*dd5c81e9SGunnar Mills                },
788*dd5c81e9SGunnar Mills                "VirtualMedia": {
789*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/VirtualMediaCollection.json#/definitions/VirtualMediaCollection",
790*dd5c81e9SGunnar Mills                    "deprecated": "This property has been deprecated in favor of the `VirtualMedia` property in the `ComputerSystem` resource.",
791*dd5c81e9SGunnar Mills                    "description": "The link to the virtual media services for this particular manager.",
792*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `VirtualMediaCollection`, which this manager uses.",
793*dd5c81e9SGunnar Mills                    "readonly": true,
794*dd5c81e9SGunnar Mills                    "versionDeprecated": "v1_10_0"
795*dd5c81e9SGunnar Mills                }
796*dd5c81e9SGunnar Mills            },
797*dd5c81e9SGunnar Mills            "required": [
798*dd5c81e9SGunnar Mills                "@odata.id",
799*dd5c81e9SGunnar Mills                "@odata.type",
800*dd5c81e9SGunnar Mills                "Id",
801*dd5c81e9SGunnar Mills                "Name"
802*dd5c81e9SGunnar Mills            ],
803*dd5c81e9SGunnar Mills            "type": "object"
804*dd5c81e9SGunnar Mills        },
805*dd5c81e9SGunnar Mills        "ManagerService": {
806*dd5c81e9SGunnar Mills            "additionalProperties": false,
807*dd5c81e9SGunnar Mills            "description": "The manager services, such as serial console, command shell, or graphical console service.",
808*dd5c81e9SGunnar Mills            "patternProperties": {
809*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
810*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
811*dd5c81e9SGunnar Mills                    "type": [
812*dd5c81e9SGunnar Mills                        "array",
813*dd5c81e9SGunnar Mills                        "boolean",
814*dd5c81e9SGunnar Mills                        "integer",
815*dd5c81e9SGunnar Mills                        "number",
816*dd5c81e9SGunnar Mills                        "null",
817*dd5c81e9SGunnar Mills                        "object",
818*dd5c81e9SGunnar Mills                        "string"
819*dd5c81e9SGunnar Mills                    ]
820*dd5c81e9SGunnar Mills                }
821*dd5c81e9SGunnar Mills            },
822*dd5c81e9SGunnar Mills            "properties": {
823*dd5c81e9SGunnar Mills                "MaxConcurrentSessions": {
824*dd5c81e9SGunnar Mills                    "description": "The maximum number of service sessions, regardless of protocol, that this manager can support.",
825*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the maximum number of concurrent service sessions that this implementation supports.",
826*dd5c81e9SGunnar Mills                    "minimum": 0,
827*dd5c81e9SGunnar Mills                    "readonly": true,
828*dd5c81e9SGunnar Mills                    "type": "integer"
829*dd5c81e9SGunnar Mills                },
830*dd5c81e9SGunnar Mills                "ServiceEnabled": {
831*dd5c81e9SGunnar Mills                    "description": "An indication of whether the service is enabled for this manager.",
832*dd5c81e9SGunnar Mills                    "longDescription": "This property shall indicate whether the protocol for the service is enabled.",
833*dd5c81e9SGunnar Mills                    "readonly": false,
834*dd5c81e9SGunnar Mills                    "type": "boolean"
835*dd5c81e9SGunnar Mills                }
836*dd5c81e9SGunnar Mills            },
837*dd5c81e9SGunnar Mills            "type": "object"
838*dd5c81e9SGunnar Mills        },
839*dd5c81e9SGunnar Mills        "ManagerType": {
840*dd5c81e9SGunnar Mills            "enum": [
841*dd5c81e9SGunnar Mills                "ManagementController",
842*dd5c81e9SGunnar Mills                "EnclosureManager",
843*dd5c81e9SGunnar Mills                "BMC",
844*dd5c81e9SGunnar Mills                "RackManager",
845*dd5c81e9SGunnar Mills                "AuxiliaryController",
846*dd5c81e9SGunnar Mills                "Service"
847*dd5c81e9SGunnar Mills            ],
848*dd5c81e9SGunnar Mills            "enumDescriptions": {
849*dd5c81e9SGunnar Mills                "AuxiliaryController": "A controller that provides management functions for a particular subsystem or group of devices as part of a larger system.",
850*dd5c81e9SGunnar Mills                "BMC": "A controller that provides management functions for one or more computer systems.  Commonly known as a BMC (baseboard management controller).  Examples of this include a BMC dedicated to one system or a multi-host manager providing BMC capabilities to multiple systems.",
851*dd5c81e9SGunnar Mills                "EnclosureManager": "A controller that provides management functions for a chassis, group of devices, or group of systems with their own BMCs (baseboard management controllers).  An example of this is a manager that aggregates and orchestrates management functions across multiple BMCs in an enclosure.",
852*dd5c81e9SGunnar Mills                "ManagementController": "A controller that primarily monitors or manages the operation of a device or system.",
853*dd5c81e9SGunnar Mills                "RackManager": "A controller that provides management functions for a whole or part of a rack.  An example of this is a manager that aggregates and orchestrates management functions across multiple managers, such as enclosure managers and BMCs (baseboard management controllers), in a rack.",
854*dd5c81e9SGunnar Mills                "Service": "A software-based service that provides management functions."
855*dd5c81e9SGunnar Mills            },
856*dd5c81e9SGunnar Mills            "enumVersionAdded": {
857*dd5c81e9SGunnar Mills                "Service": "v1_4_0"
858*dd5c81e9SGunnar Mills            },
859*dd5c81e9SGunnar Mills            "type": "string"
860*dd5c81e9SGunnar Mills        },
861*dd5c81e9SGunnar Mills        "ModifyRedundancySet": {
862*dd5c81e9SGunnar Mills            "additionalProperties": false,
863*dd5c81e9SGunnar Mills            "description": "The `ModifyRedundancySet` operation adds members to or removes members from a redundant group of managers.",
864*dd5c81e9SGunnar Mills            "longDescription": "The `ModifyRedundancySet` operation shall add members to or remove members from a redundant group of managers.",
865*dd5c81e9SGunnar Mills            "parameters": {
866*dd5c81e9SGunnar Mills                "Add": {
867*dd5c81e9SGunnar Mills                    "description": "An array of managers to add to the redundancy set.",
868*dd5c81e9SGunnar Mills                    "items": {
869*dd5c81e9SGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager"
870*dd5c81e9SGunnar Mills                    },
871*dd5c81e9SGunnar Mills                    "longDescription": "This parameter shall contain an array of managers to add to the redundancy set.",
872*dd5c81e9SGunnar Mills                    "type": "array"
873*dd5c81e9SGunnar Mills                },
874*dd5c81e9SGunnar Mills                "Remove": {
875*dd5c81e9SGunnar Mills                    "description": "An array of managers to remove from the redundancy set.",
876*dd5c81e9SGunnar Mills                    "items": {
877*dd5c81e9SGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager"
878*dd5c81e9SGunnar Mills                    },
879*dd5c81e9SGunnar Mills                    "longDescription": "This parameter shall contain an array of managers to remove from the redundancy set.",
880*dd5c81e9SGunnar Mills                    "type": "array"
881*dd5c81e9SGunnar Mills                }
882*dd5c81e9SGunnar Mills            },
883*dd5c81e9SGunnar Mills            "patternProperties": {
884*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
885*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
886*dd5c81e9SGunnar Mills                    "type": [
887*dd5c81e9SGunnar Mills                        "array",
888*dd5c81e9SGunnar Mills                        "boolean",
889*dd5c81e9SGunnar Mills                        "integer",
890*dd5c81e9SGunnar Mills                        "number",
891*dd5c81e9SGunnar Mills                        "null",
892*dd5c81e9SGunnar Mills                        "object",
893*dd5c81e9SGunnar Mills                        "string"
894*dd5c81e9SGunnar Mills                    ]
895*dd5c81e9SGunnar Mills                }
896*dd5c81e9SGunnar Mills            },
897*dd5c81e9SGunnar Mills            "properties": {
898*dd5c81e9SGunnar Mills                "target": {
899*dd5c81e9SGunnar Mills                    "description": "Link to invoke action",
900*dd5c81e9SGunnar Mills                    "format": "uri-reference",
901*dd5c81e9SGunnar Mills                    "type": "string"
902*dd5c81e9SGunnar Mills                },
903*dd5c81e9SGunnar Mills                "title": {
904*dd5c81e9SGunnar Mills                    "description": "Friendly action name",
905*dd5c81e9SGunnar Mills                    "type": "string"
906*dd5c81e9SGunnar Mills                }
907*dd5c81e9SGunnar Mills            },
908*dd5c81e9SGunnar Mills            "type": "object"
909*dd5c81e9SGunnar Mills        },
910*dd5c81e9SGunnar Mills        "OemActions": {
911*dd5c81e9SGunnar Mills            "additionalProperties": true,
912*dd5c81e9SGunnar Mills            "description": "The available OEM-specific actions for this resource.",
913*dd5c81e9SGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
914*dd5c81e9SGunnar Mills            "patternProperties": {
915*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
916*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
917*dd5c81e9SGunnar Mills                    "type": [
918*dd5c81e9SGunnar Mills                        "array",
919*dd5c81e9SGunnar Mills                        "boolean",
920*dd5c81e9SGunnar Mills                        "integer",
921*dd5c81e9SGunnar Mills                        "number",
922*dd5c81e9SGunnar Mills                        "null",
923*dd5c81e9SGunnar Mills                        "object",
924*dd5c81e9SGunnar Mills                        "string"
925*dd5c81e9SGunnar Mills                    ]
926*dd5c81e9SGunnar Mills                }
927*dd5c81e9SGunnar Mills            },
928*dd5c81e9SGunnar Mills            "properties": {},
929*dd5c81e9SGunnar Mills            "type": "object"
930*dd5c81e9SGunnar Mills        },
931*dd5c81e9SGunnar Mills        "Reset": {
932*dd5c81e9SGunnar Mills            "additionalProperties": false,
933*dd5c81e9SGunnar Mills            "description": "The reset action resets/reboots the manager.",
934*dd5c81e9SGunnar Mills            "longDescription": "This action shall reset the manager.",
935*dd5c81e9SGunnar Mills            "parameters": {
936*dd5c81e9SGunnar Mills                "ResetType": {
937*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/ResetType",
938*dd5c81e9SGunnar Mills                    "description": "The type of reset.",
939*dd5c81e9SGunnar Mills                    "longDescription": "This parameter shall contain the type of reset.  The service can accept a request without the parameter and perform an implementation-specific default reset.  Services should include the `@Redfish.AllowableValues` annotation for this parameter to ensure compatibility with clients, even when `ActionInfo` has been implemented."
940*dd5c81e9SGunnar Mills                }
941*dd5c81e9SGunnar Mills            },
942*dd5c81e9SGunnar Mills            "patternProperties": {
943*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
944*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
945*dd5c81e9SGunnar Mills                    "type": [
946*dd5c81e9SGunnar Mills                        "array",
947*dd5c81e9SGunnar Mills                        "boolean",
948*dd5c81e9SGunnar Mills                        "integer",
949*dd5c81e9SGunnar Mills                        "number",
950*dd5c81e9SGunnar Mills                        "null",
951*dd5c81e9SGunnar Mills                        "object",
952*dd5c81e9SGunnar Mills                        "string"
953*dd5c81e9SGunnar Mills                    ]
954*dd5c81e9SGunnar Mills                }
955*dd5c81e9SGunnar Mills            },
956*dd5c81e9SGunnar Mills            "properties": {
957*dd5c81e9SGunnar Mills                "target": {
958*dd5c81e9SGunnar Mills                    "description": "Link to invoke action",
959*dd5c81e9SGunnar Mills                    "format": "uri-reference",
960*dd5c81e9SGunnar Mills                    "type": "string"
961*dd5c81e9SGunnar Mills                },
962*dd5c81e9SGunnar Mills                "title": {
963*dd5c81e9SGunnar Mills                    "description": "Friendly action name",
964*dd5c81e9SGunnar Mills                    "type": "string"
965*dd5c81e9SGunnar Mills                }
966*dd5c81e9SGunnar Mills            },
967*dd5c81e9SGunnar Mills            "type": "object"
968*dd5c81e9SGunnar Mills        },
969*dd5c81e9SGunnar Mills        "ResetToDefaults": {
970*dd5c81e9SGunnar Mills            "additionalProperties": false,
971*dd5c81e9SGunnar Mills            "description": "The reset action resets the manager settings to factory defaults.  This can cause the manager to reset.",
972*dd5c81e9SGunnar Mills            "longDescription": "This action shall reset the manager settings.  This action can impact other resources.",
973*dd5c81e9SGunnar Mills            "parameters": {
974*dd5c81e9SGunnar Mills                "ResetType": {
975*dd5c81e9SGunnar Mills                    "$ref": "#/definitions/ResetToDefaultsType",
976*dd5c81e9SGunnar Mills                    "description": "The type of reset to defaults.",
977*dd5c81e9SGunnar Mills                    "longDescription": "This parameter shall contain the type of reset to defaults.",
978*dd5c81e9SGunnar Mills                    "requiredParameter": true
979*dd5c81e9SGunnar Mills                }
980*dd5c81e9SGunnar Mills            },
981*dd5c81e9SGunnar Mills            "patternProperties": {
982*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
983*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
984*dd5c81e9SGunnar Mills                    "type": [
985*dd5c81e9SGunnar Mills                        "array",
986*dd5c81e9SGunnar Mills                        "boolean",
987*dd5c81e9SGunnar Mills                        "integer",
988*dd5c81e9SGunnar Mills                        "number",
989*dd5c81e9SGunnar Mills                        "null",
990*dd5c81e9SGunnar Mills                        "object",
991*dd5c81e9SGunnar Mills                        "string"
992*dd5c81e9SGunnar Mills                    ]
993*dd5c81e9SGunnar Mills                }
994*dd5c81e9SGunnar Mills            },
995*dd5c81e9SGunnar Mills            "properties": {
996*dd5c81e9SGunnar Mills                "target": {
997*dd5c81e9SGunnar Mills                    "description": "Link to invoke action",
998*dd5c81e9SGunnar Mills                    "format": "uri-reference",
999*dd5c81e9SGunnar Mills                    "type": "string"
1000*dd5c81e9SGunnar Mills                },
1001*dd5c81e9SGunnar Mills                "title": {
1002*dd5c81e9SGunnar Mills                    "description": "Friendly action name",
1003*dd5c81e9SGunnar Mills                    "type": "string"
1004*dd5c81e9SGunnar Mills                }
1005*dd5c81e9SGunnar Mills            },
1006*dd5c81e9SGunnar Mills            "type": "object",
1007*dd5c81e9SGunnar Mills            "versionAdded": "v1_8_0"
1008*dd5c81e9SGunnar Mills        },
1009*dd5c81e9SGunnar Mills        "ResetToDefaultsType": {
1010*dd5c81e9SGunnar Mills            "enum": [
1011*dd5c81e9SGunnar Mills                "ResetAll",
1012*dd5c81e9SGunnar Mills                "PreserveNetworkAndUsers",
1013*dd5c81e9SGunnar Mills                "PreserveNetwork"
1014*dd5c81e9SGunnar Mills            ],
1015*dd5c81e9SGunnar Mills            "enumDescriptions": {
1016*dd5c81e9SGunnar Mills                "PreserveNetwork": "Reset all settings except network settings to factory defaults.",
1017*dd5c81e9SGunnar Mills                "PreserveNetworkAndUsers": "Reset all settings except network and local usernames/passwords to factory defaults.",
1018*dd5c81e9SGunnar Mills                "ResetAll": "Reset all settings to factory defaults."
1019*dd5c81e9SGunnar Mills            },
1020*dd5c81e9SGunnar Mills            "type": "string"
1021*dd5c81e9SGunnar Mills        },
1022*dd5c81e9SGunnar Mills        "SerialConnectTypesSupported": {
1023*dd5c81e9SGunnar Mills            "enum": [
1024*dd5c81e9SGunnar Mills                "SSH",
1025*dd5c81e9SGunnar Mills                "Telnet",
1026*dd5c81e9SGunnar Mills                "IPMI",
1027*dd5c81e9SGunnar Mills                "Oem"
1028*dd5c81e9SGunnar Mills            ],
1029*dd5c81e9SGunnar Mills            "enumDescriptions": {
1030*dd5c81e9SGunnar Mills                "IPMI": "The controller supports a serial console connection through the IPMI Serial Over LAN (SOL) protocol.",
1031*dd5c81e9SGunnar Mills                "Oem": "The controller supports a serial console connection through an OEM-specific protocol.",
1032*dd5c81e9SGunnar Mills                "SSH": "The controller supports a serial console connection through the SSH protocol.",
1033*dd5c81e9SGunnar Mills                "Telnet": "The controller supports a serial console connection through the Telnet protocol."
1034*dd5c81e9SGunnar Mills            },
1035*dd5c81e9SGunnar Mills            "type": "string"
1036*dd5c81e9SGunnar Mills        },
1037*dd5c81e9SGunnar Mills        "SerialConsole": {
1038*dd5c81e9SGunnar Mills            "additionalProperties": false,
1039*dd5c81e9SGunnar Mills            "description": "The information about a serial console service that this manager provides.",
1040*dd5c81e9SGunnar Mills            "longDescription": "This type shall describe a serial console service for a manager.",
1041*dd5c81e9SGunnar Mills            "patternProperties": {
1042*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1043*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
1044*dd5c81e9SGunnar Mills                    "type": [
1045*dd5c81e9SGunnar Mills                        "array",
1046*dd5c81e9SGunnar Mills                        "boolean",
1047*dd5c81e9SGunnar Mills                        "integer",
1048*dd5c81e9SGunnar Mills                        "number",
1049*dd5c81e9SGunnar Mills                        "null",
1050*dd5c81e9SGunnar Mills                        "object",
1051*dd5c81e9SGunnar Mills                        "string"
1052*dd5c81e9SGunnar Mills                    ]
1053*dd5c81e9SGunnar Mills                }
1054*dd5c81e9SGunnar Mills            },
1055*dd5c81e9SGunnar Mills            "properties": {
1056*dd5c81e9SGunnar Mills                "ConnectTypesSupported": {
1057*dd5c81e9SGunnar Mills                    "description": "This property enumerates the serial console connection types that the implementation allows.",
1058*dd5c81e9SGunnar Mills                    "items": {
1059*dd5c81e9SGunnar Mills                        "$ref": "#/definitions/SerialConnectTypesSupported"
1060*dd5c81e9SGunnar Mills                    },
1061*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain an array of the enumerations.  SSH shall be included if the Secure Shell (SSH) protocol is supported.  Telnet shall be included if the Telnet protocol is supported.  IPMI shall be included if the IPMI Serial Over LAN (SOL) protocol is supported.",
1062*dd5c81e9SGunnar Mills                    "readonly": true,
1063*dd5c81e9SGunnar Mills                    "type": "array"
1064*dd5c81e9SGunnar Mills                },
1065*dd5c81e9SGunnar Mills                "MaxConcurrentSessions": {
1066*dd5c81e9SGunnar Mills                    "description": "The maximum number of service sessions, regardless of protocol, that this manager can support.",
1067*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the maximum number of concurrent service sessions that this implementation supports.",
1068*dd5c81e9SGunnar Mills                    "minimum": 0,
1069*dd5c81e9SGunnar Mills                    "readonly": true,
1070*dd5c81e9SGunnar Mills                    "type": "integer"
1071*dd5c81e9SGunnar Mills                },
1072*dd5c81e9SGunnar Mills                "ServiceEnabled": {
1073*dd5c81e9SGunnar Mills                    "description": "An indication of whether the service is enabled for this manager.",
1074*dd5c81e9SGunnar Mills                    "longDescription": "This property shall indicate whether the protocol for the service is enabled.",
1075*dd5c81e9SGunnar Mills                    "readonly": false,
1076*dd5c81e9SGunnar Mills                    "type": "boolean"
1077*dd5c81e9SGunnar Mills                }
1078*dd5c81e9SGunnar Mills            },
1079*dd5c81e9SGunnar Mills            "type": "object"
1080*dd5c81e9SGunnar Mills        }
1081*dd5c81e9SGunnar Mills    },
1082*dd5c81e9SGunnar Mills    "language": "en",
1083*dd5c81e9SGunnar Mills    "owningEntity": "DMTF",
1084*dd5c81e9SGunnar Mills    "release": "2023.3",
1085*dd5c81e9SGunnar Mills    "title": "#Manager.v1_19_2.Manager"
1086*dd5c81e9SGunnar Mills}