Request parameters for getLogFile operation in SystemApi.

SystemApiGetLogFileRequest

interface SystemApiGetLogFileRequest {
    name: string;
}

Properties

Properties

name: string

The name of the log file to get.

SystemApiGetLogFile