System ====== Query for system status and configuration. .. code-block:: bash opal system [OPTIONS] [EXTRAS] Options ------- ================ ==================================== Option Description ================ ==================================== ``--conf`` Opal application configuration (default option) ``--version`` Opal version number ``--status`` Opal application status (JVM related dynamic properties) ================ ==================================== .. include:: ../common-credentials.rst .. include:: ../common-extras-json.rst Example ------- Retrieve Opal configuration information: .. code-block:: bash opal system --opal https://opal-demo.obiba.org --user administrator --password password --conf Retrieve Opal version number: .. code-block:: bash opal system --opal https://opal-demo.obiba.org --user administrator --password password --version Retrieve Opal status and JVM related dynamic properties: .. code-block:: bash opal system --opal https://opal-demo.obiba.org --user administrator --password password --status Retrieve Opal java execution environment its JVM relates statistics properties: .. code-block:: bash opal system --opal https://opal-demo.obiba.org --user administrator --password password --env