SupportBundle_Info
{
"description": "string",
"status": "string",
"generation_time": "string",
"url": "string",
"expiration_time": "string",
"downloadable": false,
"size": 0,
"failure_reason": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": {
"id": "string",
"params": {
"params": "Std_LocalizationParam Object"
}
},
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"checksum_value": "string",
"id": "string",
"content_type": "string"
}
Support bundle creation description.
SUCCEEDED : Support bundle creation task succeeded.
FAILED : Support bundle creation task Failed.
CANCELLED : Support bundle creation task Cancelled.
Support bundle generation time. This field is optional and it is only relevant when the value of SupportBundle.Info.status is SUCCEEDED.
Support bundle downlooad URL. 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.
Support bundle availability for download. 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.
The LocalizableMessage structure represents localizable string and message template. Services include one or more localizable message templates in the errors they report so that clients can display diagnostic messages in the native language of the user. Services can include localizable strings in the data returned from operations to allow clients to display localized status information in the native language of the user.
Support bundle SHA256 checksum value. This field is optional and it is only relevant when the value of SupportBundle.Info.status is SUCCEEDED.
Identifier of the support bundle. This field is optional because it was added in a newer version than its parent node. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.appliance.supportbundle. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.appliance.supportbundle.
The SupportBundle.ContentType enumerated type defines the content in the support bundle generated.
LOGS : Support bundle will contain only logs.
CORES : Support bundle will contain only core files.
ALL : Support bundle will contain logs and core files. By default logs and cores are collected.