Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1 | { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 2 | "$id": "http://redfish.dmtf.org/schemas/v1/HostInterface.v1_2_2.json", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 3 | "$ref": "#/definitions/HostInterface", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 4 | "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 5 | "copyright": "Copyright 2014-2019 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, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [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 | "Oem": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 27 | "$ref": "#/definitions/OemActions", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 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 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 31 | } |
| 32 | }, |
| 33 | "type": "object" |
| 34 | }, |
| 35 | "AuthenticationMode": { |
| 36 | "enum": [ |
| 37 | "AuthNone", |
| 38 | "BasicAuth", |
| 39 | "RedfishSessionAuth", |
| 40 | "OemAuth" |
| 41 | ], |
| 42 | "enumDescriptions": { |
| 43 | "AuthNone": "Requests without any sort of authentication are allowed.", |
| 44 | "BasicAuth": "Requests using HTTP Basic Authentication are allowed.", |
| 45 | "OemAuth": "Requests using OEM authentication mechanisms are allowed.", |
| 46 | "RedfishSessionAuth": "Requests using Redfish Session Authentication are allowed." |
| 47 | }, |
| 48 | "type": "string" |
| 49 | }, |
| 50 | "HostInterface": { |
| 51 | "additionalProperties": false, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 52 | "description": "The properties associated with a Host Interface. A Host Interface is a connection between host software and a Redfish Service.", |
| 53 | "longDescription": "This Resource shall represent a Host Interface as part of the Redfish Specification.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 54 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 55 | "^([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] | 56 | "description": "This property shall specify a valid odata or Redfish property.", |
| 57 | "type": [ |
| 58 | "array", |
| 59 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 60 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 61 | "number", |
| 62 | "null", |
| 63 | "object", |
| 64 | "string" |
| 65 | ] |
| 66 | } |
| 67 | }, |
| 68 | "properties": { |
| 69 | "@odata.context": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 70 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 71 | }, |
| 72 | "@odata.etag": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 73 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 74 | }, |
| 75 | "@odata.id": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 76 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 77 | }, |
| 78 | "@odata.type": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 79 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 80 | }, |
| 81 | "Actions": { |
| 82 | "$ref": "#/definitions/Actions", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 83 | "description": "The available actions for this Resource.", |
| 84 | "longDescription": "This property shall contain the available actions for this Resource.", |
| 85 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 86 | }, |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 87 | "AuthNoneRoleId": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 88 | "description": "The role when no authentication on this interface is used.", |
| 89 | "longDescription": "This property shall contain the Id property of the Role Resource that is used when no authentication on this interface is performed. This property shall contain absent if AuthNone is not supported by the service for the AuthenticationModes property.", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 90 | "readonly": false, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 91 | "type": "string", |
| 92 | "versionAdded": "v1_2_0" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 93 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 94 | "AuthenticationModes": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 95 | "description": "The authentication modes available on this interface.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 96 | "items": { |
| 97 | "$ref": "#/definitions/AuthenticationMode" |
| 98 | }, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 99 | "longDescription": "This property shall contain an array consisting of the authentication modes allowed on this interface.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 100 | "readonly": false, |
| 101 | "type": "array" |
| 102 | }, |
| 103 | "Description": { |
| 104 | "anyOf": [ |
| 105 | { |
| 106 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" |
| 107 | }, |
| 108 | { |
| 109 | "type": "null" |
| 110 | } |
| 111 | ], |
| 112 | "readonly": true |
| 113 | }, |
| 114 | "ExternallyAccessible": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 115 | "description": "An indication of whether external entities can access this interface. External entities are non-host entities. For example, if the host and manager are connected through a switch and the switch also exposes an external port on the system, external clients can also use the interface, and this property value is `true`.", |
| 116 | "longDescription": "This property shall indicate whether external entities can access this interface. External entities are non-host entities. For example, if the host and manager are connected through a switch and the switch also exposes an external port on the system, external clients can also use the interface, and this property value is `true`.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 117 | "readonly": true, |
| 118 | "type": [ |
| 119 | "boolean", |
| 120 | "null" |
| 121 | ] |
| 122 | }, |
| 123 | "FirmwareAuthEnabled": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 124 | "description": "An indication of whether this firmware authentication is enabled for this interface.", |
| 125 | "longDescription": "This property shall indicate whether firmware authentication is enabled for this interface.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 126 | "readonly": false, |
| 127 | "type": [ |
| 128 | "boolean", |
| 129 | "null" |
| 130 | ] |
| 131 | }, |
| 132 | "FirmwareAuthRoleId": { |
| 133 | "description": "The Role used for firmware authentication on this interface.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 134 | "longDescription": "This property shall contain the Id property of the Role Resource that is configured for firmware authentication on this interface.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 135 | "readonly": false, |
| 136 | "type": "string" |
| 137 | }, |
| 138 | "HostEthernetInterfaces": { |
| 139 | "$ref": "http://redfish.dmtf.org/schemas/v1/EthernetInterfaceCollection.json#/definitions/EthernetInterfaceCollection", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 140 | "description": "A link to the collection of network interface controllers or cards (NICs) that a computer system uses to communicate with this Host Interface.", |
| 141 | "longDescription": "This property shall contain a link to a Resource Collection of type EthernetInterface that computer systems use as the Host Interface to this manager.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 142 | "readonly": true |
| 143 | }, |
| 144 | "HostInterfaceType": { |
| 145 | "anyOf": [ |
| 146 | { |
| 147 | "$ref": "#/definitions/HostInterfaceType" |
| 148 | }, |
| 149 | { |
| 150 | "type": "null" |
| 151 | } |
| 152 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 153 | "description": "The Host Interface type for this interface.", |
| 154 | "longDescription": "This property shall contain an enumeration that describes the type of the interface.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 155 | "readonly": true |
| 156 | }, |
| 157 | "Id": { |
| 158 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", |
| 159 | "readonly": true |
| 160 | }, |
| 161 | "InterfaceEnabled": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 162 | "description": "An indication of whether this interface is enabled.", |
| 163 | "longDescription": "This property shall indicate whether this interface is enabled.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 164 | "readonly": false, |
| 165 | "type": [ |
| 166 | "boolean", |
| 167 | "null" |
| 168 | ] |
| 169 | }, |
| 170 | "KernelAuthEnabled": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 171 | "description": "An indication of whether this kernel authentication is enabled for this interface.", |
| 172 | "longDescription": "This property shall indicate whether kernel authentication is enabled for this interface.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 173 | "readonly": false, |
| 174 | "type": [ |
| 175 | "boolean", |
| 176 | "null" |
| 177 | ] |
| 178 | }, |
| 179 | "KernelAuthRoleId": { |
| 180 | "description": "The Role used for kernel authentication on this interface.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 181 | "longDescription": "This property shall contain the Id property of the Role Resource that is configured for kernel authentication on this interface.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 182 | "readonly": false, |
| 183 | "type": "string" |
| 184 | }, |
| 185 | "Links": { |
| 186 | "$ref": "#/definitions/Links", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 187 | "description": "The links to other Resources that are related to this Resource.", |
| 188 | "longDescription": "The Redfish Specification-described Links Property shall contain links to Resources related to but not subordinate to this Resource." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 189 | }, |
| 190 | "ManagerEthernetInterface": { |
| 191 | "$ref": "http://redfish.dmtf.org/schemas/v1/EthernetInterface.json#/definitions/EthernetInterface", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 192 | "description": "A link to a single network interface controllers or cards (NIC) that this manager uses for network communication with this Host Interface.", |
| 193 | "longDescription": "This property shall contain a link to a Resource of type EthernetInterface that represents the network interface that this manager uses as the Host Interface.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 194 | "readonly": true |
| 195 | }, |
| 196 | "Name": { |
| 197 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", |
| 198 | "readonly": true |
| 199 | }, |
| 200 | "NetworkProtocol": { |
| 201 | "$ref": "http://redfish.dmtf.org/schemas/v1/ManagerNetworkProtocol.json#/definitions/ManagerNetworkProtocol", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 202 | "description": "A link to the network services and their settings that the manager controls. In this property, clients find configuration options for the network and network services.", |
| 203 | "longDescription": "This property shall contain a link to a Resource of type ManagerNetworkProtocol that represents the network services for this manager.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 204 | "readonly": true |
| 205 | }, |
| 206 | "Oem": { |
| 207 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 208 | "description": "The OEM extension property.", |
| 209 | "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 210 | }, |
| 211 | "Status": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 212 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 213 | "description": "The status and health of the Resource and its subordinate or dependent Resources.", |
| 214 | "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] | 215 | } |
| 216 | }, |
| 217 | "required": [ |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 218 | "@odata.id", |
| 219 | "@odata.type", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 220 | "Id", |
| 221 | "Name" |
| 222 | ], |
| 223 | "type": "object" |
| 224 | }, |
| 225 | "HostInterfaceType": { |
| 226 | "enum": [ |
| 227 | "NetworkHostInterface" |
| 228 | ], |
| 229 | "enumDescriptions": { |
| 230 | "NetworkHostInterface": "This interface is a Network Host Interface." |
| 231 | }, |
| 232 | "type": "string" |
| 233 | }, |
| 234 | "Links": { |
| 235 | "additionalProperties": false, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 236 | "description": "References to other Resources related to this Resource.", |
| 237 | "longDescription": "The Redfish Specification-described type shall contain links to Resources related to but not subordinate to this Resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 238 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 239 | "^([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] | 240 | "description": "This property shall specify a valid odata or Redfish property.", |
| 241 | "type": [ |
| 242 | "array", |
| 243 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 244 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 245 | "number", |
| 246 | "null", |
| 247 | "object", |
| 248 | "string" |
| 249 | ] |
| 250 | } |
| 251 | }, |
| 252 | "properties": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 253 | "AuthNoneRole": { |
| 254 | "$ref": "http://redfish.dmtf.org/schemas/v1/Role.json#/definitions/Role", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 255 | "description": "The link to the Redfish Role that contains the privileges on this Host Interface when no authentication is performed.", |
| 256 | "longDescription": "This property shall contain a link to a Resource of type Role, and should link to the Resource identified by property AuthNoneRoleId. This property shall be absent if AuthNone is not supported by the service for the AuthenticationModes property.", |
| 257 | "readonly": true, |
| 258 | "versionAdded": "v1_2_0" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 259 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 260 | "ComputerSystems": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 261 | "description": "An array of links to the computer systems connected to this Host Interface.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 262 | "items": { |
| 263 | "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/ComputerSystem" |
| 264 | }, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 265 | "longDescription": "This property shall contain an array of links to Resources of the ComputerSystem type that are connected to this Host Interface.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 266 | "readonly": true, |
| 267 | "type": "array" |
| 268 | }, |
| 269 | "ComputerSystems@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 270 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 271 | }, |
| 272 | "FirmwareAuthRole": { |
| 273 | "$ref": "http://redfish.dmtf.org/schemas/v1/Role.json#/definitions/Role", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 274 | "description": "The link to the Redfish Role that has firmware authentication privileges on this Host Interface.", |
| 275 | "longDescription": "This property shall contain a link to a Resource of type Role, and should link to the Resource identified by property FirmwareAuthRoleId.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 276 | "readonly": true |
| 277 | }, |
| 278 | "KernelAuthRole": { |
| 279 | "$ref": "http://redfish.dmtf.org/schemas/v1/Role.json#/definitions/Role", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 280 | "description": "The link to the Redfish Role defining privileges for this Host Interface when using kernel authentication.", |
| 281 | "longDescription": "This property shall contain a link to a Resource of type Role, and should link to the Resource identified by property KernelAuthRoleId.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 282 | "readonly": true |
| 283 | }, |
| 284 | "Oem": { |
| 285 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 286 | "description": "The OEM extension property.", |
| 287 | "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] | 288 | } |
| 289 | }, |
| 290 | "type": "object" |
| 291 | }, |
| 292 | "OemActions": { |
| 293 | "additionalProperties": true, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 294 | "description": "The available OEM-specific actions for this Resource.", |
| 295 | "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] | 296 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 297 | "^([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] | 298 | "description": "This property shall specify a valid odata or Redfish property.", |
| 299 | "type": [ |
| 300 | "array", |
| 301 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 302 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 303 | "number", |
| 304 | "null", |
| 305 | "object", |
| 306 | "string" |
| 307 | ] |
| 308 | } |
| 309 | }, |
| 310 | "properties": {}, |
| 311 | "type": "object" |
| 312 | } |
| 313 | }, |
| 314 | "owningEntity": "DMTF", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 315 | "release": "2018.2", |
| 316 | "title": "#HostInterface.v1_2_2.HostInterface" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 317 | } |