Data Object - DrConfigSystemLogBundleInfo

Returned by
GetSystemLogBundles
Since
DrConfig API 3.0

Data Object Description

Describes the location and details of a log bundle. This is the return type for the #generateSystemLogBundle() operation.

Properties

Name Type Description
keyxsd:string

The unique key for this bundle.
md5xsd:string

The MD5 checksum for the bundle file. Can be used to verify its contents after page assembly using long, long).
sizexsd:long

The size in bytes of the diagnostic bundle file.
timeCreatedxsd:dateTime

The date and time when the bundle was generated. This is the local server time in UTC.
typexsd:string

The type of the file generated by the Diagnostics Manager. The value can be either "zip", "gz", or "txt". This value is used by the client to construct a file with the proper extension.
url*xsd:string

The URL to download the bundle.

Since DrConfig API 5.0
Properties inherited from
None
*Need not be set