Signal
Customer says the device failed
The report arrives before support knows whether the device is offline, misconfigured, or out of warranty.
Playbook case study - Customer status + warranty
A customer says a unit failed and asks for a replacement. When the device is online in Dataplicity, gather customer, warranty, device health, logs, diagnostics, and incident evidence before deciding whether to dispatch, RMA, or guide a remote fix.
A customer reports an outage, but the team needs evidence before shipping replacement hardware.
Signal
The report arrives before support knows whether the device is offline, misconfigured, or out of warranty.
Context
Dataplicity keeps customer, warranty, device class, and service history beside operational evidence.
Decision
Support needs enough evidence to choose RMA, remote fix, or customer guidance.
Move from customer report to service decision without copying data between tools.
01 - Customer
Start from customer identity, not a loose serial number in a ticket.
$ dataplicity customers show <customer> --include devices,warranty,open-incidents
devices=128
open_incidents=1
warranty.active=117
warranty.expiring_30d=9Support can immediately see covered devices and active incidents.
02 - Device
The device record links status, warranty, firmware, class, and recent alerts.
$ dataplicity devices show <device> --include customer,warranty,status,alerts
customer=<customer>
warranty=active
status=online
alert=storage_pressure
last_check_in=1m agoThe unit is online and covered, so remote diagnostics are worth trying before dispatch.
03 - Diagnostics
Logs and read-only commands show whether this is hardware, storage pressure, or application failure.
$ dataplicity terminal exec <device> -- "df -h /var && journalctl -u edge-app -n 20"
/var 96% used
edge-app: cache pruning skipped
exit=0Support can recommend remote remediation and attach proof to service history.
The conclusion becomes service history, customer communication, and warranty evidence.
Remote fix
The device is online and the fault is software or storage related, so support can remediate before dispatch.
Warranty
If the issue returns, logs and diagnostics are already attached to the customer and device record.
Customer trust
Status and support notes can say investigation complete and remediation in progress without exposing internal logs.
Connect customer context, device health, logs, incidents, warranty, and remote diagnostics in one support flow.