Package version:

Log Collection properties of the cluster.

interface LogCollectionProperties {
    fromDate?: any;
    lastLogGenerated?: any;
    logCollectionSessionDetails?: {};
    toDate?: any;
}

Properties

fromDate?: any

From DateTimeStamp from when logs need to be connected

lastLogGenerated?: any

Recent DateTimeStamp where logs are successfully generated

logCollectionSessionDetails?: {}
toDate?: any

To DateTimeStamp till when logs need to be connected