Hi all,
I am trying to run the CPI monitor api against a CPI CF but I always get a html response of the login page of CPI.
So the response is a HTTP 200 and this html page: https://servername.authentication.eu20.hana.ondemand.com/login
My request looks something like this:
https://servername.integrationsuite.cfapps.eu20.hana.ondemand.com/api/v1/MessageProcessingLogs?$filter=LogStart gt datetime'2022-12-26T09:03:10.936' and Status ne 'COMPLETED'&$select=LogStart,LogEnd,AlternateWebLink, Status,IntegrationArtifact
This request works fine for CPI NEO.
So it looks that I cannot get passed the login.
I test from Postman. It does not make any difference if I use No Authentication, Basic Authentication or OAuth2 Client credentials, I always get HTTP 200 and that web page.
So what am I missing here? Should the monitoring api's be called differently for a CF CPI? It all works fine in NEO.
Thanks!
Tom