cancel
Showing results for 
Search instead for 
Did you mean: 

HCP Dev & Ops (aka HCPms) using Java based API on HCP

ginwene_rueda
Participant
0 Kudos

Hi All,

Is it possible to connect a Java based API deployed on HCP to be used on HCP Dev & Ops?

Cause checking the HCP Dev & Ops configuration, it only accepts backend URLs.

Does this capable of connecting to HCP hosted URLs (Java API)?

Is it also possible for us to trigger push notification using Java API and pass it to HCP Dev & Ops and to mobile?

Thanks,

Gin

Accepted Solutions (0)

Answers (1)

Answers (1)

nageshcaparthy
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Gin,

When you say Java API, what would the Service format be oData? if yes, yes they can and they need to be tested.

Regards,

Nagesh

ginwene_rueda
Participant
0 Kudos

Hi Nagesh,

Yes, it is OData format coming out from a Java API.

If yes, how can we connect that to the HCPms, when it resides on HCP not from a cloud connector URL.

Thanks,

Gin

nageshcaparthy
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Gin,

HCPms supports any services which is either on-prem or on cloud. You can try to create an application and enter your API url from HCP in the Backend URL and select Proxy Type as Internet. If you have authentication, ensure you select the correct options for it.

I have done a northwind example which was on Internet, it works fine.

Hope this helps.

Regards,

Nagesh

ginwene_rueda
Participant
0 Kudos

Hi Nagesh,

I will try this first on our Java API and will mark as correct if the test pans out.

Thanks,

Gin