appLogCollectionRequest 资源类型
命名空间:microsoft.graph
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
AppLogCollectionRequest 的实体包含所有日志值。
方法
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 唯一标识符。 这是userId_DeviceId_AppId ID。 |
status | appLogUploadState | 指示应用日志收集请求的状态(如果请求挂起、已完成或失败),默认值为挂起。 可取值为:pending 、completed 、failed 、unknownFutureValue 。 |
errorMessage | String | 指示上传过程中出现错误消息(如果有)。 |
customLogFolders | 字符串集合 | 日志文件夹列表。 |
completedDateTime | DateTimeOffset | 上传日志请求达到已完成状态(如果尚未完成)的时间将返回 NULL。 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.appLogCollectionRequest",
"id": "String (identifier)",
"status": "String",
"errorMessage": "String",
"customLogFolders": [
"String"
],
"completedDateTime": "String (timestamp)"
}