Home > Configuration > App > exportapplication

exportapplication

Use this method to exports application configuration information to an AppExpert application template file. A deployment file is created along with the template file. The template file contains application and variable definitions. The deployment file contains information about the services, service groups, endpoints, and variables that are in the AppExpert application configuration. The template and deployment files are exported to the /nsconfig/nstemplates/applications/ and /nsconfig/nstemplates/applications/deployment_files directories, respectively. If you use the configuration utility, you can also export an application to your local hard drive.

Syntax



Parameters

appname

Name of the AppExpert application whose configuration you want to export to a template file.
This is mandatory parameter.

apptemplatefilename

Name with which to save the template file. If you do not specify a name, the template file is saved with the name of the application.

deploymentfilename

Name with which to save the deployment file. If you do not specify a name, a string consisting of an underscore and “deployment” (_deployment) is automatically appended to the name of the template file to create the name of the deployment file.

Return Value

Returns simpleResult

See Also