@@ -196,6 +196,11 @@ definitions:
196196 example : XXXXXXX
197197 type : string
198198 x-go-name : ServerAssetTag
199+ server_bios_attributes :
200+ additionalProperties : {}
201+ description : ServerBIOSAttributes holds the BIOS settings/attributes as reported by the BMC.
202+ type : object
203+ x-go-name : ServerBIOSAttributes
199204 server_bios_version :
200205 description : ServerBIOSVersion holds the version of the BIOS.
201206 example : 1.7.5
@@ -257,6 +262,44 @@ definitions:
257262 example : e9de436e-b94e-4aef-8563-883aec84096e
258263 type : string
259264 x-go-name : ServerUUID
265+ virtual_media_connected_via :
266+ description : VirtualMediaConnectedVia holds the connection method of the virtual media (e.g. URI, Applet).
267+ type : string
268+ x-go-name : VirtualMediaConnectedVia
269+ virtual_media_image :
270+ description : VirtualMediaImage holds the URI of the media attached to the virtual media.
271+ type : string
272+ x-go-name : VirtualMediaImage
273+ virtual_media_image_name :
274+ description : VirtualMediaImageName holds the name of the inserted virtual media image.
275+ type : string
276+ x-go-name : VirtualMediaImageName
277+ virtual_media_inserted :
278+ description : VirtualMediaInserted reports, if a virtual media is currently inserted.
279+ type : boolean
280+ x-go-name : VirtualMediaInserted
281+ virtual_media_media_types :
282+ description : VirtualMediaMediaTypes holds the media types supported by the virtual media.
283+ items :
284+ type : string
285+ type : array
286+ x-go-name : VirtualMediaMediaTypes
287+ virtual_media_status :
288+ description : VirtualMediaStatus holds the reported health status of the virtual media.
289+ type : string
290+ x-go-name : VirtualMediaStatus
291+ virtual_media_transfer_method :
292+ description : VirtualMediaTransferMethod describes how the image transfer occurs.
293+ type : string
294+ x-go-name : VirtualMediaTransferMethod
295+ virtual_media_transfer_protocol_type :
296+ description : VirtualMediaTransferProtocolType holds the network protocol used with the image URI.
297+ type : string
298+ x-go-name : VirtualMediaTransferProtocolType
299+ virtual_media_write_protected :
300+ description : VirtualMediaWriteProtected reports, if the remote device media prevents writing to that media.
301+ type : boolean
302+ x-go-name : VirtualMediaWriteProtected
260303 title : BMCData defines the data, that have been collected from the BMC.
261304 type : object
262305 x-go-package : github.com/FuturFusion/operations-center/shared/api
0 commit comments