Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1 | { |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 2 | "$id": "http://redfish.dmtf.org/schemas/v1/VirtualMedia.v1_5_0.json", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 3 | "$ref": "#/definitions/VirtualMedia", |
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 | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 5 | "copyright": "Copyright 2014-2021 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 | 9d42466 | 2021-09-22 21:56:16 -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 | "#VirtualMedia.EjectMedia": { |
| 27 | "$ref": "#/definitions/EjectMedia" |
| 28 | }, |
| 29 | "#VirtualMedia.InsertMedia": { |
| 30 | "$ref": "#/definitions/InsertMedia" |
| 31 | }, |
| 32 | "Oem": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 33 | "$ref": "#/definitions/OemActions", |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 34 | "description": "The available OEM-specific actions for this resource.", |
| 35 | "longDescription": "This property shall contain the available OEM-specific actions for this resource.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 36 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 37 | } |
| 38 | }, |
| 39 | "type": "object" |
| 40 | }, |
| 41 | "ConnectedVia": { |
| 42 | "enum": [ |
| 43 | "NotConnected", |
| 44 | "URI", |
| 45 | "Applet", |
| 46 | "Oem" |
| 47 | ], |
| 48 | "enumDescriptions": { |
| 49 | "Applet": "Connected to a client application.", |
| 50 | "NotConnected": "No current connection.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 51 | "Oem": "Connected through an OEM-defined method.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 52 | "URI": "Connected to a URI location." |
| 53 | }, |
| 54 | "type": "string" |
| 55 | }, |
| 56 | "EjectMedia": { |
| 57 | "additionalProperties": false, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 58 | "description": "This action detaches remote media from virtual media.", |
| 59 | "longDescription": "This action shall detach the remote media from the virtual media. At the completion of the operation, inserted shall be set to `false` and the image name shall be cleared.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 60 | "parameters": {}, |
| 61 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 62 | "^([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] | 63 | "description": "This property shall specify a valid odata or Redfish property.", |
| 64 | "type": [ |
| 65 | "array", |
| 66 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 67 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 68 | "number", |
| 69 | "null", |
| 70 | "object", |
| 71 | "string" |
| 72 | ] |
| 73 | } |
| 74 | }, |
| 75 | "properties": { |
| 76 | "target": { |
| 77 | "description": "Link to invoke action", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 78 | "format": "uri-reference", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 79 | "type": "string" |
| 80 | }, |
| 81 | "title": { |
| 82 | "description": "Friendly action name", |
| 83 | "type": "string" |
| 84 | } |
| 85 | }, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 86 | "type": "object", |
| 87 | "versionAdded": "v1_2_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 88 | }, |
| 89 | "InsertMedia": { |
| 90 | "additionalProperties": false, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 91 | "description": "This action attaches remote media to virtual media.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 92 | "longDescription": "This action shall attach remote media to virtual media.", |
| 93 | "parameters": { |
| 94 | "Image": { |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 95 | "description": "The URI of the media to attach to the virtual media.", |
| 96 | "longDescription": "This parameter shall contain the URI of the media to be attached to the virtual media. This parameter may specify an absolute URI to remote media or a relative URI to media local to the implementation. A service may allow a relative URI to reference a SoftwareInventory resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 97 | "requiredParameter": true, |
| 98 | "type": "string" |
| 99 | }, |
| 100 | "Inserted": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 101 | "description": "An indication of whether the image is treated as inserted upon completion of the action. The default is `true`.", |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 102 | "longDescription": "This parameter shall contain whether the image is treated as inserted upon completion of the action. If the client does not provide this parameter, the service shall default this value to `true`.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 103 | "type": "boolean" |
| 104 | }, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 105 | "Password": { |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 106 | "description": "The password to access the URI specified by the Image parameter.", |
| 107 | "longDescription": "This parameter shall contain the password to access the URI specified by the Image parameter.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 108 | "type": "string", |
| 109 | "versionAdded": "v1_3_0" |
| 110 | }, |
| 111 | "TransferMethod": { |
| 112 | "$ref": "#/definitions/TransferMethod", |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 113 | "description": "The transfer method to use with the image.", |
| 114 | "longDescription": "This parameter shall contain the transfer method to use with the specified image URI.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 115 | "versionAdded": "v1_3_0" |
| 116 | }, |
| 117 | "TransferProtocolType": { |
| 118 | "$ref": "#/definitions/TransferProtocolType", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 119 | "description": "The network protocol to use with the image.", |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 120 | "longDescription": "This parameter shall contain the network protocol to use with the specified image URI.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 121 | "versionAdded": "v1_3_0" |
| 122 | }, |
| 123 | "UserName": { |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 124 | "description": "The username to access the URI specified by the Image parameter.", |
| 125 | "longDescription": "This parameter shall contain the username to access the URI specified by the Image parameter.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 126 | "type": "string", |
| 127 | "versionAdded": "v1_3_0" |
| 128 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 129 | "WriteProtected": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 130 | "description": "An indication of whether the remote media is treated as write-protected. The default is `true`.", |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 131 | "longDescription": "This parameter shall contain whether the remote media is treated as write-protected. If the client does not provide this parameter, the service shall default this value to `true`.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 132 | "type": "boolean" |
| 133 | } |
| 134 | }, |
| 135 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 136 | "^([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] | 137 | "description": "This property shall specify a valid odata or Redfish property.", |
| 138 | "type": [ |
| 139 | "array", |
| 140 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 141 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 142 | "number", |
| 143 | "null", |
| 144 | "object", |
| 145 | "string" |
| 146 | ] |
| 147 | } |
| 148 | }, |
| 149 | "properties": { |
| 150 | "target": { |
| 151 | "description": "Link to invoke action", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 152 | "format": "uri-reference", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 153 | "type": "string" |
| 154 | }, |
| 155 | "title": { |
| 156 | "description": "Friendly action name", |
| 157 | "type": "string" |
| 158 | } |
| 159 | }, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 160 | "type": "object", |
| 161 | "versionAdded": "v1_2_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 162 | }, |
| 163 | "MediaType": { |
| 164 | "enum": [ |
| 165 | "CD", |
| 166 | "Floppy", |
| 167 | "USBStick", |
| 168 | "DVD" |
| 169 | ], |
| 170 | "enumDescriptions": { |
| 171 | "CD": "A CD-ROM format (ISO) image.", |
| 172 | "DVD": "A DVD-ROM format image.", |
| 173 | "Floppy": "A floppy disk image.", |
| 174 | "USBStick": "An emulation of a USB storage device." |
| 175 | }, |
| 176 | "type": "string" |
| 177 | }, |
| 178 | "OemActions": { |
| 179 | "additionalProperties": true, |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 180 | "description": "The available OEM-specific actions for this resource.", |
| 181 | "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] | 182 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 183 | "^([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] | 184 | "description": "This property shall specify a valid odata or Redfish property.", |
| 185 | "type": [ |
| 186 | "array", |
| 187 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 188 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 189 | "number", |
| 190 | "null", |
| 191 | "object", |
| 192 | "string" |
| 193 | ] |
| 194 | } |
| 195 | }, |
| 196 | "properties": {}, |
| 197 | "type": "object" |
| 198 | }, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 199 | "TransferMethod": { |
| 200 | "enum": [ |
| 201 | "Stream", |
| 202 | "Upload" |
| 203 | ], |
| 204 | "enumDescriptions": { |
| 205 | "Stream": "Stream image file data from the source URI.", |
| 206 | "Upload": "Upload the entire image file from the source URI to the service." |
| 207 | }, |
| 208 | "type": "string" |
| 209 | }, |
| 210 | "TransferProtocolType": { |
| 211 | "enum": [ |
| 212 | "CIFS", |
| 213 | "FTP", |
| 214 | "SFTP", |
| 215 | "HTTP", |
| 216 | "HTTPS", |
| 217 | "NFS", |
| 218 | "SCP", |
| 219 | "TFTP", |
| 220 | "OEM" |
| 221 | ], |
| 222 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 223 | "CIFS": "Common Internet File System (CIFS).", |
| 224 | "FTP": "File Transfer Protocol (FTP).", |
| 225 | "HTTP": "Hypertext Transfer Protocol (HTTP).", |
| 226 | "HTTPS": "Hypertext Transfer Protocol Secure (HTTPS).", |
| 227 | "NFS": "Network File System (NFS).", |
| 228 | "OEM": "A manufacturer-defined protocol.", |
| 229 | "SCP": "Secure Copy Protocol (SCP).", |
| 230 | "SFTP": "Secure File Transfer Protocol (SFTP).", |
| 231 | "TFTP": "Trivial File Transfer Protocol (TFTP)." |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 232 | }, |
| 233 | "type": "string" |
| 234 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 235 | "VirtualMedia": { |
| 236 | "additionalProperties": false, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 237 | "description": "The VirtualMedia schema contains properties related to the monitor and control of an instance of virtual media, such as a remote CD, DVD, or USB device. A manager for a system or device provides virtual media functionality.", |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 238 | "longDescription": "This resource shall represent a virtual media service for a Redfish implementation.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 239 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 240 | "^([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] | 241 | "description": "This property shall specify a valid odata or Redfish property.", |
| 242 | "type": [ |
| 243 | "array", |
| 244 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 245 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 246 | "number", |
| 247 | "null", |
| 248 | "object", |
| 249 | "string" |
| 250 | ] |
| 251 | } |
| 252 | }, |
| 253 | "properties": { |
| 254 | "@odata.context": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 255 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 256 | }, |
| 257 | "@odata.etag": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 258 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 259 | }, |
| 260 | "@odata.id": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 261 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 262 | }, |
| 263 | "@odata.type": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 264 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 265 | }, |
| 266 | "Actions": { |
| 267 | "$ref": "#/definitions/Actions", |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 268 | "description": "The available actions for this resource.", |
| 269 | "longDescription": "This property shall contain the available actions for this resource.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 270 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 271 | }, |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 272 | "Certificates": { |
| 273 | "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection", |
| 274 | "description": "The link to a collection of server certificates for the server referenced by the Image property.", |
| 275 | "longDescription": "This property shall contain a link to a resource collection of type CertificateCollection that represents the server certificates for the server referenced by the Image property. If VerifyCertificate is `true`, services shall compare the certificates in this collection with the certificate obtained during handshaking with the image server in order to verify the identify of the image server prior to completing the remote media connection. If the server cannot be verified, the service shall not complete the remote media connection. If VerifyCertificate is `false`, the service shall not perform certificate verification.", |
| 276 | "readonly": true, |
| 277 | "versionAdded": "v1_4_0" |
| 278 | }, |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 279 | "ClientCertificates": { |
| 280 | "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection", |
| 281 | "description": "The link to a collection of client identity certificates provided to the server referenced by the Image property.", |
| 282 | "longDescription": "This property shall contain a link to a resource collection of type CertificateCollection that represents the client identity certificates that are provided to the server referenced by the Image property as part of TLS handshaking.", |
| 283 | "readonly": true, |
| 284 | "versionAdded": "v1_5_0" |
| 285 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 286 | "ConnectedVia": { |
| 287 | "anyOf": [ |
| 288 | { |
| 289 | "$ref": "#/definitions/ConnectedVia" |
| 290 | }, |
| 291 | { |
| 292 | "type": "null" |
| 293 | } |
| 294 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 295 | "description": "The current virtual media connection method.", |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 296 | "longDescription": "This property shall contain the current connection method from a client to the virtual media that this resource represents.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 297 | "readonly": true |
| 298 | }, |
| 299 | "Description": { |
| 300 | "anyOf": [ |
| 301 | { |
| 302 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" |
| 303 | }, |
| 304 | { |
| 305 | "type": "null" |
| 306 | } |
| 307 | ], |
| 308 | "readonly": true |
| 309 | }, |
| 310 | "Id": { |
| 311 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", |
| 312 | "readonly": true |
| 313 | }, |
| 314 | "Image": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 315 | "description": "The URI of the location of the selected image.", |
| 316 | "format": "uri-reference", |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 317 | "longDescription": "This property shall contain the URI of the media attached to the virtual media. This value may specify an absolute URI to remote media or a relative URI to media local to the implementation. A service may allow a relative URI to reference a SoftwareInventory resource. The value `null` shall indicates no image connection.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 318 | "readonly": false, |
| 319 | "type": [ |
| 320 | "string", |
| 321 | "null" |
| 322 | ] |
| 323 | }, |
| 324 | "ImageName": { |
| 325 | "description": "The current image name.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 326 | "longDescription": "This property shall contain the name of the image.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 327 | "readonly": true, |
| 328 | "type": [ |
| 329 | "string", |
| 330 | "null" |
| 331 | ] |
| 332 | }, |
| 333 | "Inserted": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 334 | "description": "An indication of whether virtual media is inserted into the virtual device.", |
| 335 | "longDescription": "This property shall indicate whether media is present in the virtual media device.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 336 | "readonly": false, |
| 337 | "type": [ |
| 338 | "boolean", |
| 339 | "null" |
| 340 | ] |
| 341 | }, |
| 342 | "MediaTypes": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 343 | "description": "The media types supported as virtual media.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 344 | "items": { |
| 345 | "$ref": "#/definitions/MediaType" |
| 346 | }, |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 347 | "longDescription": "This property shall contain an array of the supported media types for this connection.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 348 | "readonly": true, |
| 349 | "type": "array" |
| 350 | }, |
| 351 | "Name": { |
| 352 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", |
| 353 | "readonly": true |
| 354 | }, |
| 355 | "Oem": { |
| 356 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 357 | "description": "The OEM extension property.", |
| 358 | "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] | 359 | }, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 360 | "Password": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 361 | "description": "The password to access the Image parameter-specified URI. This property is null in responses.", |
| 362 | "longDescription": "This parameter shall represent the password to access the Image parameter-specified URI. The value shall be null in responses.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 363 | "readonly": false, |
| 364 | "type": [ |
| 365 | "string", |
| 366 | "null" |
| 367 | ], |
| 368 | "versionAdded": "v1_3_0" |
| 369 | }, |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 370 | "Status": { |
| 371 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", |
| 372 | "description": "The status and health of the resource and its subordinate or dependent resources.", |
| 373 | "longDescription": "This property shall contain any status or health properties of the resource.", |
| 374 | "versionAdded": "v1_4_0" |
| 375 | }, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 376 | "TransferMethod": { |
| 377 | "anyOf": [ |
| 378 | { |
| 379 | "$ref": "#/definitions/TransferMethod" |
| 380 | }, |
| 381 | { |
| 382 | "type": "null" |
| 383 | } |
| 384 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 385 | "description": "The transfer method to use with the Image.", |
| 386 | "longDescription": "This parameter shall describe how the image transfer occurs.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 387 | "readonly": false, |
| 388 | "versionAdded": "v1_3_0" |
| 389 | }, |
| 390 | "TransferProtocolType": { |
| 391 | "anyOf": [ |
| 392 | { |
| 393 | "$ref": "#/definitions/TransferProtocolType" |
| 394 | }, |
| 395 | { |
| 396 | "type": "null" |
| 397 | } |
| 398 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 399 | "description": "The network protocol to use with the image.", |
| 400 | "longDescription": "This parameter shall represent the network protocol to use with the specified image URI.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 401 | "readonly": false, |
| 402 | "versionAdded": "v1_3_0" |
| 403 | }, |
| 404 | "UserName": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 405 | "description": "The user name to access the Image parameter-specified URI.", |
| 406 | "longDescription": "This parameter shall represent the user name to access the Image parameter-specified URI.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 407 | "readonly": false, |
| 408 | "type": [ |
| 409 | "string", |
| 410 | "null" |
| 411 | ], |
| 412 | "versionAdded": "v1_3_0" |
| 413 | }, |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 414 | "VerifyCertificate": { |
| 415 | "description": "An indication of whether the service will verify the certificate of the server referenced by the Image property prior to completing the remote media connection.", |
| 416 | "longDescription": "This property shall indicate whether whether the service will verify the certificate of the server referenced by the Image property prior to completing the remote media connection.", |
| 417 | "readonly": false, |
| 418 | "type": [ |
| 419 | "boolean", |
| 420 | "null" |
| 421 | ], |
| 422 | "versionAdded": "v1_4_0" |
| 423 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 424 | "WriteProtected": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 425 | "description": "An indication of whether the media is write-protected.", |
| 426 | "longDescription": "This property shall indicate whether the remote device media prevents writing to that media.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 427 | "readonly": false, |
| 428 | "type": [ |
| 429 | "boolean", |
| 430 | "null" |
| 431 | ] |
| 432 | } |
| 433 | }, |
| 434 | "required": [ |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 435 | "@odata.id", |
| 436 | "@odata.type", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 437 | "Id", |
| 438 | "Name" |
| 439 | ], |
| 440 | "type": "object" |
| 441 | } |
| 442 | }, |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 443 | "owningEntity": "DMTF", |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 444 | "release": "2021.2", |
| 445 | "title": "#VirtualMedia.v1_5_0.VirtualMedia" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 446 | } |