Hi,
is there a way to get the complete GW config. for documentation purpose?
i.e like a 'supportconfig' file?
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it! Learn more.
Hi,
is there a way to get the complete GW config. for documentation purpose?
i.e like a 'supportconfig' file?
Im not aware of a full script thats done already like supportconfig however a lot can be done with some REST API calls
Starting with as this gives most URL's that can be used to pull the needed info
https://gwserver:9710/gwadmin-service/system
https://gwserver:9710/gwadmin-service/system/info
list all domains and there URL's and settings
https://gwserver:9710/gwadmin-service/domains
list all Post Office with the URL's and settings
https://gwserver:9710/gwadmin-service/list/POST_OFFICE
As you see all is available and with some scripting you can get specific info you need in the format you want it when parsing the data
Depending on what you need also from gwadmin you can export user info to csv files but i assume the REST API is the best way
For user lists, they are, but a link away, like your examples
________________________
Andy of KonecnyConsulting.ca in Toronto
Please use the "Like" and/or "Verified Answers" as appropriate as that helps us all.