Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1 | { |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame^] | 2 | "$id": "http://redfish.dmtf.org/schemas/v1/Chassis.v1_14_0.json", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 3 | "$ref": "#/definitions/Chassis", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 4 | "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 5 | "copyright": "Copyright 2014-2020 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 6 | "definitions": { |
| 7 | "Actions": { |
| 8 | "additionalProperties": false, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 9 | "description": "The available actions for this resource.", |
| 10 | "longDescription": "This type shall contain the available actions for this resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 11 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 12 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 13 | "description": "This property shall specify a valid odata or Redfish property.", |
| 14 | "type": [ |
| 15 | "array", |
| 16 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 17 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 18 | "number", |
| 19 | "null", |
| 20 | "object", |
| 21 | "string" |
| 22 | ] |
| 23 | } |
| 24 | }, |
| 25 | "properties": { |
| 26 | "#Chassis.Reset": { |
| 27 | "$ref": "#/definitions/Reset" |
| 28 | }, |
| 29 | "Oem": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 30 | "$ref": "#/definitions/OemActions", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 31 | "description": "The available OEM-specific actions for this resource.", |
| 32 | "longDescription": "This property shall contain the available OEM-specific actions for this resource." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 33 | } |
| 34 | }, |
| 35 | "type": "object" |
| 36 | }, |
| 37 | "Chassis": { |
| 38 | "additionalProperties": false, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 39 | "description": "The Chassis schema represents the physical components of a system. This resource represents the sheet-metal confined spaces and logical zones such as racks, enclosures, chassis and all other containers. Subsystems, such as sensors, that operate outside of a system's data plane are linked either directly or indirectly through this resource. A subsystem that operates outside of a system's data plane are not accessible to software that runs on the system.", |
| 40 | "longDescription": "This resource shall represent a chassis or other physical enclosure for a Redfish implementation.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 41 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 42 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 43 | "description": "This property shall specify a valid odata or Redfish property.", |
| 44 | "type": [ |
| 45 | "array", |
| 46 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 47 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 48 | "number", |
| 49 | "null", |
| 50 | "object", |
| 51 | "string" |
| 52 | ] |
| 53 | } |
| 54 | }, |
| 55 | "properties": { |
| 56 | "@odata.context": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 57 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 58 | }, |
| 59 | "@odata.etag": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 60 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 61 | }, |
| 62 | "@odata.id": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 63 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 64 | }, |
| 65 | "@odata.type": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 66 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 67 | }, |
| 68 | "Actions": { |
| 69 | "$ref": "#/definitions/Actions", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 70 | "description": "The available actions for this resource.", |
| 71 | "longDescription": "This property shall contain the available actions for this resource." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 72 | }, |
| 73 | "Assembly": { |
| 74 | "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 75 | "description": "The link to the assembly associated with this chassis.", |
| 76 | "longDescription": "This property shall contain a link to a resource of type Assembly.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 77 | "readonly": true, |
| 78 | "versionAdded": "v1_6_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 79 | }, |
| 80 | "AssetTag": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 81 | "description": "The user-assigned asset tag of this chassis.", |
| 82 | "longDescription": "This property shall contain an identifying string that tracks the chassis for inventory purposes.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 83 | "readonly": false, |
| 84 | "type": [ |
| 85 | "string", |
| 86 | "null" |
| 87 | ] |
| 88 | }, |
| 89 | "ChassisType": { |
| 90 | "$ref": "#/definitions/ChassisType", |
| 91 | "description": "The type of physical form factor of the chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 92 | "longDescription": "This property shall indicate the physical form factor for the type of chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 93 | "readonly": true |
| 94 | }, |
| 95 | "DepthMm": { |
| 96 | "description": "The depth of the chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 97 | "longDescription": "This property shall represent the depth (length) of the chassis, in millimeters, as specified by the manufacturer.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 98 | "minimum": 0, |
| 99 | "readonly": true, |
| 100 | "type": [ |
| 101 | "number", |
| 102 | "null" |
| 103 | ], |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 104 | "units": "mm", |
| 105 | "versionAdded": "v1_4_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 106 | }, |
| 107 | "Description": { |
| 108 | "anyOf": [ |
| 109 | { |
| 110 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" |
| 111 | }, |
| 112 | { |
| 113 | "type": "null" |
| 114 | } |
| 115 | ], |
| 116 | "readonly": true |
| 117 | }, |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame^] | 118 | "Drives": { |
| 119 | "$ref": "http://redfish.dmtf.org/schemas/v1/DriveCollection.json#/definitions/DriveCollection", |
| 120 | "description": "The link to the collection of drives within this chassis.", |
| 121 | "longDescription": "This property shall contain a link to a resource collection of type DriveCollection.", |
| 122 | "versionAdded": "v1_14_0" |
| 123 | }, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 124 | "EnvironmentalClass": { |
| 125 | "anyOf": [ |
| 126 | { |
| 127 | "$ref": "#/definitions/EnvironmentalClass" |
| 128 | }, |
| 129 | { |
| 130 | "type": "null" |
| 131 | } |
| 132 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 133 | "description": "The ASHRAE Environmental Class for this chassis.", |
| 134 | "longDescription": "This property shall contain the ASHRAE Environmental Class for this chassis, as defined by ASHRAE Thermal Guidelines for Data Processing Environments. These classes define respective environmental limits that include temperature, relative humidity, dew point, and maximum allowable elevation.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 135 | "readonly": true, |
| 136 | "versionAdded": "v1_9_0" |
| 137 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 138 | "HeightMm": { |
| 139 | "description": "The height of the chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 140 | "longDescription": "This property shall represent the height of the chassis, in millimeters, as specified by the manufacturer.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 141 | "minimum": 0, |
| 142 | "readonly": true, |
| 143 | "type": [ |
| 144 | "number", |
| 145 | "null" |
| 146 | ], |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 147 | "units": "mm", |
| 148 | "versionAdded": "v1_4_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 149 | }, |
| 150 | "Id": { |
| 151 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", |
| 152 | "readonly": true |
| 153 | }, |
| 154 | "IndicatorLED": { |
| 155 | "anyOf": [ |
| 156 | { |
| 157 | "$ref": "#/definitions/IndicatorLED" |
| 158 | }, |
| 159 | { |
| 160 | "type": "null" |
| 161 | } |
| 162 | ], |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame^] | 163 | "deprecated": "This property has been deprecated in favor of the LocationIndicatorActive property.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 164 | "description": "The state of the indicator LED, which identifies the chassis.", |
| 165 | "longDescription": "This property shall contain the indicator light state for the indicator light associated with this system.", |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame^] | 166 | "readonly": false, |
| 167 | "versionDeprecated": "v1_14_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 168 | }, |
| 169 | "Links": { |
| 170 | "$ref": "#/definitions/Links", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 171 | "description": "The links to other resources that are related to this resource.", |
| 172 | "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 173 | }, |
| 174 | "Location": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 175 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 176 | "description": "The location of the chassis.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 177 | "longDescription": "This property shall contain location information of the associated chassis.", |
| 178 | "versionAdded": "v1_2_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 179 | }, |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame^] | 180 | "LocationIndicatorActive": { |
| 181 | "description": "An indicator allowing an operator to physically locate this resource.", |
| 182 | "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.", |
| 183 | "readonly": false, |
| 184 | "type": [ |
| 185 | "boolean", |
| 186 | "null" |
| 187 | ], |
| 188 | "versionAdded": "v1_14_0" |
| 189 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 190 | "LogServices": { |
| 191 | "$ref": "http://redfish.dmtf.org/schemas/v1/LogServiceCollection.json#/definitions/LogServiceCollection", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 192 | "description": "The link to the logs for this chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 193 | "longDescription": "This property shall contain a link to a resource collection of type LogServiceCollection.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 194 | "readonly": true |
| 195 | }, |
| 196 | "Manufacturer": { |
| 197 | "description": "The manufacturer of this chassis.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 198 | "longDescription": "This property shall contain the name of the organization responsible for producing the chassis. This organization might be the entity from whom the chassis is purchased, but this is not necessarily true.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 199 | "readonly": true, |
| 200 | "type": [ |
| 201 | "string", |
| 202 | "null" |
| 203 | ] |
| 204 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 205 | "MaxPowerWatts": { |
| 206 | "description": "The upper bound of the total power consumed by the chassis.", |
| 207 | "longDescription": "This property shall contain the upper bound of the total power consumed by the chassis.", |
| 208 | "readonly": true, |
| 209 | "type": [ |
| 210 | "number", |
| 211 | "null" |
| 212 | ], |
| 213 | "units": "W", |
| 214 | "versionAdded": "v1_12_0" |
| 215 | }, |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 216 | "MediaControllers": { |
| 217 | "$ref": "http://redfish.dmtf.org/schemas/v1/MediaControllerCollection.json#/definitions/MediaControllerCollection", |
| 218 | "description": "The link to the collection of media controllers located in this chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 219 | "longDescription": "This property shall contain a link to a resource collection of type MediaControllerCollection.", |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 220 | "readonly": true, |
| 221 | "versionAdded": "v1_11_0" |
| 222 | }, |
| 223 | "Memory": { |
| 224 | "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryCollection.json#/definitions/MemoryCollection", |
| 225 | "description": "The link to the collection of memory located in this chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 226 | "longDescription": "This property shall contain a link to a resource collection of type MemoryCollection.", |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 227 | "readonly": true, |
| 228 | "versionAdded": "v1_11_0" |
| 229 | }, |
| 230 | "MemoryDomains": { |
| 231 | "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryDomainCollection.json#/definitions/MemoryDomainCollection", |
| 232 | "description": "The link to the collection of memory domains located in this chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 233 | "longDescription": "This property shall contain a link to a resource collection of type MemoryDomainCollection.", |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 234 | "readonly": true, |
| 235 | "versionAdded": "v1_11_0" |
| 236 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 237 | "MinPowerWatts": { |
| 238 | "description": "The lower bound of the total power consumed by the chassis.", |
| 239 | "longDescription": "This property shall contain the lower bound of the total power consumed by the chassis.", |
| 240 | "readonly": true, |
| 241 | "type": [ |
| 242 | "number", |
| 243 | "null" |
| 244 | ], |
| 245 | "units": "W", |
| 246 | "versionAdded": "v1_12_0" |
| 247 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 248 | "Model": { |
| 249 | "description": "The model number of the chassis.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 250 | "longDescription": "This property shall contain the name by which the manufacturer generally refers to the chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 251 | "readonly": true, |
| 252 | "type": [ |
| 253 | "string", |
| 254 | "null" |
| 255 | ] |
| 256 | }, |
| 257 | "Name": { |
| 258 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", |
| 259 | "readonly": true |
| 260 | }, |
| 261 | "NetworkAdapters": { |
| 262 | "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkAdapterCollection.json#/definitions/NetworkAdapterCollection", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 263 | "description": "The link to the collection of network adapters associated with this chassis.", |
| 264 | "longDescription": "This property shall contain a link to a resource collection of type NetworkAdapterCollection.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 265 | "readonly": true, |
| 266 | "versionAdded": "v1_4_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 267 | }, |
| 268 | "Oem": { |
| 269 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 270 | "description": "The OEM extension property.", |
| 271 | "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements." |
| 272 | }, |
| 273 | "PCIeDevices": { |
| 274 | "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDeviceCollection.json#/definitions/PCIeDeviceCollection", |
| 275 | "description": "The link to the collection of PCIe devices located in this chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 276 | "longDescription": "This property shall contain a link to a resource collection of type PCIeDeviceCollection.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 277 | "readonly": true, |
| 278 | "versionAdded": "v1_10_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 279 | }, |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 280 | "PCIeSlots": { |
| 281 | "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeSlots.json#/definitions/PCIeSlots", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 282 | "description": "The link to the PCIe slot properties for this chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 283 | "longDescription": "This property shall contain a link to the resource of type PCIeSlots that represents the PCIe slot information for this chassis.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 284 | "readonly": true, |
| 285 | "versionAdded": "v1_8_0" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 286 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 287 | "PartNumber": { |
| 288 | "description": "The part number of the chassis.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 289 | "longDescription": "This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 290 | "readonly": true, |
| 291 | "type": [ |
| 292 | "string", |
| 293 | "null" |
| 294 | ] |
| 295 | }, |
| 296 | "PhysicalSecurity": { |
| 297 | "$ref": "#/definitions/PhysicalSecurity", |
| 298 | "description": "The state of the physical security sensor.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 299 | "longDescription": "This property shall contain the sensor state of the physical security.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 300 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 301 | }, |
| 302 | "Power": { |
| 303 | "$ref": "http://redfish.dmtf.org/schemas/v1/Power.json#/definitions/Power", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 304 | "description": "The link to the power properties, or power supplies, power policies, and sensors, for this chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 305 | "longDescription": "This property shall contain a link to a resource of type Power that represents the power characteristics of this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 306 | "readonly": true |
| 307 | }, |
| 308 | "PowerState": { |
| 309 | "anyOf": [ |
| 310 | { |
| 311 | "$ref": "#/definitions/PowerState" |
| 312 | }, |
| 313 | { |
| 314 | "type": "null" |
| 315 | } |
| 316 | ], |
| 317 | "description": "The current power state of the chassis.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 318 | "longDescription": "This property shall contain the power state of the chassis.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 319 | "readonly": true, |
| 320 | "versionAdded": "v1_0_1" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 321 | }, |
| 322 | "SKU": { |
| 323 | "description": "The SKU of the chassis.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 324 | "longDescription": "This property shall contain the stock-keeping unit number for this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 325 | "readonly": true, |
| 326 | "type": [ |
| 327 | "string", |
| 328 | "null" |
| 329 | ] |
| 330 | }, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 331 | "Sensors": { |
| 332 | "$ref": "http://redfish.dmtf.org/schemas/v1/SensorCollection.json#/definitions/SensorCollection", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 333 | "description": "The link to the collection of sensors located in the equipment and sub-components.", |
| 334 | "longDescription": "This property shall contain a link to a resource collection of type SensorCollection that contains the sensors located in the chassis and sub-components.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 335 | "readonly": true, |
| 336 | "versionAdded": "v1_9_0" |
| 337 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 338 | "SerialNumber": { |
| 339 | "description": "The serial number of the chassis.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 340 | "longDescription": "This property shall contain a manufacturer-allocated number that identifies the chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 341 | "readonly": true, |
| 342 | "type": [ |
| 343 | "string", |
| 344 | "null" |
| 345 | ] |
| 346 | }, |
| 347 | "Status": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 348 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 349 | "description": "The status and health of the resource and its subordinate or dependent resources.", |
| 350 | "longDescription": "This property shall contain any status or health properties of the resource." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 351 | }, |
| 352 | "Thermal": { |
| 353 | "$ref": "http://redfish.dmtf.org/schemas/v1/Thermal.json#/definitions/Thermal", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 354 | "description": "The link to the thermal properties, such as fans, cooling, and sensors, for this chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 355 | "longDescription": "This property shall contain a link to a resource of type Thermal that represents the thermal characteristics of this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 356 | "readonly": true |
| 357 | }, |
| 358 | "UUID": { |
| 359 | "anyOf": [ |
| 360 | { |
| 361 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/UUID" |
| 362 | }, |
| 363 | { |
| 364 | "type": "null" |
| 365 | } |
| 366 | ], |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 367 | "description": "The UUID for this chassis.", |
| 368 | "longDescription": "This property shall contain the universal unique identifier number for this chassis.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 369 | "readonly": true, |
| 370 | "versionAdded": "v1_7_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 371 | }, |
| 372 | "WeightKg": { |
| 373 | "description": "The weight of the chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 374 | "longDescription": "This property shall represent the published mass, commonly referred to as weight, of the chassis, in kilograms.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 375 | "minimum": 0, |
| 376 | "readonly": true, |
| 377 | "type": [ |
| 378 | "number", |
| 379 | "null" |
| 380 | ], |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 381 | "units": "kg", |
| 382 | "versionAdded": "v1_4_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 383 | }, |
| 384 | "WidthMm": { |
| 385 | "description": "The width of the chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 386 | "longDescription": "This property shall represent the width of the chassis, in millimeters, as specified by the manufacturer.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 387 | "minimum": 0, |
| 388 | "readonly": true, |
| 389 | "type": [ |
| 390 | "number", |
| 391 | "null" |
| 392 | ], |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 393 | "units": "mm", |
| 394 | "versionAdded": "v1_4_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 395 | } |
| 396 | }, |
| 397 | "required": [ |
| 398 | "ChassisType", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 399 | "@odata.id", |
| 400 | "@odata.type", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 401 | "Id", |
| 402 | "Name" |
| 403 | ], |
| 404 | "type": "object" |
| 405 | }, |
| 406 | "ChassisType": { |
| 407 | "enum": [ |
| 408 | "Rack", |
| 409 | "Blade", |
| 410 | "Enclosure", |
| 411 | "StandAlone", |
| 412 | "RackMount", |
| 413 | "Card", |
| 414 | "Cartridge", |
| 415 | "Row", |
| 416 | "Pod", |
| 417 | "Expansion", |
| 418 | "Sidecar", |
| 419 | "Zone", |
| 420 | "Sled", |
| 421 | "Shelf", |
| 422 | "Drawer", |
| 423 | "Module", |
| 424 | "Component", |
| 425 | "IPBasedDrive", |
| 426 | "RackGroup", |
| 427 | "StorageEnclosure", |
| 428 | "Other" |
| 429 | ], |
| 430 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 431 | "Blade": "An enclosed or semi-enclosed, typically vertically-oriented, system chassis that must be plugged into a multi-system chassis to function normally.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 432 | "Card": "A loose device or circuit board intended to be installed in a system or other enclosure.", |
| 433 | "Cartridge": "A small self-contained system intended to be plugged into a multi-system chassis.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 434 | "Component": "A small chassis, card, or device that contains devices for a particular subsystem or function.", |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 435 | "Drawer": "An enclosed or semi-enclosed, typically horizontally-oriented, system chassis that can be slid into a multi-system chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 436 | "Enclosure": "A generic term for a chassis that does not fit any other description.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 437 | "Expansion": "A chassis that expands the capabilities or capacity of another chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 438 | "IPBasedDrive": "A chassis in a drive form factor with IP-based network connections.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 439 | "Module": "A small, typically removable, chassis or card that contains devices for a particular subsystem or function.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 440 | "Other": "A chassis that does not fit any of these definitions.", |
| 441 | "Pod": "A collection of equipment racks in a large, likely transportable, container.", |
| 442 | "Rack": "An equipment rack, typically a 19-inch wide freestanding unit.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 443 | "RackGroup": "A group of racks that form a single entity or share infrastructure.", |
| 444 | "RackMount": "A single-system chassis designed specifically for mounting in an equipment rack.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 445 | "Row": "A collection of equipment racks.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 446 | "Shelf": "An enclosed or semi-enclosed, typically horizontally-oriented, system chassis that must be plugged into a multi-system chassis to function normally.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 447 | "Sidecar": "A chassis that mates mechanically with another chassis to expand its capabilities or capacity.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 448 | "Sled": "An enclosed or semi-enclosed, system chassis that must be plugged into a multi-system chassis to function normally similar to a blade type chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 449 | "StandAlone": "A single, free-standing system, commonly called a tower or desktop chassis.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 450 | "StorageEnclosure": "A chassis that encloses storage.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 451 | "Zone": "A logical division or portion of a physical chassis that contains multiple devices or systems that cannot be physically separated." |
| 452 | }, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 453 | "enumVersionAdded": { |
| 454 | "IPBasedDrive": "v1_3_0", |
| 455 | "RackGroup": "v1_4_0", |
| 456 | "StorageEnclosure": "v1_6_0" |
| 457 | }, |
| 458 | "type": "string" |
| 459 | }, |
| 460 | "EnvironmentalClass": { |
| 461 | "enum": [ |
| 462 | "A1", |
| 463 | "A2", |
| 464 | "A3", |
| 465 | "A4" |
| 466 | ], |
| 467 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 468 | "A1": "ASHRAE Environmental Class 'A1'.", |
| 469 | "A2": "ASHRAE Environmental Class 'A2'.", |
| 470 | "A3": "ASHRAE Environmental Class 'A3'.", |
| 471 | "A4": "ASHRAE Environmental Class 'A4'." |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 472 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 473 | "type": "string" |
| 474 | }, |
| 475 | "IndicatorLED": { |
| 476 | "enum": [ |
| 477 | "Unknown", |
| 478 | "Lit", |
| 479 | "Blinking", |
| 480 | "Off" |
| 481 | ], |
| 482 | "enumDeprecated": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 483 | "Unknown": "This value has been deprecated in favor of returning null if the state is unknown." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 484 | }, |
| 485 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 486 | "Blinking": "The indicator LED is blinking.", |
| 487 | "Lit": "The indicator LED is lit.", |
| 488 | "Off": "The indicator LED is off.", |
| 489 | "Unknown": "The state of the indicator LED cannot be determined." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 490 | }, |
| 491 | "enumLongDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 492 | "Blinking": "This value shall represent the indicator LED is in a blinking state where the LED is being turned on and off in repetition. If the service does not support this value, it shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code.", |
| 493 | "Lit": "This value shall represent the indicator LED is in a solid on state. If the service does not support this value, it shall return the HTTP 400 (Bad Request) status code to reject PATCH or PUT requests that contain this value.", |
| 494 | "Off": "This value shall represent the indicator LED is in a solid off state. If the service does not support this value, it shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 495 | "Unknown": "This value shall represent the indicator LED is in an unknown state. The service shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 496 | }, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 497 | "enumVersionDeprecated": { |
| 498 | "Unknown": "v1_2_0" |
| 499 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 500 | "type": "string" |
| 501 | }, |
| 502 | "IntrusionSensor": { |
| 503 | "enum": [ |
| 504 | "Normal", |
| 505 | "HardwareIntrusion", |
| 506 | "TamperingDetected" |
| 507 | ], |
| 508 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 509 | "HardwareIntrusion": "A door, lock, or other mechanism protecting the internal system hardware from being accessed is detected to be in an insecure state.", |
| 510 | "Normal": "No abnormal physical security condition is detected at this time.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 511 | "TamperingDetected": "Physical tampering of the monitored entity is detected." |
| 512 | }, |
| 513 | "type": "string" |
| 514 | }, |
| 515 | "IntrusionSensorReArm": { |
| 516 | "enum": [ |
| 517 | "Manual", |
| 518 | "Automatic" |
| 519 | ], |
| 520 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 521 | "Automatic": "Because no abnormal physical security condition is detected, this sensor is automatically restored to the normal state.", |
| 522 | "Manual": "A manual re-arm of this sensor restores it to the normal state." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 523 | }, |
| 524 | "type": "string" |
| 525 | }, |
| 526 | "Links": { |
| 527 | "additionalProperties": false, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 528 | "description": "The links to other resources that are related to this resource.", |
| 529 | "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.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 530 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 531 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 532 | "description": "This property shall specify a valid odata or Redfish property.", |
| 533 | "type": [ |
| 534 | "array", |
| 535 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 536 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 537 | "number", |
| 538 | "null", |
| 539 | "object", |
| 540 | "string" |
| 541 | ] |
| 542 | } |
| 543 | }, |
| 544 | "properties": { |
| 545 | "ComputerSystems": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 546 | "description": "An array of links to the computer systems that this chassis directly and wholly contains.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 547 | "items": { |
| 548 | "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/ComputerSystem" |
| 549 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 550 | "longDescription": "This property shall contain an array of links to resources of type ComputerSystem with which this physical container is associated. If a chassis also links to a computer system to which this resource also links, this chassis shall not link to that computer system.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 551 | "readonly": true, |
| 552 | "type": "array" |
| 553 | }, |
| 554 | "ComputerSystems@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 555 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 556 | }, |
| 557 | "ContainedBy": { |
| 558 | "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 559 | "description": "The link to the chassis that contains this chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 560 | "longDescription": "This property shall contain a link to a resource of type Chassis that represents the chassis that contains this chassis.", |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 561 | "readonly": false |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 562 | }, |
| 563 | "Contains": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 564 | "description": "An array of links to any other chassis that this chassis has in it.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 565 | "items": { |
| 566 | "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis" |
| 567 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 568 | "longDescription": "This property shall contain an array of links to resources of type Chassis that represent the chassis instances that this chassis contains.", |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 569 | "readonly": false, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 570 | "type": "array" |
| 571 | }, |
| 572 | "Contains@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 573 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 574 | }, |
| 575 | "CooledBy": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 576 | "description": "An array of links to resources or objects that cool this chassis. Normally, the link is for either a chassis or a specific set of fans.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 577 | "items": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 578 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 579 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 580 | "longDescription": "This property shall contain an array of links to resources or objects that cool this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 581 | "readonly": true, |
| 582 | "type": "array" |
| 583 | }, |
| 584 | "CooledBy@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 585 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 586 | }, |
| 587 | "Drives": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 588 | "description": "An array of links to the drives located in this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 589 | "items": { |
| 590 | "$ref": "http://redfish.dmtf.org/schemas/v1/Drive.json#/definitions/Drive" |
| 591 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 592 | "longDescription": "This property shall contain an array of links to resources of type Drive that are in this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 593 | "readonly": true, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 594 | "type": "array", |
| 595 | "versionAdded": "v1_2_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 596 | }, |
| 597 | "Drives@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 598 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 599 | }, |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 600 | "Facility": { |
| 601 | "$ref": "http://redfish.dmtf.org/schemas/v1/Facility.json#/definitions/Facility", |
| 602 | "description": "The link to the facility that contains this chassis.", |
| 603 | "longDescription": "This property shall contain a link to the resource of type Facility and shall represent the smallest facility that contains this chassis. This property shall not appear in resources that include a ContainedBy property within the Links property.", |
| 604 | "readonly": false, |
| 605 | "versionAdded": "v1_11_0" |
| 606 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 607 | "ManagedBy": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 608 | "description": "An array of links to the managers responsible for managing this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 609 | "items": { |
| 610 | "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager" |
| 611 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 612 | "longDescription": "This property shall contain an array of links to resources of type Manager that manage this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 613 | "readonly": true, |
| 614 | "type": "array" |
| 615 | }, |
| 616 | "ManagedBy@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 617 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 618 | }, |
| 619 | "ManagersInChassis": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 620 | "description": "An array of links to the managers located in this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 621 | "items": { |
| 622 | "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager" |
| 623 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 624 | "longDescription": "This property shall contain an array of links to resources of type Manager that are in this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 625 | "readonly": true, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 626 | "type": "array", |
| 627 | "versionAdded": "v1_2_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 628 | }, |
| 629 | "ManagersInChassis@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 630 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 631 | }, |
| 632 | "Oem": { |
| 633 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 634 | "description": "The OEM extension property.", |
| 635 | "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 636 | }, |
| 637 | "PCIeDevices": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 638 | "deprecated": "This property has been deprecated in favor of the PCIeDevices resource collection in the root of this resource.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 639 | "description": "An array of links to the PCIe devices located in this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 640 | "items": { |
| 641 | "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeDevice" |
| 642 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 643 | "longDescription": "This property shall contain an array of links to resources of type PCIeDevice.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 644 | "readonly": true, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 645 | "type": "array", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 646 | "versionAdded": "v1_4_0", |
| 647 | "versionDeprecated": "v1_10_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 648 | }, |
| 649 | "PCIeDevices@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 650 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 651 | }, |
| 652 | "PoweredBy": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 653 | "description": "An array of links to resources or objects that power this chassis. Normally, the link is for either a chassis or a specific set of power supplies.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 654 | "items": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 655 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 656 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 657 | "longDescription": "This property shall contain an array of links to resources or objects that power this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 658 | "readonly": true, |
| 659 | "type": "array" |
| 660 | }, |
| 661 | "PoweredBy@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 662 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 663 | }, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 664 | "Processors": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 665 | "description": "An array of links to the processors located in this chassis.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 666 | "items": { |
| 667 | "$ref": "http://redfish.dmtf.org/schemas/v1/Processor.json#/definitions/Processor" |
| 668 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 669 | "longDescription": "This property shall contain an array of links to resources of type Processor type that this chassis contains.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 670 | "readonly": true, |
| 671 | "type": "array", |
| 672 | "versionAdded": "v1_9_0" |
| 673 | }, |
| 674 | "Processors@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 675 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 676 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 677 | "ResourceBlocks": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 678 | "description": "An array of links to the resource blocks located in this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 679 | "items": { |
| 680 | "$ref": "http://redfish.dmtf.org/schemas/v1/ResourceBlock.json#/definitions/ResourceBlock" |
| 681 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 682 | "longDescription": "This property shall contain an array of links of to resources of type ResourceBlock that this chassis contains.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 683 | "readonly": true, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 684 | "type": "array", |
| 685 | "versionAdded": "v1_5_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 686 | }, |
| 687 | "ResourceBlocks@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 688 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 689 | }, |
| 690 | "Storage": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 691 | "description": "An array of links to the storage subsystems connected to or inside this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 692 | "items": { |
| 693 | "$ref": "http://redfish.dmtf.org/schemas/v1/Storage.json#/definitions/Storage" |
| 694 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 695 | "longDescription": "This property shall contain an array of links to resources of type Storage that are connected to or contained in this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 696 | "readonly": true, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 697 | "type": "array", |
| 698 | "versionAdded": "v1_2_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 699 | }, |
| 700 | "Storage@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 701 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 702 | }, |
| 703 | "Switches": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 704 | "description": "An array of links to the switches located in this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 705 | "items": { |
| 706 | "$ref": "http://redfish.dmtf.org/schemas/v1/Switch.json#/definitions/Switch" |
| 707 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 708 | "longDescription": "This property shall contain an array of links to resources of type Switch that this chassis contains.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 709 | "readonly": true, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 710 | "type": "array", |
| 711 | "versionAdded": "v1_7_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 712 | }, |
| 713 | "Switches@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 714 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 715 | } |
| 716 | }, |
| 717 | "type": "object" |
| 718 | }, |
| 719 | "OemActions": { |
| 720 | "additionalProperties": true, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 721 | "description": "The available OEM-specific actions for this resource.", |
| 722 | "longDescription": "This type shall contain the available OEM-specific actions for this resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 723 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 724 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 725 | "description": "This property shall specify a valid odata or Redfish property.", |
| 726 | "type": [ |
| 727 | "array", |
| 728 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 729 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 730 | "number", |
| 731 | "null", |
| 732 | "object", |
| 733 | "string" |
| 734 | ] |
| 735 | } |
| 736 | }, |
| 737 | "properties": {}, |
| 738 | "type": "object" |
| 739 | }, |
| 740 | "PhysicalSecurity": { |
| 741 | "additionalProperties": false, |
| 742 | "description": "The state of the physical security sensor.", |
| 743 | "longDescription": "This type shall describe the sensor state of the physical security.", |
| 744 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 745 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 746 | "description": "This property shall specify a valid odata or Redfish property.", |
| 747 | "type": [ |
| 748 | "array", |
| 749 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 750 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 751 | "number", |
| 752 | "null", |
| 753 | "object", |
| 754 | "string" |
| 755 | ] |
| 756 | } |
| 757 | }, |
| 758 | "properties": { |
| 759 | "IntrusionSensor": { |
| 760 | "anyOf": [ |
| 761 | { |
| 762 | "$ref": "#/definitions/IntrusionSensor" |
| 763 | }, |
| 764 | { |
| 765 | "type": "null" |
| 766 | } |
| 767 | ], |
| 768 | "description": "This indicates the known state of the physical security sensor, such as if it is hardware intrusion detected.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 769 | "longDescription": "This property shall represent the state of this physical security sensor. Hardware intrusion indicates the internal hardware is detected as being accessed in an insecure state. Tampering detected indicates the physical tampering of the monitored entity is detected.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 770 | "readonly": false, |
| 771 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 772 | }, |
| 773 | "IntrusionSensorNumber": { |
| 774 | "description": "A numerical identifier to represent the physical security sensor.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 775 | "longDescription": "This property shall contain a numerical identifier for this physical security sensor that is unique within this resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 776 | "readonly": true, |
| 777 | "type": [ |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 778 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 779 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 780 | ], |
| 781 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 782 | }, |
| 783 | "IntrusionSensorReArm": { |
| 784 | "anyOf": [ |
| 785 | { |
| 786 | "$ref": "#/definitions/IntrusionSensorReArm" |
| 787 | }, |
| 788 | { |
| 789 | "type": "null" |
| 790 | } |
| 791 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 792 | "description": "The method that restores this physical security sensor to the normal state.", |
| 793 | "longDescription": "This property shall represent the method that restores this physical security sensor to the normal state. Manual indicates manual re-arm is needed. Automatic indicates the state is restored automatically because no abnormal physical security conditions are detected.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 794 | "readonly": true, |
| 795 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 796 | } |
| 797 | }, |
| 798 | "type": "object" |
| 799 | }, |
| 800 | "PowerState": { |
| 801 | "enum": [ |
| 802 | "On", |
| 803 | "Off", |
| 804 | "PoweringOn", |
| 805 | "PoweringOff" |
| 806 | ], |
| 807 | "enumDescriptions": { |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 808 | "Off": "The components within the chassis have no power, except some components might continue to have AUX power, such as the management controller.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 809 | "On": "The components within the chassis have power.", |
| 810 | "PoweringOff": "A temporary state between on and off. The components within the chassis can take time to process the power off action.", |
| 811 | "PoweringOn": "A temporary state between off and on. The components within the chassis can take time to process the power on action." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 812 | }, |
| 813 | "type": "string" |
| 814 | }, |
| 815 | "Reset": { |
| 816 | "additionalProperties": false, |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 817 | "description": "This action resets the chassis but does not reset systems or other contained resources, although side effects might occur that affect those resources.", |
| 818 | "longDescription": "This action shall reset the chassis but shall not reset systems or other contained resources, although side effects might occur that affect those resources.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 819 | "parameters": { |
| 820 | "ResetType": { |
| 821 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/ResetType", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 822 | "description": "The type of reset.", |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame^] | 823 | "longDescription": "This parameter shall contain the type of reset. The service can accept a request without the parameter and complete 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." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 824 | } |
| 825 | }, |
| 826 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 827 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 828 | "description": "This property shall specify a valid odata or Redfish property.", |
| 829 | "type": [ |
| 830 | "array", |
| 831 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 832 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 833 | "number", |
| 834 | "null", |
| 835 | "object", |
| 836 | "string" |
| 837 | ] |
| 838 | } |
| 839 | }, |
| 840 | "properties": { |
| 841 | "target": { |
| 842 | "description": "Link to invoke action", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 843 | "format": "uri-reference", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 844 | "type": "string" |
| 845 | }, |
| 846 | "title": { |
| 847 | "description": "Friendly action name", |
| 848 | "type": "string" |
| 849 | } |
| 850 | }, |
| 851 | "type": "object" |
| 852 | } |
| 853 | }, |
| 854 | "owningEntity": "DMTF", |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame^] | 855 | "release": "2020.3", |
| 856 | "title": "#Chassis.v1_14_0.Chassis" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 857 | } |