LogCollectionOutput interface
Diagnostics request body
Properties
| created |
The timestamp when the operation was created. |
| description | Description of the diagnostics operation. |
| device |
Array of Device Update agent ids |
| last |
A timestamp for when the current state was entered. |
| operation |
The log collection id. |
| status | Operation status. |
Property Details
createdDateTime
The timestamp when the operation was created.
createdDateTime?: string
Property Value
string
description
Description of the diagnostics operation.
description?: string
Property Value
string
deviceList
Array of Device Update agent ids
deviceList: DeviceUpdateAgentIdOutput[]
Property Value
lastActionDateTime
A timestamp for when the current state was entered.
lastActionDateTime?: string
Property Value
string
operationId
The log collection id.
operationId?: string
Property Value
string
status
Operation status.
status?: "NotStarted" | "Running" | "Succeeded" | "Failed"
Property Value
"NotStarted" | "Running" | "Succeeded" | "Failed"