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

    Interface Asset

    Interface representing an Asset in Maximo

    interface Asset {
        assetnum: string;
        description?: string;
        siteid?: string;
        status?: string;
        statusdate?: string;
        location?: string;
        assettype?: string;
        assetmeter?: AssetMeter[];
        failurecode?: string;
        parent?: string;
        children?: Asset[];
        isrunning?: boolean;
        serialnum?: string;
        installdate?: string;
        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

    assetnum: string

    The asset number (identifier)

    description?: string

    Description of the asset

    siteid?: string

    Site ID where the asset is located

    status?: string

    Status of the asset (e.g., OPERATING, DECOMMISSIONED)

    statusdate?: string

    Date when the status was updated

    location?: string

    Location where the asset is installed

    assettype?: string

    Asset classification

    assetmeter?: AssetMeter[]

    Asset meters associated with this asset

    failurecode?: string

    Failure classes for this asset

    parent?: string

    Parent asset ID

    children?: Asset[]

    Assets that are children of this asset

    isrunning?: boolean

    Indicates if the asset is a rotating asset

    serialnum?: string

    Serial number of the asset

    installdate?: string

    Install date of the asset

    href?: string

    URI that identifies the resource

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