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

    Interface AutoScript

    Interface representing an automation script in Maximo

    interface AutoScript {
        active?: string;
        autoscript: string;
        autoscriptid?: number;
        changeby?: string;
        changedate?: string;
        createdby?: string;
        description?: string;
        interface?: boolean;
        langcode?: string;
        loglevel?: string;
        owner?: string;
        scriptlanguage?: string;
        source?: string;
        status?: string;
        statusdate?: string;
        userdefined?: string;
        version?: string;
        autoscriptvars?: AutoScriptVars[];
        scriptlaunchpoint?: ScriptLaunchPoint[];
        href?: string;
        "rdf:about"?: string;
        "dcterms:title"?: string;
        "dcterms:identifier"?: string;
        allowedactions?: AllowedActions;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    active?: string

    Whether the script is active (Y/N)

    autoscript: string

    The name of the automation script

    autoscriptid?: number

    Unique identifier for the automation script

    changeby?: string

    User who last modified the script

    changedate?: string

    Date and time of last modification

    createdby?: string

    User who created the script

    description?: string

    Description of the automation script

    interface?: boolean

    Whether the script is an interface script (Y/N)

    langcode?: string

    Language code for the script

    loglevel?: string

    Logging level for the script execution

    owner?: string

    Owner of the script

    scriptlanguage?: string

    Programming language of the script

    source?: string

    The actual script source code

    status?: string

    Current status of the script

    statusdate?: string

    Date and time when status was last updated

    userdefined?: string

    Whether this is a user-defined script (Y/N)

    version?: string

    Version of the script

    autoscriptvars?: AutoScriptVars[]

    Variables defined for this automation script

    scriptlaunchpoint?: ScriptLaunchPoint[]

    Launch points defined for this automation script

    href?: string

    URI that identifies the resource

    "rdf:about"?: string
    "dcterms:title"?: string
    "dcterms:identifier"?: string
    allowedactions?: AllowedActions