Documentation Center

export_log

Provides an XML log of a previous export of a package. This log contains details about skins, configuration values, and publications that were included in the package.

Parameters

action
export_log
name
Identifying name of the package or the delivery group.
version
The log version to display. Each export of a package creates a unique version number, which should be provided here.

Example URL

http://<host>:<port>/<context>/web/package.xql?action=export_log&name=<value>&version=<value>

Successful Result

The package export log, contained within a <packageExport> element. Each major step within the package export is logged using a standard API result element (<result status='SUCCESS' statusCode='0' message='Localized Message' messageKey='message.key'/>) which may contain additional information as children elements.

Failed Result

Accessing this API feature requires the "Manage application" permission, and the function will throw a permission exception if the permission is not available.