Documentation Index

Fetch the complete documentation index at: https://support.appgate.com/llms.txt

Use this file to discover all available pages before exploring further.

AppGate Collective Configuration & Health-Check

Prev Next

This article explains how to retrieve the current configuration of an AppGate Collective by executing a JavaScript (JS) script from the Controller JavaScript Debug console. The script gathers the active configuration data and returns the output in JSON format, which can then be formatted for easier review and analysis.

Procedure

  1. Open the JavaScript Debug console.

    • Access the Controller JavaScript Debug console using the following URL format:  https://controllerFQDN:controllerAdminPort/ui/console/index.html

      e.g. https://controller01.lab.com:8443/ui/console/index.html

  2. Execute the JavaScript.

    health status
    6.39 KB

    • Copy the provided JavaScript configuration collection script.

    • Paste the script into the Script Source field in the aScript Debug consoleconsole.

    • Click Execute to run the script.

    JavaScript console output displaying appliance health status and collective size information.

  3. Review the Output.

    formatJSON
    1.86 KB

    • After execution completes, the collected configuration data is displayed in the Script Output section in JSON format. You can click download to

    • For improved readability, you can format the JSON output using any online JSON formatter or above provided formatJSON.html utility.

The formatted JSON output contains the current configuration details of the AppGate Collective and can be used for troubleshooting, auditing, or support analysis.