TechSupportBundleGenerateRequest
TechSupportBundleGenerateRequest
Request body for generating a tech support bundle
JSON Example
{
"collectNspTechBundle": false,
"fleetAppliances": [
"12345678-1234-1234-1234-123456789012"
],
"collectDbDump": false,
"sentinels": [
"sentinel-12345678-1234-1234-1234-123456789012"
]
}
boolean
collectNspTechBundle
Optional
Include HCX Manager appliance logs
array of
string
fleetAppliances
Optional
List of fleet appliance IDs to collect logs from (get IDs from /retrieveComponents)
boolean
collectDbDump
Optional
Include PostgreSQL database dump in the bundle
array of
string
sentinels
Optional
List of Sentinel VM IDs to collect logs from (get IDs from /retrieveSentinelInventory)