Error Reporting - List
Gets device event report(s).
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/getDeviceInsights
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/getDeviceInsights?maxPageSize={maxPageSize}
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
tenant
|
path | True |
string uuid |
The Azure Sphere tenant ID. |
max
|
query |
integer int32 |
The maximum number of results that should be returned in a page. Defaults to 1000 which indicates no preference. |
Request Header
Name | Required | Type | Description |
---|---|---|---|
Sphere-Continuation |
string |
A continuation token used to continue from a previous page of results. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Success. |
Definitions
Name | Description |
---|---|
Custom |
|
Custom |
CustomEventReport
Name | Type | Description |
---|---|---|
Description |
string |
A human-readable (in US-English) message that explains what happened. This may include values for the Program Counter, Link Register and Stack Pointer. This is usually generated from the marker's event stream. |
DeviceId |
string |
The id of the device to which the telemetry report belong. |
EndTimestampInUnix |
integer |
The end time of the event |
EventCategory |
string |
The event category. |
EventClass |
string |
The class of the event. |
EventCount |
integer |
The count of number of times we saw this event happen on the device. |
EventType |
string |
The type of the event. |
StartTimestampInUnix |
integer |
The start time of the event |
CustomEventReportItemCollectionResponse
Name | Type | Description |
---|---|---|
ContinuationToken |
string |
Continuation token that can be used to get next set of items. |
Items |
List of items. |