SupportBundleInfo
Properties
Support bundle creation description.
Support bundle availability for download. This field is optional and it is only relevant when the value of SupportBundle.Info.status is SUCCEEDED.
Download expiration time. This field is optional and it is only relevant when the value of SupportBundle.Info.status is SUCCEEDED.
Reason for failure This field is optional and it is only relevant when the value of SupportBundle.Info.status is FAILED.
Support bundle generation time. This field is optional and it is only relevant when the value of SupportBundle.Info.status is SUCCEEDED.
Support bundle file size in KBs. This field is optional and it is only relevant when the value of SupportBundle.Info.status is SUCCEEDED.
SUCCEEDED : Support bundle creation task succeeded.
FAILED : Support bundle creation task Failed.
CANCELLED : Support bundle creation task Cancelled.
Possible values are: SUCCEEDED , FAILED , CANCELLED
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"
}