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

    Class ToolsLogService

    Service for Maximo Tools and Manage log operations Implements endpoints from Tools API and Logging sections

    Index

    Methods

    • Get a list of all tools logs from the Tools API HTTP Method: GET Signature Option: GETLOG API Request Type: Synchronous Corresponds to Postman: "Tools" > "List of tools log"

      Returns Promise<ToolsLog[]>

      Promise resolving to the list of log files

    • Get a specific tools log by filename HTTP Method: GET Signature Option: GETLOG API Request Type: Synchronous

      Parameters

      • logFileName: string

        Name of the log file

      Returns Promise<string>

      Promise resolving to the log content

    Constructors