I was wondering if they are any possibility with the sap cloud SDK for java to consume some API used by the cockpit?
For example:
- To get all services they are the URL below
https://account.hana.ondemand.com/ajax/getServices/<subaccount>?globalAccountId=<globalaccountid>
- To get all html5 applications they are the URL below:
https://account.hana.ondemand.com/ajax/getHtml5Applications/<subaccount>
- Last example for destinations:
https://account.hana.ondemand.com/ajax/destinationsdispatcher/tenant/get/<subaccount>
So I would like to consume this service throw my java application, is it possible ? Or does any class/library available in the com.sap.cloud SDK that do the jobs?