Maximo Open Forum

 View Only
  • 1.  Maxrest context

    Posted 08-03-2024 13:22

    Hello

    Does MAS manage allows /maxrest/rest context for api calls as we are upgrading and few interfacea do call this context to call maximo api which we would like to continue. 


    #MaximoApplicationSuite

    ------------------------------
    Sandy S
    Self
    ------------------------------


  • 2.  RE: Maxrest context

    Posted 08-06-2024 16:23

    This still works but similar to the /maximo/api (OSLC API Requests), you need to use an API key for authentication. It's also worth noting that in MAS we have object structure security enforced out of the box. What this means is any requests to an object structure must have security configured on the object structure for us to ensure the user is authorized to use that object structure. If you're using the maxrest functionality to hit a MBO specifically, that MBO needs to have security configured for it as well. You can do this in the object structures application using the Object Application Authorization dialog. 



    ------------------------------
    Steven Shull
    IBM
    ------------------------------



  • 3.  RE: Maxrest context

    Posted 08-09-2024 01:30

    Hi Steven,

    Thanks for the confirmation.

    When we are trying access /maxrest from postman, it gives webpage instead of xml payload. API Key is passed and access given to OS as well.

    e.g.

    https://xyz.com/maxrest/rest/os/mxasset/1

    Anything to be done at security interception level?



    ------------------------------
    Sandy S
    Self
    ------------------------------