Magidoc

Device
Object

A device is a physical or virtual machine that can perform operations, such as a printer, a cutter or a file checker.

Fields

#

id

ID !
Non-null

The ID of the Device

name

Non-null

A human readable name for the Device

kinds

Non-null

The kinds of operations this device can perform

customKind

A custom kind for the Device, if kinds includes CUSTOM. For modelling processes not currently covered

hardwareId

A hardware identifier for the Device, for example its serial number

softwareId

The software ID of the device, for example the JMF DeviceID

uri

The URI of the device, for example a JMF URI

vendorId

ID !
Non-null

The ID of the vendor of this device

vendor

Non-null

The vendor of this device

controllerId

The ID of the controller managing this device, if it is connected to one

controller

The controller managing this device, if it is connected to one

jmfEnabled

Non-null

Whether this device uses JMF for communication

statuses

Non-null

The job operation statuses of the Device, ordered by time

latestStatus

The latest job operation status of the Device

status

The current status of the Device, if available

logs

Non-null

The activity logs created by this device's actions

createdAt

Non-null

When the device was added to the system

updatedAt

Non-null

When the device was last updated

Usages

#

References

#