REST API - Download support package from all connected cluster nodes
Assignee

Reporter

Sprint
None
Description
Steps to reproduce
None
Activity
Show:

Tomas Horsky July 10, 2023 at 7:15 AM
Added new endpoint:
GET /cluster/support-package
Downloads the zip that contains the support package zips from all cluster nodes.
Parameters:
includeServerConfiguration - Include Server configuration in the package (may contain sensitive data). Default is false.
limitSize - If true, individual node package sizes are limited to the maximum allowed size of support ticket attachment. Default is true.

Pavel Salamon June 26, 2023 at 11:09 AM
In this issue we are adding REST feature only.
UI will have option to download from all cluster nodes later:
As an admin of cluster, I want to be able to download support packages for all cluster nodes via API so it can be automated. I often need the logs for troubleshooting and manually downloading them one by one by clicking in GUI is tedious.
It would also be beneficial to have a GUI action for the same task so that support can request (and get) complete support package.