Hi all, is there a list of all of the configurable objects in DataPower? I am in the process of building a java based inventory tool that creates a csv file, which I have working for the specific set of objects/gateways that I'm interested in for now. I would like to add a -all option to get a list of all of the items that have been configured on the appliance. I'm currently using the export.xml files for each domain to get the data I am thus far. So what I really need is a list of the possible object that could appear there (I know I'm not using everything I could on these appliances). Anyone have something like that?
Answer by Ray34 (70) | Jul 25, 2017 at 04:06 PM
Hi Everyone, I have written the code so that I do no need a list, it builds it dynamically from the export.xml files. Anything you create you have to name ... hence ... what I get is a list of all "named" objects if you select that option. I have created and release a GitHub repository with a jar file and source located at https://github.com/RayMN/DataPower-Configuration-Inventory It will get the Gateways, XML Managers, MQQMs, FSHs ... and get details on those as well if you choose, or it will get all of the named items ... then stores them in a csv file for import into your favorite spreadsheet. Please take a look, I would appreciate some feedback. Thanks, -- Ray