Moving an Application to a Folder
You can move a an application to a folder from the GUI or by using the CLI.
Copyright © Cloud Software Group, Inc. All rights reserved.
You can move a an application to a folder from the GUI or by using the CLI.
<Environment xsi:type="amxdata:Environment" name="MyEnvironment" description="My environment">
<ApplicationFolder xsi:type="amxdata:ApplicationFolder" name="MyApp">
<TargetFolder path="/folderOne/"/>
...
</ApplicationFolder>
...
<AMXAdminTask action="move" objectSelector="Environment/ApplicationFolder" />