Update Support Bundle Config
Update support bundle configuration properties.
{
"enable_concurrent_tasks": false
}
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.
OK
"SupportBundleConfig Object"
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.
Service Unavailable
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"enable_concurrent_tasks:"boolean"}' https://{api_host}/api/v1/administration/support-bundles/config