Maximo

 View Only
  • 1.  End point configuration

    Posted yesterday

    Hi All,

    I am configuring one inbound interface in MAS 9.0. Working of this interface is, an automation script gets called from escalation. In automation script using one end point (of external system) fetching data and using another end point (to insert into Maximo) data will get insert in Maximo.

    This is working fine in Maximo 7.6.x.x. 

    I understand, in MAS instead of user name and password, we use api key. I am able to post data to Maximo using Postman. When I am trying to insert data via script it is not able to connect to Maximo. Need to understand, how to configure api key in end point? 

    As of now I tried, putting api key value  in password while user name as <<user name>>, text as apikey, and leaving blank.  It is not connecting to MAximo with any of these combinations. 

    What should go in user name and password field for end point?

    Thanks.



    ------------------------------
    Anil Raghuvanshi
    ------------------------------


  • 2.  RE: End point configuration

    Posted 9 hours ago

    User name and password would be null. In the headers you would specify apikey:YOURAPIKEY. If you have multiple values, separate them with a comma. For example:

    apikey:{key},Content-Type:application/json



    ------------------------------
    Steven Shull
    ------------------------------