summaryrefslogtreecommitdiff
path: root/static/redfish/v1/JsonSchemas/Manager/Manager.json
blob: beae6fe409226649e98084ab388e0d70bd855abf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
{
    "$id": "http://redfish.dmtf.org/schemas/v1/Manager.v1_5_1.json",
    "$ref": "#/definitions/Manager",
    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
    "copyright": "Copyright 2014-2018 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
    "definitions": {
        "Actions": {
            "additionalProperties": false,
            "description": "The available actions for this resource.",
            "longDescription": "This type shall contain the available actions for this resource.",
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {
                "#Manager.ForceFailover": {
                    "$ref": "#/definitions/ForceFailover"
                },
                "#Manager.ModifyRedundancySet": {
                    "$ref": "#/definitions/ModifyRedundancySet"
                },
                "#Manager.Reset": {
                    "$ref": "#/definitions/Reset"
                },
                "Oem": {
                    "$ref": "#/definitions/OemActions",
                    "description": "This property contains the available OEM specific actions for this resource.",
                    "longDescription": "This property shall contain any additional OEM actions for this resource."
                }
            },
            "type": "object"
        },
        "CommandConnectTypesSupported": {
            "enum": [
                "SSH",
                "Telnet",
                "IPMI",
                "Oem"
            ],
            "enumDescriptions": {
                "IPMI": "The controller supports a Command Shell connection using the IPMI Serial-over-LAN (SOL) protocol.",
                "Oem": "The controller supports a Command Shell connection using an OEM-specific protocol.",
                "SSH": "The controller supports a Command Shell connection using the SSH protocol.",
                "Telnet": "The controller supports a Command Shell connection using the Telnet protocol."
            },
            "type": "string"
        },
        "CommandShell": {
            "additionalProperties": false,
            "description": "Information about a Command Shell service provided by a manager.",
            "longDescription": "This type shall describe a Command Shell service of a manager.",
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {
                "ConnectTypesSupported": {
                    "description": "This object is used to enumerate the Command Shell connection types allowed by the implementation.",
                    "items": {
                        "$ref": "#/definitions/CommandConnectTypesSupported"
                    },
                    "longDescription": "The value of ConnectTypesSupported shall be an array of the enumerations provided here.  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) protocol is supported.",
                    "readonly": true,
                    "type": "array"
                },
                "MaxConcurrentSessions": {
                    "description": "Indicates the maximum number of service sessions, regardless of protocol, this manager is able to support.",
                    "longDescription": "The value of this property shall contain the maximum number of concurrent service sessions supported by the implementation.",
                    "minimum": 0,
                    "readonly": true,
                    "type": "integer"
                },
                "ServiceEnabled": {
                    "description": "Indicates if the service is enabled for this manager.",
                    "longDescription": "The value of this property shall contain the enabled status of the protocol used for the service.  The value shall be true if enabled and false if disabled.",
                    "readonly": false,
                    "type": "boolean"
                }
            },
            "type": "object"
        },
        "ForceFailover": {
            "additionalProperties": false,
            "description": "The ForceFailover action forces a failover of this manager to the manager used in the parameter.",
            "longDescription": "This action shall perform a forced failover of the manager's redundancy to the manager supplied as a parameter.",
            "parameters": {
                "NewManager": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager",
                    "description": "This parameter specifies the Manager in which to fail over.  In this case, a valid reference is supported.",
                    "longDescription": "This parameter shall contain a resource reference of the Manager in which to fail over.",
                    "requiredParameter": true
                }
            },
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {
                "target": {
                    "description": "Link to invoke action",
                    "format": "uri",
                    "type": "string"
                },
                "title": {
                    "description": "Friendly action name",
                    "type": "string"
                }
            },
            "type": "object"
        },
        "GraphicalConnectTypesSupported": {
            "enum": [
                "KVMIP",
                "Oem"
            ],
            "enumDescriptions": {
                "KVMIP": "The controller supports a Graphical Console connection using a KVM-IP (redirection of Keyboard, Video, Mouse over IP) protocol.",
                "Oem": "The controller supports a Graphical Console connection using an OEM-specific protocol."
            },
            "type": "string"
        },
        "GraphicalConsole": {
            "additionalProperties": false,
            "description": "Information about a Graphical Console service provided by a manager.",
            "longDescription": "This type shall describe a Graphical Console service of a manager.",
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {
                "ConnectTypesSupported": {
                    "description": "This object is used to enumerate the Graphical Console connection types allowed by the implementation.",
                    "items": {
                        "$ref": "#/definitions/GraphicalConnectTypesSupported"
                    },
                    "longDescription": "The value of ConnectTypesSupported shall be an array of the enumerations provided here.  RDP shall be included if the Remote Desktop (RDP) protocol is supported.  KVMIP shall be included if a vendor-define KVM-IP protocol is supported.",
                    "readonly": true,
                    "type": "array"
                },
                "MaxConcurrentSessions": {
                    "description": "Indicates the maximum number of service sessions, regardless of protocol, this manager is able to support.",
                    "longDescription": "The value of this property shall contain the maximum number of concurrent service sessions supported by the implementation.",
                    "minimum": 0,
                    "readonly": true,
                    "type": "integer"
                },
                "ServiceEnabled": {
                    "description": "Indicates if the service is enabled for this manager.",
                    "longDescription": "The value of this property shall contain the enabled status of the protocol used for the service.  The value shall be true if enabled and false if disabled.",
                    "readonly": false,
                    "type": "boolean"
                }
            },
            "type": "object"
        },
        "Links": {
            "additionalProperties": false,
            "description": "Contains references to other resources that are related to this resource.",
            "longDescription": "This type, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource.",
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {
                "ManagerForChassis": {
                    "description": "This property is an array of references to the chassis that this manager has control over.",
                    "items": {
                        "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis"
                    },
                    "longDescription": "This property shall contain an array of references to Chassis resources of which this Manager instance has control.",
                    "readonly": true,
                    "type": "array"
                },
                "ManagerForChassis@odata.count": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/count"
                },
                "ManagerForServers": {
                    "description": "This property is an array of references to the systems that this manager has control over.",
                    "items": {
                        "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/ComputerSystem"
                    },
                    "longDescription": "This property shall contain an array of references to ComputerSystem resources of which this Manager instance has control.",
                    "readonly": true,
                    "type": "array"
                },
                "ManagerForServers@odata.count": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/count"
                },
                "ManagerForSwitches": {
                    "description": "This property is an array of references to the switches that this manager has control over.",
                    "items": {
                        "$ref": "http://redfish.dmtf.org/schemas/v1/Switch.json#/definitions/Switch"
                    },
                    "longDescription": "This property shall contain an array of references to Switch resources of which this Manager instance has control.",
                    "readonly": true,
                    "type": "array",
                    "versionAdded": "v1_4_0"
                },
                "ManagerForSwitches@odata.count": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/count"
                },
                "ManagerInChassis": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis",
                    "description": "This property is a reference to the chassis that this manager is located in.",
                    "longDescription": "This property shall contain a reference to the chassis that this manager is located in.",
                    "readonly": true,
                    "versionAdded": "v1_1_0"
                },
                "Oem": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
                    "description": "Oem extension object.",
                    "longDescription": "This object represents the Oem property.  All values for resources described by this schema shall comply to the requirements as described in the Redfish specification."
                }
            },
            "type": "object"
        },
        "Manager": {
            "additionalProperties": false,
            "description": "This is the schema definition for a Manager.  Examples of managers are BMCs, Enclosure Managers, Management Controllers and other subsystems assigned managability functions.",
            "longDescription": "This resource shall be used to represent a management subsystem for a Redfish implementation.",
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {
                "@odata.context": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/context"
                },
                "@odata.etag": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/etag"
                },
                "@odata.id": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/id"
                },
                "@odata.type": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/type"
                },
                "Actions": {
                    "$ref": "#/definitions/Actions",
                    "description": "The available actions for this resource.",
                    "longDescription": "The Actions property shall contain the available actions for this resource."
                },
                "AutoDSTEnabled": {
                    "description": "Indicates whether the manager is configured for automatic DST adjustment.",
                    "longDescription": "The value of this property shall contain the enabled status of the automatic Daylight Saving Time (DST) adjustment of the manager's DateTime.  It shall be true if Automatic DST adjustment is enabled and false if disabled.",
                    "readonly": false,
                    "type": "boolean",
                    "versionAdded": "v1_4_0"
                },
                "CommandShell": {
                    "$ref": "#/definitions/CommandShell",
                    "description": "Information about the Command Shell service provided by this manager.",
                    "longDescription": "The value of this property shall contain information about the Command Shell service of this manager."
                },
                "DateTime": {
                    "description": "The current DateTime (with offset) for the manager, used to set or read time.",
                    "format": "date-time",
                    "longDescription": "The value of this property shall represent the current DateTime value for the manager, with offset from UTC, in Redfish Timestamp format.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "DateTimeLocalOffset": {
                    "description": "The time offset from UTC that the DateTime property is set to in format: +06:00 .",
                    "longDescription": "The value is property shall represent the offset from UTC time that the current value of DataTime property contains.",
                    "pattern": "([-+][0-1][0-9]:[0-5][0-9])",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "Description": {
                    "anyOf": [
                        {
                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
                        },
                        {
                            "type": "null"
                        }
                    ],
                    "readonly": true
                },
                "EthernetInterfaces": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/EthernetInterfaceCollection.json#/definitions/EthernetInterfaceCollection",
                    "description": "This is a reference to a collection of NICs that this manager uses for network communication.  It is here that clients will find NIC configuration options and settings.",
                    "longDescription": "The value of this property shall be a link to a collection of type EthernetInterfaceCollection.",
                    "readonly": true
                },
                "FirmwareVersion": {
                    "description": "The firmware version of this Manager.",
                    "longDescription": "This property shall contain the firwmare version as defined by the manufacturer for the associated manager.",
                    "readonly": true,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "GraphicalConsole": {
                    "$ref": "#/definitions/GraphicalConsole",
                    "description": "The value of this property shall contain the information about the Graphical Console (KVM-IP) service of this manager.",
                    "longDescription": "The value of this property shall contain the information about the Graphical Console (KVM-IP) service of this manager."
                },
                "HostInterfaces": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/HostInterfaceCollection.json#/definitions/HostInterfaceCollection",
                    "description": "This is a reference to a collection of Host Interfaces that this manager uses for local host communication.  It is here that clients will find Host Interface configuration options and settings.",
                    "longDescription": "The value of this property shall be a link to a collection of type HostInterfaceCollection.",
                    "readonly": true,
                    "versionAdded": "v1_3_0"
                },
                "Id": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
                    "readonly": true
                },
                "Links": {
                    "$ref": "#/definitions/Links",
                    "description": "Contains references to other resources that are related to this resource.",
                    "longDescription": "The Links property, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource."
                },
                "LogServices": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/LogServiceCollection.json#/definitions/LogServiceCollection",
                    "description": "This is a reference to a collection of Logs used by the manager.",
                    "longDescription": "The value of this property shall contain a reference to a collection of type LogServiceCollection which are for the use of this manager.",
                    "readonly": true
                },
                "ManagerType": {
                    "$ref": "#/definitions/ManagerType",
                    "description": "This property represents the type of manager that this resource represents.",
                    "longDescription": "The value of this property shall describe the function of this manager.  The value EnclosureManager shall be used if this manager controls one or more services through aggregation.  The value BMC shall be used if this manager represents a traditional server management controller. The value ManagementController shall be used if none of the other enumerations apply.",
                    "readonly": true
                },
                "Model": {
                    "description": "The model information of this Manager as defined by the manufacturer.",
                    "longDescription": "The value of this property shall contain the information about how the manufacturer references this manager.",
                    "readonly": true,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "Name": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
                    "readonly": true
                },
                "NetworkProtocol": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/ManagerNetworkProtocol.json#/definitions/ManagerNetworkProtocol",
                    "description": "This is a reference to the network services and their settings that the manager controls.  It is here that clients will find network configuration options as well as network services.",
                    "longDescription": "The value of this property shall contain a reference to a resource of type ManagerNetworkProtocol which represents the network services for this manager.",
                    "readonly": true
                },
                "Oem": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
                    "description": "This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections.",
                    "longDescription": "The value of this string shall be of the format for the reserved word *Oem*."
                },
                "PowerState": {
                    "anyOf": [
                        {
                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/PowerState"
                        },
                        {
                            "type": "null"
                        }
                    ],
                    "description": "This is the current power state of the Manager.",
                    "longDescription": "The value of this property shall contain the power state of the Manager.",
                    "readonly": true,
                    "versionAdded": "v1_2_0"
                },
                "Redundancy": {
                    "autoExpand": true,
                    "description": "Redundancy information for the managers of this system.",
                    "items": {
                        "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/Redundancy"
                    },
                    "longDescription": "The values of the properties in this array shall be used to show how this manager is grouped with other managers for form redundancy sets.",
                    "type": "array"
                },
                "Redundancy@odata.count": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/count"
                },
                "RemoteAccountService": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/AccountService.json#/definitions/AccountService",
                    "description": "This property contains a reference to the AccountService resource for the remote Manager represented by this resource.",
                    "longDescription": "This property shall contain a reference to the AccountService resource for the remote Manager represented by this resource.  This property shall only be present when providing aggregation of Redfish services.",
                    "readonly": true,
                    "versionAdded": "v1_5_0"
                },
                "RemoteRedfishServiceUri": {
                    "description": "This property contains the URI of the Redfish Service Root for the remote Manager represented by this resource.",
                    "format": "uri",
                    "longDescription": "This property shall contain the URI of the Redfish Service Root for the remote Manager represented by this resource.  This property shall only be present when providing aggregation of Redfish services.",
                    "readonly": true,
                    "type": [
                        "string",
                        "null"
                    ],
                    "versionAdded": "v1_5_0"
                },
                "SerialConsole": {
                    "$ref": "#/definitions/SerialConsole",
                    "description": "Information about the Serial Console service provided by this manager.",
                    "longDescription": "The value of this property shall contain information about the Serial Console service of this manager."
                },
                "SerialInterfaces": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/SerialInterfaceCollection.json#/definitions/SerialInterfaceCollection",
                    "description": "This is a reference to a collection of serial interfaces that this manager uses for serial and console communication.  It is here that clients will find serial configuration options and settings.",
                    "longDescription": "The value of this property shall be a link to a collection of type SerialInterfaceCollection which are for the use of this manager.",
                    "readonly": true
                },
                "ServiceEntryPointUUID": {
                    "anyOf": [
                        {
                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/UUID"
                        },
                        {
                            "type": "null"
                        }
                    ],
                    "description": "The UUID of the Redfish Service provided by this manager.",
                    "longDescription": "This property shall contain the UUID of the Redfish Service provided 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.",
                    "readonly": true
                },
                "Status": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
                    "description": "This property describes the status and health of the resource and its children.",
                    "longDescription": "This property shall contain any status or health properties of the resource."
                },
                "UUID": {
                    "anyOf": [
                        {
                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/UUID"
                        },
                        {
                            "type": "null"
                        }
                    ],
                    "description": "The Universal Unique Identifier (UUID) for this Manager.",
                    "longDescription": "The value of this property shall contain the universal unique identifier number for the manager.",
                    "readonly": true
                },
                "VirtualMedia": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/VirtualMediaCollection.json#/definitions/VirtualMediaCollection",
                    "description": "This is a reference to the Virtual Media services for this particular manager.",
                    "longDescription": "The value of this property shall contain a reference to a collection of type VirtualMediaCollection which are for the use of this manager.",
                    "readonly": true
                }
            },
            "required": [
                "@odata.id",
                "@odata.type",
                "Id",
                "Name"
            ],
            "type": "object"
        },
        "ManagerService": {
            "additionalProperties": false,
            "description": "Used for describing services like Serial Console, Command Shell or Graphical Console.",
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {
                "MaxConcurrentSessions": {
                    "description": "Indicates the maximum number of service sessions, regardless of protocol, this manager is able to support.",
                    "longDescription": "The value of this property shall contain the maximum number of concurrent service sessions supported by the implementation.",
                    "minimum": 0,
                    "readonly": true,
                    "type": "integer"
                },
                "ServiceEnabled": {
                    "description": "Indicates if the service is enabled for this manager.",
                    "longDescription": "The value of this property shall contain the enabled status of the protocol used for the service.  The value shall be true if enabled and false if disabled.",
                    "readonly": false,
                    "type": "boolean"
                }
            },
            "type": "object"
        },
        "ManagerType": {
            "enum": [
                "ManagementController",
                "EnclosureManager",
                "BMC",
                "RackManager",
                "AuxiliaryController",
                "Service"
            ],
            "enumDescriptions": {
                "AuxiliaryController": "A controller which provides management functions for a particular subsystem or group of devices.",
                "BMC": "A controller which provides management functions for a single computer system.",
                "EnclosureManager": "A controller which provides management functions for a chassis or group of devices or systems.",
                "ManagementController": "A controller used primarily to monitor or manage the operation of a device or system.",
                "RackManager": "A controller which provides management functions for a whole or part of a rack.",
                "Service": "A software-based service which provides management functions."
            },
            "enumVersionAdded": {
                "Service": "v1_4_0"
            },
            "type": "string"
        },
        "ModifyRedundancySet": {
            "additionalProperties": false,
            "description": "The ModifyRedundancySet operation is used to add or remove members to a redundant group of manager.",
            "longDescription": "The ModifyRedundancySet operation shall be used to add or remove members to a redundant group of manager.",
            "parameters": {
                "Add": {
                    "description": "This array defines the Managers to add to the redundancy set.  In this case, a valid reference is supported.",
                    "items": {
                        "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager"
                    },
                    "longDescription": "This parameter shall contain an array of resource references of the Managers to add to the redundancy set.",
                    "type": "array"
                },
                "Remove": {
                    "description": "This array defines the Managers to remove from the redundancy set.  In this case, a valid reference is supported.",
                    "items": {
                        "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager"
                    },
                    "longDescription": "This parameter shall contain an array of resource references of the Managers to remove from the redundancy set.",
                    "type": "array"
                }
            },
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {
                "target": {
                    "description": "Link to invoke action",
                    "format": "uri",
                    "type": "string"
                },
                "title": {
                    "description": "Friendly action name",
                    "type": "string"
                }
            },
            "type": "object"
        },
        "OemActions": {
            "additionalProperties": true,
            "description": "The available OEM specific actions for this resource.",
            "longDescription": "This type shall contain any additional OEM actions for this resource.",
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {},
            "type": "object"
        },
        "Reset": {
            "additionalProperties": false,
            "description": "The reset action resets/reboots the manager.",
            "longDescription": "This action shall perform a reset of the manager.",
            "parameters": {
                "ResetType": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/ResetType",
                    "description": "This is the type of reset to be performed.",
                    "longDescription": "This parameter shall define the type of reset to be performed.  The service may accept a request without the parameter and perform an implementation specific default reset."
                }
            },
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {
                "target": {
                    "description": "Link to invoke action",
                    "format": "uri",
                    "type": "string"
                },
                "title": {
                    "description": "Friendly action name",
                    "type": "string"
                }
            },
            "type": "object"
        },
        "SerialConnectTypesSupported": {
            "enum": [
                "SSH",
                "Telnet",
                "IPMI",
                "Oem"
            ],
            "enumDescriptions": {
                "IPMI": "The controller supports a Serial Console connection using the IPMI Serial-over-LAN (SOL) protocol.",
                "Oem": "The controller supports a Serial Console connection using an OEM-specific protocol.",
                "SSH": "The controller supports a Serial Console connection using the SSH protocol.",
                "Telnet": "The controller supports a Serial Console connection using the Telnet protocol."
            },
            "type": "string"
        },
        "SerialConsole": {
            "additionalProperties": false,
            "description": "Information about a Serial Console service provided by a manager.",
            "longDescription": "This type shall describe a Serial Console service of a manager.",
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {
                "ConnectTypesSupported": {
                    "description": "This object is used to enumerate the Serial Console connection types allowed by the implementation.",
                    "items": {
                        "$ref": "#/definitions/SerialConnectTypesSupported"
                    },
                    "longDescription": "The value of ConnectTypesSupported shall be an array of the enumerations provided here.  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) protocol is supported.",
                    "readonly": true,
                    "type": "array"
                },
                "MaxConcurrentSessions": {
                    "description": "Indicates the maximum number of service sessions, regardless of protocol, this manager is able to support.",
                    "longDescription": "The value of this property shall contain the maximum number of concurrent service sessions supported by the implementation.",
                    "minimum": 0,
                    "readonly": true,
                    "type": "integer"
                },
                "ServiceEnabled": {
                    "description": "Indicates if the service is enabled for this manager.",
                    "longDescription": "The value of this property shall contain the enabled status of the protocol used for the service.  The value shall be true if enabled and false if disabled.",
                    "readonly": false,
                    "type": "boolean"
                }
            },
            "type": "object"
        }
    },
    "owningEntity": "DMTF",
    "release": "2018.2",
    "title": "#Manager.v1_5_1.Manager"
}