Hi,
I am trying to export our Edge configuration (products, apps, developers etc) into SCM using the multi file format expected by the maven-config plugin. I have a file ‘developerApps.json’. Using the management APIs I get the expanded info of all developer apps as :
{ “app” : [ { “apiProducts” : , …}, {…}] }
The sample file given for the plugin is a different format as below:
| “grant@enterprise.com”: [ |
|---|
| “apiProducts”: [ |
| “weatherProduct” |
| “callbackUrl”: “http://weatherapp.com”, |
| “name”: “grantoneapp”, |
| “scopes”: |
Can you please let me what is the best way to export the edge config into thee json file formats as expected by the plugin? other than creating them manually.
Thanks