LogCollectionOutput interface

진단 요청 본문

속성

createdDateTime

작업이 만들어진 타임스탬프입니다.

description

진단 작업에 대한 설명입니다.

deviceList

디바이스 업데이트 에이전트 ID의 배열

lastActionDateTime

현재 상태가 입력된 시점의 타임스탬프입니다.

operationId

로그 컬렉션 ID입니다.

status

작업 상태입니다.

속성 세부 정보

createdDateTime

작업이 만들어진 타임스탬프입니다.

createdDateTime?: string

속성 값

string

description

진단 작업에 대한 설명입니다.

description?: string

속성 값

string

deviceList

디바이스 업데이트 에이전트 ID의 배열

deviceList: DeviceUpdateAgentIdOutput[]

속성 값

lastActionDateTime

현재 상태가 입력된 시점의 타임스탬프입니다.

lastActionDateTime?: string

속성 값

string

operationId

로그 컬렉션 ID입니다.

operationId?: string

속성 값

string

status

작업 상태입니다.

status?: "NotStarted" | "Running" | "Succeeded" | "Failed"

속성 값

"NotStarted" | "Running" | "Succeeded" | "Failed"