You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use the java client to deploy a mtar?
I know how to do it from command line using this plugin, but I'd like to integrate it into a java program. Is it possible (maybe a java version of the plugin)?
Your environment
MultiApps CF CLI Plugin version - 2.1.0
which CF vendor is used - SAP
Steps to reproduce
No info required it's not a bug :)
Additional information
The text was updated successfully, but these errors were encountered:
Hi @eternasparta & thanks for the patience with this reply.
At the moment, there is no java library for consuming the rest api. There is interest for orchestration of certain endpoints by a partnering service written in java, but it's future is unclear.
The API definition we maintain is found at swaggerhub: https://app.swaggerhub.com/apis/SAP53/mtarest/1.0.0
If you want to see a live client in action, use the DEBUG env variable with the cf cli plugin ( 'DEBUG=1 cf deploy ...') This will make the client dump all requests & responses to stdout.
Description
I have a maven java project and I'm using https://github.com/cloudfoundry/cf-java-client to interact with my SCP Cloud foundry subaccount.
Is it possible to use the java client to deploy a mtar?
I know how to do it from command line using this plugin, but I'd like to integrate it into a java program. Is it possible (maybe a java version of the plugin)?
Your environment
Steps to reproduce
No info required it's not a bug :)
Additional information
The text was updated successfully, but these errors were encountered: