I am writing an integration that will need a list of every hostname that the cPanel server will respond to. I know I can get this information by parsing the output of `httpd -S`, but I can't find any way of getting this in a structured format from any cPanel/WHM API. Is there any other way of getting that data? Hopefully some part of the command line API (/usr/local/cpanel/bin/whmapi1 --output=json)