名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
Windows ログ 収集要求エンティティ。
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| deviceLogCollectionResponse を一覧表示する | deviceLogCollectionResponse コレクション | deviceLogCollectionResponse オブジェクトのプロパティとリレーションシップを一覧表示します。 |
| deviceLogCollectionResponse を取得する | deviceLogCollectionResponse | deviceLogCollectionResponse オブジェクトのプロパティとリレーションシップを読み取ります。 |
| deviceLogCollectionResponse を作成する | deviceLogCollectionResponse | 新しい deviceLogCollectionResponse オブジェクトを 作成します。 |
| deviceLogCollectionResponse を削除する | なし | deviceLogCollectionResponse を削除します。 |
| deviceLogCollectionResponse を更新する | deviceLogCollectionResponse | deviceLogCollectionResponse オブジェクトのプロパティを更新します。 |
| createDownloadUrl アクション | 文字列 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | 文字列 | tenantId_deviceId_requestIdの形式の一意識別子。 |
| status | appLogUploadState | アプリ ログ 収集要求が保留中、完了、または失敗した場合の状態を示します。既定値は保留中です。 使用可能な値: pending、completed、failed、unknownFutureValue。 |
| managedDeviceId | Guid | デバイスの一意識別子Intune示します。 |
| requestedDateTimeUTC | DateTimeOffset | 要求の DateTime。 |
| receivedDateTimeUTC | DateTimeOffset | 要求が受信された DateTime。 |
| initiatedByUserPrincipalName | 文字列 | 要求を開始したユーザーの UPN。 |
| expirationDateTimeUTC | DateTimeOffset | ログの有効期限の DateTime。 |
| sizeInKB | 倍精度浮動小数点数 | ログのサイズ (KB 単位)。 有効な値 -1.79769313486232E+308 から 1.79769313486232E+308 |
| enrolledByUser | 文字列 | デバイスを登録したユーザーのユーザー プリンシパル名 (UPN)。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.deviceLogCollectionResponse",
"id": "String (identifier)",
"status": "String",
"managedDeviceId": "Guid",
"requestedDateTimeUTC": "String (timestamp)",
"receivedDateTimeUTC": "String (timestamp)",
"initiatedByUserPrincipalName": "String",
"expirationDateTimeUTC": "String (timestamp)",
"sizeInKB": "4.2",
"enrolledByUser": "String"
}