Skip to Content
0
Jan 04, 2023 at 11:09 AM

CPI Cloud Foundry monitor API does not get passed the login screen

155 Views Last edit Jan 04, 2023 at 11:10 AM 2 rev

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