create_package_ui
Provides an HTML checklist of the different steps involved in creating a package (.pac file).
Description
This interface includes a cancel and a Export Package button that allows a user to manually start a package export. The progress of the export will be displayed on screen.
Parameters
- action
- create_package_ui
- name
- Identifying name of the package or the content delivery group.
Example URL
http://<host>:<port>/<context>/web/package.xql?action=create_package_ui&name=<value>
Successful Result
An HTML interface ready to display the status as the package is exported.
Failed Result
Accessing this API feature requires the "Manage application" permission, and the function will return a 401 Unauthorized (html/401unauthorized.html) page if the permission is not available.