1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/Reservoir.v1_0_2.json",
3    "$ref": "#/definitions/Reservoir",
4    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6    "definitions": {
7        "Actions": {
8            "additionalProperties": false,
9            "description": "The available actions for this resource.",
10            "longDescription": "This type shall contain the available actions for this resource.",
11            "patternProperties": {
12                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13                    "description": "This property shall specify a valid odata or Redfish property.",
14                    "type": [
15                        "array",
16                        "boolean",
17                        "integer",
18                        "number",
19                        "null",
20                        "object",
21                        "string"
22                    ]
23                }
24            },
25            "properties": {
26                "Oem": {
27                    "$ref": "#/definitions/OemActions",
28                    "description": "The available OEM-specific actions for this resource.",
29                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
30                }
31            },
32            "type": "object"
33        },
34        "OemActions": {
35            "additionalProperties": true,
36            "description": "The available OEM-specific actions for this resource.",
37            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
38            "patternProperties": {
39                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
40                    "description": "This property shall specify a valid odata or Redfish property.",
41                    "type": [
42                        "array",
43                        "boolean",
44                        "integer",
45                        "number",
46                        "null",
47                        "object",
48                        "string"
49                    ]
50                }
51            },
52            "properties": {},
53            "type": "object"
54        },
55        "Reservoir": {
56            "additionalProperties": false,
57            "description": "The `Reservoir` schema describes a reservoir unit for a cooling system or similar device.",
58            "longDescription": "This resource shall represent the management properties for monitoring and management of reservoirs for a Redfish implementation.",
59            "patternProperties": {
60                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
61                    "description": "This property shall specify a valid odata or Redfish property.",
62                    "type": [
63                        "array",
64                        "boolean",
65                        "integer",
66                        "number",
67                        "null",
68                        "object",
69                        "string"
70                    ]
71                }
72            },
73            "properties": {
74                "@odata.context": {
75                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
76                },
77                "@odata.etag": {
78                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
79                },
80                "@odata.id": {
81                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
82                },
83                "@odata.type": {
84                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
85                },
86                "Actions": {
87                    "$ref": "#/definitions/Actions",
88                    "description": "The available actions for this resource.",
89                    "longDescription": "This property shall contain the available actions for this resource."
90                },
91                "Assembly": {
92                    "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly",
93                    "description": "The link to the assembly associated with this reservoir.",
94                    "longDescription": "This property shall contain a link to a resource of type `Assembly`.",
95                    "readonly": true
96                },
97                "CapacityLiters": {
98                    "description": "The capacity of the reservoir (L).",
99                    "longDescription": "This property shall contain the capacity of the reservoir in liter units.",
100                    "readonly": true,
101                    "type": [
102                        "number",
103                        "null"
104                    ]
105                },
106                "Coolant": {
107                    "$ref": "http://redfish.dmtf.org/schemas/v1/CoolingLoop.json#/definitions/Coolant",
108                    "description": "Details about the coolant used in this unit.",
109                    "longDescription": "This property shall contain details regarding the coolant contained or used by this unit."
110                },
111                "Description": {
112                    "anyOf": [
113                        {
114                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
115                        },
116                        {
117                            "type": "null"
118                        }
119                    ],
120                    "readonly": true
121                },
122                "Filters": {
123                    "$ref": "http://redfish.dmtf.org/schemas/v1/FilterCollection.json#/definitions/FilterCollection",
124                    "description": "A link to a collection of filters.",
125                    "longDescription": "This property shall contain a link to a resource collection of type `FilterCollection` that contains a set of filters.",
126                    "readonly": true
127                },
128                "FluidLevelPercent": {
129                    "anyOf": [
130                        {
131                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt"
132                        },
133                        {
134                            "type": "null"
135                        }
136                    ],
137                    "description": "The fluid capacity filled (percent).",
138                    "excerptCopy": "SensorExcerpt",
139                    "longDescription": "This property shall contain the amount of fluid capacity, in percent units, filled in this reservoir.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`.  Services that support this property shall also return the `FluidLevelStatus` property.",
140                    "readonly": true
141                },
142                "FluidLevelStatus": {
143                    "anyOf": [
144                        {
145                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Health"
146                        },
147                        {
148                            "type": "null"
149                        }
150                    ],
151                    "description": "The status of the fluid level in this reservoir.",
152                    "longDescription": "This property shall indicate the status of the fluid level in this reservoir.",
153                    "readonly": true
154                },
155                "Id": {
156                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
157                    "readonly": true
158                },
159                "InternalPressurekPa": {
160                    "anyOf": [
161                        {
162                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt"
163                        },
164                        {
165                            "type": "null"
166                        }
167                    ],
168                    "description": "The internal pressure (kPa) reading.",
169                    "excerptCopy": "SensorExcerpt",
170                    "longDescription": "This property shall contain the internal pressure, measured in kilopascal units, for the reservoir.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `PressurekPa`.",
171                    "readonly": true
172                },
173                "Location": {
174                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
175                    "description": "The location of the reservoir.",
176                    "longDescription": "This property shall contain the location information of this reservoir."
177                },
178                "LocationIndicatorActive": {
179                    "description": "An indicator allowing an operator to physically locate this resource.",
180                    "longDescription": "This property shall contain the state of the indicator used to physically identify or locate this resource.",
181                    "readonly": false,
182                    "type": [
183                        "boolean",
184                        "null"
185                    ]
186                },
187                "Manufacturer": {
188                    "description": "The manufacturer of this reservoir.",
189                    "longDescription": "This property shall contain the name of the organization responsible for producing the reservoir.  This organization may be the entity from whom the reservoir is purchased, but this is not necessarily true.",
190                    "readonly": true,
191                    "type": [
192                        "string",
193                        "null"
194                    ]
195                },
196                "Model": {
197                    "description": "The model number for this reservoir.",
198                    "longDescription": "This property shall contain the model information as defined by the manufacturer for this reservoir.",
199                    "readonly": true,
200                    "type": [
201                        "string",
202                        "null"
203                    ]
204                },
205                "Name": {
206                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
207                    "readonly": true
208                },
209                "Oem": {
210                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
211                    "description": "The OEM extension property.",
212                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
213                },
214                "PartNumber": {
215                    "description": "The part number for this reservoir.",
216                    "longDescription": "This property shall contain the part number as defined by the manufacturer for this reservoir.",
217                    "readonly": true,
218                    "type": [
219                        "string",
220                        "null"
221                    ]
222                },
223                "PhysicalContext": {
224                    "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext",
225                    "description": "The area or device associated with this reservoir.",
226                    "longDescription": "This property shall contain a description of the affected device or region within the chassis with which this reservoir is associated.",
227                    "readonly": true
228                },
229                "ReservoirType": {
230                    "anyOf": [
231                        {
232                            "$ref": "#/definitions/ReservoirType"
233                        },
234                        {
235                            "type": "null"
236                        }
237                    ],
238                    "description": "The type of reservoir.",
239                    "longDescription": "This property shall contain the type of reservoir represented by this resource.",
240                    "readonly": true
241                },
242                "SerialNumber": {
243                    "description": "The serial number for this reservoir.",
244                    "longDescription": "This property shall contain the serial number as defined by the manufacturer for this reservoir.",
245                    "readonly": true,
246                    "type": [
247                        "string",
248                        "null"
249                    ]
250                },
251                "SparePartNumber": {
252                    "description": "The spare part number for this reservoir.",
253                    "longDescription": "This property shall contain the spare or replacement part number as defined by the manufacturer for this reservoir.",
254                    "readonly": true,
255                    "type": [
256                        "string",
257                        "null"
258                    ]
259                },
260                "Status": {
261                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
262                    "description": "The status and health of the resource and its subordinate or dependent resources.",
263                    "longDescription": "This property shall contain any status or health properties of the resource."
264                },
265                "UserLabel": {
266                    "description": "A user-assigned label.",
267                    "longDescription": "This property shall contain a user-assigned label used to identify this resource.  If a value has not been assigned by a user, the value of this property shall be an empty string.",
268                    "readonly": false,
269                    "type": "string"
270                }
271            },
272            "required": [
273                "@odata.id",
274                "@odata.type",
275                "Id",
276                "Name"
277            ],
278            "type": "object"
279        },
280        "ReservoirType": {
281            "enum": [
282                "Reserve",
283                "Overflow",
284                "Inline",
285                "Immersion"
286            ],
287            "enumDescriptions": {
288                "Immersion": "An immersion cooling tank.",
289                "Inline": "An inline or integrated reservoir.",
290                "Overflow": "An overflow reservoir for excess fluid.",
291                "Reserve": "A reservoir providing reserve fluid capacity."
292            },
293            "type": "string"
294        }
295    },
296    "language": "en",
297    "owningEntity": "DMTF",
298    "release": "2023.1",
299    "title": "#Reservoir.v1_0_2.Reservoir"
300}