命名空间:microsoft.graph
重要:Microsoft支持Intune /beta API,但它们会受到更频繁的更改。 Microsoft建议尽可能使用版本 v1.0。 使用版本选择器检查 API 在 v1.0 版中的可用性。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
Windows 日志收集请求实体。
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | tenantId_deviceId_requestId形式的唯一标识符。 |
| status | appLogUploadState | 指示应用日志收集请求的状态(如果请求挂起、已完成或失败),默认值为挂起。 可能的值包括 pending、completed、failed、unknownFutureValue。 |
| managedDeviceId | Guid | 指示Intune设备唯一标识符。 |
| errorCode | Int64 | 错误代码(如果有)。 有效值 -9.22337203685478E+18 到 9.22337203685478E+18 |
| requestedDateTimeUTC | DateTimeOffset | 请求的 DateTime。 |
| receivedDateTimeUTC | DateTimeOffset | 收到请求的 DateTime。 |
| initiatedByUserPrincipalName | String | 发起请求的用户的 UPN。 |
| expirationDateTimeUTC | DateTimeOffset | 日志过期的 DateTime。 |
| size | 双精度 | 日志的大小。 有效值 -1.79769313486232E+308 到 1.79769313486232E+308 |
| 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",
"errorCode": 1024,
"requestedDateTimeUTC": "String (timestamp)",
"receivedDateTimeUTC": "String (timestamp)",
"initiatedByUserPrincipalName": "String",
"expirationDateTimeUTC": "String (timestamp)",
"size": "4.2",
"sizeInKB": "4.2",
"enrolledByUser": "String"
}