Collect Support Bundles Collect
Collect support bundles from registered cluster and fabric nodes.
Override any existing support bundle async response
Suppress auto-deletion of generated support bundle
{
"container_nodes": [
{
"container_type": "string"
}
],
"content_filters": [
"string"
],
"dynamic_content_filters": [
"string"
],
"log_age_limit": 0,
"nodes": [
"string"
],
"remote_file_server": {
"directory_path": "string",
"manager_upload_only": false,
"port": 0,
"protocol": {
"authentication_scheme": {
"password": "string",
"scheme_name": "string",
"username": "string"
},
"name": "string",
"ssh_fingerprint": "string"
},
"server": "string"
}
}
List of container clusters and their nodes requiring support bundle collection
List of content filters that specify additional content or action when collecting support bundle.
- Filter
ALL
includes core dumps and audit logs in support bundle - Filter
REMOVE_CORE_FILES
can optionally be in list withALL
, to remove core dump files after collected in support bundle - Filter
EAL4_AUDIT
can optionally be in list to collect pre-defined selective log files. The selected log files are deleted from the support bundle if the files have not been modified in the last 4 hours.
By default no core dumps and audit logs are included in support bundle with filter DEFAULT
.
No other content-filters can be added along with EAL4_AUDIT
content-filter
When content-filter EAL4_AUDIT
is added, the log_age_limit field is disabled.
Note, REMOVE_CORE_FILES
is limited to NSX appliance and ESXi nodes only.
List of dynamic content filters that specify additional content to include in the support bundle. The list of available filters available depends on your NSX-T deployment and can be determined by invoking the GET /api/v1/adminstration/support-bundles/dynamic-content-filters NSX API. For example, if NSX Intelligence is deployed, filters for collecting specific information about services are available.
Include log files with modified times not past the age limit in days
List of cluster/fabric node UUIDs processed in specified order
Remote file server
OK
"SupportBundleResult Object"
Nodes where bundles were not generated or not copied to remote server
Nodes where bundle generation is pending or in progress
request_properties
Nodes whose bundles were successfully copied to remote file server
Conflict
Bad Gateway
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/v1/administration/support-bundles?action=collect