Package version:

Log Collection Session details of the cluster.

interface LogCollectionSession {
    correlationId?: string;
    endTimeCollected?: any;
    logCollectionError?: LogCollectionError;
    logCollectionJobType?: string;
    logCollectionStatus?: string;
    logEndTime?: any;
    logSize?: number;
    logStartTime?: any;
    timeCollected?: any;
}

Properties

correlationId?: string

CorrelationId of the log collection

endTimeCollected?: any

End Time of the logs when it was collected

logCollectionError?: LogCollectionError

Log Collection Error details of the cluster.

logCollectionJobType?: string

Specifies the type of log collection job. Determines whether the logs are collected immediately on demand or as part of a scheduled operation.

logCollectionStatus?: string

LogCollection status

logEndTime?: any

End Time of the logs when it was collected

logSize?: number

Size of the logs collected

logStartTime?: any

Start Time of the logs when it was collected

timeCollected?: any

Duration of logs collected