SupportBundleInfo

Properties

string
description Required

Support bundle creation description.


boolean
downloadable Optional

Support bundle availability for download. This field is optional and it is only relevant when the value of SupportBundle.Info.status is SUCCEEDED.


string as date-time
expiration_time Optional

Download expiration time. This field is optional and it is only relevant when the value of SupportBundle.Info.status is SUCCEEDED.


failure_reason Optional

Reason for failure This field is optional and it is only relevant when the value of SupportBundle.Info.status is FAILED.


string as date-time
generation_time Optional

Support bundle generation time. This field is optional and it is only relevant when the value of SupportBundle.Info.status is SUCCEEDED.


integer as int64
size Optional

Support bundle file size in KBs. This field is optional and it is only relevant when the value of SupportBundle.Info.status is SUCCEEDED.


status Required


SUCCEEDED : Support bundle creation task succeeded.
FAILED : Support bundle creation task Failed.
CANCELLED : Support bundle creation task Cancelled.

Possible values are: SUCCEEDEDFAILEDCANCELLED


string as uri
url Optional

Support bundle downlooad URL. This field is optional and it is only relevant when the value of SupportBundle.Info.status is SUCCEEDED.

JSON Example

{
	"description": "string",
	"status": "SUCCEEDED"
}

Feedback

Was this page helpful?