xref: /openbmc/bmcweb/features/redfish/schema/dmtf/json-schema/ThermalSubsystem.v1_5_0.json (revision 5ecf7b4e1bb6988dd3403fa80b723afbe2be30ae)
1*5ecf7b4eSGunnar Mills{
2*5ecf7b4eSGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/ThermalSubsystem.v1_5_0.json",
3*5ecf7b4eSGunnar Mills    "$ref": "#/definitions/ThermalSubsystem",
4*5ecf7b4eSGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5*5ecf7b4eSGunnar Mills    "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6*5ecf7b4eSGunnar Mills    "definitions": {
7*5ecf7b4eSGunnar Mills        "Actions": {
8*5ecf7b4eSGunnar Mills            "additionalProperties": false,
9*5ecf7b4eSGunnar Mills            "description": "The available actions for this resource.",
10*5ecf7b4eSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
11*5ecf7b4eSGunnar Mills            "patternProperties": {
12*5ecf7b4eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13*5ecf7b4eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
14*5ecf7b4eSGunnar Mills                    "type": [
15*5ecf7b4eSGunnar Mills                        "array",
16*5ecf7b4eSGunnar Mills                        "boolean",
17*5ecf7b4eSGunnar Mills                        "integer",
18*5ecf7b4eSGunnar Mills                        "number",
19*5ecf7b4eSGunnar Mills                        "null",
20*5ecf7b4eSGunnar Mills                        "object",
21*5ecf7b4eSGunnar Mills                        "string"
22*5ecf7b4eSGunnar Mills                    ]
23*5ecf7b4eSGunnar Mills                }
24*5ecf7b4eSGunnar Mills            },
25*5ecf7b4eSGunnar Mills            "properties": {
26*5ecf7b4eSGunnar Mills                "Oem": {
27*5ecf7b4eSGunnar Mills                    "$ref": "#/definitions/OemActions",
28*5ecf7b4eSGunnar Mills                    "description": "This property contains the available OEM-specific actions for this resource.",
29*5ecf7b4eSGunnar Mills                    "longDescription": "This property shall contain any additional OEM actions for this resource."
30*5ecf7b4eSGunnar Mills                }
31*5ecf7b4eSGunnar Mills            },
32*5ecf7b4eSGunnar Mills            "type": "object"
33*5ecf7b4eSGunnar Mills        },
34*5ecf7b4eSGunnar Mills        "OemActions": {
35*5ecf7b4eSGunnar Mills            "additionalProperties": true,
36*5ecf7b4eSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
37*5ecf7b4eSGunnar Mills            "longDescription": "This type shall contain any additional OEM actions for this resource.",
38*5ecf7b4eSGunnar Mills            "patternProperties": {
39*5ecf7b4eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
40*5ecf7b4eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
41*5ecf7b4eSGunnar Mills                    "type": [
42*5ecf7b4eSGunnar Mills                        "array",
43*5ecf7b4eSGunnar Mills                        "boolean",
44*5ecf7b4eSGunnar Mills                        "integer",
45*5ecf7b4eSGunnar Mills                        "number",
46*5ecf7b4eSGunnar Mills                        "null",
47*5ecf7b4eSGunnar Mills                        "object",
48*5ecf7b4eSGunnar Mills                        "string"
49*5ecf7b4eSGunnar Mills                    ]
50*5ecf7b4eSGunnar Mills                }
51*5ecf7b4eSGunnar Mills            },
52*5ecf7b4eSGunnar Mills            "properties": {},
53*5ecf7b4eSGunnar Mills            "type": "object"
54*5ecf7b4eSGunnar Mills        },
55*5ecf7b4eSGunnar Mills        "ThermalSubsystem": {
56*5ecf7b4eSGunnar Mills            "additionalProperties": false,
57*5ecf7b4eSGunnar Mills            "description": "The `ThermalSubsystem` schema contains the definition for the thermal subsystem of a chassis.",
58*5ecf7b4eSGunnar Mills            "longDescription": "This resource shall represent a thermal subsystem for a Redfish implementation.",
59*5ecf7b4eSGunnar Mills            "patternProperties": {
60*5ecf7b4eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
61*5ecf7b4eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
62*5ecf7b4eSGunnar Mills                    "type": [
63*5ecf7b4eSGunnar Mills                        "array",
64*5ecf7b4eSGunnar Mills                        "boolean",
65*5ecf7b4eSGunnar Mills                        "integer",
66*5ecf7b4eSGunnar Mills                        "number",
67*5ecf7b4eSGunnar Mills                        "null",
68*5ecf7b4eSGunnar Mills                        "object",
69*5ecf7b4eSGunnar Mills                        "string"
70*5ecf7b4eSGunnar Mills                    ]
71*5ecf7b4eSGunnar Mills                }
72*5ecf7b4eSGunnar Mills            },
73*5ecf7b4eSGunnar Mills            "properties": {
74*5ecf7b4eSGunnar Mills                "@odata.context": {
75*5ecf7b4eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
76*5ecf7b4eSGunnar Mills                },
77*5ecf7b4eSGunnar Mills                "@odata.etag": {
78*5ecf7b4eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
79*5ecf7b4eSGunnar Mills                },
80*5ecf7b4eSGunnar Mills                "@odata.id": {
81*5ecf7b4eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
82*5ecf7b4eSGunnar Mills                },
83*5ecf7b4eSGunnar Mills                "@odata.type": {
84*5ecf7b4eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
85*5ecf7b4eSGunnar Mills                },
86*5ecf7b4eSGunnar Mills                "Actions": {
87*5ecf7b4eSGunnar Mills                    "$ref": "#/definitions/Actions",
88*5ecf7b4eSGunnar Mills                    "description": "The available actions for this resource.",
89*5ecf7b4eSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource."
90*5ecf7b4eSGunnar Mills                },
91*5ecf7b4eSGunnar Mills                "CoolantConnectorRedundancy": {
92*5ecf7b4eSGunnar Mills                    "description": "The redundancy information for the coolant connectors in this subsystem.",
93*5ecf7b4eSGunnar Mills                    "items": {
94*5ecf7b4eSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/RedundantGroup"
95*5ecf7b4eSGunnar Mills                    },
96*5ecf7b4eSGunnar Mills                    "longDescription": "This property shall contain redundancy information for the set of coolant connectors attached to this equipment.  The values of the `RedundancyGroup` array shall reference resources of type `CoolantConnector`.",
97*5ecf7b4eSGunnar Mills                    "type": "array",
98*5ecf7b4eSGunnar Mills                    "versionAdded": "v1_3_0"
99*5ecf7b4eSGunnar Mills                },
100*5ecf7b4eSGunnar Mills                "CoolantConnectors": {
101*5ecf7b4eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/CoolantConnectorCollection.json#/definitions/CoolantConnectorCollection",
102*5ecf7b4eSGunnar Mills                    "description": "A link to the coolant connectors for this equipment.",
103*5ecf7b4eSGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `CoolantConnectorCollection` that contains the coolant connectors for this equipment.",
104*5ecf7b4eSGunnar Mills                    "readonly": true,
105*5ecf7b4eSGunnar Mills                    "versionAdded": "v1_2_0"
106*5ecf7b4eSGunnar Mills                },
107*5ecf7b4eSGunnar Mills                "Description": {
108*5ecf7b4eSGunnar Mills                    "anyOf": [
109*5ecf7b4eSGunnar Mills                        {
110*5ecf7b4eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
111*5ecf7b4eSGunnar Mills                        },
112*5ecf7b4eSGunnar Mills                        {
113*5ecf7b4eSGunnar Mills                            "type": "null"
114*5ecf7b4eSGunnar Mills                        }
115*5ecf7b4eSGunnar Mills                    ],
116*5ecf7b4eSGunnar Mills                    "readonly": true
117*5ecf7b4eSGunnar Mills                },
118*5ecf7b4eSGunnar Mills                "FanRedundancy": {
119*5ecf7b4eSGunnar Mills                    "description": "The redundancy information for the groups of fans in this subsystem.",
120*5ecf7b4eSGunnar Mills                    "items": {
121*5ecf7b4eSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/RedundantGroup"
122*5ecf7b4eSGunnar Mills                    },
123*5ecf7b4eSGunnar Mills                    "longDescription": "This property shall contain redundancy information for the groups of fans in this subsystem.",
124*5ecf7b4eSGunnar Mills                    "type": "array"
125*5ecf7b4eSGunnar Mills                },
126*5ecf7b4eSGunnar Mills                "Fans": {
127*5ecf7b4eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/FanCollection.json#/definitions/FanCollection",
128*5ecf7b4eSGunnar Mills                    "description": "The link to the collection of fans within this subsystem.",
129*5ecf7b4eSGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `FanCollection`.",
130*5ecf7b4eSGunnar Mills                    "readonly": true
131*5ecf7b4eSGunnar Mills                },
132*5ecf7b4eSGunnar Mills                "FansFullSpeedOverrideEnable": {
133*5ecf7b4eSGunnar Mills                    "description": "An indication of whether the fans in this equipment are overridden to operate at full speed.",
134*5ecf7b4eSGunnar Mills                    "longDescription": "This property shall indicate whether the fans in this equipment are overridden to operate at full speed.",
135*5ecf7b4eSGunnar Mills                    "readonly": false,
136*5ecf7b4eSGunnar Mills                    "type": [
137*5ecf7b4eSGunnar Mills                        "boolean",
138*5ecf7b4eSGunnar Mills                        "null"
139*5ecf7b4eSGunnar Mills                    ],
140*5ecf7b4eSGunnar Mills                    "versionAdded": "v1_5_0"
141*5ecf7b4eSGunnar Mills                },
142*5ecf7b4eSGunnar Mills                "Filters": {
143*5ecf7b4eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/FilterCollection.json#/definitions/FilterCollection",
144*5ecf7b4eSGunnar Mills                    "description": "A link to the filters for this equipment.",
145*5ecf7b4eSGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `FilterCollection` that contains the filters for this equipment.",
146*5ecf7b4eSGunnar Mills                    "readonly": true,
147*5ecf7b4eSGunnar Mills                    "versionAdded": "v1_4_0"
148*5ecf7b4eSGunnar Mills                },
149*5ecf7b4eSGunnar Mills                "Heaters": {
150*5ecf7b4eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/HeaterCollection.json#/definitions/HeaterCollection",
151*5ecf7b4eSGunnar Mills                    "description": "The link to the collection of heaters within this subsystem.",
152*5ecf7b4eSGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `HeaterCollection`.",
153*5ecf7b4eSGunnar Mills                    "readonly": true,
154*5ecf7b4eSGunnar Mills                    "versionAdded": "v1_1_0"
155*5ecf7b4eSGunnar Mills                },
156*5ecf7b4eSGunnar Mills                "Id": {
157*5ecf7b4eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
158*5ecf7b4eSGunnar Mills                    "readonly": true
159*5ecf7b4eSGunnar Mills                },
160*5ecf7b4eSGunnar Mills                "LeakDetection": {
161*5ecf7b4eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/LeakDetection.json#/definitions/LeakDetection",
162*5ecf7b4eSGunnar Mills                    "description": "The link to the leak detection system within this chassis.",
163*5ecf7b4eSGunnar Mills                    "longDescription": "This property shall contain a link to a resource of type `LeakDetection`.  This link should be used when the leak detection capabilities are tied to, or are internal to, a particular `Chassis`.  For detection capabilities that are tied to a `CoolingUnit` resource, which may span multiple `Chassis` resources, populating the `LeakDetection` resource under `CoolingUnit` for the relevant equipment is the preferred approach.",
164*5ecf7b4eSGunnar Mills                    "readonly": true,
165*5ecf7b4eSGunnar Mills                    "versionAdded": "v1_3_0"
166*5ecf7b4eSGunnar Mills                },
167*5ecf7b4eSGunnar Mills                "Name": {
168*5ecf7b4eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
169*5ecf7b4eSGunnar Mills                    "readonly": true
170*5ecf7b4eSGunnar Mills                },
171*5ecf7b4eSGunnar Mills                "Oem": {
172*5ecf7b4eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
173*5ecf7b4eSGunnar Mills                    "description": "The OEM extension property.",
174*5ecf7b4eSGunnar 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."
175*5ecf7b4eSGunnar Mills                },
176*5ecf7b4eSGunnar Mills                "Pumps": {
177*5ecf7b4eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/PumpCollection.json#/definitions/PumpCollection",
178*5ecf7b4eSGunnar Mills                    "description": "A link to the pumps for this equipment.",
179*5ecf7b4eSGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `PumpCollection` that contains details for the pumps included in this equipment.",
180*5ecf7b4eSGunnar Mills                    "readonly": true,
181*5ecf7b4eSGunnar Mills                    "versionAdded": "v1_3_0"
182*5ecf7b4eSGunnar Mills                },
183*5ecf7b4eSGunnar Mills                "Status": {
184*5ecf7b4eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
185*5ecf7b4eSGunnar Mills                    "description": "The status and health of the resource and its subordinate or dependent resources.",
186*5ecf7b4eSGunnar Mills                    "longDescription": "This property shall contain any status or health properties of the resource."
187*5ecf7b4eSGunnar Mills                },
188*5ecf7b4eSGunnar Mills                "ThermalMetrics": {
189*5ecf7b4eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/ThermalMetrics.json#/definitions/ThermalMetrics",
190*5ecf7b4eSGunnar Mills                    "description": "The link to the summary of thermal metrics for this subsystem.",
191*5ecf7b4eSGunnar Mills                    "longDescription": "This property shall contain a link to a resource of type `ThermalMetrics`.",
192*5ecf7b4eSGunnar Mills                    "readonly": true
193*5ecf7b4eSGunnar Mills                }
194*5ecf7b4eSGunnar Mills            },
195*5ecf7b4eSGunnar Mills            "required": [
196*5ecf7b4eSGunnar Mills                "@odata.id",
197*5ecf7b4eSGunnar Mills                "@odata.type",
198*5ecf7b4eSGunnar Mills                "Id",
199*5ecf7b4eSGunnar Mills                "Name"
200*5ecf7b4eSGunnar Mills            ],
201*5ecf7b4eSGunnar Mills            "type": "object"
202*5ecf7b4eSGunnar Mills        }
203*5ecf7b4eSGunnar Mills    },
204*5ecf7b4eSGunnar Mills    "language": "en",
205*5ecf7b4eSGunnar Mills    "owningEntity": "DMTF",
206*5ecf7b4eSGunnar Mills    "release": "2025.3",
207*5ecf7b4eSGunnar Mills    "title": "#ThermalSubsystem.v1_5_0.ThermalSubsystem"
208*5ecf7b4eSGunnar Mills}