I can invoke our SNO Cluster Maximo Manage with this URL
https://demo.manage.demo.apps.sno-cluster.{DNS}/maximo/oslc/graphite/manage-shell/index.html
Is the public rest API in manage also being served using this system property mxe.oslc.restwebappurl if so are customers supposed to put something there because it was localhost when I looked, so I changed that to https://demo.manage.demo.apps.sno-cluster{DNS}/maximo
A working REST API invoked through POSTMAN in a Maximo 7.6 system looks like this for me
https://maximoserver.DNS:443/maxrest/oslc/os/mxasset?oslc.select=siteid,assetnum&oslc.where=assetnum=12710&lean=1&apikey={***********}
I can hit this URL in SNO
https://demo.manage.demo.apps.sno-cluster.{DNS}/maximo/api/os/mxasset?oslc.select=siteid,assetnum&oslc.where=assetnum=12710&lean=1&apikey={****} this gives me a 400 Bad request with
reasonCode": "BMXAA0024E",
"message": "BMXAA0024E - The action READ is not allowed on object ASSET. Verify the business rules for the object and define the appropriate action for the object.",
"statusCode": "400"
I went to google and other IBM sites and obviously maxadmin group can hit the MXASSET object structure
When I installed maximo I selected demo and demo as workspace and the app parameters so I am guessing the demo twice in my publicURL comes from there
the maximo/api I derived just by looking at the Liberty pod as I saw many lines of a CRON using that notation
I still cannot get the REST API working in SNO as I am using the apikey for maxadmin to get an Asset record .Can someone who had done this look and give me the correct URL that you all use in Manage
#Integrations#MaximoApplicationSuite------------------------------
Appu nair
APPECM
------------------------------