userExperienceAnalyticsDeviceStartupHistory リソースの種類
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
ユーザー エクスペリエンス分析デバイスの起動履歴エンティティには、デバイスのブート パフォーマンス履歴の詳細が含まれています。
メソッド
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | ユーザー エクスペリエンス分析デバイスの起動履歴の一意の識別子。 サポート: $select、$OrderBy。 読み取り専用です。 |
deviceId | String | デバイスのIntuneデバイス ID。 サポート: $select、$OrderBy。 読み取り専用です。 |
startTime | DateTimeOffset | デバイスの起動開始時刻。 値は変更できず、デバイスが再起動を実行すると自動的に設定されます。 Timestamp 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 時間です。 たとえば、2022 年 1 月 1 日の午前 0 時 UTC は、"2022-01-01T00:00:00Z" のようになります。 既定で返されます。 読み取り専用です。 |
coreBootTimeInMs | Int32 | デバイス コアの起動時間 (ミリ秒単位)。 サポート: $select、$OrderBy。 読み取り専用です。 |
groupPolicyBootTimeInMs | Int32 | デバイス グループ ポリシー クライアントが起動時間に与える影響 (ミリ秒単位)。 サポート: $select、$OrderBy。 読み取り専用です。 |
featureUpdateBootTimeInMs | Int32 | デバイス機能の更新が起動時間に与える影響 (ミリ秒単位)。 サポート: $select、$OrderBy。 読み取り専用です。 |
totalBootTimeInMs | Int32 | デバイスの合計ブート時間 (ミリ秒)。 サポート: $select、$OrderBy。 読み取り専用です。 |
groupPolicyLoginTimeInMs | Int32 | ログイン時間に対するデバイス グループ ポリシー クライアントの影響 (ミリ秒単位)。 サポート: $select、$OrderBy。 読み取り専用です。 |
coreLoginTimeInMs | Int32 | デバイス コアのログイン時間 (ミリ秒単位)。 サポート: $select、$OrderBy。 読み取り専用です。 |
responsiveDesktopTimeInMs | Int32 | ログイン プロセス中にデスクトップが応答する時間 (ミリ秒単位)。 サポート: $select、$OrderBy。 読み取り専用です。 |
totalLoginTimeInMs | Int32 | デバイスの合計ログイン時間 (ミリ秒単位)。 サポート: $select、$OrderBy。 読み取り専用です。 |
isFirstLogin | ブール型 | TRUE の場合、デバイス ログインは再起動後の最初のログインであることを示します。 FALSE の場合、デバイス ログインが再起動後の最初のログインではないことを示します。 サポート: $select、$OrderBy。 読み取り専用です。 |
isFeatureUpdate | ブール型 | TRUE の場合、デバイス ブート レコードが機能更新プログラムに関連付けられていることが示されます。 FALSE の場合は、デバイスのブート レコードが機能更新プログラムに関連付けられていない状態を示します。 サポート: $select、$OrderBy。 読み取り専用です。 |
operatingSystemVersion | String | ユーザー エクスペリエンス分析デバイスブート レコードのオペレーティング システム バージョン。 サポート: $select、$OrderBy。 読み取り専用です。 |
restartCategory | userExperienceAnalyticsOperatingSystemRestartCategory | OS 再起動カテゴリ。 使用可能な値は、不明、restartWithUpdate、restartWithoutUpdate、blueScreen、shutdownWithUpdate、shutdownWithoutUpdate、longPowerButtonPress、bootError、update です。 既定では不明です。 サポート: $select、$OrderBy。 読み取り専用です。 可能な値は、unknown 、restartWithUpdate 、restartWithoutUpdate 、blueScreen 、shutdownWithUpdate 、shutdownWithoutUpdate 、longPowerButtonPress 、bootError 、update 、unknownFutureValue です。 |
restartStopCode | String | OS 再起動の停止コード。 これは、ブルー スクリーンの理由を検索するために使用できるバグ チェック コードを示しています。 サポート: $select、$OrderBy。 読み取り専用です。 |
restartFaultBucket | String | OS 再起動エラー バケット。 障害バケットは、システム クラッシュに関する追加情報を見つけるために使用されます。 サポート: $select、$OrderBy。 読み取り専用です。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.userExperienceAnalyticsDeviceStartupHistory",
"id": "String (identifier)",
"deviceId": "String",
"startTime": "String (timestamp)",
"coreBootTimeInMs": 1024,
"groupPolicyBootTimeInMs": 1024,
"featureUpdateBootTimeInMs": 1024,
"totalBootTimeInMs": 1024,
"groupPolicyLoginTimeInMs": 1024,
"coreLoginTimeInMs": 1024,
"responsiveDesktopTimeInMs": 1024,
"totalLoginTimeInMs": 1024,
"isFirstLogin": true,
"isFeatureUpdate": true,
"operatingSystemVersion": "String",
"restartCategory": "String",
"restartStopCode": "String",
"restartFaultBucket": "String"
}