LogCollectionJobSessionResponse

data class LogCollectionJobSessionResponse(val correlationId: String, val endTime: String, val logSize: Int, val startTime: String, val status: String, val timeCollected: String)

Represents a session for collecting logs from an edge device.

Constructors

Link copied to clipboard
constructor(correlationId: String, endTime: String, logSize: Int, startTime: String, status: String, timeCollected: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique identifier for correlating this log collection session with other operations or sessions.

Link copied to clipboard

The timestamp when log collection ended, in ISO 8601 format.

Link copied to clipboard

The size of the collected logs in bytes.

Link copied to clipboard

The timestamp when log collection started, in ISO 8601 format.

Link copied to clipboard

The status of the log collection session.

Link copied to clipboard

The total time logs were collected for, in ISO 8601 duration format.