DiscoveredDevice
Type: Object
An ephemeral resource representing a device discovered on the network, typically via protocols like JDF/JMF autodiscovery. This is not persisted to the database but is used to represent newly found devices before they are formally registered as a Device resource. It provides a way to list and identify potential devices to be integrated into the system.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| deviceCondition | String | Device condition (e.g., OK, Warning, Error) | ||
| deviceId | String! | The JDF DeviceID of the discovered device | ||
| deviceStatus | String | Current device status (e.g., Running, Idle) | ||
| friendlyName | String | Human-readable device name | ||
| hasResource | Boolean! | Whether a Resource already exists for this device | ||
| id | ID! | |||
| manufacturer | String | Device manufacturer name | ||
| modelName | String | Device model name | ||
| modelNumber | String | Device model/version number | ||
| resourceId | ID | ID of existing Resource if has_resource is true |