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"
    }
}
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.