- Configuring a NetScaler Cluster
- Configuring Admin Partitions
- Managing AppExpert Applications
To export an AppExpert application, specify the parameters needed for the export operation in the apptemplateinfo object. Optionally, you can specify basic information about the AppExpert application template, such as the author of the configuration, a summary of the template functionality, and the template version number, in the template_info object. This information is stored as part of the template file that is created.
Request:
Cookie:NITRO_AUTH_TOKEN=<tokenvalue> Content-Type:application/vnd.com.citrix.netscaler.apptemplateinfo+json
{ "apptemplateinfo": { "appname":"MyApp1", "apptemplatefilename":"BizAp.xml", "template_info": { "templateversion_major":"2", "templateversion_minor":"1", "author":"XYZ", "introduction":"Intro", "summary":"Summary" } } }
Response:
To import an AppExpert application, specify the parameters needed for the import operation in the apptemplateinfo object.
Request:
Cookie:NITRO_AUTH_TOKEN=<tokenvalue> Content-Type:application/vnd.com.citrix.netscaler.apptemplateinfo+json
{ "apptemplateinfo": { "apptemplatefilename":"BizAp.xml", "deploymentfilename":"BizAp_deployment.xml", "appname":"MyApp1" } }
Response:
Request:
Cookie:NITRO_AUTH_TOKEN=<tokenvalue> Content-Type:application/vnd.com.citrix.netscaler.apptemplateinfo+json
{ "apptemplateinfo": { "apptemplatefilename":"BizAp.xml", "appname":"Myapp2", "deploymentinfo": { "appendpoint": [ { "ipv46":"11.2.3.8", "port":80, "servicetype":"HTTP" } ], "service": [ { "ip":"12.3.3.15", "port":80, "servicetype":"SSL" }, { "ip":"14.5.5.16", "port":443, "servicetype":"SSL" } ] } } }
Response: