Device Health Issues API v1
The Device Health Issues API is now generally available. The endpoints have been promoted from v1beta1 to v1, and the API is no longer marked as beta.
Below is a list of all available REST endpoints:
Issue API
➕ GET:
/v1/assets/{assetId}/issues
Get issues by asset
➕ GET:
/v1/issues
Get issues
➕ GET:
/v1/issues/{issueId}
Get issue by id
Breaking changes
⚠️ The
v1beta1endpoints have been replaced byv1. Update any integrations to use the/v1/...paths.
⚠️ The issue type
LOW_DEVICE_BATTERY_VOLTAGEhas been renamed toLOW_DEVICE_BATTERY. Update any filtering or handling that relies on this value.