SupportBundleInfo

SupportBundleInfo
SupportBundleInfo

Support bundle, containing logs, dumps and configuration files.

JSON Example
{
    "key": "string",
    "time_created": 0,
    "size": 0,
    "md5": "string"
}
string
key
Required

The unique key identifier of this bundle.

integer As int64 As int64
time_created
Required

The time when the bundle was generated, in milliseconds. This is the local server time in UTC.

integer As int64 As int64
size
Optional

The size in bytes of the diagnostic bundle file.

string
md5
Required

The MD5 checksum for the bundle file.