deviceLogCollectionResponse 资源类型

命名空间:microsoft.graph

重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。

注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证

WindowsLog Collection 请求实体。

方法

方法 返回类型 说明
列出 deviceLogCollectionResponses deviceLogCollectionResponse 集合 列出 deviceLogCollectionResponse 对象的属性和关系。
获取 deviceLogCollectionResponse deviceLogCollectionResponse 读取 deviceLogCollectionResponse 对象的属性和关系。
创建 deviceLogCollectionResponse deviceLogCollectionResponse 创建新的 deviceLogCollectionResponse 对象。
删除 deviceLogCollectionResponse 删除 deviceLogCollectionResponse
更新 deviceLogCollectionResponse deviceLogCollectionResponse 更新 deviceLogCollectionResponse 对象 的属性。
createDownloadUrl 操作 String 尚未记录

属性

属性 类型 说明
id String 表单的唯一标识符tenantId_deviceId_requestId
status String 日志集合请求的状态
managedDeviceId Guid 设备 ID
errorCode Int64 错误代码(如果有)。 有效值 -9.22337203685478E+18 到 9.22337203685478E+18
requestedDateTimeUTC DateTimeOffset 请求的 DateTime
receivedDateTimeUTC DateTimeOffset 收到请求的日期/时间
initiatedByUserPrincipalName String 发起请求的 UPN
expirationDateTimeUTC DateTimeOffset 日志过期的 DateTime
size 双精度 日志的大小。 有效值 -1.79769313486232E+308 到 1.79769313486232E+308

关系

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"
}