SupportBundleConfig

SupportBundleConfig
SupportBundleConfig

Config to enable/disable concurrent tasks execution on support bundle collection.

JSON Example
{
    "enable_concurrent_tasks": false
}
boolean
enable_concurrent_tasks
Required
Constraints: default: true

When collecting data for support bundles, allow concurrent data collection. If set to false, data is collected one at a time, for example, APIs are invoked one at a time then system commands are invoked one at a time, etc. By default, the value of this property is true.