device.get_info =============== Get info for `type` device. .. raw:: html
Device information query parameters specifying type and options.
Get disk info.
Specific value:"DISK"
    If set, query partition information for the disks.
    NOTE: This can be expensive on systems with a large number of disks present.
If set, query ONLY serial information for the disks (overrides get_partitions).
Get info for either serial devices or GPUs.
Return an object if type="DISK" or an array otherwise.
Each additional property must conform to the following schema
Type: stringEach additional property must conform to the following schema
Type: objectDevice name for the serial port.
Physical location or path of the serial device.
Name of the kernel driver handling this serial device.
Starting address or identifier for the serial device.
Size or capacity information for the serial device.
Human-readable description of the serial device.
PCI address information for the GPU.
No Additional PropertiesPCI slot identifier for the GPU.
PCI domain number.
PCI bus number.
PCI slot number.
Human-readable description of the GPU.
Array of PCI devices associated with this GPU.
No Additional ItemsPCI device identifier.
PCI slot location.
Virtual machine PCI slot mapping.
GPU vendor name or null if unknown.
Whether the GPU is available for use by the host system.
Whether the GPU uses devices critical for system operation.
Reason why GPU is considered critical or null if not critical.
Additional Properties of any type are allowed.
Type: object