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

    Class CustomizationManagerService

    Service for Maximo customization archive management

    Index

    Methods

    • Add, update, or delete a customization archive without a secret HTTP Method: GET (Note: Implementation uses POST) Signature Option: UPDATECUSTOMIZATIONARCHIVE API Request Type: Synchronous

      Parameters

      Returns Promise<any>

      Promise resolving to the customization archive operation result

    • Create customization archive secrets for username and password HTTP Method: POST Signature Option: CREATEARCHIVESECRET API Request Type: Synchronous

      Parameters

      Returns Promise<any>

      Promise resolving to the secret creation result

    • Create customization archive secrets for S3 secret key HTTP Method: POST Signature Option: CREATES3SECRETKEYSECRET API Request Type: Synchronous

      Parameters

      Returns Promise<any>

      Promise resolving to the secret creation result

    Constructors