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

    Interface MaximoHere

    Diagnostic shape returned by ClusterService.here() describing the JVM the request currently landed on.

    interface MaximoHere {
        hostname: string | null;
        ip: string | null;
        nodeName: string | null;
    }
    Index

    Properties

    Properties

    hostname: string | null
    ip: string | null
    nodeName: string | null