admin
Displays the administrative page for either packaging or distribution profiles. From this interface, you can modify, delete, and synchronize packages.
Parameters
- action
- admin
- type
- Either "packages" to administer normal packages, or "masters" to administer Master Server delivery groups. Defaults to "packages".
Example URL
http://<host>:<port>/<context>/web/package.xql?action=admin&type=<value>
Successful Result
An HTML administrative interface for packaging and distribution profiles.
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.