Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  1. Gateway user can view a particular application module details using script; getApplicationModule.php
    1. Format;
      php getApplicationModule.php<space><appModuleID>
  2. Executing the script will display application module object with Application module ID, Application Module name, Description and version.

 

Search Application Deployments 
  1. To view all application deployments of a particle application module use the script; getApplicationDeployedResources.php
  2. By providing the application module ID can view all available application deployments of the application.
    1. Format;
      php getApplicationDeployedResources.php<space><appModuleID>
  3. Output will look like;

...

  1. Execution of getApplicationDeployment.php script will show all the information related to the application deployment.
    1. Format;
      php getApplicationDeployment.php<space>< appDeploymentId>
  2. When the script is executed it will show;

Tutorial XII - View Application Input & Output

View Application Input
  1. In order to view a particular application input data this script can be used with providing application interface ID
    1. Format;
      php getApplicationInputs.php
  2. At script execution user will be provided with information on application inputs.
    Sample inout information on Echo application


...