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

    Interface ClusterScriptInfo

    Diagnostic info reported by the MAXIMOMIZE.CLUSTER autoscript's ?action=ping endpoint. Returned by ClusterService.getScriptInfo.

    version is the installed source's semantic version. Bumped when the script changes behaviour.

    protocol is the relay/whereis wire-shape version. Bumped only on backward-incompatible changes. Clients can compare against the value they were built for and warn the operator to redeploy.

    versionKnown is false when the script is installed but the running source is too old to know about ?action=ping (the client fell back to ?action=nodes to detect availability).

    interface ClusterScriptInfo {
        version: string;
        protocol: number;
        node: MaximoHere;
        versionKnown: boolean;
    }
    Index

    Properties

    version: string
    protocol: number
    versionKnown: boolean