SupportBundle_CreateSpec

SupportBundle_CreateSpec
SupportBundle_CreateSpec
JSON Example
{
    "description": "string",
    "components": {
        "components": [
            "string"
        ]
    },
    "content_type": "string",
    "partition": "string"
}
string
description
Required

Support bundle creation description.

object
components
Optional

Support bundle components to be included. Map with groupName as key and list of components in that group as the value.

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.

string
partition
Optional

Partition to be used for saving the support bundle. Available partitions can be retrieved using storage.list API.