SupportBundle_Info

SupportBundle_Info
SupportBundle_Info
JSON Example
{
    "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"
}
string
description
Required

Support bundle creation description.

status
Required


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

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.

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.

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.

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.

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.

failure_reason
Optional

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.

string
checksum_value
Optional

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

string
id
Optional

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.

content_type
Optional

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.