1{ 2 "$id": "http://redfish.dmtf.org/schemas/v1/Pump.v1_2_0.json", 3 "$ref": "#/definitions/Pump", 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 "#Pump.SetMode": { 27 "$ref": "#/definitions/SetMode" 28 }, 29 "Oem": { 30 "$ref": "#/definitions/OemActions", 31 "description": "The available OEM-specific actions for this resource.", 32 "longDescription": "This property shall contain the available OEM-specific actions for this resource." 33 } 34 }, 35 "type": "object" 36 }, 37 "OemActions": { 38 "additionalProperties": true, 39 "description": "The available OEM-specific actions for this resource.", 40 "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 41 "patternProperties": { 42 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 43 "description": "This property shall specify a valid odata or Redfish property.", 44 "type": [ 45 "array", 46 "boolean", 47 "integer", 48 "number", 49 "null", 50 "object", 51 "string" 52 ] 53 } 54 }, 55 "properties": {}, 56 "type": "object" 57 }, 58 "Pump": { 59 "additionalProperties": false, 60 "description": "The `Pump` schema describes a pump unit for a cooling system or similar device.", 61 "longDescription": "This resource shall represent the management properties for monitoring and management of pumps for a Redfish implementation.", 62 "patternProperties": { 63 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 64 "description": "This property shall specify a valid odata or Redfish property.", 65 "type": [ 66 "array", 67 "boolean", 68 "integer", 69 "number", 70 "null", 71 "object", 72 "string" 73 ] 74 } 75 }, 76 "properties": { 77 "@odata.context": { 78 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 79 }, 80 "@odata.etag": { 81 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 82 }, 83 "@odata.id": { 84 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 85 }, 86 "@odata.type": { 87 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 88 }, 89 "Actions": { 90 "$ref": "#/definitions/Actions", 91 "description": "The available actions for this resource.", 92 "longDescription": "This property shall contain the available actions for this resource." 93 }, 94 "Assembly": { 95 "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly", 96 "description": "The link to the assembly associated with this pump.", 97 "longDescription": "This property shall contain a link to a resource of type `Assembly`.", 98 "readonly": true 99 }, 100 "AssetTag": { 101 "description": "The user-assigned asset tag for this equipment.", 102 "longDescription": "This property shall contain the user-assigned asset tag, which is an identifying string that tracks the equipment for inventory purposes.", 103 "readonly": false, 104 "type": [ 105 "string", 106 "null" 107 ] 108 }, 109 "Description": { 110 "anyOf": [ 111 { 112 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 113 }, 114 { 115 "type": "null" 116 } 117 ], 118 "readonly": true 119 }, 120 "Filters": { 121 "$ref": "http://redfish.dmtf.org/schemas/v1/FilterCollection.json#/definitions/FilterCollection", 122 "description": "A link to a collection of filters.", 123 "longDescription": "This property shall contain a link to a resource collection of type `FilterCollection` that contains a set of filters.", 124 "readonly": true 125 }, 126 "FirmwareVersion": { 127 "description": "The firmware version of this equipment.", 128 "longDescription": "This property shall contain a string describing the firmware version of this equipment as provided by the manufacturer.", 129 "readonly": true, 130 "type": "string" 131 }, 132 "Id": { 133 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 134 "readonly": true 135 }, 136 "InletPressurekPa": { 137 "anyOf": [ 138 { 139 "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt" 140 }, 141 { 142 "type": "null" 143 } 144 ], 145 "description": "The inlet pressure (kPa).", 146 "excerptCopy": "SensorExcerpt", 147 "longDescription": "This property shall contain the pressure, in kilopascal units, for the inlet to this pump. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `PressurekPa`.", 148 "readonly": true, 149 "versionAdded": "v1_2_0" 150 }, 151 "Location": { 152 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location", 153 "description": "The location of the pump.", 154 "longDescription": "This property shall contain the location information of this pump." 155 }, 156 "LocationIndicatorActive": { 157 "description": "An indicator allowing an operator to physically locate this resource.", 158 "longDescription": "This property shall contain the state of the indicator used to physically identify or locate this resource.", 159 "readonly": false, 160 "type": [ 161 "boolean", 162 "null" 163 ] 164 }, 165 "Manufacturer": { 166 "description": "The manufacturer of this pump.", 167 "longDescription": "This property shall contain the name of the organization responsible for producing the pump. This organization may be the entity from whom the pump is purchased, but this is not necessarily true.", 168 "readonly": true, 169 "type": [ 170 "string", 171 "null" 172 ] 173 }, 174 "Model": { 175 "description": "The model number for this pump.", 176 "longDescription": "This property shall contain the model information as defined by the manufacturer for this pump.", 177 "readonly": true, 178 "type": [ 179 "string", 180 "null" 181 ] 182 }, 183 "Name": { 184 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 185 "readonly": true 186 }, 187 "Oem": { 188 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 189 "description": "The OEM extension property.", 190 "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements." 191 }, 192 "PartNumber": { 193 "description": "The part number for this pump.", 194 "longDescription": "This property shall contain the part number as defined by the manufacturer for this pump.", 195 "readonly": true, 196 "type": [ 197 "string", 198 "null" 199 ] 200 }, 201 "PhysicalContext": { 202 "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext", 203 "description": "The area or device associated with this pump.", 204 "longDescription": "This property shall contain a description of the affected device or region within the chassis with which this pump is associated.", 205 "readonly": true 206 }, 207 "ProductionDate": { 208 "description": "The production or manufacturing date of this equipment.", 209 "format": "date-time", 210 "longDescription": "This property shall contain the date of production or manufacture for this equipment.", 211 "readonly": true, 212 "type": [ 213 "string", 214 "null" 215 ] 216 }, 217 "PumpSpeedPercent": { 218 "anyOf": [ 219 { 220 "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorPumpExcerpt" 221 }, 222 { 223 "type": "null" 224 } 225 ], 226 "description": "The pump speed (%).", 227 "excerptCopy": "SensorPumpExcerpt", 228 "longDescription": "This property shall contain the current speed, in percent units, of this pump. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`.", 229 "readonly": true 230 }, 231 "PumpType": { 232 "anyOf": [ 233 { 234 "$ref": "#/definitions/PumpType" 235 }, 236 { 237 "type": "null" 238 } 239 ], 240 "description": "The type of pump.", 241 "longDescription": "This property shall contain the type of pump represented by this resource.", 242 "readonly": true 243 }, 244 "SerialNumber": { 245 "description": "The serial number for this pump.", 246 "longDescription": "This property shall contain the serial number as defined by the manufacturer for this pump.", 247 "readonly": true, 248 "type": [ 249 "string", 250 "null" 251 ] 252 }, 253 "ServiceHours": { 254 "description": "The hours of service this pump has provided.", 255 "longDescription": "This property shall contain the number of hours of service that the pump has been in operation.", 256 "readonly": false, 257 "type": [ 258 "number", 259 "null" 260 ] 261 }, 262 "SparePartNumber": { 263 "description": "The spare part number for this pump.", 264 "longDescription": "This property shall contain the spare or replacement part number as defined by the manufacturer for this pump.", 265 "readonly": true, 266 "type": [ 267 "string", 268 "null" 269 ] 270 }, 271 "SpeedControlPercent": { 272 "anyOf": [ 273 { 274 "$ref": "http://redfish.dmtf.org/schemas/v1/Control.json#/definitions/ControlSingleLoopExcerpt" 275 }, 276 { 277 "type": "null" 278 } 279 ], 280 "description": "The desired pump speed (%).", 281 "excerptCopy": "ControlSingleLoopExcerpt", 282 "longDescription": "This property shall contain the desired speed, in percent units, of this pump. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Control` with the `ControlType` property containing the value `Percent`.", 283 "readonly": true, 284 "versionAdded": "v1_1_0" 285 }, 286 "Status": { 287 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 288 "description": "The status and health of the resource and its subordinate or dependent resources.", 289 "longDescription": "This property shall contain any status or health properties of the resource." 290 }, 291 "UserLabel": { 292 "description": "A user-assigned label.", 293 "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.", 294 "readonly": false, 295 "type": "string" 296 }, 297 "Version": { 298 "description": "The hardware version of this equipment.", 299 "longDescription": "This property shall contain the hardware version of this equipment as determined by the vendor or supplier.", 300 "readonly": true, 301 "type": [ 302 "string", 303 "null" 304 ] 305 } 306 }, 307 "required": [ 308 "@odata.id", 309 "@odata.type", 310 "Id", 311 "Name" 312 ], 313 "type": "object" 314 }, 315 "PumpMode": { 316 "enum": [ 317 "Enabled", 318 "Disabled" 319 ], 320 "enumDescriptions": { 321 "Disabled": "Disable the pump.", 322 "Enabled": "Enable the pump." 323 }, 324 "enumLongDescriptions": { 325 "Disabled": "This value shall indicate a request to disable the pump. Upon successful completion, the `State` property within `Status`, shall contain the value `Disabled`.", 326 "Enabled": "This value shall indicate a request to enable the pump. Upon successful completion, the `State` property within `Status`, shall contain the value `Enabled`." 327 }, 328 "type": "string" 329 }, 330 "PumpType": { 331 "enum": [ 332 "Liquid", 333 "Compressor" 334 ], 335 "enumDescriptions": { 336 "Compressor": "A compressor.", 337 "Liquid": "A water or liquid pump." 338 }, 339 "type": "string" 340 }, 341 "SetMode": { 342 "additionalProperties": false, 343 "description": "This action sets the operating mode of the pump.", 344 "longDescription": "This action shall set the operating mode of the pump.", 345 "parameters": { 346 "Mode": { 347 "$ref": "#/definitions/PumpMode", 348 "description": "The desired operating mode of the pump.", 349 "longDescription": "This parameter shall contain the desired operating mode of the pump." 350 } 351 }, 352 "patternProperties": { 353 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 354 "description": "This property shall specify a valid odata or Redfish property.", 355 "type": [ 356 "array", 357 "boolean", 358 "integer", 359 "number", 360 "null", 361 "object", 362 "string" 363 ] 364 } 365 }, 366 "properties": { 367 "target": { 368 "description": "Link to invoke action", 369 "format": "uri-reference", 370 "type": "string" 371 }, 372 "title": { 373 "description": "Friendly action name", 374 "type": "string" 375 } 376 }, 377 "type": "object", 378 "versionAdded": "v1_2_0" 379 } 380 }, 381 "language": "en", 382 "owningEntity": "DMTF", 383 "release": "2024.4", 384 "title": "#Pump.v1_2_0.Pump" 385}