NSX-T Data Center REST API
SupportBundleConfig (type)
{ "additionalProperties": false, "description": "Config to enable/disable concurrent tasks execution on support bundle collection.", "id": "SupportBundleConfig", "module_id": "PlatformManagement", "properties": { "enable_concurrent_tasks": { "default": true, "description": "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.", "required": true, "title": "Enable concurrent data collection", "type": "boolean" } }, "title": "Supportbundle configuration", "type": "object" }