appliance support bundle: create spec
Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Representation:
{
"components" : {
"<string>" : [
"string",
"string"
]
},
"partition" : "string",
"description" : "string"
}
"components" : {
"<string>" : [
"string",
"string"
]
},
"partition" : "string",
"description" : "string"
}
{
"components" : [
{
"value" : [
"string",
"string"
],
"key" : "string"
}
],
"partition" : "string",
"description" : "string"
}
"components" : [
{
"value" : [
"string",
"string"
],
"key" : "string"
}
],
"partition" : "string",
"description" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
-.description | string | Support bundle creation description. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
-.components.* | string[] | |
Optional | ||
-.components | object | Support bundle components to be included. Map with groupName as key and list of components in that group as the value. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. |
-.partition | string | Partition to be used for saving the support bundle. Available partitions can be retrieved using storage.list API. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. |
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
description | string | Support bundle creation description. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
components[].key | string | |
components[].value | string[] | |
Optional | ||
components | list | Support bundle components to be included. Map with groupName as key and list of components in that group as the value. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. |
partition | string | Partition to be used for saving the support bundle. Available partitions can be retrieved using storage.list API. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. |