Maximo API Client - v0.9.01
    Preparing search index...

    Interface ToolsLog

    Represents a single log file entry from the Maximo Tools API.

    interface ToolsLog {
        name: string;
        size: number;
        timestamp: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the log file. e.g., "ValidateCryptoKey20250912101540.log"

    size: number

    The size of the log file in bytes.

    timestamp: string

    The timestamp of the log file in ISO 8601 format.