命名空间:microsoft.graph
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
Windows 日志收集请求实体。
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | tenantId_deviceId_requestId形式的唯一标识符。 |
| status | appLogUploadState | 指示应用日志收集请求的状态(如果请求挂起、已完成或失败),默认值为挂起。 可能的值包括 pending、completed、failed、unknownFutureValue。 |
| managedDeviceId | Guid | 指示Intune设备唯一标识符。 |
| requestedDateTimeUTC | DateTimeOffset | 请求的 DateTime。 |
| receivedDateTimeUTC | DateTimeOffset | 收到请求的 DateTime。 |
| initiatedByUserPrincipalName | String | 发起请求的用户的 UPN。 |
| expirationDateTimeUTC | DateTimeOffset | 日志过期的 DateTime。 |
| sizeInKB | 双精度 | 日志的大小(以 KB 为单位)。 有效值 -1.79769313486232E+308 到 1.79769313486232E+308 |
| enrolledByUser | String | 注册设备的用户的 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"
}