Is there a rest API where I can get the inputs.conf for a specific application on my deployment server?
I can get a list of all my applications using:
curl -k https://localhost:8089/services/deployment/server/applications -H "Authorization:xxx"
How can define a specific application and get it to return the configuration file I want?
↧