Share via


LogCollectionOutput interface

Diagnostics request body

Properties

createdDateTime

The timestamp when the operation was created.

description

Description of the diagnostics operation.

deviceList

Array of Device Update agent ids

lastActionDateTime

A timestamp for when the current state was entered.

operationId

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"