A request message to get all channels listed in a log file.

interface GetChannelsFromLogFileRequest {
    logFile: string;
    preferences: ApiPreferences;
}

Properties

Properties

logFile: string

Log file to retrieve channels from.

preferences: ApiPreferences