Error Reporting - List
デバイス イベント レポートを取得します。
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 パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
tenant
|
path | True |
string uuid |
Azure Sphere テナント ID。 |
max
|
query |
integer int32 |
ページで返される結果の最大数。 既定値は 1000 で、優先順位がないことを示します。 |
要求ヘッダー
名前 | 必須 | 型 | 説明 |
---|---|---|---|
Sphere-Continuation |
string |
結果の前のページから続行するために使用される継続トークン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
成功しました。 |
定義
名前 | 説明 |
---|---|
Custom |
|
Custom |
CustomEventReport
名前 | 型 | 説明 |
---|---|---|
Description |
string |
何が起こったかを説明する人間が判読できる (米国英語の) メッセージ。 これには、プログラム カウンター、リンク レジスタ、スタック ポインターの値が含まれる場合があります。 これは通常、マーカーのイベント ストリームから生成されます。 |
DeviceId |
string |
テレメトリ レポートが属するデバイスの ID。 |
EndTimestampInUnix |
integer |
イベントの終了時刻 |
EventCategory |
string |
イベント カテゴリ。 |
EventClass |
string |
イベントのクラス。 |
EventCount |
integer |
このイベントがデバイスで発生した回数。 |
EventType |
string |
イベントの種類。 |
StartTimestampInUnix |
integer |
イベントの開始時刻 |
CustomEventReportItemCollectionResponse
名前 | 型 | 説明 |
---|---|---|
ContinuationToken |
string |
次の項目セットを取得するために使用できる継続トークン。 |
Items |
アイテムの一覧。 |