[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrs-appliance-config-api

SupportBundleInfo

Support bundle, containing logs, dumps and configuration files.


Properties

string
key Required

The unique key identifier of this bundle.


string
md5 Required

The MD5 checksum for the bundle file.


integer 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
size Optional

The size in bytes of the diagnostic bundle file.

JSON Example

{
	"key": "string",
	"md5": "string",
	"time_created": 0
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrs-appliance-config-api
Property Of

SupportBundleInfoDrResponseList
Used By

SupportBundleInfoDrResponseEntity
What's changed in latest?

New! in version latest

Feedback

Was this page helpful?