deviceLogCollectionResponse resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Windows Log Collection request entity.
Methods
Method | Return Type | Description |
---|---|---|
List deviceLogCollectionResponses | deviceLogCollectionResponse collection | List properties and relationships of the deviceLogCollectionResponse objects. |
Get deviceLogCollectionResponse | deviceLogCollectionResponse | Read properties and relationships of the deviceLogCollectionResponse object. |
Create deviceLogCollectionResponse | deviceLogCollectionResponse | Create a new deviceLogCollectionResponse object. |
Delete deviceLogCollectionResponse | None | Deletes a deviceLogCollectionResponse. |
Update deviceLogCollectionResponse | deviceLogCollectionResponse | Update the properties of a deviceLogCollectionResponse object. |
createDownloadUrl action | String | Not yet documented |
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier in the form of tenantId_deviceId_requestId. |
status | appLogUploadState | Indicates the status for the app log collection request if it is pending, completed or failed, Default is pending. Possible values are: pending , completed , failed , unknownFutureValue . |
managedDeviceId | Guid | Indicates Intune device unique identifier. |
requestedDateTimeUTC | DateTimeOffset | The DateTime of the request. |
receivedDateTimeUTC | DateTimeOffset | The DateTime the request was received. |
initiatedByUserPrincipalName | String | The UPN for who initiated the request. |
expirationDateTimeUTC | DateTimeOffset | The DateTime of the expiration of the logs. |
sizeInKB | Double | The size of the logs in KB. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 |
enrolledByUser | String | The User Principal Name (UPN) of the user that enrolled the device. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@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"
}